@import url(spot-layout.css);
@import url(lists.css);

/* ----- global ----------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e6e6e6;
	font: normal normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #828282;
}

a img {
	border: 0;
}

a {
	color: #ea7540;
}

/* ----- common ------------------------------------------ */
.selfClear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.selfClear {
	display: inline-block;
}

/* Hide from IE-mac \*/
* html .selfClear {
	height: 1%;
}

.selfClear {
	display: block;
}
/* End hide from IE-mac */

.spotBox {
	background: url(../images/whiteBorderShadow_small.gif) no-repeat -204px 0;
	padding-top: 13px;
	width: 204px;
}

.spotBox .bt {
	background: url(../images/contentbox_top.png) no-repeat;
	margin: 0 7px 0 0;
	position: relative;
	height: 7px; line-height: 7px;
	font-size: 1px;
}

.spotBox .bt div {
	width: 7px; height: 7px;
	background: url(../images/contentbox_top.png) 100% 0 no-repeat;
	position: absolute;
	top: 0; right: -7px;
}

.spotBox .bi {
	background: url(../images/contentbox_borders.gif) 100% 100% no-repeat;
	padding-right: 7px;
}

.spotBox .bw {
	background: url(../images/whiteBorderShadow_small.gif) no-repeat bottom left;
	padding-bottom: 13px;
}

.spotBox .boxContent {
	background: url(../images/whiteBorderShadow_small.gif) repeat-y -408px 0;
	width: 178px;
	overflow: hidden;
	padding: 0 13px;
}

.spotBox .bb {
	background: url(../images/contentbox_bottom.png) 100% 100% no-repeat;
	margin: 0 0 0 7px;
	position: relative;
	height: 7px;
}

.spotBox .bb div {
	width: 7px; height: 7px;
	background: url(../images/contentbox_bottom.png) 0 100% no-repeat;
	position: absolute;
	top: 0; left: -7px;
	overflow: hidden;
}


.plainbox .bi {
	background: url(../images/contentbox_plain_borders.gif) 100% 100% repeat-y;
}

.plainbox .bw {
	background: url(../images/contentbox_plain_borders.gif) 0 100% repeat-y;
}

.plainbox .boxContent {
	background-image: none;
}

.plainbox .bb,
.plainbox .bb div{
	background-image: url(../images/contentbox_plain_bottom.png);
}


.gr .bt,
.gr .bt div {
	background-image: url(../images/cbox_gr_top.png);
	margin: 0 9px 0 0;
	height: 9px; line-height: 9px;	
}
.gr .bt div { margin:0; width: 9px; height: 9px; right: -9px; }

.gr .bi { 
	background: url(../images/cbox_br_borders.gif) 100% 100% repeat-y;
	padding-right: 6px;
}
.gr .bw {
	background: url(../images/cbox_br_borders.gif) 0 100% repeat-y;
	padding-left: 6px;
}

.gr .boxContent {
	background: #c95934 url(../images/cbox_gr_mainbg.gif) repeat-x;
	min-height: 98px;
}

.gr .bb,
.gr .bb div {
	background-image: url(../images/cbox_gr_bottom.png);
	margin: 0 0 0 9px;
	height: 9px;	
}
.gr .bb div { margin:0; width: 9px; height: 9px; left: -9px; }


/* ----- headings --------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	color: #ea7540;
	font-weight: normal;
	margin: 0 0 5px 0;
	font-family: Verdana, Helvetica, Arial,sans-serif;
}

h1 {
	font-size: 14px;
	line-height: 14px;
}

h2 {
	font: normal 24px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	color: #454545;
}
h2.plain { margin: 0; }

h3 {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #828282;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #828282;
}
/* ----- icons ------------------------------------------ */
.iconmag {
	background: url(../images/icon_mag.gif) 0 1px no-repeat;
	padding-left: 14px;
}

.iconfile {
	background: url(../images/icon_file.gif) 0 1px no-repeat;
	padding-left: 14px;
}

.iconreport {
	background: url(../images/icon_report.gif) 0 1px no-repeat;
	padding-left: 14px;
}

.icontime {
	background: url(../images/icon_time.gif) 0 2px no-repeat;
	padding-left: 10px;
}

/* ----- input fields ----------------------------------- */
.textfield {
	font: normal normal bold 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #7f9db9;
	padding: 1px;
	vertical-align: middle;
}

select {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #5c5b5b;
}

.logoutButton {
	background: url(../images/logoutBtn.gif);
	width: 100px;
	height: 31px;
	border-width: 0;
}

.submitButton {
	font: normal normal bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #1d1d1d;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 2px 0 2px;
}

.formCont .errorMessage {
	background-color: #ffebeb;
	border: 1px solid #f2a6a6;
	padding: 5px;
	margin: 10px 0 10px 0;
	color: #d46565;
}


.formCont .errorMessage .title {
	font-weight: bold;
}

.formCont .errorMessage ul {
	margin: 0 0 0 20px;
}

.formCont fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

.formCont fieldset legend {
	margin-left: 10px;
	padding: 0 5px 0 5px;
}

.formCont fieldset p {
	padding: 2px 0 2px 0;
}

.formCont fieldset label {
	float: left;
	width: 150px;
	line-height: 20px;
}

.formCont fieldset input {
	vertical-align: middle;
	height: 18px;
}

.formCont fieldset .textfield,
.formCont fieldset select {
	background: url(../images/textfield_bg.gif) no-repeat;
}
.formCont fieldset select option { background: none; background-color: #fff; }
.formCont fieldset .textfield {
	border: 1px solid #969696;
	width: 244px;
	padding: 2px;
	height: 16px;
	font-size: 11px;
}

.formCont .submitButton {
	margin: 0 0 0 150px;
}

/* ----- main layout ------------------------------------ */

#page {
	width: 1114px; /*983px;*/
	margin: 0 auto;
	position: relative;
}

#container {
	/*margin: 2px auto 0 auto;*/
	margin: 0 0 0 2px;
	padding: 129px 0 15px 0; /* add space for topad */
	position: relative;
	float: left;
}

#topAd {
	position: absolute;
	top: 0; left: 0;
	margin-left: 4px;
}

#top {
	background: url(../images/whiteBorderShadow_large.gif) no-repeat -844px 0;
}

#top_wrapper {
	background: url(../images/whiteBorderShadow_large.gif) no-repeat bottom left;
	padding: 13px 0;
}

#top_body {
	background: url(../images/whiteBorderShadow_large.gif) repeat-y -1688px 0;
	padding: 0 13px;
	width: 819px;
	height: 158px;
	position: relative;
}

#logoLink {
	display: block;
	position: absolute;
	top: 30px;
	left: 40px;
}

#logoLink img {
	width: 350px;
	height: 80px;
}

#mainnav {
	position: absolute;
	bottom: 12px; left: 18px;
	list-style-type: none;
}

#mainnav li {
	float: left;
	margin-left: 30px;
}

#mainnav li  a{
	font-family: arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
	text-decoration: none;
}

#mainnav li  a:hover {color: #f66900;}

#mainContent {
/*	background: url(../images/main_contentbg.jpg) 11px 0 no-repeat;*/
	width: 841px;
	position: relative;
}

#adColumn {
	position: absolute;
	top: 131px; right: 0;
	width: 121px;
	margin: 0 0 0 5px;
}
#adColumn img { margin-bottom: 2px; }


#adRightColumn
{
	float: right;
	position: relative;
	/*margin-top: 133px;
	margin-right: 131px;*/
	width: 121px;
	
	top: 133px;
	left: -10px;
}
#adRightColumn img { margin-bottom: 10px; }


#colWrapper {
	position: relative;
	margin-left: 203px;
	width: 640px;
	background: url(../images/whiteBorderShadow.gif) no-repeat -640px 0;
	padding-top: 13px;
}

#fWrapper {
	float: left;
	width: 640px;
	background: url(../images/whiteBorderShadow.gif) no-repeat bottom left;
	padding-bottom: 13px;
}

#colMainColumn {
	width: 614px; float: right;
	padding: 0 10px 0 16px;
	position: relative;
	background: url(../images/whiteBorderShadow.gif) repeat-y -1280px 0;
}

#mainLeftColumn {
	width: 197px;
	float: left;
	position: absolute;
	margin-left: -203px;
	margin-top: -12px;
}

#colMainColumn #subLeftCol {
	width: 407px;
	float: left;
}

#colMainColumn #subRightCol {
	width: 189px;
	float: left;
	background: url(../images/grayCorners.gif) no-repeat -189px 0;
	padding-top: 7px;
	margin-left: 13px;
	
}

#rightCol_body {
	background: #f0f0f0 url(../images/grayCorners.gif) no-repeat bottom left;
	padding-bottom: 7px;
}

#colMainColumn #subRightCol .spot {
	margin-left: 10px;
	margin-right: 10px;
}

#colMainColumn #subRightCol h2 {
	font: bold 12px/12px Verdana, Helvetica, Arial, sans-serif;
	color: #6f6f6f;
	letter-spacing: -1px;
	border-bottom: 1px solid #939393;
	margin: 0 0 10px 0;
	text-transform: none;
}


/* ----- report image -------------------------------------------- */
.reportImage {
	padding: 10px;
}

/* ----- footer -------------------------------------------------- */
#footer {
	margin: 0 0 10px 40px;
}

#footerBody {
	width: 540px;
	margin: 0 auto;
}

#footer ul {
	list-style: none;
	text-align: center;
	margin-top: 15px;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #707070;
	padding: 0 3px 0 5px;
	line-height: 15px;
}
#footer ul .first { border: none; }

#footer a {
	color: #828282;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }

/* ----- main menu ----------------------------------------------- */
#mainMenu ul {
	list-style: none;
	background-color: #874b4c;
	height: 18px;
	margin-left: 5px;
	padding-left: 31px;
}

#mainMenu ul li {
	list-style: none;
	float: left;
}

#mainMenu ul li a {
	display: block;
	font: normal normal bold 11px "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 0 10px 0 10px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#mainMenu ul li .greyed {
	display: block;
	font: normal normal bold 11px "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 0 10px 0 10px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCC;
}

/* ----- general spot layout ------------------------------------- */
#colMainColumn .spot {
	margin-bottom: 9px;
}

/* ----- popup -------------------------------------------------- */
#popupcontainer
{
	position: absolute;
	top: 370px;
	left: 82px;
	z-index: 9999999999;
	border: 0px;
	background: #000;
	width: 589px;
}

* html #popupcontainer
{
	top: 387px;
}

#popup
{
	border: 1px solid black;
	padding: 3px;
	font-size: 11px;
	color: #000;
}

#popup .title
{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#popup .header
{
	border: 1px solid #737070;
	background: white;
	height: 19px;
	display: block;
	margin-bottom: 4px;
}

#popup .closebutton
{
	float: right;
	margin: 4px;
	border: 0px;
}

#popup .content
{
	margin: 15px;
}

#popup img
{
	border: 0px;
	float: right;
}

#popup2
{
	position: relative;
	top: -2px;
	left: -2px;
	border: 1px solid #333;
}

#popup2 td
{
	font-size: 11px;
	color: black;
}


#popup2 .header
{
	border: 1px solid #737070;
	width: 100%;
	background: white;
	height: 19px;
}

#popup2 .closebutton
{
	float: right;
	margin: 4px;
	border: 0px;
}



.headline {
	position: relative;
	margin-bottom: 8px;
}

.smallHeadline {
	font-family: arial;
	color: #FFF;
	font-size: 1.5em;
	
}

.bold {
	font-weight: bold;
}

.orange {
	color: #F06700;
}

.mr3 {margin-right: 6px;}


#mostRightAd
{
	float: right;
	width: 121px;
	height: 200px;
}
#mostRightAd img { margin-bottom: 10px; }