﻿/* selectors */
*{margin: 0px;padding:0px}
body {font-family:Verdana; font-size:12px;margin:0px;background-color: black;color:white;}
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;}

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}

#menu{margin-left: 380px;margin-top:10px}
#menu td{text-align:center;} 

#menu a:link {text-transform: uppercase; text-align: center;color:white; font-weight: bold; font-size: 11px;text-decoration: none;}
#menu a:visited {text-transform: uppercase; text-align: center;color:white; font-weight: bold; font-size: 11px;text-decoration: none;} 
#menu a:hover {text-transform: uppercase; text-align: center;color:#0a73bb; font-weight: bold; font-size: 11px; text-decoration: none;}
#menu a:active {text-transform: uppercase; text-align: center;color:white; font-weight: bold; font-size: 11px;text-decoration: none;} 
#menu a.selectedMenu {text-transform: uppercase; text-align: center;color:#0a73bb; font-weight: bold; font-size: 11px; text-decoration: none;}

#footer{color:#acdb37}
#footer a{color:#acdb37}

.hand{cursor:pointer;cursor:hand;border:solid 0px red}
.bold{font-weight:bold;}

/*
#menu a:link {color: #FF0000}
#menu a:visited {color: #00FF00}
#menu a:hover {color: #FF00FF}
#menu a:active {color: #0000FF}
*/
/* Custom styles end */





                           