﻿/*********************************/
/* 
Date: 7/24/2008
Creator: George Stout
Description: 
    Style used for the global
    website specifically in the
    content area with containing
    box IDs of contentArea and
    contentAreaShort.


    opacity:.9;
    filter:alpha(opacity=99);
    -moz-opacity: .9;

*/
/*********************************/


/*---------- CSS for CMS Users -------------*/
.user-SectionTitles {
    display:block;
    font-weight:bold;
    margin-bottom:10px;
    padding:5px 0 5px 5px;
    background-color:#ececec;
    color:#000000;
}

.breadCrumb
{
    background-color:#f7f7f7;
    margin-bottom:15px;
    padding:8px;
    font-size:.8em;
    border:1px solid #e3e3e3; 
}

hr {border: none 0; 
border-top: 1px dashed #cccccc;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.leftContentColumn
{
    width:485px;
    float:left;
    padding-right:0px;
    margin:0px;
}

.rightContentColumn
{
    width:325px;
    margin-left:0px;
    padding:0px;
    float:right; 
}

/*----- Big County Map Columns -----*/
.leftContentColumn-BigMap, .upwardSports
{
    width:100%;
    float:left;
    padding-right:15px;
}
/***********************************/

.rtInfoBox
{
    margin-bottom:15px;    
}

.rtBoxHeader
{
    width:325px;
    height:25px;
    background-position: left top;
    background-image: url(/images/rightTitleHeader.jpg);
    background-repeat: no-repeat;
}

.rtBoxHeader div
{
    
    margin:10px 0px 0px 0px;
    padding:5px 0px 0px 10px;
}
.rtBoxHeader h4
{   
    font-size:1em;
    display:inline-block;
    padding:3px 0px 0px 10px;
    margin:0px;
}

.rtBoxdetails
{
    border:1px solid #e1f2f9;
    font-size:.8em;
    padding:15px;
    line-height: 1.4em 
}

.showHideBoxBtn
{
    display:block;
    margin:0px;
    width: 11px;
    height: 11px;
    background-position: left -11px;
    background-image: url(/images/showHideBoxButtons.gif);
    background-repeat: no-repeat;
    float:right;
    position:relative;
    top:-2px;
    left:-5px;  
}

.showHideBoxBtn span
{
    display:none;
}

.regionalRepSmallPhoto
{
    float:left;
    margin-right:10px;    
}

.mainPagePhoto img
{
    border:1px solid #000;    
}

.contentMainTitle
{
    border-bottom:1px solid #000;    
}

.linkBoxTop
{
    background-position: left top;
    background-image: url(/images/linkBoxTop.gif);
    background-repeat: no-repeat;
    background-color:#faf2a9;
    margin-bottom:15px;
    padding-top:10px;
    font-weight:bold;
}
.linkBoxBottom
{
    background-position: left bottom;
    background-image: url(/images/linkBoxBottom.gif);
    background-repeat: no-repeat;
    background-color:#faf2a9;
    width:325px;
    height:9px;
}

.linkBoxTopBlue
{
    background-position: left top;
    background-image: url(/images/linkBoxTopBlue.gif);
    background-repeat: no-repeat;
    background-color:#edf8fe;
    margin-bottom:15px;
    padding-top:10px;
    font-weight:bold;
}

a.pdf {
	background: url(/images/PDF-Icon.gif) no-repeat;
	padding-left: 20px;
}
a.zip {
	background: url(/images/ZIP-Icon.gif) no-repeat;
	padding-left: 20px;
}
a.doc {
	background: url(/images/DOC-Icon.gif) no-repeat;
	padding-left: 20px;
}

.linkBoxTopBlue td
{
    padding-left:15px;
}

.linkBoxTopBlue .EkImageIconStyle
{
    position:relative;
    top:2px;
}

.linkBoxBottomBlue
{
    background-position: left bottom;
    background-image: url(/images/linkBoxBottomBlue.gif);
    background-repeat: no-repeat;
    background-color:#edf8fe;
    width:325px;
    height:9px;
}

.rightLinkList
{
    list-style-type:none;
    margin:0px 0px 0px 15px;
    padding:0px;    
}

/*----- Right Data List -----*/
.rightList
{
	width:285px;
	background-position: left top;
    background-image: url(/images/rightDataListTop.gif);
    background-repeat: no-repeat;
    background-color:#ebf4fa;
    padding:20px;
}
.bigDataTitle
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 11pt;
    font-weight: bold;
    color:#598aa9;
}
.bigData-List
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: left;
    font-size:.8em;
    line-height:1.2em;
}

.bigData-List p
{
    display:block;
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    border-bottom:1px dashed #598aa9;
}

.bigListValue
{
    color:#598aa9;
    display:block;
    font-size:15pt;
    font-weight:bold;
    text-align:right;
    width:50px;
    padding-right:15px;
    float:left;
    line-height:1.0em;
}
.bigListText
{
    display:block;
    margin-left:0px;
}
.bigListTextWithValues
{
    display:block;
    margin-left:65px;
}
.dataNotes
{
    margin:5px 0px 0px 0px;
    padding:0px;
    font-size:.8em;
    text-align:right;
    color:#a7adb1;
}
.rightListBottom
{
    height:10px;
    width:325px;
    background-position: left bottom;
    background-image: url(/images/rightDataListBottom.gif);
    background-repeat: no-repeat;
    position:relative;
    top:20px;
    left:-20px;
}

.formSectionTitle
{
    background-color:#ebf4fa;
    border:1px solid #cbe0ee;
    margin:0px;
    padding:5px;    
}

.clSportsImgLinksClass img
{
    margin-right:15px;    
}