/* CSS Document */
BODY {
	font-size: 12pt;
	font-weight: bold;
	font-family: Times New Roman Turk;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #ececec;
	 /* for blue theme add */
	/* scrollbar-base-color : #ebf0f9;*/
}

.nonlink{
font-size: 12px;
font-weight:bold;
color:#f4b500;
}

a.fLink:link, 
a.fLink:visited, 
a.fLink:active 
{	
font-size: 12px;
color: #ffffff;	
font-weight: bold;
background-color: transparent;	
text-decoration: none;
}

a.fLink:hover 
{	
color: #CC0000;	
font-weight: bold;
background-color: transparent;	
text-decoration: none;
font-size: 12px;
}

a.rLink:link, 
a.rLink:visited, 
a.rLink:active 
{	
font-size: 14px;
color: #f4b500;	
font-weight: bold;
background-color: transparent;	
text-decoration: none;
}

a.rLink:hover 
{	
color: #f4b500;	
font-weight: bold;
background-color: transparent;	
text-decoration: none;
font-size: 14px;
}

INPUT {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	padding:1px;
	margin:1px;
	border: 1px solid #517dbf; /*cbd8eb*/
	color:windowtext;
	background-color:window;
	overflow:hidden;
	text-align:left;
	width:230px;
}

.IN1{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	padding:1px;
	margin:1px;
	border: 1px solid #517dbf; /*cbd8eb*/
	color:windowtext;
	background-color:window;
	overflow:hidden;
	text-align:left;
	width:150px;
}

.IN2 {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	padding:1px;
	margin:1px;
	border: 1px solid #dcdcdc;
	color:white;
	background-color:#517dbf;
	overflow:hidden;
	text-align:center;
	width:150px;
}

.login {
	font-size: 8pt;
	font-weight:bold;
	font-family: Verdana;
	padding:1px;
	margin:1px;
	border: 1px solid #dcdcdc;
	color:white;
	background-color:#cc9900;
	overflow:hidden;
	text-align:center;
	width:130px;
}

TEXTAREA {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	padding:1px;
	margin:1px;
	border: thin solid #dcdcdc;
	color:windowtext;
	background-color:window;
	text-align:left;
	width:230px;
	height: 125px;
}



SELECT {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	padding:1px;
	margin:1px;
	overflow:hidden;
	text-align:left;
	border: 1px solid #dcdcdc;	
	border-left : 1px solid #dcdcdc;
	border-right : 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom : 1px solid #dcdcdc;
	display:inline-block;
}

H1 {
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px; 
}

H2 {
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px;
}

H3 {
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px;
}

H4 {
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px;
}

H5 {
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px;
}

H6 {
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px; 
}


.h2{	
	height:2px;
}
.h4{	
	height:4px;
}
.h7{	
	height:7px;
}
.h10{	
	height:10px;
}

.wp100{	
	width:100%;
}
.w25{	
	width:150px;
}
.w50{	
	width:150px;
}
.w150{	
	width:150px;
}
.w200{	
	width:200px;
}
.w250{	
	width:250px;
}
.w300{	
	width:300px;
}
.w350{	
	width:350px;
}
.w400{	
	width:400px;
}
.w450{	
	width:450px;
}
.w500{	
	width:500px;
}

.w600{	
	width:600px;
}

.w750{	
	width:600px;
}

.primaryVeryDark {
	COLOR: #ebf0f9; BACKGROUND-COLOR: #1e3c7b
}
.primaryDark {
	COLOR: white; BACKGROUND-COLOR: #517dbf
}
.primaryMedium {
	COLOR: black; BACKGROUND-COLOR: #cbd8eb
}
.primaryLight {
	COLOR: black; BACKGROUND-COLOR: #ebf0f9
}
.accentDark {
	COLOR: white; BACKGROUND-COLOR: #517dbf
}
.accentLight {
	COLOR: black; BACKGROUND-COLOR: #ebf0f9
}
.leftcolor {
	COLOR: black; BACKGROUND-COLOR: #a5c3e7
}
.bluebg {
	COLOR: black; BACKGROUND-COLOR: #94bede
}

.defFont {
	FONT-FAMILY: Verdana;
}

.smlFont {
	FONT-SIZE: 10px;
}

.bigFont {
	FONT-SIZE: 16px;
}

.alt1Font {
	FONT-FAMILY: Arial;
}

.alt2Font {
	FONT-FAMILY: Tahoma;
}

.brdclr{

	BORDER-LEFT-COLOR: #517dbf;
	BORDER-BOTTOM-COLOR: #517dbf;
	COLOR: black;
	BORDER-TOP-COLOR: #517dbf;
	BORDER-RIGHT-COLOR: #517dbf;
	border : 1px solid;
	background-color : #ebf0f9;
}

.cw{
	COLOR: #ffffff;	
}