/* CSS Document */

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	/*scrollbar-face-color: #7fcafa;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #7fcafa;	
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #7fcafa;*/
    margin: 0px;
}

.thinborder2 {
	border-top		: 1px none #D9D9D9;
	border-right	: 1px solid #D9D9D9;
	border-bottom	: 1px solid #D9D9D9;
	border-left		: 1px solid #D9D9D9;
}

/* Site link */
.siteLink, td.siteLink {
	font-size 		: 10px;
	color 			: #444444;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
}
a.siteLink:link   	{ text-decoration: none; color : #444444; }
a.siteLink:visited 	{ text-decoration: none; color : #444444; }
a.siteLink:hover	{ 
	border-top		: #666666 1px solid;
	text-decoration : underline ;
	color 			: #000000; 
}

.menuLink {
	font-size 			: 15px;
	color 				: yellow;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			: bold;
	padding-left		: 15px;
}
td.menuLink {
	background-position	: center;
	background-repeat	: no-repeat; 
	background-image	: url(../images/arrow.jpg);
}
a.menuLink:link   	{ text-decoration: none; color :white ; }
a.menuLink:visited 	{ text-decoration: none; color : white; }
a.menuLink:hover	{ 
	text-decoration : none;
	/*color 			: #AFAFAF; */
	color               :#AFAFAF ;
}

a.loginLink:link	{ text-decoration: none; color : #000000; }
a.loginLink:visited { text-decoration: none; color : #000000; }
a.loginLink:hover	{ 
	text-decoration : none;
	}
/* Header link */
.headerLink, td.headerLink{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 20pt;
	font-weight		: bold;
	color			: #FFFFFF ;
	background-color: #000099;
}
a.headerLink:link   { text-decoration: none; color : #FFFFFF;}
a.headerLink:visited{ text-decoration: none; color : black;}
a.headerLink:hover	{ text-decoration: none; color : black;}

/* Page link */
.pageLink, td.pageLink{
	font-size 		: 8pt;
	color 			: #7fcafa;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.pageLink:link   	{ text-decoration: none; color : #800000; }
a.pageLink:visited 	{ text-decoration: none; color : #800000; }
a.pageLink:hover	{ text-decoration: underline; color : #800000; }

.fontHeader {
	font-size 		: 20pt;
	color 			: Red;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

.sloganFont {
	font-size 		: 13pt;
	color 			: Black;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

.activePage{
	font-size 		: 8pt;
	color 			: #800000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

.disabledText {
	font-size 		: 8pt;
	color 			: #FFC58C;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
/* 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	{ 
	border-top		: #7fcafa 1px solid;
	border-bottom	: #7fcafa 1px solid;
	text-decoration : none;
	color 			: #FAA61A; 
}

/* Form elements */
input,textarea, select {
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	border-right	: #7fcafa 1px solid;
	border-top		: #7fcafa 1px solid;
	border-left		: #7fcafa 1px solid;
	border-bottom	: #7fcafa 1px solid;
	background-color: #EFEFEF;
}

input.imgButton {
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	border			: none;
}


input.stdButton {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #FFFFFF;
	border-right	: #7fcafa 1px solid;
	border-top		: #7fcafa 1px solid;
	border-left		: #7fcafa 1px solid;
	border-bottom	: #7fcafa 1px solid;
	background-color: #7fcafa;
}

img.imgGallery{
	border				: 1 solid #000000;
}

input.stdCheckBox {
	border-width	: 0px;
	background-color:#FFFFFF;
}

.stdBorderColor {
	background-color: #7fcafa;
}

/* Td default style */
td{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
}

/* Field Label */
td.fieldLabel{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9px;
	font-weight		: bold;
	color			: #FFFFFF;
	height			: 16px;
	background-color: #7fcafa;
}
td.fieldLable2{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9px;
	font-weight		: bold;
	color			: #7fcafa;
	height			: 16px;
}

td.boldText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #7fcafa;
}

td.headerText1{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #7fcafa;
	height			: 18px;
}

/*  Message */
td.errorMsg {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
}

td.successMsg {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FAA61A;
}

/* Copyright and bottom info */
.copyright			{
	font-size		: 7pt;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #FFFFFF;
	font-weight		: bold;
}
a.copyright			{ text-decoration: none; 	color: #FFFFFF; }
a.copyright:link   	{ text-decoration: none; 	color: #FFFFFF; }
a.copyright:visited { text-decoration: none; 	color: #FFFFFF; }
a.copyright:hover 	{ 
	border-top		: #FFFFFF 1px solid;
	border-bottom	: #FFFFFF 1px solid;
	color			: #FFFFFF; 
}