/* Main elements */
body 
{
	background-color:White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:0.7em;
	color: #333333;
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	height: auto;
	
}
#maintable 
{
	width:980px;
	margin: 0px auto;
    padding:0px;
    text-align:left;	
}
#borderleft
{
	width:9px;
	margin: 0px auto;
    padding:0px;
    text-align:left;
	background-image:url(../images/shadow_left.gif);
	background-repeat:repeat-y;
}
#borderright
{
	width:9px;
	background-image:url(../images/shadow_right.gif);
	background-repeat:repeat-y;
}
/* End of main elements */

/* heading elements */
h1
{
    background-color:#FAD69A;
    background-image:url(../images/boxes/contenthome_rc.gif);
    background-position:right top;
    background-repeat:no-repeat;
    padding-left:15px;
    padding-top:3px;
    padding-bottom:5px;
    margin-left:0px;
    margin-top:0px;
    text-transform:uppercase;
    color:#EB1C24;
    font-size:12px;
    font-weight:bold;
    /*height:19px;*/
    width:605px;
}
h2 
	{
	font-weight: bold;
	font-size: 0.9em; 
	color: black; 
	text-decoration: none;
	padding-bottom:0px;
	margin-bottom: 0px;
}
h3 
{
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em; 
	color: black; 
	text-decoration: none;
	padding-bottom:0px;
	margin-bottom: 0px;
}	
/* End of heading elements */

/* Head elements */
#logo
   {
    border-left:solid 1px #FE0000;
    background-image:url(../images/globe.gif);
    background-repeat:no-repeat;
    background-color:#F9F3E4;
    height:115px;
    margin-bottom:0px;
    padding-bottom:0px;
}
#headerbanner
{
    background-color:#F9F3E4;
    height:115px;
    margin-bottom:0px;
    padding-bottom:0px;
    vertical-align:middle;
}
#search
{
    width:145px;
    background-color:#F9F3E4;
	background-image:none;
    border-right:solid 1px #FE0000;
    height:115px;
    margin-bottom:0px;
    padding-bottom:0px;
}
#searchtable
{
	margin-top:5px;
	background-color:#E61A23;
	padding-bottom:5px;
	padding-top:0px;
}
#searchtable #top
{
	height:12px;
	padding-bottom:0px;
}
#searchbox
{
	margin-left:7px;
	margin-right:4px;
	width:155px;
	height:15px;
	font-size:10px;
	border-top:solid 1px #9B9B9B;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
}
#tabs
{
    border-left:solid 1px #FE0000;
    border-right:solid 1px #FE0000;
    vertical-align:top;
    margin-top:0px;
    padding-top:0px;   
}
#breadcrumbs
{
	color:#EE2933;
	font-style:italic;
	margin-left:5px;
	margin-top:7px;
	margin-bottom:10px;
}
#breadcrumbs a 
{
	color: #909090;
	text-decoration: none;
}
.margin {
	margin-right: 5px;
	margin-bottom:10px;
}
/*#date 
{
	width: 290px;
	text-align: left;	
}*/
#quicklinks
{
	margin-top:10px;
	width:145px;
} 
/* End of head elements */

/* Left column */
#lc_wrapper
{
    border-left:solid 1px #FE0000;
    width:176px;
} 
/* Sponsors */
#sponsors_lc 
{
	margin-top:15px;
	width:176px;
	text-align:center;	
}
#sponsors_lc img
{
	margin-bottom:10px;
}

/* End of left column */

/* Content definitions */
#content /* cell containing the content*/
{
    width:650px;
    padding-bottom:0px;
}
#content_noc /* 3 column spread, mainly for VWTV */
{
	border-left:solid 1px #FE0000;
	border-right:solid 1px #FE0000;
}
#mainbox
{
	width:400px;
	margin-left:5px;
	margin-top:0px;
	padding-top:0px;
}
.maincontent
{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
}
.textbar
{
    font-size:12px;
    font-weight:bold;
    color:#EB1C24;
}
.boxtop
{
    background-color:#FAD69A;
    background-image:url(../images/contenthome.gif);
    background-position:right;
    background-repeat:no-repeat;
    padding-left:5px;
    text-transform:uppercase;
    color:#EB1C24;
    font-size:11px;
    font-weight:bold;
    height:19px;
    vertical-align:middle;
}
.boxmiddle
{
    background-color:#FDFDFB;
    margin-top:10px;
    padding-left:0px;
    padding-right:0px;
}
#listing h2
{
	padding-bottom:0px;
	margin-bottom:0px;
}
#listing p
{
	padding-top:0px;
	margin-top:0px
}
#formtable
{
	border:0px;
}
.divider
{
	color:#FAD69A;
	height:1px;
}
/* Table markup */
.header 
{
	background-color:#FAF9E7;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333333;
	margin-top:0px;
	margin-left:0px;
}
.gridview th
{
    padding-top:4px;
    padding-bottom:4px;
    font-size:1.1em;
    padding-left:4px;
}
.gridview td
{
    padding-top:3px;
    padding-bottom:3px;
    padding-left:4px;
}
.datatable
{
	width:100%;
}
.datatable td
{
	border-bottom:solid 1px #E2C492;
}
.matrixdefinitions
{
	background-color:#E2C492;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-weight: bold; 
	color: #000;
	vertical-align:top;
}
.matrixvalues
{
	/*background-color:#E3E3F3;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em; 
	font-weight: normal; 
	color: #000000;*/
	
}
.footer
{
	background-color:#006BCB;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #FFFFFF;
	font-style:italic;
}
tr .datarow:hover
{
	background-color:#FFF7E0;
}
th 
{
	padding-left:0px;
	text-align:left;
	padding-bottom:0px;
	margin-bottom:3px;
	font-size:0.9em;
	vertical-align:top;
}
	/* End of table markup */
	
.authorbox
{
	background-color:#222266;
	color:White;
	border:0px;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
}
.authorbox a
{
	color:White;
}
#cc_sponsors /* sponsors beneath content */
{
	margin-top:30px;
	width:600px;
}
#cc_sponsors img
{
	margin-left:10px;
	margin-bottom:20px;
}
	
/* End of content definitions */	

/* Right column definitions */
#rc_wrapper
{ 
    border-right:solid 1px #FE0000;
    width:145px;
    background-color:#FFF7E0;
    vertical-align:top;
    padding-top:7px;
}
#rc_blank
{ 
    border-right:solid 1px #FE0000;
    width:143px;
    background-color:White;
	height:20px;
}
#rc_sponsors
{
    margin-top:30px;
}
#rc_sponsors1
{
    margin-top:10px;
}
#rc_sponsors a
{
    display:block;
}
#rc_sponsors img
{
    margin-bottom:8px;
}
#sidebar
{
	width:151px;
	position:absolute;
	left:963px; 
	top:106px;
	text-align:center;
}
#sidebar a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
	text-decoration : none;
	display:block;
	padding-bottom:2px;
}
#sidebar a:hover 
{
	text-decoration : underline;
}
.rc_divider
{
	background-color:#AF1619;
	width:90%;
	color:#AF1619;
	margin-bottom:10px;
}
/* End of right column*/

/* Disclaimer */
.mainbottom
{
    background-image:url(/images/maintable_endrow.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
    font-size:11px;
    font-weight:bold;
    color:#F0E2A1;
    text-align:center;
    height:20px;
    vertical-align:middle;
}
.mainbottom a
{
	color:#F0E2A1;
	text-decoration:none;
}	
/* End of disclaimer */
	
/* Form elements */
.singleline
{
	width:265px;
	border:solid 1px #C6CCCC;
}
.crampedsingleline
{
    width:225px;
    height:15px;
    margin-bottom:3px;
}
.smallsingleline
{
	width:40px;
}
.multiline
{
	width:265px;
	height:100px;
	border:solid 1px #C6CCCC;
}
.selectbox { /* the listboxes */
	width: 164px;
	height: 115px;
	font-size : 1em;
}
select
{
	border:solid 1px #C6CCCC;
}
/*input
{
	border:solid 1px black;
}*/
/* End of form elements */

/* Special elements */
#hotproducts 
{
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}
#hotproducts a 
{
	color:#F45101;
}
#hotproducts li 
{
	padding-bottom:10px;
}
.alttxtcolor
{
	color:#CC0000;
}
.shout 
{
	font-weight:bold;
	color:#CC0000;
	font-size:13px;
}
.shoutbox
{
	background-color:#ED1E24;
	color:White;
	height:27px;
	font-weight:bold;
	font-size:18px;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
}
.lookatthis
{
	font-size:1.3em;
}
#staff /* for meet the staff pages*/
{
	padding-bottom:10px;
	padding-top:5px;
	border-bottom: solid 2px #FAD8A0;
}
#staff img
{
	/*margin-right:5px;*/
}
#staffrc
{
	margin-top:145px;
}
.popup
{
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 3px black;
	border-bottom:solid 3px black;
	margin-top:20px;
	margin-left:20px;
	width:300px;
	z-index:3;
}
