﻿/* Cascading Stylesheet for Common Elements */

/* Begin: General */
body
{
    padding:0px;
    margin:0px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
    
}
.header
{
    height: 74px;
    width:auto;
    background: url('/images/background_top.png') repeat-x top left;
    margin-bottom: 5px;
   
    }
.logo
{
    float: left;
    margin-left: 10px;
    margin-top: 1px;
    border: 0px;
    width: 90px;
    height: 64px;
    }
   
body h1
{
    float: right;
    font-size: 2.2em;
    color: #E47000;
    font-family: Trebuchet MS, Arial, sans-serif;
    padding-top: 3px;
    padding-right: 10px;
    margin-top: 0px;
}
span.allcaps
{
    font-variant: small-caps;
}
.leftcontainer
{
    /*float: left;
    width: 250px;*/
    visibility: hidden; display:none;
}
.maincontainer
{
    width: 90%;
    margin-left: auto; margin-right: auto;
    
}
.footer
{
    clear: both;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-top: 6px;
    text-align: center;
    font-size: 0.80em;
    background: url('/images/background_footer.png') repeat-x top left;
    }
.updating
{ 
    position: absolute;
    width: 30%;
    margin-left: 30%; 
    margin-top: 10px;
    border: 1px solid #E47000;
    padding: 15px;
    background-color: White; 
    text-align: center;
    }
.loginbox
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
body h2
{
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top:5px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.65em;
    color: #404040;
}
body h3
{
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top:5px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.4em;
    color: #404040;
}
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;
}

.menu
{
    /* change to float right for RHS menu */
    float: right;
    border: none;
    font-size: 0.9em;
    text-align:center;
    margin: 7px;
    width: auto;
}
.menured { background-color:Red;}
.menulist
{
    position: absolute;
    right: 10px;
    top: 35px;
    padding: 4px;
    margin: 0;
    width:350px;
}

.menulist tr td
{
    width:auto;
    white-space: nowrap;
    text-align: left;
}
.menulist a:link, .menulist a:visited, .menulist a:active
{
    color: Black;
}
.menulist a:hover
{
    text-decoration: underline;
    color: #E47000;     
}
.menuitem
{
    width:auto;
    white-space: nowrap;
    text-align: left;
    }
.menuitem a:link, .menuitem a:visited, .menuitem a:active
{
       color: Black;
    }
    
.menuitem a:hover
{
    text-decoration: underline;
    color: #E47000;
}
.menuitems
{
    width:100px;
    white-space: nowrap;
    text-align: left;
    border: 1px solid gray;
    }    
li.menuitem1
{
    white-space: nowrap;
    background-color: White;
    text-align:left;
    font-weight:bold;
    width: auto;
    border: 1px outset;
    margin:1px;
    list-style: none;
    float: left;
}
li.menuitem a:hover{background-color: #E47000;}
a.menulink
{
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:6px;
    padding-left: 6px;
    color: Black;
    font-family: Tahoma, Arial;
    font-size: 0.90em;
    text-decoration: none;
    display: block;
}
a.menulinkselected
{
    color: Red;
    font-size: 0.95em;
}
/* End: General */

/* Begin: Tables */
table { width: 100%; }
th {padding: 4px;}
td{padding: 4px;}
table.detailsTableSmall
{
    border: 0px solid #dbddff; 
    border-bottom: 0px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size:14;
}

table.detailsTableSmall th,
table.detailsTableSmall td 
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 1.1em;
    font-size:8;
}

/* Begin: Tables */
body.template table.listview, table.gridview, table.detailstable 
{
    border: 0px solid #dbddff; 
    border-bottom: 0px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 95%; 

}

body.template table.listview th, table.gridview th, table.detailstable th,
body.template table.listview td, table.gridview td, table.detailstable td 
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
}

body.template table.listview th, table.gridview th, table.detailstable th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}

body.template table.listview td, table.gridview td, table.detailstable td
{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
}

body.template td.bold {
    font-weight:bold;
}

body.template th a:link,
body.template th a:visited,
body.template th a:hover
{
    color: #666666;
    text-decoration: none;
}

body.template td a:link,
body.template td a:visited
{
    color: #718ABE;
    text-decoration: none;
    padding-right: 6px;
}
body.template td a:hover
{
    color: #000099;
    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%;
	background-color: #00FF00;
}
table.listview td a:link, 
table.listview td a:visited
{
	font-size: 100%;
	color: #FF0000;
}
table.listview table td
{
	padding-left: .5em;
	padding-right: .5em;
	font-size: xx-small;
}
table.listview th {
	background-image: url(DynamicData/Content/Images/header_back.gif);
	font-family: "Courier New", Courier, monospace;
}

table.detailstable td
{
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    vertical-align:top;
}

table.detailstable th
{
    background: #FCFDFE;
    vertical-align:top;
}

td.nowrap 
{
    white-space: nowrap;
}
/* The following modifies the details table */
body.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
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
}
span.results1
{
    float:left;
}
span.results2
{
    float:right;
}
/* 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 drop down control*/
.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: .95em;
    color: #666666;
}
/* 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;
}
.ReadOnlyField
{
    background-color: #ffffcc;
    color: #000000;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/************ Popup Related Styles ***********************/

.popupControl {
	background-color:#ffffdd;
	position:absolute;
	visibility:hidden;
	border-width:3px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	width:250px;
}


/************ ModalPopup Related Styles ***********************/

.modalBackground {
	background-color:Gray;
/*	filter:alpha(opacity=70);
	opacity:0.7;*/
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	width:250px;
}

.breadcrumb {
     font-size:75%;
}
.ResultTable
{
	border:0px;
}
.ResultPageHead1 {
    font-size:200%;
    color:Black;
    position:relative;
    top:0px;
    left:0px;
}
.ResultPageHead2 {
    font-size:150%;
    color:Black;
    position:relative;
    top:0px;
    left:0px;
}
.ResultRow {
    background-color:White;
    color: Black;
    font-size:85%;    
}
.ResultRowAlt {
    background-color:#EEEEEE;
    color: Black;
    font-size:85%;    
}
.ResultHeaderRow {
    background-color:#DCDCDC;
    color: Black;
    font-size:85%;    
}
.ResultFooterRow {
    font-size:85%;
    background-color: #DCDCDC;
    color: Black;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.FastestHeader 
{
	font-size:smaller;
    font-family: Calibri, Arial, sans-serif;
}
