/* selectors */
body {font-family:Arial; font-size:12px;margin:0px; background-color:black;}
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;}
#content{ margin:30px}

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{color:black}

a.white:link{color:white; text-decoration:none}
a.white:active{color:white;text-decoration:none}
a.white:hover{color:white;text-decoration:none}
a.white:visited{color:white;text-decoration:none}

.blue_link:link{color:#37406F; text-decoration:none}
.blue_link:active{color:#37406F;text-decoration:none}
.blue_link:hover{color:#37406F;text-decoration:none}
.blue_link:visited{color:#37406F;text-decoration:none}

.events_date{ font-weight:bold}
.events_title{ font-size:13px; font-weight:bold}

.blue_title{color:#37406F; font-size:14px; font-weight:bold}

.title{text-align:center;font-weight:bold; font-size:14px}
.big_text{font-size:14px}
.white{color:white;}

.galery_bg
{
width:170px;
height:125px;
background-image:url(../images/events/th/bg.jpg);
background-repeat:no-repeat;
vertical-align:top;
text-align:left;

}


.eventsPic {
	text-align:center;
	margin-top:0px;
	margin-left: 60px;
	widows:170px;
	float:left;
}
.eventsPic img{
	border:0px solid;
	margin:6px;
}
.cursors{ cursor:pointer;}
.cursors:hover{ 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;}
/* Custom styles end */
