/* CSS Document */

.bodytext
{
font-family:Arial;
font-size:12px;
color:#333333;
text-decoration:none;
line-height:20px;
}

.Subheadings
{
font-family:"Trebuchet MS";
font-size:18px;
color:#0086C4;
text-decoration:none;
}

.links
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.links a
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.links a:hover
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.links_side_highlight
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.links_side_highlight a
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.links_side_highlight a:hover
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.copyrights
{
font-family:Tahoma;
font-size:10px;
color:#000000;
text-decoration:none;
}

.links_top
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#0066CC;
text-decoration:none;
}

.links_top a
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#0066CC;
text-decoration:none;
}

.links_top a:hover
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#990000;
text-decoration:none;
}

.links_top_roll
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#990000;
text-decoration:none;
}

.links_top_roll a
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#990000;
text-decoration:none;
}

.links_top_roll a:hover
{
font-family:"Century Gothic";
font-size:14px;
font-weight:bold;
color:#990000;
text-decoration:none;
}

.Username
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000
}

.forgotpassword{
font-family:Tahoma;
font-size:11px;
color:#000000;
text-decoration:none;
}

.forgotpassword a{
font-family:Tahoma;
font-size:11px;
color:#000000;
text-decoration:none;
}

.forgotpassword a:hover{
font-family:Tahoma;
font-size:11px;
text-decoration:underline;
color:#FF0000;
}
.button
{
background-image:url(images/login.png);
height:25px;
width:68px;

 }
.button1
{
background-image:url(images/btn_changepass_09.png);
height:25px;
width:126px;

}.button2
{
background-image:url(images/submit.png);
height:25px;
width:67px;

}
.button3
{
background-image:url(images/SAVE.png);
height:20px;
width:58px;

}
.button4
{
background-image:url(images/exit.png);
height:25px;
width:70px;

}
.passwordred {
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}


/*pagination*/
div.pagination {
padding: 2px;
margin: 1px;
}

div.pagination a {
padding: 1px 3px 1px 3px;
margin: 1px;
border: 1px solid #AAAADD;

text-decoration: none; /* no underline */
color: #000099;
}
div.pagination a:hover, div.pagination a:active {
border: 1px solid #000099;

color: #000;
}
div.pagination span.current {
padding: 1px 3px 1px 3px;
margin: 1px;
border: 1px solid #000099;
background-color: #000099;
color: #FFF;
}
div.pagination span.disabled {
padding: 1px 3px 1px 3px;
margin: 1px;
border: 1px solid #EEE;

color: #DDD;
}

