﻿body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Trebuchet MS",Arial,sans-serif;
	width: 980px;
	margin: 0 auto;
}
div#main {
	width: 980px;
	margin: 0 auto;
	border: #CCCCCC solid 1px;
	position: relative;
	overflow: hidden;
}
div#header {
	background-color: #ffffff;
	width: 980px;
	height: 100px;
	position: relative;
}
#logo {
	margin: 15px 0 0 0;
}
#widecolumn {
	float: right;
	width: 775px;
	text-align: left;
}
.content {
	padding: 25px;
	text-align: justify;
}
#narrowcolumn {
	float: left;
	width: 205px;
}
ul#main-menu {
	list-style-type: none;
	width: 100%;
	position: absolute;
	top: 73px;
	height: 27px;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul#main-menu li {
	display: block;
	float: right;
	margin: 0 4px 0 0;
	height: 27px;
}
ul#main-menu li.left {
	margin: 0;
}
ul#main-menu li a {
	display: block;
	float: left;
	color: #fff;
	background: #667079;
	line-height: 27px;
	text-decoration: none;
	padding: 0 17px 0 18px;
	height: 27px;
}
ul#main-menu li a.right {
	padding-right: 19px;
}
ul#main-menu li a:hover {
	background: #9bc740;
}
ul#main-menu li a.current {
	color: #fff;
	background: #9bc740;
}
ul#main-menu li a.current:hover {
	color: #fff;
	background: #9bc740;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.wireframemenu {
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: 170px;
	margin: 15px;
}
* html .wireframemenu {
	/*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}
.wireframemenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.wireframemenu a {
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}
.wireframemenu a:visited {
	color: #595959;
}
html > body .wireframemenu a {
	/*Non IE rule*/
width: auto;
}
.wireframemenu a:hover {
	background-color: #f65922;
	color: #ffffff;
}
.wireframemenu a.current {
	background-color: #f65922;
	color: #ffffff;
}
.master-view th, .master-view td
{
    padding:2px 15px;
}

.master-view td
{
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#ededed;
}

/* mouseover row style */
.master-view tr:hover{ background-color:#ededed; }

.form-label
{
    width: 25%;
    padding:2px 15px;
}
