#bg
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
HTML
{
	height: 100%;
}
BODY
{
	background: #FFFFFF;
	text-align: center;
	height: 100%;
	margin: 20px;
	padding: 0;
	font: normal 0.7em/1.1em verdana, aria, sans-serif;
	color: #F3E9E9;
}

TD
{
	vertical-align: middle;
}
TD.fieldname
{
	text-align: right;
}
HR
{
	color: black;
}
LEGEND
{
    color: black;
    font-weight: bold;
 }
#wrapper1
{
	/*position: fixed;*/
	position: relative;
	text-align: left;
	width: 100%;
	padding-top: 5px;
	left: 15px;
}
#wrapper2
{
	position: relative;
	text-align: left;
	width: 100%;
}
#header
{
	background: #D0D4D6;
	background-image: url(~/App_Themes/dcpaskin/mainbg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding: 5px;
	margin: 0;
	height: 160px;
	text-align: center;
	color: black;
}
#header H1
{
	font-size: 200%;
}
#header A:hover
{
	color: #FFFF66;
	text-decoration:underline;
}
.help
{
    color:black;
     margin-left:12px;
}
.helpol
{ color:black;
  margin-left:6px;
  }
    
#leftcol
{
	position: relative;
	top: 0px;
	left: 0px;
	
	clear: both;

	float: left;
	width: 200px;
	min-height: 450px;
	margin: 0 0 -10px;
	height: 100%;
	color: black;
	z-index: 100;
}
#leftcol .login
{
	padding-top: 50px;
	bottom: 10px;
}

#leftcol A:hover
{
	border-bottom: 1px solid;
	color: black;
	font-weight: bold;
	text-decoration:none;
}

#centercol
{
	position: relative;
	padding: 0 200px;
}
#centercol A
{
	color:Gray;
}
#centercol A:hover
{
	border-bottom: 1px solid;
	color: black;
	font-weight: bold;
}
#GridView
{
	width: 100%;
}
#GridView A
{
	color: #4B4242;
}
#GridView A:hover
{
	border-bottom: 1px solid;
	color: maroon;
	font-weight: bold;
}
#GridView2
{
	width: 100%;
}
#GridView2 A
{
	color: black;
}
#GridView2 A:hover
{
	border-bottom: 1px solid;
	color: black;
	font-weight: bold;
}
.gridSelected
{
	color: black;
}
.gridSelected A
{
	color: black;
}
.gridSelected A:hover
{
	color: maroon;
}
#footer
{
	position: relative;
	top: 1px;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 1% 0;
	text-align: center;
	color: #000000;
}
#breadcrumb
{
	color: black;
	font-size: 7pt;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#breadcrumb A
{
	color: black;
}
#loginbox
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 230px;
	height: 135px;
	padding: 0px;
	font-size: 10pt;
}
#loginbox A
{
	color: black;
}
#loginbox A:hover
{
	color: black;
}
#cartFormView
{
	position: relative;
	width: 100%;
	left: 0px;
}
#cartFormView LABEL, INPUT
{
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	color: maroon;
}
#cartFormView TEXTAREA
{
	width: 100%;
}
#cartFormView LABEL
{
	text-align: left;
	width: 85px;
	padding-right: 20px;
	white-space: nowrap;
	display: block;
	float: left;
}
#cartFormView BR
{
	clear: left;
}
#cartFormView .body
{
	position: relative;
	top: 1px;
	float: left;
	border: 2px solid #818689;
	margin: 4px;
	width: 90%;
	left: 0px;
	padding: 4px;
	background: #FFFFFF;
	color: #4B4242;
}
#cartFormView .body A
{
	color: #4B4242;
}
#cartFormView .body A:hover
{
	color: maroon;
}
#cartFormView SPAN
{
	white-space: normal;
	clear: none;
	display: block;
	width: 30%;
	float: left;
}
#CartHeader
{
	top: 1px;
	float: left;
	width: 100%;
	color: #FFFFFF;
}
#CartClasses
{
	position: relative;
	float: left;
	width: 100%;
	top: 1px;
	margin: 4px;
	left: 0px;
	height: 100%;
	overflow: hidden;
}
#CartClasses .tree
{
	position: relative;
	float: left;
	width: 35%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	height: 100%;
}
#CartClasses .classes
{
	position: relative;
	float: right;
	padding: 4px;
	border: 2px solid #818689;
	margin: 4px;
	width: 100%;
	left: 0px;
	background: #FFFFFF;
	color: #4B4242;
	clear: left;
}
#CartClasses .classes a
{
	color: #4B4242;
}
#CartClasses .classes a:hover
{
	color: maroon;
}
#CartClasses LABEL
{
	text-align: left;
	width: 85px;
	padding-right: 20px;
	white-space: nowrap;
	display: block;
	float: left;
	color: maroon;
}
#CartClasses BR
{
	clear: left;
}
#CartClasses .body
{
	position: relative;
	top: 1px;
	float: left;
	border: 2px solid #818689;
	margin: 4px;
	width: 90%;
	left: 0px;
	padding: 4px;
	background: #FFFFFF;
	color: #4B4242;
}
#CartClasses SPAN
{
	white-space: normal;
	clear: none;
	display: block;
	width: 30%;
	float: left;
}
#schedule BODY
{
	font-family: verdana, helvetica, arial;
	font-size: x-small;
	color: #050505;
}
#schedule P
{
	font-family: verdana, helvetica, arial;
	color: #FFFFFF;
}
#schedule TABLE
{
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	border: 0px;
}
#schedule .item
{
	text-align: center;
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	background-color: #FFFFFF;
	font-weight: bold;
}
#schedule .bground
{
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	background-color: #EEEEEE;
}
#schedule .title
{
	text-align: center;
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	background-color: #DDDDDD;
	font-weight: bold;
	color: black;
}
#schedule .rangeheader
{
	text-align: center;
	vertical-align: middle;
	font-family: verdana, helvetica, arial;
	font-size: xx-small;
	background-color: #EEEEEE;
}
#schedule .heading
{
	font-size: xx-small;
	font-family: Tahoma;
	background-color: #B3B7B9;
	color: #191818;
	font-weight: bold;
	border-bottom: 1px solid #7FCCFF;
	border-right: 1px solid #7FCCFF;
	border-top: 1px solid #7FCCFF;
	border-left: 1px solid #7FCCFF;
}
#schedule .normal
{
	font-size: xx-small;
	font-family: Tahoma;
	text-align: center;
	background-color: #AACCEE;
}
#schedule .normal2
{
	font-size: xx-small;
	font-family: Tahoma;
	text-align: center;
	background-color: #DDEEFF;
}
#schedule .empty
{
	font-size: xx-small;
	background-color: #E0FFF0;
}
.modalBackground
{
	background-color:Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #FFFFDD;
	border-width: 3px;
	border-style: solid;
	border-color: gray;
	padding: 3px;
	width: 250px;
}
#logo
{
	position: absolute;
	z-index: 1;
	top: 25px;
	vertical-align: middle;
}
#logo A, IMG, A:hover IMG, A:active, A:hover
{
	border-bottom-style: none;
	border-bottom-width: 0px;
	
	border: none;
}
#CartEmail
{
	position: relative;
	float: left;
	width: 100%;
	top: 1px;
	margin: 4px;
	left: 0px;
	height: 100%;
	overflow: hidden;
}
#CartEmail .email
{
	position: relative;
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	height: 100%;
}
#CartEmail .email INPUT
{
	clear: both;
}
#CartEmail .message
{
	position: relative;
	float: right;
	padding: 4px;
	border: 2px solid #818689;
	margin: 4px;
	width: 100%;
	left: 0px;
	background: #FFFF66;
	color: #4B4242;
	clear: left;
}
#consent
{
	position: relative;
	float: left;
	width: 100%;
	top: 1px;
	left: 0px;
	height: 100%;
	overflow: hidden;
}
#consent LABEL
{
	display: block;
	text-align: left;
	width: 100px;
	float: left;
	clear: both;
}
#consent SPAN
{
	clear: both;
	display: block;
	width: 30%;
	float: left;
}

#Modal .links
{
	position: relative;
}
#Modal a
{
	color: #4B4242;
}
#Modal a:hover
{
	color: maroon;
}

#blockView
{
	position: relative;
	width: 100%;
	left: 0px;
}
#blockView LABEL
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
#blockView INPUT
{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#blockView TEXTAREA
{
	width: 100%;
}
#blockView BR
{
	clear: left;
}
#blockView .body
{
	position: relative;
	top: 1px;
	float: left;
	margin: 4px;
	width: 90%;
	left: 0px;
	padding: 4px;
}
#blockView SPAN
{
	white-space: normal;
	clear: none;
	display: block;
	width: 30%;
	float: left;
}

.SelectedRowStyle
{
    background-color: Gray;
    color:Black;
}

#report
{
	position: relative;
	width: 100%;
	left: 0px;
	color:Black;
}

#report A, A:Hover
{
    color:Black;
    text-decoration:underline;
}

