@CHARSET "UTF-8";

body            	{ background-color: #000000; text-align: center; font-family: arial; color:#ffffff; font-size:13px; line-height:18px; }
.clear          	{ clear: both; }

.top_left       	{ position: absolute; top: 0px; left: 0px; background-position: 0px 0px; }
.top_right      	{ position: absolute; top: 0px; right: 0px; background-position: 5px 0px; }
.bottom_left    	{ position: absolute; bottom: 0px; left: 0px; background-position: 0px 5px; }
.bottom_right   	{ position: absolute; bottom: 0px; right: 0px; background-position: 5px 5px; }

.top_left,
.top_right,
.bottom_left,
.bottom_right   	{ height: 5px; width: 5px; background-color: transparent; overflow: hidden; }

a:link,
a:active,
a:visited       	{ color: #2aa3d7; text-decoration: none; }

a:hover         	{ color: #2aa3d7; text-decoration: underline; }

a img           	{ border: 0 none; text-decoration: none; }

/*individual event pages*/

.title				{ color: #2f92ce; text-align: left; font-family: georgia; font-size:28px; line-height:30px; }
.header				{ color: #2f92ce; text-align: left; font-family: georgia; font-size:20px; line-height:26px; margin:0 0 5px 0; }
.label				{ color: #929292; text-align: left; font-family: arial; font-size:12px; line-height:22px; }

#container    		{ width: 924px; margin: auto; margin-top:10px; }
#left_container    	{ float:left; }
#right_container    { float:right; }

div.gray_on_black							{ position: relative; text-align: left; background-color: #333333; padding:10px 10px 10px 10px; margin: 0px 0 10px 0; }	

div.gray_on_black .top_left,
div.gray_on_black .top_right,
div.gray_on_black .bottom_left,
div.gray_on_black .bottom_right				{ background-image: url(../images/light_corners_on_black.jpg); }

div.gray_on_gray							{ position: relative; text-align: left; background-color: #404040; padding:10px 10px 10px 10px; margin: 0px 0 10px 0; }
div.gray_on_gray_button						{ position: relative; text-align: left; background-color: #404040; padding:10px 10px 10px 10px; width:162px; }
div.gray_on_gray_button a					{ color: #ffffff; }	

div.gray_on_gray_button .top_left,
div.gray_on_gray_button .top_right,
div.gray_on_gray_button .bottom_left,
div.gray_on_gray_button .bottom_right,
div.gray_on_gray .top_left,
div.gray_on_gray .top_right,
div.gray_on_gray .bottom_left,
div.gray_on_gray .bottom_right				{ background-image: url(../images/gray_corners_on_gray.jpg); }

/*main events page*/

div.box 									{ width:231px; height:193px; background-repeat:no-repeat; position: relative; float:left; }
div.text_box								{ position: absolute; bottom: 15px; left:10px; text-align:left; text-transform:uppercase; }
div.text_box a								{ color: #ffffff; }
div.text_box a:visited						{ color: #ffffff; }

.events_text								{ font-family:georgia; text-align:left; color:#666666; font-style:italic; line-height:30px; }


