* {-webkit-font-smoothing: none;}

:link, link:visited {text-decoration: none;}
/*:focus {outline: thin dotted invert;}*/
html:focus, div:focus, td:focus {outline: none;}

html{
	overflow: -moz-scrollbars-vertical;/*mozilla*/
	overflow: scroll;
}

body, p, label{
	color: #777777;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	white-space: normal;
	
	-webkit-text-size-adjust: none;
}

label{
	color: #ABABAB;
}

body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #2b2b2b;
	background-repeat: repeat-x;
	background-image: url(/images/body_bg.png?1234);/*increment the http query value manually here on change (pics don't expire)*/
}

body:focus, #body:focus, input:focus, textarea:focus{
	outline: none; /*Disable webkit annoying input focus outline, the cursor is enough indicator.*/
}

a, a:hover, a:visited{
	color: #0099FF;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
	color: #DDDDDD !important;
	font-weight: bold;
	font-size: 15px !important;
	font-family: Verdana !important;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	display: inline;
	white-space: pre;
}
h3{
	font-family: Arial;
}

.nobr{
	white-space: nowrap;
}

label, p, a{
	white-space: normal;
}

label, a{
	cursor: pointer; /*Always use <label> for <input> and <textarea>, and always use the "for" attribute on <label>.*/
}

table{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

input{
	color: black;
	cursor: auto;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}


.spbutton {
	float: left;
	height: 16px;
	background-image: url(/images/button_center.png?11236);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
	overflow: hidden;
}
.spbutton input, .spbutton div div, .spbutton div{
	border: 0px;
	margin: 0px;
	height: 16px;
}
.spbutton div{
	background-image: url(/images/button_left.png?11234);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
.spbutton div div{
	background-image: url(/images/button_right.png?11234);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 1px 0px 1px;
	float: left;
}
.spbutton input{

	cursor: pointer;
	
	padding: 0px 10px 0px 10px;
	
	color: #000000;
	font-weight: none;
	font-size: 10px;
	font-family: Verdana;
	
	border-width: 0px;
	border-style: none;

	height: 16px;
	
	background-color: transparent;
	
	/*min-width: 100px;*/
}
.spbutton input:focus{
	text-decoration: underline;
}

.of_edit{
	width: 153px;
	height: 16px;
}
.of_submit{
	background-image: url(/images/button_center.png?1234);
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
	border-color: #fefefe;
	margin-top: 25px;
	font-family: Arial;
	color: #2D2513;
	font-size: 10px;
	height: 16px;
	cursor: pointer;
}

.of_body_div{
	text-align: left;
	margin: 0 auto;
	background-color: transparent;
	background-image: none;
}

.of_body_div, .hdr_fine_line, .of_hdr_tbl, .hdr_fine_line_bottom{
	width: 900px;
}

.hdr_fine_line, .hdr_fine_line_bottom, .show_fine_line{
	background-color: #272727;
	overflow: hidden;
	height: 1px;
}
.hdr_fine_line_bottom{
	background-color: #404040;
}

.of_hdr_left{
	vertical-align: middle;
	text-align: left;
	padding: 20px 0px 0px 0px;
	height: 70px;
	width: 320px;
}

.of_hdr_right{
	vertical-align: middle;
	text-align: right;
	padding: 20px 0px 0px 0px;
	height: 70px;
	width: 580px;
}

.of_hdr_main_link, .of_hdr_main_link_active_page{
	padding-left: 20px;
}
.of_hdr_main_link a, .of_hdr_main_link a:visited, .of_hdr_main_link a:active, .of_hdr_main_link a:link{
	color: #9C9C9C;
	font-size: 12px;
}
.of_hdr_main_link_active_page a, .of_hdr_main_link_active_page a:visited, .of_hdr_main_link_active_page a:active, .of_hdr_main_link_active_page a:link{
	color: #F8F8F8;
	font-size: 12px;
}
.of_hdr_main_links a:hover{
	color: #E8E8E8;
}


.of_ftr_cpr{
	padding-top: 23px;
	color: #ABABAB;
}


.of_main_top_spacer{
	overflow: hidden;
	height: 20px;
}
.of_main_left{
	width: 240px;
	text-align: left;
	vertical-align: top;
	margin-right: 30px;
}
.of_main_left p{
	color: #DADADA;
}
.of_main_left a, .of_main_left a:visited, .of_main_left a:active, .of_main_left a:link{
	color: #9C9C9C;
}
.of_main_left a:hover{
	color: #DADADA;
}
.of_main_left p{
	padding: 0px;
}
.of_main_left div{
	height: 225px;
}

.of_main_right{
	width: 660px;
	text-align: right;
}

.of_main_lower{
	background-image: url(/images/bg_main_lower.png?1234); /*increment when pic changes; never expire caching is enabled;*/
	width: 900px;
	height: 193px;
	overflow: hidden;
	font-size: 12px;
}
.of_main_lower td{
	vertical-align: top;
}
.of_main_lower p{
	padding-top: 18px;
}
.of_main_lower a, .of_main_lower a:visited, .of_main_lower a:active, .of_main_lower a:link{
	color: #ABABAB;
	font-size: 12px;
}
.of_main_lower a:hover{
	color: #DADADA;
}

.of_box_1, .of_box_2, .of_box_3
{
	padding-top: 20px;
	padding: 20px 0px 0px 20px;
}
.of_box_1{
	width: 203px;
}
.of_box_2{
	width: 320px;
}

.of_contact{
	height: 256px;
	padding-top: 25px
}
.of_contact td{
	vertical-align: top;
}
.of_contact p{
	color: #DADADA;
	font-size: 11px;
	padding-top: 10px;
}

.of_article h1, .of_article .of_article_bottom_title, .of_article_bottom_title a, .of_article_bottom_title a:hover, .of_article_bottom_title a:visited{
	color: #dddddd !important;
	font-size: 13px;
	font-weight: bold;
}
.of_article .topspacer{
	overflow: hidden;
	height: 25px;
}
.of_article .of_author, .of_article .of_date, .of_article_category_link{
	color: #BBBBBB;
	font-size: 11px;
}
.of_article .of_source, .of_article .of_source a, .of_article .of_source a:hover, .of_article .of_source a:visited{
	font-size: 11px;
	color: #BBBBBB;
}
.of_article_category_link, .of_article_category_link a, .of_article_category_link .of_article_category_link a:hover, .of_article_category_link .of_article_category_link a:visited{
	font-size: 11px;
	color: #DDDDDD;
}

.of_article_content{
	/*-moz-column-count: 2;
	-moz-column-gap: 25px;
	-webkit-column-count: 2;
	-webkit-column-gap: 25px;
	column-count: 2;
	column-gap: 25px;*/
}
.of_article_content, .of_article_content p{
	color: #DADADA;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}
.of_article_content p{
	margin-bottom: 12px;
}
.of_articles_bottom_container td{
	width: 450px;
	vertical-align: top;
}
.of_page_top_title h1{
	color: #DDDDDD;
	font-family: Arial;
	font-size: 14px;
	font-weight: strong;
}

.of_art_box{
	width: 900px;
}

.of_art_box td{
	vertical-align: top;
	height: 65px; 
}
.of_art_box a, .of_art_box a:visited, .of_art_box a:hover{
	font-size: 12px;
	color: #ABABAB;
}

.of_prof_menu{
	padding-top: 13px;
	padding-bottom: 13px;
}

.of_menu_item, .of_menu_item_active_page{
	padding-left: 20px;
}
.of_menu_item a, .of_menu_item a:visited, .of_menu_item a:active, .of_menu_item a:link{
	color: #9C9C9C;
	font-size: 12px;
}
.of_menu_item_active_page a, .of_menu_item_active_page a:visited, .of_menu_item_active_page a:active, .of_menu_item_active_page a:link{
	color: #E8E8E8;
	font-size: 12px;
}
.of_prof_menu a:hover{
	color: #F8F8F8;
}

.of_prof_pr{
	color: #ffffff;
	font-weight: bold;
}

.of_show_box td{
	vertical-align: top;
}
.of_show_box_link, .of_show_box a, .of_show_box a:visited, .of_show_box a:hover{
	font-size: 11px;
	color: #ABABAB;
}

.of_shows_cont{
	width: 860px
}
.of_shows_cont td{
	vertical-align: top;
	width: 180px;
}
.of_oneshow_cont{
	vertical-align: top;
	width: 900px;
}
.of_oneshow_desc, .show_fine_line{
	width: 350px;
}
.of_oneshow_desc p{
	color: #DADADA;
}

.eugv_article_img1{
	padding: 0px 19px 7px 0px;
	margin: 0px;
}

#eugv_cdprof_content td{
	vertical-align: top;
}
#eugv_cdprof_content p, h1{
	color: white;
	font-size: 11px;
}
#eugv_cdprof_content h2{
	color: #9C9C9C;
	font-size: 11px;
}
#eugv_cdprof_content h1{
	font-size: 13px;
}

#q{
	border-width: 1px; 
	border-color: #cccccc; 
	font-family: Arial; 
	font-size: 13px; 
	font-color: #AAAAAA; 
	width: 150px; 
	height: 16px; 
	cursor: text;
}

.of_oneshow_desc h1{
	font-size: 17px;
}
.of_oneshow_desc h3{
	font-size: 11px;
}