﻿/* selectors */
body {font-family:Helvetica,Arial,Verdana ,sans-serif; font-size:12px;margin:0px;color:#4d4e4d}
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.gray{color:#4d4e4d;}

.blue_title{color:#365db5; font-weight:bold; font-size:16px}
.blue_small_title{color:#2b498e;font-weight:bold;font-size:12px}
.blue_text{color:#2b498e;}

.yellow_back{ }
.gray_back{ }

.large_text{font-size:14px;}

/* Custom styles end */