/* selectors */
body 
{

font-family:Verdana; 
font-size:12px;margin:0px;
background:url(../images/Background.gif) center top;
-background-color:#c8d0d4;
-background-image:none;
 

}
p{text-align:left;}
/* selectors end */

/* Custom styles */
.errorMessage{ font-weight:bold; color:Red;}
.centeredTable{ margin-left:auto; margin-right:auto;}

.row_color{background-color:white;}
.row_color:hover{background-color:gray; color:white;cursor:pointer; cursor:hand;}

.alt_row_color{ background-color:silver;}
.alt_row_color:hover{ background-color:gray; color:white; cursor:pointer; cursor:hand;}

#usersTable td{padding:3px;}
#usersInfo td{padding:3px;}
#mainTable{margin-left:auto;margin-right:auto;width:1019px;}

input[type="button"]{cursor:pointer;cursor:hand;}
input[type="submit"]{cursor:pointer;cursor:hand;}
input[type="file"]{cursor:pointer;cursor:hand;}

.alt_link:link{color:black; text-decoration:none}
.alt_link:active{color:black;text-decoration:none}
.alt_link:hover{color:white;text-decoration:none}
.alt_link:visited{color:black;text-decoration:none}

.login_txt
{
	width:80px;
	font-size:9px;
	margin:0px;
	/*text-transform:uppercase*/
	
}

a.black{color:black;text-decoration:none;}
a.white{color:white;text-decoration:none;}
/* Custom styles end */

