body {
	padding: 0px;
	margin: 10px;
	font-family: verdana, sans-serif;
	background: white;
}
p {
	margin: 0px 0px 10px 0px;
}
ol {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 40px;
}
a {
	font-weight: bold;
	color: #001a66;
}
th {
	text-align: center;
	font-size: small;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}
td {
	text-align: left;
	vertical-align: top;
	font-family: verdana, sans-serif;
	font-size: small;
	padding: 0px 0px 2px 0px;
}
pre {
	font-size: 115%;
}
/**************** MENU ****************/
td.menu {
	margin: 0px;
	padding: 0px;
	border-right: 11px solid white;
	width: 185px;
	background: #036 url("/img/footer.gif") no-repeat bottom;
	font-family: verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
div.logo {
	border: 0px;
	width: 185px;
	height: 80px;
}
img.logo {
	border: 0px;
	width: 185px;
}
h3.menu {
	padding: 0px 0px 1px 5px;
	margin: 4px 8px 0px 8px;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	font-size: 100%;
	color: white;
	background: #036 url("/img/gradient.gif");
	border-top: 1px solid #6688b1;
	border-left: 1px solid #88a;
	border-bottom: 2px solid #012;
	border-right: 1px solid #000;
	font-weight: bold;
}
ul.menu {
	margin: 8px 4px 21px 4px;
	padding: 0px 4px 0px 4px;
	list-style: none;
}
li.menu, li.menu_light, li.menu_dark, li.menu_selected {
	margin: 0px 0px -1px 0px;
	padding: 0px 0px 1px 4px;
}
li.menu_selected {
	background: #469 url("/img/bullet.gif") no-repeat left;
}
ul.menu a {
	font-family: verdana, sans-serif;
	font-size: small;
	text-decoration: none;
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 0px;
	color: white;
	font-weight: bold;
}
ul.menu a:hover, a:active {
	text-decoration: underline;
}
.copyright {
	margin: 16px 0px 0px 0px;
	padding: 0px;
	width: 180px;
	font-family: verdana, sans-serif;
	font-size: 75%;
	color: #ccd;
	text-align: center;
}
/**************** HEADER ****************/
td.page {
	padding: 7px 10px 10px 10px;
	border: 1px solid #aaa;
	width: 100%;
	background: #ddd;
	font-family: verdana, sans-serif;
	font-size: small;
	text-align: left;
	vertical-align: top;
}
ul.heading {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 2px 0px;
	font-family: verdana, sans-serif;
	font-size: large;
	font-weight: bold;
	float: left;
	list-style: none;
}
ul.toolbar {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	z-index: 1;
}
ul.toolbar li {
	margin: 0px;
	padding-right: 1px;
	color: #ddd;
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
ul.toolbar li.prerelease, ul.toolbar li.beta {
	padding-right: 8px;
	font-size: 120%;
	font-weight: bold;
	color: red;
}
img.help {
	border: 0px;
	vertical-align: middle;
}
/**************** TABS ****************/
ul.tabmenu {
	margin: 0px;
	padding: 3px 0px 3px 4px;
	z-index: 1;
}
ul.tabmenu li {
	display: inline; overflow: hidden;
	list-style-type: none;
}
ul.tabmenu a, a.open {
	color: black;
	background: #eee;
	border: 1px solid #aaa;
	font-weight: bold;
	padding: 2px 6px 3px 6px;
	text-decoration: none;
}
ul.tabmenu a:visited {
	color: black;
}
ul.tabmenu a:active {
	color: black;
	text-decoration: underline;
}
ul.tabmenu a:hover {
	text-decoration: underline;
}
ul.tabmenu a.open {
	background: white;
	color: black;
	border-bottom: 1px solid white;
}
/**************** CONTENT ****************/
div.content {
	padding: 12px 10px 12px 10px;
	border: 1px solid #aaa;
	background: white;
	font-family: verdana, sans-serif;
	z-index: 2;
}
*.extable {
	margin: 0px 1px 8px 1px;
	padding: 1px 10px 2px 5px;
	border: 1px solid #8ac;
	width: 98%;
	background: #def;
	font-weight: bold;
	color: black;
}
*.subtitle {
	margin: 0px 1px 8px 1px;
	padding: 1px 10px 2px 5px;
	border: 1px solid #8ac;
	font-weight: bold;
	color: black;
}
*.error_messages {
	margin: 0px 1px 8px 1px;
	padding: 1px 10px 2px 5px;
	border: 1px solid #e44;
	background: #fee; /*light red*/
	font-weight: bold;
	color: black;
}
*.success_messages {
	margin: 0px 1px 8px 1px;
	padding: 1px 10px 2px 5px;
	border: 1px solid #0c0;
	background: #efe; /*light green*/
	font-weight: bold;
	color: black;
}
*.warning_messages {
	margin: 0px 1px 8px 1px;
	padding: 1px 10px 2px 5px;
	border: 1px solid #44d;
	background: #eef; /*light blue*/
	font-weight: bold;
	color: black;
}
td.info {
	border: 1px solid black;
	padding: 4px 6px 6px 6px;
	margin: 1px;
	background: #ffc;
}
/**************** FORM ****************/
form {
	margin: 0px;
}
form table {
	border-collapse: collapse;
}
tbody.groupelement {
	border: 1px solid #aaa;
}
tbody.groupspacer tr td {
	padding: 6px;
}
.stdelement {
	vertical-align: middle;
	padding: 1px;
}
tr.stdelement td.label {
	font-weight: bold;
	width: 10%;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0px 8px 2px 2px;
}
*.error {
	font-weight: bold;
	color: #e00;
}
td.para {
	padding: 4px 2px 6px 2px;
}
td.small {
	padding: 0px 2px 0px 2px;
	font-size: 75%;
}
input, .input, select {
	margin: 2px 0px 2px 0px;
	vertical-align: middle;
}
/**************** TABLES ****************/
table.formtable {
	border-collapse: collapse;
	padding: 2px;
	margin: 4px 0px 4px 0px;
}
table.formtable tr th {
	padding-left: 6px;
	padding-right: 6px;
	background: #c1defe;
	border: solid 2px white;
	empty-cells: hide;
}
table.formtable tr th.active {
	background: #469;
	color:white;
}
table.formtable tr td {
	padding-left: 3px;
	padding-right: 5px;
	background: #dfedf8;
	border: solid 2px white;
	vertical-align: middle;
}
table.formtable tr.disabled td {
	padding-left: 3px;
	padding-right: 5px;
	background: #eee;
	border: solid 2px white;
	vertical-align: middle;
}
/* The "No Entries" line has no background */
table.formtable td.empty {
	background: none;
}
/**************** BUTTONS ****************/
.defaultbutton, .button {
	margin: 2px 0px 2px 0px;
	vertical-align: middle;
	padding: 0px 4px 0px 4px;
	overflow: visible; 
}	
.defaultbutton {
	font-weight: bold;
}
/* Default button settings */
div.imgbutton button {
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	width: 16px;
	height: 16px;
}
/* Submit buttons instead for IE */
div.imgbutton input {
	border: none;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}
div.imgbutton *.no {
	background: url(/img/no16.gif) no-repeat center;
}
div.imgbutton *.yes {
	background: url(/img/yes16.gif) no-repeat center;
}
div.imgbutton *.add {
	background: url(/img/Add16.gif) no-repeat center;
}
div.imgbutton *.addabove {
	background: url(/img/addAbove16.gif) no-repeat center;
}
div.imgbutton *.addbelow {
	background: url(/img/addBelow16.gif) no-repeat center;
}
div.imgbutton *.delete {
	background: url(/img/Delete16.gif) no-repeat center;
}
div.imgbutton *.down {
	background: url(/img/down16.gif) no-repeat center;
}
div.imgbutton *.modify {
	background: url(/img/Edit16.gif) no-repeat center;
}
div.imgbutton *.up {
	background: url(/img/up16.gif) no-repeat center;
}
div.imgbutton *.free {
	background: url(/img/button_delete.gif) no-repeat center;
}
div.imgbutton *.restore {
	background: url(/img/viewChanges16.gif) no-repeat center;
}
input.default {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	border: 0px;
}
/**************** STATUS ****************/
table.status {
	border: 1px dotted black;
	width: 100%;
}
table.status tr th {
	background: #e8f8ff;
	border: 1px solid #ace;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	width: 500px;
}
table.status tr th img {
	vertical-align: bottom;
}
table.status tr th.status {
	/*text-align: center;*/
	/*width: 32px;*/
}
table.status tr td {
	/*background: red;*/
	/*margin: 5px 5px 5px 5px;*/
	padding: 3px 5px 1px 5px;
}
table.status tr td.status {
	width: 16px;
	padding-left: 3px;
	/*margin: 5px 5px 5px 5px;*/
}
table.status td.substatus {
	padding-left: 16px;
}
/**************** MISC ****************/
*.fixed {
	font-family: fixed;
}
*.right {
	text-align: right;
}
*.center {
	text-align: center;
}
th.left {
	text-align: left;
	white-space: nowrap;
}
.rotext {
	/*font-weight: bold;*/
	font-size: medium;
	font-family: monospace;
	vertical-align: top;
	border: solid 0px;
	color: black;
}
td.helpcontext {
	padding: 5px 20px 5px 20px;
	font-size: smaller;
}
img.trustedsource {
	border: 0px;
}
