@charset "utf-8";
/* Custom CSS */

body {
background-image: url('../../../Arena/Content/assets/images/global/header_bg_Black.gif');
background-repeat: repeat-x;
background-color:#000000;
margin-top: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#555555;
}
blockquote {
font-family: Georgia, serif;
line-height: 1.5em;
font-size: 1.5em;
}

.related-content {padding: 18px 0px 0px 0px;}
.related-content p, .related-content h1, .related-content h2, .related-content h3, .related-content h4 {
padding: 0px 9px 0px 9px;
}
.related-content h2 {margin-bottom: .1em;}

/*Non jQuery Tab Nav - if jQ nav is ever added to this page need to modify*/
.tabby {
margin:0;
padding: 0;
background-color: #00000; 
clear: both;
}
#tabBox h4 {color: #ccc; font-weight: bold;margin-bottom: 0;}
#tabBox p {color: #ccc;}

.tabby h3 {
color:#FFFFFF;
line-height: 1.5em;
}
.tabby a {
color: #4a8cae;
}
.tabBox, #tabBox {
padding:0px;
padding-top: 1px;
clear: both;
}
#tabBox ul {
margin:0px; padding:0px;
margin-top: 10px;
position: relative;
clear: both;
}
#tabBox ul li {
	list-style:none;
	display:inline;
}
#tabBox ul li a {
	background-color:#000000;
	color:#f1f1e6;
	padding:12px 14px 11px 14px;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	border-right:1px solid #404040;
}
#tabBox ul:first-child li:first-child a {
border-left:1px solid #404040;
}
#tabBox ul li a:hover {
	background-color:#191819;
	border-color:#404040;
border-top: 0px solid #404040;
}
#tabBox ul li a.active, #tabBox ul li a:hover {
	background-color:#303030;
	color:#f1f1e6;
border-top: 0px solid #404040;
	border-bottom: 0px solid #404040;
}
.tabbyContent, .ui-tabs-panel, .mainContent, #mainContent {
	background-color: #00000;
padding:10px 0px 10px 0px;
clear: both;
margin-top: 11px;
}

#tabBox ul:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.header img {
float: left;
margin: 0;
padding: 0;
}
.header {

}

table.files tr td {
vertical-align: top;
}


table.files tr td table tr td span {
font-size: .8em;
white-space: normal;
display: block;
width: 68px;
overflow: hidden;
word-wrap: break-word;
}

