
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('../images/body_bgTop.jpg') repeat-x left top;
	color: #555;
	font-size: 75%;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}


/*******************
  
       GLOBAL
  
*******************/

a {color: #009acc;}
a:hover {color: #5cb2cf; text-decoration: none;}

img {border: none;}

.clearBoth {clear: both;}

.notVisible {display: none;}

.colorRed {
	color: #CC0000;
}
/*******************
  
       LAYOUT
  
*******************/

#container {
	width: 985px;
	margin: 0 auto;
	position: relative;

	text-align: left;
}


/*******************
  
       BANNER
  
*******************/

#banner {
	margin-top: 20px;
	position: relative;
	
	background: url('../images/banner_bg.jpg') no-repeat right bottom;
}

#search {
	position: absolute;
	right: 33px;
	top: 90px;
}
#search h2 {
	width: 49px;
	height: 19px;
	float: left;
	
	background: url('../images/search_heading.gif') no-repeat left top;
}
#search h2 span {visibility: hidden;}
#search input {
	width: 146px;
	height: 17px;
	margin: 0 4px;
	float: left;
	
	border: 1px solid #b2d0cb;
}
#search input.goBtn {
	width: 43px;
	height: 19px;
	margin: 0;
	
	border: none;
}


/***********************
  
      LEFT COLUMN
  (nav, login, logos)
  
***********************/

#leftCol {
	margin-right: 2px;
	padding-left: 46px;
	float: left;
	
	color: #fff;
}

/***  LEFT COLUMN LINKS (MAIN/USER LOGIN)  ***/
#leftCol a {
	_width: 176px;/* IE6 fix so links are full width of left column */
	display: block;

	color: #fff;
	text-decoration: none;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
#leftCol a:hover {
	background: #36bddb url('../images/mainNav_hoverArrow.gif') no-repeat 4px 4px;
	
	color: #fff;
}
#leftCol ul li a, #leftCol ul li span {
	margin-bottom: 0px;
	padding: 1px 0 1px 13px;
}
#leftCol ul li ul li a {
	padding: 1px 13px 1px 13px;

	color: #e5f2f5;
}

#leftCol ul li {
	padding-top: 6px;
	
	font-weight: bold;
	list-style: none;
}
#leftCol ul li ul li {
	padding-top: 0px;
	padding-left: 13px;
	font-weight: normal;
}
#leftCol ul li ul li ul li {
	padding-left: 13px;
}
#leftCol ul li ul li ul li a {
	_width: 163px;/* IE6 fix so links are full width of left column */
}

#leftCol .condensed ul li ul {display: none;}
#leftCol ul li.active ul {display: block;}
#leftCol ul li ul li ul {display: none;}
#leftCol ul li.active ul li ul {display: none;}
#leftCol ul li.active ul li.active ul {display: block;}

#leftCol ul li.active ul li.active a {text-decoration: underline;}
#leftCol ul li.active ul li.active ul li a {text-decoration: none;}
#leftCol ul li.active ul li.active ul li.active a {text-decoration: underline;}

/***  MAIN NAVIGATION  ***/
#mainNav {
	width: 202px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 5px;
	
	background: #02b9df url('../images/mainNav_bg.jpg') no-repeat left top;
	color: #fff;
}

/***  USER LOGIN BOX  ***/
#userLogin {
	width: 202px;
	padding: 0 0 1px 0;
	
	background: #8fc757 url('../images/userLogin_bg.jpg') no-repeat left bottom;
}
#userLogin h2 {
	height: 31px;
	background: url('../images/userLogin_heading.gif') no-repeat -13px top;
}
#userLogin h2 span {visibility: hidden;}

#userLogin {color: #fff;}
#userLogin a.loginLink {color: #e4f4d4;}
#userLogin ul li ul li a {color: #e4f4d4 !important;}

/*** Login Fields (If logged OUT) ***/
.loginFields {
	margin-bottom: 10px;
	padding: 0 13px;
}
#userLogin p {
	margin-top: 1px;
	margin-bottom: 7px;
	float: left;
	
	color: #fff;
	line-height: 18px;	
}
#userLogin p.pwd {
	margin-bottom: 9px;
}
#userLogin input {
	width: 98px;
	height: 18px;
	_height: auto;/* IE6 Only */
	margin-bottom: 7px;
	_margin-bottom: 8px;/* IE6 Only */
	float: right;
	
	border: 1px solid #96ca82;
}
#userLogin input.goBtn {
	width: 47px;
	height: 21px;
	
	border: none;
}

#leftCol a.forgotPwd {
	width: 126px;
	margin-top: -1px;
	
	color: #B2DC88;
	display: block;
	float: left;
	font-size: 0.8em;
}
#userLogin a.forgotPwd:hover {
	background-image: none;
	background-color: transparent;
	color: #fff;
}

/*** My Streamwatch (If logged IN) ***/
.mystreamwatch {margin-bottom: 10px;}
#userLogin a:hover {
	background: #a2d46f url('../images/userLogin_hoverArrow.gif') no-repeat 4px 4px;
	color: #fff !important;
}

.userDetails {
	padding: 13px 13px 11px 13px;
	
	border-bottom: 1px solid #c3dea8;
	font-size: 0.8em;
}
#leftCol .userDetails a {
	width: auto;
	display: inline;
	
	font-weight: normal;
	text-decoration: underline;
}
#leftCol .userDetails a:hover {
	background: transparent;
	text-decoration: none;
}
#leftCol .loginFields a:hover {
	background: transparent;
	text-decoration: underline;
}

/***  SUPPORT LOGOS  ***/
.supportLogos {
	margin-top: 15px;
}

#leftCol .supportLogos a {
	width: 101px;
	overflow: hidden;
	float: left;
	background: transparent;
}

#leftCol .supportLogos a:hover {
	background: transparent; 
	text-decoration: none;
}

/*******************
  
       CONTENT
  
*******************/
#content h1 {
	margin-bottom: 8px;
	color: #669933;
	font-size: 1.5em;
}
#content h2 {
	margin-top: 3px;
	margin-bottom: 6px;
	
	color: #669933;
	font-size: 1.25em;
}
#content p {
	margin-bottom: 12px;
	
	line-height: 1.3em;
}
#content ul li {
	padding-left: 15px;
	background: transparent url('../images/bullet_grey.gif') 0 6px no-repeat;
	list-style-type: none;
	line-height: 1.4em;
}

#content .fieldTable {
	border: 1px solid #ddd;
	background-color: #f7fcfd;
}
#content .fieldTable td {padding: 5px 5px 0 5px;}
#content .fieldTable h2 {
	margin: 0;
	color: #555;
	font-size: 1em;
}
#content .fieldTable .rowDivide {padding: 0;}
#content .fieldTable .btns {
	padding-top: 20px;
	padding-bottom: 5px;
}
span.field.error {color:#c00;}


/*******************
     
	 BREAD CRUMB
	 
*******************/
#crumb {
	margin-bottom: 12px;
	
	color: #669933;
	font-size: 0.9em;
}
#crumb a {
	color: #669933;
}
#crumb a:hover {
	color: #8db960;
}


/*******************

  TABS (ADMIN AREA)
	   
*******************/
.tabContainer {
	height: 22px;
	background: url('../images/tabContainer_borderBottom.gif') repeat-x left bottom;
}

/***  UNSELECTED TAB  ***/
.tabContainer span {
	height: 22px;
	margin-right: 2px;
	padding: 0 2px 0 0;
	display: block;
	float: left;

	background: url('../images/tab_unselected_right.gif') no-repeat right top;
}
.tabContainer span input {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 4px 4px 3px 6px;
	overflow: visible;

	background: url('../images/tab_unselected_left.gif') no-repeat left top;
		color: #777;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.95em;
		font-weight: bold;
		cursor: pointer;
}

/***  SELECTED (ACTIVE) TAB  ***/
.tabContainer span.active {
	background: url('../images/tab_selected_right.gif') no-repeat right top;
}
.tabContainer span.active input {
	background: url('../images/tab_selected_left.gif') no-repeat left top;
	
	color: #000;
}

/***  TAB HOVER  ***/
.tabContainer span:hover {
	background: url('../images/tab_hover_right.gif') no-repeat right top;
}
.tabContainer span:hover input {
	background: url('../images/tab_hover_left.gif') no-repeat left top;
	
	color: #000;
}
.tabContainer span.active:hover {
	background: url('../images/tab_selected_right.gif') no-repeat right top;
}
.tabContainer span.active:hover input {
	background: url('../images/tab_selected_left.gif') no-repeat left top;
}

/***  TAB CONTENT CONTAINER  ***/
.tabContent {
	padding: 10px;
	clear: left;
	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


/*******************

       FOOTER
	   
*******************/
#footer {
	width: 691px;
	margin-top: 5px;
	margin-right: 30px;
	padding: 8px 0;
	
	background: url('../images/footer_topStroke.jpg') no-repeat left top;
	color: #a6a5a5;
	font-size: 0.9em;
	text-align: center;
}
#footer a {
	color: #a6a5a5;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#buildNumber {
	_position:relative;
	width: 691px;
	margin-right: 30px;
	padding: 8px 0;
	color: #a6a5a5;
	font-size: 0.8em;
	text-align: center;
}

/***** Table styles put in by abelas *****/

table {
	margin:0 0 16px 0;
	padding:0;

}

caption {
text-align:left;
/*font-size:1.5em;*/
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}

th {
padding:7px;
text-align:left;
background:#eaeaea;
color:#505050;
}

td {
	padding:3px;
	font-size:0.9em;
	text-align:left;
	color:#303030;
}

td.header {
font-weight:bold;
/*font-size:1.2em;*/
}

td.smallheader {
font-weight:bold;
font-size:1.0em;
}

th.header {
	font-weight: bold;
	padding:3px;
	font-size:0.9em;
	text-align:left;
	color:#303030;
	background: none;
}

th.smallheader {
	font-weight:bold;
	font-size:1.0em;
	color:#303030;
	padding:3px;
	background: none;
	vertical-align: top;
}

th.smallheaderunderline {
	font-weight:bold;
	font-size:1.0em;
	color:#303030;
	padding:3px;
	background: none;
	vertical-align: top;
	border-bottom: 1px solid;
	text-align: center;
}

th.default {
	font-weight: normal;
	padding:3px;
	font-size:0.9em;
	text-align:left;
	color:#303030;
	background: none;
}

td.SUBMITTED {
color:#c00;
}
td.VERIFIED {
color:#000000;
}
td.SAVED {
/* just the same */
}

td.Poor {
   font-weight:bold;
   /*font-size:1.2em;*/
   color:#c00;
}
td.Fair {
   font-weight:bold;
   /*font-size:1.2em;*/
   color:#FF9900;
}
td.Good {
   font-weight:bold;
   /*font-size:1.2em;*/
   color:#669933; 
}
td.Excellent {
   font-weight:bold;
   color:#669933;
}

td.SomeAccepted {
   font-weight:bold;
   color:#339900;
}
td.SomeRejected {
   font-weight:bold;
   color:#FF9900;
}
td.AllRejected {
   font-weight:bold;
   color:#CC0000;
}

/** special span.error styles added by abelas **/
div.field.error {
   color:#c00;
   width:10em;
}

div.field.msg {
   color:#c00;
}

/**
 * DUAL LIST CONTROL
 */
.dual-list {
	width: 170px;
}

.dual-list-control {
	width: 30px;
	margin: 1px;
}

/**
 * GRID
 */
th.grid-date {
	width: 80px;
	font-weight:bold;
}

th.grid-column {
	width: 350px;
	font-weight:bold;
}

.scrollable {
	height: 100px!important;
	overflow: auto;
}

