/* Cascading Stylesheet for Common Elements */

/* Begin: General */
div.template
{
	padding-left: 8px;
	/*padding-right: 8px;*/
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
	font-size:13px;
}

/*div.template a:active {color:#2c6fa8;
}
div.template a:link {color:#3B83C1;
}
div.template a:hover {color:#4598e0;
}
div.template a:visited {color:#73bcfc;
}*/

div.template .all-news a:active {color:#fff;
font-family:Tahoma, Arial, sans-serif;
font-size:13px;
}
div.template .all-news a:link {color:#fff;
font-family:Tahoma, Arial, sans-serif;
font-size:13px;
}
div.template .all-news a:hover {color:#fff;
}
div.template .all-news a:visited {color:#fff;
}

div.template h1
{
	padding-bottom: 12px;
    border-bottom: 1px dotted #bbbbbb;
    font-size: 2.2em;
    font-family: Trebuchet MS, Arial, sans-serif;
    color: #888888;
}
span.allcaps
{
    font-variant: small-caps;
}
div.template h2
{
    margin-bottom: 10px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.65em;
    color: #888888;
}
div.back
{
    margin-bottom: -20px;
    position: relative;
    top: -28px;
    padding-left: 5px;
    padding-bottom: 5px;
}
div.back img
{
    position: relative;
    margin-top: 0em;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    background-color: #ffffff;
}
div.back a:link,
div.back a:visited
{
    color: #839ce7;
    text-decoration: none;
    background-color: #ffffff;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}
div.back a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
/* End: General */

/* Begin: Tables */
div.template table.listview, table.gridview, table.detailstable 
{
	border: 1px solid #dbddff; 
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #333333;
    font-size: 95%; 

}

div.template table.listview th, table.gridview th, 
div.template table.listview td, table.gridview td
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
}

div.template table.listview th, table.gridview th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    color: #333333;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}



div.template table.listview td, table.gridview td
{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
}



div.template td.bold {
    font-weight:bold;
}

div.template th a:link,
div.template th a:visited,
div.template th a:hover
{
    color: #333333;
    text-decoration: none;
}

div.template td a:link,
div.template td a:visited
{
    color: #3b83c1;
    text-decoration: none;
    padding-right: 6px;
    font-size:13px;
}
div.template td a:hover
{
    color: #4598e0;
    text-decoration: underline !important;
}
table.gridview
{
    width: 100%;
}
table.gridview table td
{
    padding-left: .5em;
    padding-right: .5em;
}

table.gridview th {
    background-image:url(DynamicData/Content/Images/header_back.gif);
}

table.listview
{
    width: 100%;
}
table.listview td a:link, 
table.listview td a:visited
{
    font-size: 100%;
}
table.listview table td
{
    padding-left: .5em;
    padding-right: .5em;
}

table.listview th {
    background-image:url(DynamicData/Content/Images/header_back.gif);
}

td.nowrap 
{
    white-space: nowrap;
}
/* The following modifies the details table */
div.template tr
{
    /*background: #FCFDFE;*/
}
/* The following modifies the controls in the list table footer */
tr.footer td
{
    background: #dbddff;
    height: 1.5em;
}

/* The following modifies the selected row in the list table */
tr.selected td
{
    background: #fdffb8;
}

/* End: Tables */

/* The following modifies the page number control which exists under the main table */
div.pager
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 2px;
}
/* The following modifies the results per page control which exists under the main table */
div.results
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float:right;
}
/* Set's the appearance of the text box control */
.single-textbox
{
     border: solid 1px #5e80b9;
     width: 200px;
     font: normal 13px Tahoma, Arial, Sans-serif;
     line-height: 16px;
     height: 18px;
}

/* Set's the appearance of the multiline text box control*/
.mulitiline-textbox
{
     border: solid 1px #888888;
     border-bottom:solid 2px #888888;
     font: normal 14px Verdana, Arial, Sans-serif;
     line-height: 18px;
     padding:2px;
}
/* Set's the appearance of the drop down control*/
.droplist
{
	padding: 0px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: .95em;
	color: #333333;
	
}
/* Bottom hyperlink design*/
div.bottomhyperlink
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 100%;
	margin-top: -3px;
}
div.bottomhyperlink a:link,
div.bottomhyperlink a:visited
{
	color: #839ce7;
	text-decoration: none;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 100%;
	margin-top: -3px;
}
div.bottomhyperlink a:hover
{
	color: #000099;
	text-decoration: underline !important;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 100%;
}
div.bottomhyperlink img
{
    position: relative;
    top: 0em;
    padding-right: .4em;
    border: none;
}


div.template table.listview .RadEWrapper th, 
table.gridview .RadEWrapper th, 
table.detailstable .RadEWrapper th, 
div.template table.listview .RadEWrapper td, 
table.gridview  .RadEWrapper td, 
table.detailstable .RadEWrapper td 
{
    padding:0;
}

/*Details form*/
table.detailstable .details-td
{
	border-left: 1px solid #dbddff;
	border-right: 1px solid #dbddff;
	vertical-align:top;
}

table.detailstable .details-th
{
	background: #FCFDFE;
	vertical-align:top;
}
div.template table.detailstable .details-td
{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
    
}
div.template table.detailstable .details-th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    color: #333333;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}

div.template table.detailstable .details-th, div.template table.detailstable .details-td
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
}

div.template a
{
	color:#1D70B8;
}

div.template a:active
{
	color:#1D70B8;
}

div.template a:hover
{
	color:#1D70B8;
}

div.template a:visited
{
	color:#1D70B8;
}
/**/

/* banners */

.banners-table{
width:100%;
background: transparent url(Images/top-bg.gif) left top repeat-x;
font-family:Tahoma;
font-size:0.75em;
color:#FFFFFF;
}
.banners-table img{
border-top:#FE7B00 3px solid;
}
.banners-top-row{
height:41px;
}
.banners-spacer{
width:40%;
}
.banners-first-col{
background-image: url("Images/first-top-bg.gif");
}
.banners-second-col{
background-image: url("Images/second-top-bg.gif");
}
.banners-third-col{
background-image: url("Images/third-top-bg.gif");
}
table.banners-table tr td div{
margin-left:19px;
margin-top:6px;
}

.bannerLink 
{
    color:White;
}
.bannerLink:hover 
{
    color:White;
    text-decoration:none;
}



/* Removes border and padding information that a calendar would inherit when embedded inside of a gridview table */
div.ajax__calendar_days table td, div.ajax__calendar_months table td, div.ajax__calendar_years table td 
{
    padding: 0px;
    border: none;
}

/* Ensures the calendar has a high stacking order so it appears on top of other ACT controls, like slider */
div.ajax__calendar_container 
{ 
   z-index: 100;
}
.mytable
        {
            border-style:solid;
            border-width:1px;
        }
        .mytable td
        {
            border-style:solid;
             border-width:1px;
        }