/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

@import url("base.css");
@import url("layout.css");
@import url("nav.css");
@import url("admin.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
  font-family: verdana, helvetica, sans-serif;
  color: black;
  font-size:0.9em;
}

h1 {
  	color: #000;
  	font-size:130%;
  	font-weight: bold;
	margin-bottom:10px;

}

#contentdata h1 {
color: #000;
  	font-size:120%;
  	font-weight: bold;
	margin-bottom:5px;
}

html>body #contentdata h1 {
	margin-bottom:10px;
}
h2 {
	font-size:80%;
	color: #666;
	font-weight: bold;
}

#contentdata h2 {
color: #000;
  	font-size:80%;
  	font-weight: bold;
}

h3 {
  color: #0077AD;
  font-size:120%;
	font-weight: bold;
}

h4 {
	font-size:80%;
	color:#999999;
	font-weight: bold;
}


HR { 
text-align: right; 
width: 100%; 
height: 1px; 
color:#CCCCCC; 
border: none; 
margin-top:-10px;
}
HTML>BODY HR { margin-right: 0; margin-top:-7px; width: 100%; height: 1px; background-color: #CCC; border: none; }
HTML>BODY HR { margin-right: 0; margin-top:-7px; width: 100%; height: 1px; background-color: #CCC; border: 0px solid #CCC; }


p {
  margin: 10px 0 6px 0;
  font-size:80%;
}

a:link, a:visited {
  color: #0077AD;
  text-decoration:none;
}

a:hover {
color:#CC3333
}

li {
list-style-position:inside;
margin-left:20px;
line-height:-5px;
}

pre {
display:none;
font-size:100%;
font-family: verdana, helvetica, sans-serif;
margin-top:3px;
}
/* NAV CONTAINER
----------------------------------------------------------------*/
#navcontainer {
list-style: none;
	display: block;
	background-color: #F7F7F7;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	width: 704px;
}

/* HEADER CONTENT
----------------------------------------------------------------*/
#header h1 {
  margin: 102px 0 0 380px;
  color: white;
  font-weight: bold;
  }

#header a:link,
#header a:visited {
  color: white;
  font-size:85%;
  letter-spacing:1px;
  }
#header a:hover
{
color:#99CCFF;

}
#header h1 em {
  color: yellow;
  font-family: georgia;
  font-weight: bold;
  font-size: 28px;
}
/* CONTENT CONTENT
----------------------------------------------------------------*/
#content a:link,
#content a:visited {
text-decoration:none;
} 

#content a:hover {
display:inline-table;
background-color:#FFFFCC;
}

#content ul {
list-style-image:url(../imgs/bullet.gif);
}
#content li {
	font-size:80%;
	/*line-height: 10px;*/
	margin-right:5px;
	margin-top:1px;
	margin-left:-10px;
	list-style-position:outside;
}

html>body #content li {
margin-top:15px;
}
/*ACTIVE.COM button and copy
----------------------------------------------------------------*/
#active h1 {
font-size:80%;
color:#666;
margin-left:10px;
}
/*SLIDESHOW/FLASH DETECT CONTENT
----------------------------------------------------------------*/
#contentslideshow p {
margin:20px;
font-size:80%;
}

#contentslideshow a:link,
#contentslideshow a:visited {
color:#CC3333;
display:inline-table;
}

#contentslideshow a:hover {
background-color:#FFFFCC;
}


/*STORY CONTENT
----------------------------------------------------------------*/
#contentstory img {
border:1px solid #000;
margin:0 5px 10px 15px;
}

#contentdata img {
border:1px solid #000;
margin:0 5px 10px 15px;
}

#contentstory a:link, a:visited {
text-decoration:none;
}

#moduleNewsContent a:link, a:visited {
text-decoration:none;
}

#moduleNewsContent li {
	line-height:12px;
}

#moduleDartfishContent a:link, a:visited {
text-decoration:none;
}
/* SIDEBAR CONTENT
----------------------------------------------------------------*/
#sidebar h2 {
  color: #222;
  margin-top: 0;
}
#sidebar p {
	color:#666666;
	/*font-size: 9px;*/
	font-size:70%;
	line-height: 10px;
	margin-top:2px;
	}
.resultslink {
font-size:80%;
margin-bottom:5px;
}
.featurelink {
/*font-size:10px;*/
font-size:75%;
font-weight:bold;
line-height:17px;
}

#contentBoxSide h1 {
font-size:80%;
	color: #666;
	font-weight: bold;
}
/* FORMS
----------------------------------------------------------------*/
#contact-form {
	width: 350px;
	/*border: 1px solid #CCCCCC;
	background-color: #ECECEC;*/
	padding: 10px;
}

#contact-form label {
	font-size: 100%;
	display:block;
	width: 100%;
	color: #333333;
}

#contact-form div {
	margin: 0.4em 0 0.6em 0;
}

#contact-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contact-form legend {
	color: #666666;
	font-weight:bold;
	font-size: 75%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#contact-form .txt {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 80%;
	padding: 2px;
}

#contact-form .btn {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	color: #000000;
	padding: 2px;
	font-size: 80%;
}

#contact-form div.submit {
	text-align: right;
	margin-right:90px;
} 

html>body #contact-form div.submit {
	text-align: right;
	margin-right:85px;
}

#search_inner {
  	border: 1px solid #000;
	padding: 0px;
 	background-color:#ECECEC;
  	overflow: hidden;
  	margin-bottom:3px;
	margin-top:5px;
}

#search_inner form {
  padding: 0;
  margin-left: 3px;
  margin-top:1px;
  margin-bottom:3px;
}

#search_inner .inputbox {
	border: 1px solid #CCC;
	padding: 3px 3px 3px 5px;
	font-size: 80%;
	color: #c64934;
	width:75%;
}

#search_inner .btn {
	/*border:1px solid #CCC;
	background-color:#999;
	color:#FFF;*/
	height:20px;
	font-size:70%;
}

#newsletter {
	border:1px solid #CCC;
	background:#ECECEC;
	padding:5px 0 0 10px;
	width:120px;
	margin-top:11px;
}
#newsletter .label {
	font-size:80%;
	display:block;
	width:100%;
	color:#666666;
	
}

#newsletter .txt {
	width:80%;
	border:1px solid #CCC;
	font-size:80%;
	padding:2px;
	margin-bottom:5px;
}

#newsletter .btn {
	border:1px outset #CCC;
	background-color:#CCC;
	font-size:80%;
	padding:2px;
	margin-top:5px;
	margin-left:25px;
	margin-bottom:3px;
	
}
/* TABLES
----------------------------------------------------------------*/
table {
  width:100%;
  font-size: 100%;
  text-align: left;
  border-spacing:3px;
	border-collapse:collapse;
	
  
}
table td {
  padding: 4px 6px;
  font-size:70%;
    
}

table th {
	padding: 4px 6px;
	font-size:70%;
	font-weight:500;
}

table th.r {
font-weight:700;
}

table th.rs{
font-weight:500;
text-align:center;
}

table.a1 {
	border-collapse: collapse;
}


table.a2 {
	width:95%;
	border-collapse:collapse;
	border:0px solid #F7F7F7;
	margin-left:-2px;
}

table.a2 td, table.a2 th {
	border:0px solid #F7F7F7;
}

table.a3 {
       width:100%;
       font-size: 100%;
       text-align: left;
       border:1px solid #333333;
}

table.a3 td {
  padding: 4px 6px;
  font-size:70%;
  border:1px solid #333333;
    
}

html>body table.a3 td {
  padding:4px 4px;
}

#a3row {
   width=100%;
   background-color:#E0DFDB;
   font-weight:700;
}

#a3col {
  background-color:#C6C3B5;
  font-weight:700;
}

table.a3 th {
  font-weight:500;
  border:1px solid #333333;
}

table.a3 th.2 {
  font-weight:500;
}



caption {
	font-size:70%;
	color:#666;
	text-align:center;
	line-height:2.0em;
}


	


/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer p {
text-align: left;
/*font-size: 9px;*/
	font-size:70%;
padding-left:20px;
color:#999999;
margin-top:5px;
}
#footer a:link,
#footer a:visited {
  
  color:#999999;
  
}
#footer a:hover {
color:#CC3333;
}

#footerVideo p {
text-align: right;
/*font-size: 9px;*/
	font-size:70%;
padding-left:20px;
color:#000;
margin-top:5px;
}
#footerVideo a:link,
#footerVideo a:visited {
  
  color:#CC3333;
  
}
#footerVideo a:hover {
color:#CC3333;
display:inline-table;
background-color:#FFFFCC;
}

/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {
  color: red;
}

p.small {
	font-size:75%;
	font-weight:bold;
	line-height:1px;
	margin-top:-3px;
	color:#0077AD;
}

h1.blue {
color:#0077AD;
}

h1.mod1 {
	font-size:105%;
	color:#FFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

h1.access {
font-size:80%;
	color: #666;
	font-weight: bold;
	margin-bottom:3px;
	}
p.access {
	margin-top:-15px;
}

h3.blue {
color:#0077AD;
}

.hide{
display:none;
}

/*CONTENT BOXES
----------------------------------------------------------------*/
.contentBox {
border:1px solid #CCC;
background:#ECECEC;
padding:5px 5px 5px 10px;
margin-bottom:10px;
}

.contentBoxSide {
border:1px solid #333;
background:#ECECEC;
padding:5px 5px 5px 10px;
margin-bottom:5px;
margin-top:5px;
}
