﻿/* Overall Page */
body
{
    font: .8em Tahoma, Arial, sans-serif;
    color: #333333;
    text-align: left;
    vertical-align: top;
}

.breadcrumb
{
    color: #FFFFFF;
    font-size: .9em;
    background-color: transparent;
    margin-right: 2em;
    float: right;
    /* font-weight: bold; */
}

a:link, a:visited
{
    color:#006600; 
}

.headerlink a
{
    font-weight: bold;
    text-align: right;
    color: #FFFFFF;
    text-decoration: underline;
}



/* Main Content */

#content
{
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 2em;
}
h1
{
    font-size: 1.5em;
    color:Black;
    padding-bottom: 12px;
    border-bottom: 1px dotted #bbbbbb;
}
#content p {
	line-height: 1.6em; 
}

#content ul {
	line-height: 1.6em; 
}

.important 
{
    color: Red;
}
.headertable
{
    width: 100%;
}
.headercolumnleft
{
    width: 33%;
    text-align: left;
}
.headercolumncenter
{
    width: 33%;
    text-align: center;

}
.headercolumnright
{
    width: 33%;
    text-align: right;
}
.contenttable
{
    width: 100%;
}
.todaysdatecell
{
    background-color: #00844C;
    color: White;
    text-align: center;
}
.menucolumn
{
    font-weight: bold;
    line-height: normal;
    text-align: right;
    vertical-align: top;
    background-image: url('Images/nav_section.gif');
    background-repeat: repeat-y;
}
.graycell
{
    background-color: #CCCCCC;
    color: White;
}
.contentcell
{
    height: 60em;
    width: 100%;
    text-align: left;
    vertical-align: top; 
}

/* Menu Items */
.MenuLevel1
{
    width: 150px;
    margin: 15px 5px 15px 5px;
    font-size: 1.2em;
    font-weight: bold;
}
.MenuLevel2
{
    margin: 10px 5px 10px 5px;
    font-size: 1.0em;
    font-weight: bold;
}
.MenuLevel3
{
    margin: 5px 5px 5px 5px;
    font-size: 1.0em;
    font-weight: normal;
}  

.hoverstyle
{
    font-weight: normal;
    text-decoration: underline;
}

.TableStyle
{
    vertical-align: top;
    text-align: left;
}

/*	Dynamic Data	*/
/*	Global classes	*/
.DDMainHeader
{
    font-size: 1.2em;
    padding-bottom: 12px;
}

.DDSubHeader
{
    font-size:1.0em;
	margin-bottom: 10px;
    /*color: #888;*/
}

.DD 
{
	padding: 0px 8px; 
}

.DDLightHeader
{
    font-weight: bold;
    background-color: #FFFFFF;
} 

.DDTextBox, .DDDropDown
{
 	border: solid 1px #dcdcdc;
	background-color: #FEFEFE;
}

.DDDropDown
{
	padding:2px;
}

.DDFilter
{
	font-size: .95em;
}

.DDControl
{
    padding: 0px;
	font-size: .95em;
}

.DDFloatLeft
{
	float:left;
}

.DDFloatRight
{
	float:right;
}

.DDFooter
{
    background-color: #B6D089;
}

.DDSelected
{
    background-color: #FDFFB8;
}

div.DDNoItem
{
	color:Red;
}

.DDValidator
{
	color:Red;
}


/*	Navigation	*/

div.DDNavigation
{
	position: relative;
    top: -28px;
    margin-bottom: -10px;
    padding: 0px 5px;
}

div.DDNavigation img
{
    position: relative;
    margin-top: 0em;
    padding: 0px 8px;
    border: none;
    background-color: #fff;
}
div.DDNavigation a
{
    text-decoration: none;
    background-color: #fff;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}
div.DDNavigation a:hover
{
    text-decoration: underline !important;
}


/*	Details VIEW/EDIT	*/
table.DDDetailsTable
{
    background-color: #FFFFFF;
    border: 1px solid #dbddff;
    border-bottom-width: 3px;
}

table.DDDetailsTable .th
{
    background-color: #00844C;
    color: #FFFFFF;
    line-height: 1.3em;
    text-align: left;
    font-size: 1em;
    border: solid 1px #dbddff;
}

table.DDDetailsTable .th a
{
    color: #FFFFFF;
}

table.DDDetailsTable a
{
    color: #006600;
    text-decoration: none;
    padding-right: 6px;
}

table.DDDetailsTable a:hover
{
    text-decoration: underline !important;
}

table.DDDetailsTable .td
{
	padding: 3px 6px;
	border: 1px solid #dbddff;
	border-bottom-style: dotted;
}


/*	DDGridView/DDListView	*/
table.DDGridView, table.DDListView
{
    width: 100%;
    border: solid 1px #dbddff;
}

table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td
{
	white-space: nowrap;
}

table.DDGridView .th, table.DDListView .th
{
    /*background: url(DynamicData/Content/Images/header_back.gif) repeat-x;*/
    background-color: #00844C;
    color: #FFFFFF;
    line-height: 1.3em;
    text-align: left;
    font-size: 1em;
    border: solid 1px #dbddff;
}

table.DDGridView .th a, table.DDListView .th a
{
    color: #FFFFFF;
    text-decoration: none;
}

table.DDGridView .td, table.DDListView .td
{
	border: dotted 1px #dbddff;
	border-left-width:0px;
	border-right-width:0px;
	padding: 6px;
}

table.DDGridView .td a, table.DDListView .td a
{
    text-decoration: none;
    margin-right: 6px;
	
}

table.DDGridView .DDSelected a, table.DDListView .DDSelected a
{
    text-decoration: none;
    margin-right: 6px;
	
}

table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover
{
	text-decoration: underline;
}

table.DDGridView .td a:hover, table.DDListView .td a:hover
{
	text-decoration: underline;
}

/*	DataPager	*/
div.DDPager
{
    padding: 0px 6px;
}


/* Bottom hyperlink design*/
div.DDBottomHyperLink
{	
	font-size: .95em;
}
div.DDBottomHyperLink a
{
    text-decoration: none;
}
div.DDBottomHyperLink a:hover
{
    text-decoration: underline !important;
}
div.DDBottomHyperLink img
{
    padding-right: 5px;
    border: none
}


/* required field class */
.validationRequired 
{
    background-color: #FFFEBD; 
}

.modalBackground 
{
    background-color: Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup
{
    background-color:#fefefe;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}

.modalPopupTitleBar
{
	background-color:Green;
	border-width:0px;
	border-style:outset;
	border-color:Green;
	padding:3px;
	height:15px;
	color:White;
	font-weight:bold;
	border-bottom:ouset 2px;
}


.filtertable
{
    border: solid 1px #dbddff;
    border-collapse: collapse;
}

.filtertableheader
{
    padding: 3px;
    margin: 0px; 
    background-color: #00844C;
    color: #FFFFFF;
    text-align: left;
    font-size: 1em;
    border: solid 1px #dbddff;
    font-weight: bold;
}

.filtercell
{
	border-left-width:0px;
	border-right-width:0px;
	padding: 3px;
}