﻿/* 
------------------------------------------------------------
Generic styles like Header, Footer, Content, Hyperlinks, etc
------------------------------------------------------------
*/

img {border: 0px; display: block;}
body {
    background: #7CBD6B url('/images/background.jpg') repeat-x;
    padding:0;
    margin:0; 
}

.body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363A3B;
	line-height: 13px;
}
.body a:link {color: #6f7071;}
.body a:visited {color: #6f7071;}
.body a:hover {color: #414176;}

.body_blog_area {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 17px;
}
.body_blog_area a:link {color: #6f7071;}
.body_blog_area a:visited {color: #6f7071;}
.body_blog_area a:hover {color: #414176;}



.bodyBold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6f7071;
	line-height: 13px;
}
.bodyBold a:link {color: #6f7071;text-decoration: none;}
.bodyBold a:visited {color: #6f7071;text-decoration: none;}
.bodyBold a:hover {color: #414176;}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414176;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 20px;
}
.title a:link {color: #414176;text-decoration: none;}
.title a:visited {color: #414176;text-decoration: none;}
.title a:hover {color: #6f7071;text-decoration: none;}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414176;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link {color: #414176;text-decoration: none;}
.header a:visited {color: #414176;text-decoration: none;}
.header a:hover {color: #6f7071;text-decoration: none;}

.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	line-height: 13px;
	text-align:right; margin-right:50px;
}
.footer a:link {color: white;}
.footer a:visited {color: white;}
.footer a:hover {color: #000;}

/* 
----------------------------------------------------------
Content areas defined here. In conjunction with scroll bar
See: "\include\flexscroll.css" for reference... 
----------------------------------------------------------
*/
#contentMarginHeader {
    background: #FFF url('/images/background_header_bottomline.jpg') repeat-x;
    width:100%;
}

.contentMargin {
    margin: 10px 10px 10px 10px;
    padding: 10px 0px 0px 0px; /* To fix the background margin problem on content*/
    height: 344px;
}
.contentMarginInternal {
    margin: 10px;
    padding: 20px;
    height: 550px;
    background: #F5F5F4 url('/images/background_contentmargin.jpg') repeat-x;
    border: solid 1px black;
    
}

#content_area_background {
    background: transparent url('/images/background_content_area.jpg') repeat-y;
    background-position: 0 -20px;
    margin: -10px 0 0 0;
    height: 364px;
}


/* 
------------------------------------------------------
Shadows and gradients 
------------------------------------------------------
*/
.leftShadowTexture {
    width:51px; 
    background: transparent url('/images/background_shadow_left.jpg') no-repeat;
}
.centerGradient {
    width:924px; border:solid 1px black; border-top:0; 
    background: transparent url('/images/background_content_gradient.jpg') repeat-y;
    background-color:#FCF0A5; /*FCF3A6*/
}
.rightShadowTexture {
    width:49px; 
    background: transparent url('/images/background_shadow_right.jpg') no-repeat;
}

.sponsorCell {
    vertical-align: top;
    border:1px #cbcdcc solid;
    background: transparent url('images/ad_gradient.gif') repeat-x bottom;
} 

/* 
------------------------------------------------------
Boxes on the home page
------------------------------------------------------
*/

#home_box_morningshow_header {background: transparent url('/images/box_morningshow.gif') no-repeat; width:290px; height:30px;}
#home_box_morningshow_body {background-color:White; width:280px; height:150px; color:Blue; padding:5px}

#home_box_calendarhighlights_header {background: transparent url('/images/box_calendarhighlights.gif') no-repeat; width:300px; height:30px;}
#home_box_calendarhighlights_body {background-color:White; width:290px; height:150px; color:Blue; padding:5px}

#home_box_contestupdates_header {float:right; background: transparent url('/images/box_contestupdates.gif') no-repeat; width:292px; height:30px;}
#home_box_contestupdates_body {float:right; background-color:White; width:282px; height:150px; color:Blue; padding:5px}



/* 
------------------------------------------------------
HACKS for IE6   :(
------------------------------------------------------
*/
* html .leftShadowTexture {
    width:60px; 
    background: transparent url('/images/background_shadow_left.jpg') no-repeat;
}
* html .centerGradient {
    padding: 0px;
    margin: 0px;
    width:950px; border:solid 1px black; border-top:0; 
}

* html .rightShadowTexture {
    width:60px; 
    background: transparent url('/images/background_shadow_right.jpg') no-repeat;
}

* html .sponsorCell {
    vertical-align: top;
    border:1px #cbcdcc solid;
    background: transparent url('images/ad_gradient.gif') repeat-x bottom;
} 

* html .contentMargin {
    margin: 10px 0 0 10px;
    padding: 0px 0px 0px 0px; /* To fix the background margin problem on content*/
    height: 340px;
}
* html .contentMarginInternal {
    margin: 10px;
    padding: 20px;
    height: 550px;
    background: #F5F5F4 url('/images/background_contentmargin.jpg') repeat-x;
    border: solid 1px black;
    
}

* html #content_area_background {
    background: transparent url('/images/background_content_area.jpg') repeat-y;
    background-position: 16px 0px;
    margin: 0px 0 0 0;
    height: 364px;
}


/*
.contentMargin {
    margin: 10px 10px 10px 10px;
    height: 344px;
}
*/

