/* CSS Document */

body {
background:url(bg.gif) repeat-x;
background-color:#2E2E2E;
text-align: center; 
}

a {
text-decoration:none;
color:#4596E8;
}

img {
border:none;
}

.content {
border:#323232 5px solid;
width:745px;
/*height: 1083px;*/
overflow:hidden;
background-color:#232323;
margin: 0 auto;
position:relative;
text-align:left;
}

.box {
background-color:#606060;
width:735px;
height:83px;
margin:5px auto;
text-align:center;
}

.adtext {
color:#4596E8;
font-size:16px;
font-weight:bold;
font-family:"Segoe UI", "Lucida Sans Unicode", Tahoma, Arial;
margin-top:0;
padding-left:-5px;
}

.adbox {
	background:#575757 url(boxbg.gif) no-repeat right bottom;
	width:371px;
	height:83px;
	border-right:#373737 1px solid;
	font-size:12px;
	font-family:"Segoe UI", "Lucida Sans Unicode", Tahoma, Arial;
	color:#ECECEC;
	padding-left:10px;
}

.adbox2 {
	width:330px;
	height:83px;
	font-size:12px;
	font-family:"Segoe UI", "Lucida Sans Unicode", Tahoma, Arial;
	color:#ECECEC;
	padding-left:10px;
}

ul {
list-style-type:square;
padding-left:20px;
margin-left:0;
}

.box1 {
background-color:#494949;
width:735px;
height:83px;
margin:5px auto;
display:block;
}

.box2 {
background-color:#303030;
width:730px;
/*height:806px;*/
margin:5px auto;
color:#ECECEC;
font-family:"Segoe UI", "Lucida Sans Unicode", Tahoma, Arial;
font-size:12px;
padding-left:5px;
}

.headtext {
color:#73B259;
font-size:16px;
font-weight:bold;
border-bottom:#656565 1px solid;
width:720px;
margin-top:0;
}

.border {
border-left:#555555 4px solid;
padding-left:2px;
margin-left:2px;
}

.copy{
font-family:"Segoe UI", "Lucida Sans Unicode", Tahoma, Arial;
font-size:12px;
color:#CCCCCC;
font-weight:bold;
padding-top:31px;
margin-top:0;
}

.header {
background-image:url(eheaderbg.gif);
width:735px;
height:86px;
margin:5px auto;
}

#link1 {
position:absolute;
left:630px;
top:10px;
}

#link2 {
position:absolute;
left:347px;
top:73px;
}

#link3 {
position:absolute;
left:479px;
top:72px;
}

#link4 {
position:absolute;
left:624px;
top:72px;
}

blockquote {
background:url(blockquote.gif) no-repeat;
padding:20px 20px 0;
}

.blkquote {
background:url(blockquoteclose.gif) no-repeat scroll 100%;
padding-bottom:62px;
margin-bottom:-62px;
}

.hover {
/* background: url(football.jpg) no-repeat scroll 0; */
}

.port {
opacity:.0;
visibility:hidden;
background: url(hover.gif);
}

.ui-tabs-hide { display: none; }

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;

}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
cursor:pointer;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
	
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 2px;
    background: url(tab.gif) no-repeat scroll 100%;
	cursor:pointer;
	width:152px;
	text-align:center;
}
.ui-tabs-nav a {
    margin: 6px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
 /*   background-position: 100% 0;*/
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */   
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #4596E8;
	padding-top:5px;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background: url(tabactive.gif) no-repeat;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
  /*  background-position: 0 0;*/
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -32px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #787878;
    padding: 10px;
    background: #303030; /* declare background color for container to avoid distorted fonts in IE while fading */
	margin-right:5px;
	margin-bottom:10px;
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.featuretable {
text-align:left;
}

.alt {
background-color:#363636;
}

table td {
border-bottom:1px dotted #444444;
color:#6C6C6C;
cursor:pointer;
}

#fragment-1 {
overflow:hidden;
}

.featuretable tr {
background-color:#2B2B2B;
}

.tdhover {
background-color:#E8E8E8;
}

input, textarea {
border: 1px solid #2B2B2B;
background-color:#444444;
color:#4596E8;
}

input:focus, textarea:focus {
border: 1px solid #ECECEC;
background-color:#E8E8E8;
color:#000;
}




