﻿.header
{
	color:#FFFFFF;
	width: 181px;
	padding: 5px;
	font-weight: bold;
	margin-top: 0px;
	cursor: pointer;
	background: url(images/hd_bg.png);
}
.header:hover
{
	background: url(images/hd_hover_bg.png);
}
.content
{
	background-image: url('images/item_bg.png');
	background-repeat:repeat-y;
	padding: 10px;
	height:240px;
}
.accordionCell
{
	padding-top:5px;
	width:190px;
	background-image: url('images/accordion_bottom_bg.jpg');
	background-repeat:repeat-x;
	background-color:#535260;
}
.dataGridHeader
{
	background-image: url('images/grid_header.jpg');
	height:22px;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-left: 1px;
	padding-right:1px;
	font-weight:bold;
	
}
.dataGridItem
{
	background-color:#FFFFFF;
}
.dataGridItemAlt
{
	background-color:#f1bf9c;
	border-bottom: solid 1px #000000;
}
.dataGridEmptyItem
{
	background-color:#f1bf9c;
	text-align:center;
	font-weight:bold;
}
.gridRowStyle
{
	cursor:default;
	height:20px;
	border-bottom:solid 1px #E3EFFF;
}

html, body
{
	font-family: Verdana;
	font-size:11px;
	height:100%;
	margin:0;
	padding:0;
	background-image: url('images/page_background.jpg');
	background-repeat:repeat-x;
	background-color:#2E2D2B;
}
.formWrapper
{
  height:98%;
  vertical-align:top;
  width:100%;
  margin:auto;
  min-height:500px;
}
.pageWrapper
{
  height:100%;
  vertical-align:top;
  border:solid 2px #B0B0B0;
  width:90%;
  min-width:800px;
  background-color:#FFF;
  margin:auto;
}
.logo
{
	width:165px;
	margin:auto;
	padding-bottom:7px;
	color:#FFFF00;
	font-weight:bold;
	text-align:center;
}
.properties
{
	color:#F0F0F0;
	width:100%;

}
.properties .info
{
	color:#FFFF00;
	text-align:right;
}
.menu
{
	background-repeat:repeat-x;
	background: url(images/hd_bg.png);	
	height:30px;
	padding-left:10px;
}
#blanket {
background-color:#111;
opacity: 0.60;
filter:alpha(opacity=60);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
z-index: 9002;
}
.popupContainer
{
	background-repeat:repeat-x;
	background-image: url('images/popup_bg.jpg');
	background-color:#FFFFFF;
	border:solid 1px #A3C0E8;
	background-position:bottom;
	padding-left:7px;
}
.iframeContainer
{
	background-repeat:repeat-x;
	background-image: url('images/popup_bg.jpg');
	background-color:#FFFFFF;
	border:solid 1px #A3C0E8;
	background-position:bottom;
	width:100%;
}
.form
{
	background-image: url('images/form_background.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	border:solid 1px #c0c0c0;
	width:400px;
	margin:auto;
}
.form .formHeader
{
	text-align:center;
	color:#FFFFFF;
	padding: 5px;
	font-weight: bold;
	margin-top: 0px;
	background: url(images/hd_bg.png);
}
.form .label
{
	width:130px;
}
.form input
{
 width:270px;
}
.form select
{
	width:275px;
}
.form .button
{
	width:auto;
}
.alertMessage
{
	background-image: url('images/form_background.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	border:solid 1px #c0c0c0;
	width:600px;
	margin:auto;
}
.formLabel
{
width:150px; border-right:solid 1px #333333; height:17px;	
}

#fork {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.legend {
    width: 10em;
    border: 1px solid black;
}

.legend .title {
    display: block;
    margin: 0.5em;
    border-style: solid;
    border-width: 0 0 0 1em;
    padding: 0 0.3em;
}