/*body
{
	margin: 0;
	padding: 0;
}*/

.topHeadBody
{
  height:0px;
} 
.leftMenuBody
{
	position:absolute;
	right:0px;
	top:0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('../images/side_menu_bar_2.png');
}

.mainBody
{
	/*background-repeat: no-repeat;
	//background-attachment: fixed;
	//background-image: url('../images/back_bottom.png');*/

	/*margin-top: 2px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 5px;*/
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
  /*scrollbar-face-color:	#D2D2D2;
  scrollbar-shadow-color:	#ADADAD;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-3dlight-color: #E8E8E8;
  scrollbar-darkshadow-color: #E8E8E8;
  scrollbar-track-color: #E8E8E8;
  scrollbar-arrow-color: #000000;*/
	overflow-y: scrolls;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
/*	width: 70%;*/
	width:99%;
/*	background: url("../images/swirl.png") no-repeat scroll 660px 100px transparent;*/
	background:none transparent;
}
.mainBody_small
{
	/*background-repeat: no-repeat;
	//background-attachment: fixed;
	//background-image: url('../images/back_bottom.png');*/

	/*margin-top: 2px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 5px;*/
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
  /*scrollbar-face-color:	#D2D2D2;
  scrollbar-shadow-color:	#ADADAD;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-3dlight-color: #E8E8E8;
  scrollbar-darkshadow-color: #E8E8E8;
  scrollbar-track-color: #E8E8E8;
  scrollbar-arrow-color: #000000;*/
	overflow-y: auto;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	width: 350px;
	background: url("../images/swirl.png") no-repeat scroll 660px 100px transparent;
}

.topMenuText
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	font-variant: small-caps;
	color: #0080FF;
	cursor: pointer;
}

.button
{
	background-image:url('../images/default.menu_up.gif');
	background-repeat:no-repeat;
	background-position:center;	
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	/*vertical-align: middle;*/
	padding-top: 7px;
	color: #FFFFFF;
	cursor: pointer;
}

.input_disabled
{
	color: gray;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	border: solid 1pt #0080C0;
	margin-left: 2px;
	margin-right: 2px;
  scrollbar-face-color:	#E8E8E8;
  scrollbar-shadow-color:	#C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-3dlight-color: #E8E8E8;
  scrollbar-darkshadow-color: #E8E8E8;
  scrollbar-track-color: #E8E8E8;
  scrollbar-arrow-color: #000000;
}

.accountTitle
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
}

.pageHeader
{
	padding-right:20px;
	font-family: Tahoma;
	font-size: 24px;
	color: purple;
	text-align: right;
	font-weight: bold;
	font-style: normal;
}

.pageHeaderService
{
	font-family: Times New Roman, Arial;
	font-size: 14px;
	color: #purple;
	text-align: left;
	font-weight: bold;
}

.info
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
}

.resultDetails
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

hr
{
	/*height: 1px;
	color: #C0C0C0;
	margin: 0;
	padding: 0;*/
}

h1
{
	color: #9A369D;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
}

h2
{
	color: #9A369D;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
}

h3
{
	color: #9A369D;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

h4
{
	color: #9A369D;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

h5
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

h6
{
	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
}

p
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
}

.small
{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
}

ul
{
	margin-top: 3px;
	margin-bottom: 0px;
}

li
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}

fieldset
{
	margin-left: 15px;
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	border-color: #C0C0C0;
	padding: 4px;
	margin-bottom: 10px;
}

legend
{
	color: #0080FF;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
}

.input
{
	color: black;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	border: solid 1pt #0080C0;
	margin-left: 2px;
	margin-right: 2px;
  scrollbar-face-color:	#E8E8E8;
  scrollbar-shadow-color:	#C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-3dlight-color: #E8E8E8;
  scrollbar-darkshadow-color: #E8E8E8;
  scrollbar-track-color: #E8E8E8;
  scrollbar-arrow-color: #000000;
}

.input_noborder
{
	color: black;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	margin-left: 2px;
	margin-right: 2px;
}

.input_small
{
	color: black;
	font-size: 9px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	border: solid 1pt #0080C0;
	margin-left: 2px;
	margin-right: 2px;
  scrollbar-face-color:	#E8E8E8;
  scrollbar-shadow-color:	#C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-3dlight-color: #E8E8E8;
  scrollbar-darkshadow-color: #E8E8E8;
  scrollbar-track-color: #E8E8E8;
  scrollbar-arrow-color: #000000;
}

.input_readonly
{
	color: gray;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	border: solid 1pt gray;
	margin-left: 2px;
	margin-right: 2px;
  scrollbar-face-color:	#E8E8E8;
  scrollbar-shadow-color:	#C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-3dlight-color: #E8E8E8;
  scrollbar-darkshadow-color: #E8E8E8;
  scrollbar-track-color: #E8E8E8;
  scrollbar-arrow-color: #000000;
}

.headCells
{
	background-color: #8A288F;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.subHeadCells
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.subLeftHeadCells
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.evenCells
{
  background-color: #DDA0DD;
  color: #000000;
  font-size: 11px;
}

.oddCells
{
	background-color: #BD5BC1;
	color: #000000;
	font-size: 11px;
}

q
{
	font-family:	Times New Roman;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #0080FF;
	text-align: center;
	width: 100%;
	padding-top: 20px;
}

.subMenu
{
	color: white;
	background-color: #0080C0;
	font-size: 10px;
	text-indent: 7px;
	display: none;
	width: 100%;
	padding-bottom: 3px;
}

td
{
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
}

.link
{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
	white-space: nowrap;
	cursor: pointer;
}

.link_dark
{
        font-size: 11px;
        font-weight: bold;
        font-family: Arial;
        color: #0080FF;
        white-space: nowrap;
        cursor: pointer;
}


.link_inactive
{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	color: #9D9D9D;
	white-space: nowrap;
	cursor: arrow;
}

a:hover
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	color: #0080FF;
	white-space: nowrap;
	cursor: pointer;
}

a:active
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	color: #0080FF;
	white-space: nowrap;
	cursor: pointer;
}

a:link
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	color: #9A369D;
	white-space: nowrap;
	cursor: pointer;
}

a:visited
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	color: #0080FF;
	white-space: nowrap;
	cursor: pointer;
}

.notice
{
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: #BD5BC1;
	background-color: #DDA0DD;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin: 3px;
}

.warning
{
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: #FF8000;
	background-color: #FFE0C1;
	color: #B05800;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin: 3px;
}

.error
{
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: #FF0000;
	background-color: #FFBBBB;
	color: #910000;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin: 3px;
}

.contactH1
{
	font-family: Arial;
	font-size: 12px;
	color: #004080;
	font-weight: bold;
}

.contactH2
{
	font-family: Arial;
	font-size: 12px;
	color: #FF8040;
	font-weight: bold;
}

.contactDetails
{
	font-family: Arial;
	font-size: 10px;
	color: #004080;
	font-weight: bold;
}
.purple_bold
{
  color: #9A369D;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
