﻿/* CSS layout */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Comic Sans, Comic Sans MS, Arial, Helvetica, sans-serif;
}

#container {
	min-width: 600px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#col1 {
	float: left;
	width: 211px;
	margin-left: 10px;
	height: 100%;
}

#col1_wrap {
	position:relative;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#col1_top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 20px;
	z-index: 2;
}

#col1_top_right {
	position:absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 20px;
	z-index: 2;
}

#col1_top_edge {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	background: url('/images/left-b.gif') repeat-x;
	text-align: center;
	z-index:1;
}

#col1_content {
 	background: #bedaff; 
	vertical-align:top;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 28px;
	padding-left: 14px;
	z-index: 0;
	
}

#col3 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	z-index: 3;
	height: 100%;
	padding-top: 20px;
	padding-right: 5px;
	margin-left: 50px;
}

#col2 {
	margin-right: 200px;
	margin-left: 230px;
	height: 100%;
	padding: 0px;
}

#col2_wrap {
	position:relative;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#col2_top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 94px;
	width: 50px;
	z-index: 2;
}

#col2_top_right {
	position:absolute;
	top: 0px;
	right: 0px;
	height: 94px;
	width: 18px;
	z-index: 2;
}

#col2_top_edge {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 94px;
	width: 100%;
	background: url('/images/back-grid1b.gif') repeat-x 18px 0px ;
	text-align: center;
	z-index:1;
}

#col2_left_edge {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 100%;
	background: url('/images/back-grid2a.gif') repeat-Y 0px 14px;
	z-index: 1;
}

#col2_right_edge {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 100%;
	background: url('/images/back-grid2c.gif') repeat-Y 0px 4px;
	z-index: 1;
}

#page_content_wrap {
 	background: url('/images/back-grid2b.gif') repeat 0px 0px; 
	vertical-align:top;
	min-height: 100%;
	margin-top: 0px;
	padding: 0px;
	/*padding-top: 92px;*/
	padding-left: 10px;
	margin-left: 50px;
	margin-right: 18px;
	z-index: 0;
}

#page_content {
	padding-top: 92px;
}


#title
{
	margin-top: 10px;
	z-index: 4;
}

td 
{
	
	vertical-align: top;
}

td.fieldlabel
{
	font-weight: bold;
	white-space: nowrap;
}