body 
{
	background-image: url(/images/page_body_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
}

#hd h1
{
	height: 118px;
}

#bd
{
	min-height: 400px;
	background-color: White;
}

#doc4
{
	border: 0px;
}

#templates
{
	display: none;
}

.textbox_hover
{
	background-color: #ffffd3;
}

.title_edit
{
	font-size: large;
}

textarea.textbox_edit
{
	width: 99%;
	height: 100px;
	margin: 0px 1px 0px 1px;
}

label, .field
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

.field.checkbox
{
	width: 16px;
}

textarea.field
{
	width: 500px;
	height: 75px;
}

.field
{
	width: 300px;
}

label
{
	width: 140px;
	text-align: right;
	padding-right: 10px;
}

/* Tabs
--------------------*/
#tabs-bl
{
	background-image: url(/images/header_c.png); 
	background-position: 0px 10px; 
	background-repeat: no-repeat; 
	float: left;
	width: .76em;
	*width: .75em;
	height: 40px;
}

#tabs-br
{
	background-image: url(/images/header_c.png); 
	background-position: -5px 10px;
	background-repeat: no-repeat; 
	float: right;
	width: .77em;
	*width: .75em;
	height: 40px;
}

#tabsWrapper
{
	background-image: url(/images/header_b.png);
	background-repeat: repeat-x;
	background-position: 0px 10px;
}

ul.tabs 
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	clear: both;
}

ul.tabs li 
{
	list-style: none;
	float: left;
	margin: 0 6px;
	text-align: center;
}

ul.tabs li a, ul.tabs li a:hover
{
	display: block;
	height: 24px;
	margin-top: 11px;
	padding:5px 6px 0 6px;
	color: #fff;
	width: 92px;
	text-decoration: none;
}

ul.tabs li a:hover
{
	color: #000;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	width: 90px;
	background-image: url(/images/header_b.png);
	background-repeat: repeat-x;
	background-position: 0px -30px;
}

ul.tabs li.active a, ul.tabs li.active a:hover
{
	margin-top: 0px;
	height: 29px;
	padding:10px 5px 0 5px;
	color: #000;
	width: 108px;
	font-weight: bold;
	border: solid #a6a6a6 1px;
	border-bottom-style: none;
	background-image: none;
	background-color: #FFF;
}

/* Subsection Tables */
table 
{
	border-collapse: collapse;
}

td, th {
	padding: 0.5em;
	border-style: none;
	text-align: left;
}

th
{
	border-bottom: solid gray 1px;
}

tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #EDF5FF;
}

.sort {
	cursor: pointer;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.asc {
	background-image: url(/images/bullet_arrow_up.png);
}
.desc {
	background-image: url(/images/bullet_arrow_down.png);
}
.nosort {
	cursor: default;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

/* Notifications styles */
#notifications
{
	margin: 0px 100px;
}

.notification_error
{
	border: solid #DD9988 2px;
	background-color: #FFFFD5;
	color: #FF744F;
	padding: 10px;
	margin: 10px 0;
	width: 99%;
}

.notification_info
{
	border: solid #97DF8B 2px;
	background-color: #C8FFBF;
	color: #59BF47;
	padding: 10px;
	margin: 10px 0;
	width: 99%;
}


.notification_warning
{
	border: solid #DD9988 2px;
	background-color: #FFFFD5;
	color: #FF744F;
	padding: 10px;
	margin: 10px 0;
	width: 99%;
}

.login_error
{
	color: #CC344F;
	font-weight: bold;
}

/* Modal styles */
#modal_overlay { background-color:#000; }
#modal_container { position:relative;}
#modal_container .b { background:url(/images/modal/b.png); }
#modal_container .tl { background:url(/images/modal/bc.png) 0 0; }
#modal_container .tr { background:url(/images/modal/bc.png) 10px 0; }
#modal_container .bl { background:url(/images/modal/bc.png) 0 10px; }
#modal_container .br { background:url(/images/modal/bc.png) 10px 10px; }
#modal_container table { margin: 0; border-collapse: collapse; }
#modal_container td { margin: 0; padding: 0; }
#modal_container .body { height: 100%; background: #fff; }
#modal_container .tl, #modal_container .tr, #modal_container .bl, #modal_container .br { height: 10px; width: 10px; overflow: hidden; }

