﻿/* selectors */
body {font-family:Verdana; font-size:12px;margin:0px;}
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}

#footer{font-size: 9px;}
#footer a{font-size: 9px;color:black; text-decoration: none;}

.title_red{color:#c41130;text-transform: uppercase; font-weight: bold;}
/* Custom styles end */

td{ vertical-align:top;}

.title_cZone{ color:red; display:block;}
.contact_special span{ display:block; margin:0 0 10px 0;}

a{ color:#919191; text-decoration:underline;}
a:hover{ color:red; text-decoration:none;}

a img{
border:none;
}
a img:hover{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}
