﻿/* selectors */
body {font-family:arial; font-size:16px;margin:0px;color:#7f7f7f;}
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}

a.white{color:white; text-decoration: none;}
a.blue{color:#1c549c; text-decoration: none;}

#main_left
{
    background-image:url(../images/bg_left.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    width:33%
}

#main_center{width:950px}

#main_right
{
    background:url(../images/bg_right.jpg) top left no-repeat;
    width:33%;
}

#content{height:342px}
#footer{height:134px}

.g1{font-size:12px;}
.g2{font-size:20px;}
.g3{text-transform: uppercase;font-size:16px;}
.g3b{text-transform: uppercase;font-size:14px;}
.g4{text-transform: uppercase;font-size:22pt;}
.brown{text-transform: uppercase;color:#7c3c1f;font-size:22pt;}
/* Custom styles end */