 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #E6E6E6;
	scrollbar-shadow-color: #E6E6E6;
	scrollbar-3dlight-color: #666666;	
	scrollbar-arrow-color: #E6E6E6;
	scrollbar-track-color: #E6E6E6;
	scrollbar-darkshadow-color: #666666;
    /*margin: 0px;*/
}

input.imgButton {
	font-size 		: 8pt;
	color 			: #000000;
	font-family :     Arial, Helvetica, sans-serif;
	font-weight		: normal;
	border			: none;
}

/* Action link */
.subMenuLink, td.subMenuLink{
	font-size 		: 8pt;
	color 			: #444444;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.subMenuLink:link   	{ text-decoration: none; color : #444444; }
a.subMenuLink:visited 	{ text-decoration: none; color : #444444; }
a.subMenuLink:hover		{ text-decoration: none; color : #000000; }

/* Navigator link */
.navigateLink, td.navigateLink{
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
}
a.navigateLink:link   	{ text-decoration: none; color : #000000; }
a.navigateLink:visited 	{ text-decoration: none; color : #000000; }
a.navigateLink:hover	{ text-decoration: underline; color : #222222; }

/* Action link */
.actionLink, td.actionLink{
	font-size 		: 8pt;
	color 			: #444444;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
}
a.actionLink:link   	{ text-decoration: none; color : #444444; }
a.actionLink:visited 	{ text-decoration: none; color : #444444; }
a.actionLink:hover		{ text-decoration: underline; color : #000000; }

.stdHeaderLink, td.stdHeaderLink{
	font-size 		: 9pt;
	color 			: #444444;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.stdHeaderLink:link   	{ text-decoration: none; color : #444444; }
a.stdHeaderLink:visited 	{ text-decoration: none; color : #444444; }
a.stdHeaderLink:hover		{ text-decoration: underline; color : #000000; }


.readMessageLink, td.readMessageLink{
	font-size 		: 8pt;
	color 			: #444444;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
}
a.readMessageLink:link   	{ text-decoration: none; color : #444444; }
a.readMessageLink:visited 	{ text-decoration: none; color : #444444; }
a.readMessageLink:hover		{ text-decoration: underline; color : #000000; }

.unReadMessageLink, td.unReadMessageLink{
	font-size 		: 8pt;
	color 			: #444444;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.unReadMessageLink:link   	{ text-decoration: none; color : #444444; }
a.unReadMessageLink:visited 	{ text-decoration: none; color : #444444; }
a.unReadMessageLink:hover		{ text-decoration: underline; color : #000000; }
/* Page link */
.pageLink, td.pageLink{
	font-size 		: 8pt;
	color 			: #444444;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.pageLink:link   	{ text-decoration: none; color : #444444; }
a.pageLink:visited 	{ text-decoration: none; color : #444444; }
a.pageLink:hover	{ text-decoration: underline; color : #444444; }

.activePage {
	font-size 		: 8pt;
	color 			: #FF0000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

.disabledText {
	font-size 		: 8pt;
	color 			: #888888;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

/* Action link */
.blackLink, td.blackLink{
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.blackLink:link   	{ text-decoration: none; color : #000000; }
a.blackLink:visited { text-decoration: none; color : #000000; }
a.blackLink:hover	{ text-decoration: underline; color : #030303; }

/* Action link */
.otherLinkBlack, td.otherLinkBlack{
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.otherLinkBlack:link   	{ text-decoration: none; color : #000000; }
a.otherLinkBlack:visited { text-decoration: none; color : #000000; }
a.otherLinkBlack:hover	{ text-decoration: none; color : #FF7777; }

/*a.titleLink:link   	{ text-decoration: none; color : #000099; }
a.titleLink:visited { text-decoration: none; color : #000099; }
a.titleLink:hover	{ text-decoration: none; color : #0033CC; }*/
.bluegrey {
	font-size 		: 8pt;
	color 			: #2D3949;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	
	
}

/* Form elements */
input,textarea, select {
	font-size 			: 8pt;
	color 				: #000000;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			: normal;
	border				: 1px #999999 solid;
}

input.stdButton {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #444444;
	border			: #555555 1px solid;
	background-color: #EFEFEF;
}

input.nrlButton {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #444444;
	border			: #555555 1px solid;
	background-color: #FFFFFF;
}

/* Check Box */
input.stdCheckBox {
   	border			: 0 solid #000099;
}

input.stdRadion {
   	border			: 0 solid #000099;
}

td.stdSectionHeader {
	/*background-image: url(../images1/body_spacer.gif);*/
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #E1E1E1;
	text-align		:left;
	height			: 22px;
}
td.stdSectionField {
	/*background-image: url(../images1/body_spacer.gif);*/
	font-size		: 11px;
	font-weight		: normal;
	color			: #000000;
	background-color: #FFFFFF;
	text-align		: right;
}
td.blueField {
	/*background-image: url(../images1/body_spacer.gif);*/
	font-size		: 12px;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #6699CC;
	text-align		: center;
	height:21px;
}
td.smallBoldCenter {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			:#000000;
	text-align:center;
}

.stdcolor {
	background-color: #CE3410;
}
.stdcolor1 {
	background-color: #A32040;/*F7AE47;*/
}
.adminmenubackground {
	background-color: #959595;
}
.upperlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

td.stdSection {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	padding-left	: 5px;
	padding-right	: 5px;
 }

table.stdTableBorder {
	border			: 1px solid #999999;
}

table.stdTable {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #E6E6E6;	
}
tr.stdTable{
	background-color:#FFFFFF
}
td.stdTable{
	background-color:#FFFFFF
}
table.stdTable:tr{
	background-color:#FFFFFF
}
table.siteHeader {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #E1E1E1;
}
/* CSS Row Functionality */
tr.rowLostFocus{
	padding-left	: 5px;
	height			: 20px;
	background-color: #EFEFEF;
}

tr.rowGetFocus{
	padding-left	: 5px;
	height			: 20px;
	background-color: #EAFFDF;
}

tr.rowSelected{
	padding-left	: 5px;
	height			: 20px;
	background-color: #FFE0C1;
}

.imgAction { 

	cursor			: hand;
	border			: 0;
}

/* Td default style */
td{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
}
td.stdListHeader,.stdListHeader {
	/*background-image: url(../images1/body_spacer.gif);*/
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #EAEAEA;
	text-align		:center;
	/*height			: 15px;*/
}
/* Field Label */
td.fieldLabelRight{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #444444;
	text-align		: right;
	background-color: #EFEFEF;
}

td.fieldLabelLeft{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #333333;
	text-align		: left;
	background-color: #E5E5E5;
}

td.fieldLabel{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #333333;
	text-align		: left;
}

/* Text */
td.boldText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
}
.admin_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Header */
td.listHeader {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: center;
	/*background-image: url(../images1/body_spacer.gif);*/
	height			: 22px;
}

td.listHeaderLeft {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: left;
	/*background-image: url(../images1/body_spacer.gif);*/
	height			: 22px;
}

tr.list_A {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 10px;
	height			: 20px;
}

tr.list_B {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 10px;
	height			: 20px;
	background-color: #EFEFEF;
}
tr.list_C {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 10px;
	height			: 20px;
	background-color: #DDDDDD;
}

/* Group */
td.listGroup {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #B9E9FF;
	height			: 22px;
}

/*  Message */
td.errorMsg ,.errorMsg{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
}

td.stdErrorMsg ,.stdErrorMsg{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	text-align		: center;
	color			: #FF0000;
}

td.stdSuccessMsg ,.stdSuccessMsg {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	text-align		: center;
	color			: #008600;
}


td.successMsg {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF6600;
}

/* Copyright and bottom info */
.copyright{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
}
a.copyright			{ text-decoration: none; 	color: #000000; }
a.copyright:link   	{ text-decoration: none; 	color: #000000; }
a.copyright:visited { text-decoration: none; 	color: #000000; }
a.copyright:hover 	{ text-decoration: none;	color: #666666; }