﻿/* Global Site Styles */
/* Theme: Default */
/* By: Belman Kraul */
/* Assumes style sheets are stored at ~/Styles. */
/* Assumes images are stored at ~/Images. */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Begin Core elements */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color:#666666;
   min-height: 100%;
   height: auto !important;
   height: 100%;
}

textarea {
   overflow: auto;
}

/* End Core Elements */
/* ------------------------------------------------------------------------------- */
/* Begin Header Styles */
#container {
   /* This code has been disabled as it causes trouble with absolutely positioned DIVs */
   /*
   position: absolute;
   margin-left: auto;
   margin-top:auto;
   text-align:center;
   width: 100%;
   display: block;
   */
}
#header {
   position: relative;
   color: #CCFFFF;
   margin-left: auto;
   margin-right: auto;
	background-color: #003366;
	overflow: hidden;
	/* z-index: 225; */ /* We turned off this index to allow other controls to go over the page */
	height: 106px;
	display: block;
   background: url('../images/header_bg.png') repeat-x;
}

#header_section {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 778px;
   text-align: left;
}

#title {
   position: absolute;
   right:10px;
   top:23px;
}

#title h1 {
   font-size: 15px;
   color: #FFFFFF;
}

#title a {
   color: #FFFFFF;
   text-decoration: none;
}

#title a:hover {
   color: #99ffd2;
}

#logo {
   position: relative;
   text-align:left;
   padding-left: 10px;
   width: 375px;
   height: 90px;
   background: url('../images/doe_logo.png') no-repeat;
   overflow: hidden;
}

#logo a { 
      display:none;
}
/* End Header Styles */
/* ------------------------------------------------------------------------------- */
/* Begin Content Styles */
#content {
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   width: 758px; /* 758px This allows for 10px margin on each side. 99 will expand to full width. */
   text-align: left;
}
/* End Content Styles */
/* ------------------------------------------------------------------------------- */
/* Begin Footer Styles */
#footer {
	background: url('[path to image here]') repeat-x;
	height: 32px;
	text-align: left;
	clear: both;
}

#footer p {
	padding-top: 8px;
	font-size: 10px;
	color: #0b0b0b;
	width: 778px;
	text-align: center;
	margin: auto;
	margin-top: 0px;
}

#footer a {
	text-decoration: none;
	color: #c0c0c0;
}

#version {
	text-align: left;
	clear: both;
}

#version p {
	padding-top: 8px;
   font-family: Lucida Console, Arial, Helvetica;
	font-size: 10px;
	color: #666666;
	width: 99;
	text-align: center;
	margin: auto;
	margin-top: 0px;
   padding-left: 10px;
   padding-right: 10px;
}
/* End Footer Styles */
/* ------------------------------------------------------------------------------- */
/* Begin Grid View Styles */
/* Begin Header */
.GridViewRowHeader
{
   /* This has the same theme as the ControlPanel's Subtitle */
   height:32px;
   padding-top: 8px;
   padding-left: 10px;
   padding-bottom: 8px;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 12px;
   font-weight: normal;
   text-align: center;
   color: #000000;
   background-color: #CDCEC9;   
}

.GridViewRowHeader a
{
   color: #000000;
   text-decoration: none;
}

.GridViewRowHeader a:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
/* End Header */
/* Begin Odd Row */
.GridViewRowOdd
{
   background-color: white;
   font-size: 12px;
   font-family:  Tahoma, Arial, Helvetica;
   height:22px;
}    

.GridViewRowOdd td
{
   border-bottom: 1px #DDDDDD dotted;
 }
 
.GridViewRowOdd a
{
   font-weight: bold;
   text-decoration: none;
}

.GridViewRowOdd a:visited
{
   color: Blue;
   font-weight: bold;
} 

.GridViewRowOdd a:hover
{
   color: #99ffd2;
   text-decoration: none;
}
/* End Odd Row */
/* Begin Even Row */
.GridViewRowEven
{
   background-color: #EEEEEE;
   font-size: 12px;
   font-family:  Tahoma, Arial, Helvetica;
   height:22px;
 }

.GridViewRowEven td
{
   border-bottom: 1px #DDDDDD dotted;
 }
  
.GridViewRowEven a
{
   font-weight: bold;
   text-decoration: none;
}

.GridViewRowEven a:visited
{
   color: Blue;
   font-weight: bold;
   text-decoration: none;
}

.GridViewRowEven a:hover
{
   color: #99ffd2;
   text-decoration: none;
}
/* End Even Row */
/* Begin Hover Row */
.GridViewRowHover {
   cursor: pointer;
   background-color: #003366;
   color: #FFFFFF;
   font-size: 12px;
   font-family: Tahoma, Arial, Helvetica;
   height:22px;
}

.GridViewRowHover td
{
   border-bottom: 1px Transparent solid;
 }

.GridViewRowHover a{
   font-weight: bold;
   text-decoration: none;
	color: #FFFFFF;
}

.GridViewRowHover a:hover
{
    color: #99ffd2;
    text-decoration: none;
}
/* Begin Hover Row */
/* Begin Selected Row */
.GridViewRowSelected {
   cursor: pointer;
   background-color: #003366;
   color: #FFFFFF;
   font-size: 12px;
   font-family: Tahoma, Arial, Helvetica;
   height:22px;
}

.GridViewRowSelected a{
   font-weight: bold;
   text-decoration: none;
	color: #FFFFFF;
}

.GridViewRowSelected a:hover
{
    color: #99ffd2;
    text-decoration: none;
}
/* End Selected Row */
/* Begin Image Button */
.GridViewImageButton img {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity: 0.5;
}

.GridViewImageButton:hover img {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1;
}
/* End Image Button */
/* Begin Pager Buton */
.GridViewPagerButton img{
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity: 0.5;
}

.GridViewPagerButton img:hover {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1;
}

.GridViewPagerButton input {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity: 0.5;
}

.GridViewPagerButton input:hover {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1;
}
/* End Grid View Styles */
/* ------------------------------------------------------------------------------- */
/* Begin Controls */
/* Begin Modal Popup*/
.modalBackground {
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity:0.60;
}

.modalPopup {
	background-color:#FFFFFF;
	border: solid 1px #DDDDDD;
	padding:10px;
}

.modalTitle {
   font-size: 16px;
   font-weight: bold;
   color: #000000;
}

.modalMessage {
   font-size: 12px;
   color: #666666;
}
/* End Modal Popup*/
/* Begin SkinnedButton */
.skinnedbutton {
   position: relative; /* This makes the button show up on top of AJAX PopupExtenders */
   display: inline-block;
   padding: 5px;
   line-height: 1.4em;
   text-align: center;
   text-decoration: none;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 12px;
   font-weight: normal;
   color:#666666;
   background-color: #FFFFFF;
   border: solid 1px #DDDDDD;
}

.skinnedbutton:hover {
   color: #000000;
   border: solid 1px #CDCEC9;
   background-color: #FFFFFF;
}

.skinnedbutton img {
   padding-right: 5px;
   vertical-align: middle;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity: 0.5;
}

.skinnedbutton:hover img {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1;
}

.skinnedbutton_disabled {
   position: relative;  /* This makes the button show up on top of AJAX PopupExtenders */
   display: inline-block;
   padding:5px;
   line-height: 1.4em;
   text-align: center;
   text-decoration: none;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 12px;
   font-weight: normal;
   color:#DDDDDD;
   background-color: #FFFFFF;
   border: solid 1px #DDDDDD;
   cursor: default;
}

.skinnedbutton_disabled img {
   padding-right: 5px;
   vertical-align: middle;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50) gray;
   -moz-opacity: 0.2;
}
/* End SkinnedButton */
/* Begin ControlPanel */
.cp_container {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   overflow: hidden;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   border: solid 1px #CDCEC9;
   text-align: left;
   background-color: #FFFFFF;
}

.cp_title {
   display: block;
   overflow: hidden;
   line-height: 30px;
   border: solid 1px #002D96;
   font-family: Tahoma, Arial, Helvetica;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   color: #FFFFFF;
   background-color: #003366;
}

.cp_desc {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   overflow: hidden;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
}

.cp_subtitle {
   display: block;
   overflow: hidden;
   padding-top: 8px;
   padding-left: 10px;
   padding-bottom: 8px;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 14px;
   font-weight: normal;
   text-align: left;
   color: #000000;
   background-color: #CDCEC9;
}

.cp_subtitle .rebar {
   padding-right: 5px;
   vertical-align: middle;
}

.cp_block {
   position: relative;
   display: block;
   overflow: hidden;
   margin-top: auto;
   margin-left: auto;
   margin-bottom: 10px;
   margin-top: 10px;
   height: 100%;
 }


.cp_item {
   display: inline;
   padding: 10px;
   margin-right: 5px;
   margin-bottom: 5px;
   line-height: 1.4em;
   width: 75px;
   height: 75px;
   float: left;
   text-align: center;
   text-decoration: none;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 12px;
   font-weight: bold;
   color:#666666;
   background-color: #FFFFFF;
   border: solid 1px #FFFFFF;
   overflow: hidden;
}

.cp_item:hover {
   color: #000000;
   border: solid 1px #CDCEC9;
   background-color: #FFFFFF;
}

.cp_item img {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity: 0.5;
}

.cp_item:hover img {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1;
}
/* End ControlPanel */
/* Begin Forms */
.formtext {
   padding:3px;
   font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color:#000000;
}

.formtext label {
   padding-left:3px;
   padding-right:3px;
	color:#666666;
}
/* End Forms */
/* Begin Popup Control*/
.popupControl{
	z-index: 225;
	position: absolute;
	visibility: hidden;
}
.popupIframe{
	z-index: 224;
	position: absolute;
   display: none;
   left: 0px;
   top: 0px;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
}
/* End Popup Control */
/* Begin ToolTip */
.toolTipHeader {
	padding: 3px;
	border-top: 1px solid #DDDDDD;
   border-bottom: 1px dotted #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	color: #000000;
	background-color: #EEEEEE;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
}

.toolTipBody {
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	padding: 3px;
	color: #666666;
	background-color: #FFFFFF;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
}
/* End ToolTip */

/* Begin Calendar Popup */
.cpYearNavigation, .cpMonthNavigation
{
   background-color:#FFFFFF;
   text-align:center;
   text-decoration:none;
   color:#000000;
   font-weight: bold;
}

select.cpYearNavigation, select.cpMonthNavigation
{
   font-weight: normal;
}

.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
{
   font-family: Tahoma, Arial;
   font-size: 12px;
   padding: 3px;
}

.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
{
   text-align:right;
   text-decoration:none;
}

.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
{
   color:#D0D0D0;
   text-align:right;
   text-decoration:line-through;
}

.cpCurrentMonthDate
{
   color:#000000;
   font-weight:bold;
}

.cpCurrentDate
{
   color: #FFFFFF;
   font-weight:bold;
}

.cpOtherMonthDate
{
   color:#808080;
}

td.cpDayColumnHeader
{
   text-align: center;
   background-color: #CDCEC9;
   border-top:solid 1px #DDDDDD;
   border-bottom:solid 1px #DDDDDD;
   font-weight: bold;
}

td.cpCurrentDate
{
   color:#FFFFFF;
   background-color: #003366;
   border:solid 1px #DDDDDD;
}

td.cpCurrentDateDisabled
{
   border:solid 1px #FFAAAA;
}

td.cpTodayText,
td.cpTodayTextDisabled
{
   background-color: #CDCEC9;
   border-top:solid 1px #DDDDDD;
   border-bottom:solid 1px #DDDDDD;
}

a.cpTodayText,
span.cpTodayTextDisabled
{
height:20px;
}

a.cpTodayText
{
   color:#000000;
   font-weight:bold;
   text-decoration:none;
}
a.cpTodayText:hover
{
   color:#DDDDDD;
}

span.cpTodayTextDisabled
{
   color:#D0D0D0;
}

.cpBorder
{
   background-color: #FFFFFF;
   border:solid 1px #DDDDDD;
   /* For semi-transparent effect, turn this on */
   /*
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
   -moz-opacity: 0.85;
   */
}
/* End CalendarPopup */
/* Begin Progress Indicator */
.progressBackground {
   position: fixed;
   margin: 0;
   z-index: 224;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   padding-top: 25%;
   background-image: url('../images/bg_progress.png');
   background-repeat: repeat;
   background-position: top left;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
   -moz-opacity: 0.01;
}
/*
/* End Progress Indicator */
/* Begin HoverImage */
.HoverImage img{
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity: 0.5;
}

.HoverImage img:hover {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1;
}

.HoverImage input {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity: 0.5;
}

.HoverImage input:hover {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1;
}
/* End HoverImage */
/* Begin TreeView */
.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    font-size: small;
    font-family: Tahoma;
}

.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.AspNet-TreeView li a
{
    text-decoration: none;
}

.AspNet-TreeView li.AspNet-TreeView-Root
{
}

.AspNet-TreeView li.AspNet-TreeView-Parent
{
}

.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 20px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../Images/collapse.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(../Images/expand.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}

.AspNet-TreeView a,
.AspNet-TreeView a:visited,
.AspNet-TreeView a:active,
.AspNet-TreeView a:link
{
    color: #00008B;
}

.AspNet-TreeView a:hover
{
   color: #666666;
}

.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #8A2BE2 !important;
}

.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #00008B !important;
}

/* End TreeView */
/* End Controls */
/* ------------------------------------------------------------------------------- */
/* Begin Custom Styles */
.section_title {
   /* This has the same theme as the ControlPanel's title */
   position: relative;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   overflow: hidden;
   line-height: 30px;
   border: solid 1px #002D96;
   font-family: Tahoma, Arial, Helvetica;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   color: #FFFFFF;
   background-color: #003366;
}

.section_subtitle {
   /* This has the same theme as the ControlPanel's subtitle */
   position: relative;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   overflow: hidden;
   padding-top: 8px;
   padding-left: 10px;
   padding-bottom: 8px;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 14px;
   font-weight: normal;
   text-align: left;
   color: #000000;
   background-color: #CDCEC9; 
}

.section_subtitle .rebar {
   padding-right: 5px;
   vertical-align: middle;
}

.floodbox {
   border: solid 1px #DDDDDD;
   background-color: #EEEEEE;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: left;
   overflow: hidden;
}

.progressbox {
   border: solid 1px #DDDDDD;
   background-color: #FFFFFF;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   margin-bottom: auto;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: center;
   font-size: 10px;
   overflow: hidden;
   vertical-align: middle;
}

#default_cp {
   padding-bottom: 5px;
   display: block;
}

#default_bottompane {
   display: block;
   margin-right: auto;
   margin-top: auto;
   margin-left: auto;
   margin-bottom: 10px;
}
#parentselectors {
   padding-top: 10px;
}
#parentselectors table {
   border: none;
}
#parentselectors td {
   padding-left: 5px;
   padding-right: 5px;
}
/* End Custom Styles */
