﻿/* selectors */
body {font-family:Arial; font-size:12px;margin:0px; background-image:url('../images/bg_body.jpg'); background-repeat:repeat-x; background-color:#214e18; color:white}
p{text-align:justify;}
/* 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.blue{color:#047391; text-decoration:none}
a.white{color:white; text-decoration:none}
a.yellow{color:#ffed00; text-decoration:none; font-size:14px; font-weight:bold}
a.yellow_link{color:#ffed00; font-size:18px; font-weight:bold; text-decoration:none}

.yellow_title{color:#ffed00; font-size:18px; font-weight:bold}
.small_yellow_title{color:#ffed00; font-size:16px; font-weight:bold}

.form_title{ font-weight:bold}
.img_click{cursor:pointer;cursor:hand;}
/* Custom styles end */