/*************** Normal Link *****************/

/*body {
	background-color: #CDE2F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}*/

a:link { 
	font-family: Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #0033CC;
}
a:active { 
	font-family:Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #0033CC;
}
a:visited { 
	font-family:Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #0033CC; 
}
a:hover { 
	font-family: Arial;
	font-size: 11px;
	text-decoration: None;
	color: #0033CC;
}
/**************** Sorting ****************/
a.sorting:link { 
	font-family:Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #ffffff;
}
a.sorting:active { 
	font-family:Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #FFFF99;
}
a.sorting:visited { 
	font-family: Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #FFFF99; 
}
a.sorting:hover { 
	font-family:Arial;
	font-size: 11px;
	text-decoration: None;
	color: #ffffff;
}
/********************** Link ***********************/
a.login:link {
	font-family:Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #485178;
	font-weight:bold;
}
a.login:active { 
	font-family: Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #485178;
	font-weight:bold;
}
a.login:visited { 
	font-family:Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #485178; 
	font-weight:bold;
}
a.login:hover { 
	font-family:Arial;
	font-size: 11px;
	text-decoration: None;
	color: #485178;
	font-weight:bold;
}
.gtext {
	font-family:Arial;
	font-size: 11px;
}
.error_message {
	font-family: Arial;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.show_message {
	font-family: Arial;
	font-size: 11px;
	color: #006633;
	font-weight: bold;
}
.loginHeader {
	font-family:Arial;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.tblHeader {
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../admin/img/tblHeader.png);
	height: 22px;
}
.tableSubHeader {
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF99;
	background-color: #6594DA;
	height: 22px;
}
body {
	/*scrollbar-base-color: #6478D7;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #8F8F8F;*/
}
.tablebody {
	font-family:Arial;
	font-size: 11px;
	background-color: #EEEEEE;
}
input, textarea, select {
	font-family: Tahoma; 
	font-size: 11px;
	/*border: #3A76D0 1px solid;*/
}
.butn {
	font-family:Arial;
	font-size: 11px;
	background-color: #3674CF;
	height: 20px;
	border-right: #26579F 2px solid;
	border-top: #6594DA 2px solid;
	border-left: #6594DA 2px solid;
	border-bottom: #26579F 2px solid;
	color: #ffffff;
}
.bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.Table {
	border-collapse: collapse;
	border: #3A76D0 1px solid;
}
.Special {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	text-align: center;
	color: #990000;
}
.alterClass1 {
	font-family: Arial;
	font-size: 11px;
	background-color: #EEEEEE;
}
.alterClass2 {
	font-family: Arial;
	font-size: 11px;
	background-color: #E1E1E1;
}
.mouseOver {
	font-family: Arial;
	font-size: 11px;
	background-color: #CFDCFE;
}

.errmgs {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #C24938;
	background-color: #6594DA;
	height: 22px;
}
.setting {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F8FAFD;
	background-color: #5B5E10;
	height: 22px;
}

.small_size {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
	height: 22px;
}






a.small_link:link {
	font-family: Arial;
	font-size: 11px;
	text-decoration: Underline;
	color:#544288;
	font-weight:bold;
}
a.small_link:active { 
	font-family: Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #544288;
	font-weight:bold;
}
a.small_link:visited { 
	font-family: Arial;
	font-size: 11px;
	text-decoration: Underline;
	color: #544288; 
	font-weight:bold;
}
a.small_link:hover { 
	font-family: Arial;
	font-size: 11px;
	text-decoration: None;
	color: #544288;
	font-weight:bold;
}

#info{
border: 1px solid;
margin: 10px 0px;
padding:5px 5px 5px 5px;
background-repeat: no-repeat;
background-position: 10px center;
position:relative;
color: #00529B;
background-color: #BDE5F8;
background-image: url('images/message-new.png');
font-size:14px;
font-weight:bold;
}

