/* General styles */
div.pageTitle {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 15px 10px;
}

/* Navigation menu styles */

.nav {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0 4px;
	list-style-type: none;
	width: 99%;
	border-bottom: 1px solid #333;
	margin-bottom: 0px;
}
.nav li {
	float: left;
	padding: 0;
	margin: 2px 2px 0px 2px;
	border: 1px solid #333;
	position:relative;
	top:1px;
	z-index:20;
}
.nav li a:link,
.nav li a:visited,
.nav li a:active {
	display: block;
	text-decoration: none;
	padding: 3px 5px 4px 5px;
	font-weight: bold;
	color: #000;
	background-color: #eee;
}
.nav li a:hover {
	background-color: #ffc;
}
.nav li.current {
	margin: 0px 2px;
	border-bottom-color: #ccc;
}
.nav li.current a:link,
.nav li.current a:visited,
.nav li.current a:active,
.nav li.current a:hover {
	cursor: default;
	padding: 5px 5px 4px 5px;
	background-color: #ccc;
	color: #000;
}

.subnav {
	float: left;
	margin: 0px 0px 4px 0px;
	padding: 2px 4px;
	list-style-type: none;
	width: 99%;
	background-color: #ccc;
	border-bottom: 1px solid #333;
}
.subnav li {
	float: left;
	padding: 0px 6px;
	margin: 2px 0px;
	border-right: 2px solid #666;
}
.subnav li a:link,
.subnav li a:visited,
.subnav li a:active {
	text-decoration: none;
	Xfont-weight: bold;
	color: #000;
}
.subnav li a:hover {
	color: #c00;
}
.subnav li.current a:link,
.subnav li.current a:visited,
.subnav li.current a:active {
	text-decoration: none;
	cursor: default;
	color: #009;
	font-weight: bold;
}

/* Action link styles */

.actions {
	float: left;
	margin: 0px;
	padding: 0px 4px;
	list-style-type: none;
	width: 70%;
}
.actions li {
	float: left;
	padding: 0;
	margin: 2px 2px 0px 2px;
}
.actions li a:link,
.actions li a:visited {
	display: block;
	text-decoration: none;
	padding: 2px 4px;
	color: #000;
	background-color: #ccc;
	border: 2px solid #666;
	border-left-color: #ddd;
	border-top-color: #ddd;
	cursor: default;
}
.actions li a:hover:active {
	padding: 3px 3px 1px 5px;
	border: 2px solid #ddd;
	border-left-color: #666;
	border-top-color: #666;
}

a.action{
	text-decoration: none;
	padding: 2px 4px;
	color: #000;
	background-color: #ccc;
	border: 2px solid #666;
	border-left-color: #ddd;
	border-top-color: #ddd;
	cursor: default;
}
a.action:hover:active {
	padding: 3px 3px 1px 5px;
	border: 2px solid #ddd;
	border-left-color: #666;
	border-top-color: #666;
}

/* Form Styles */

table.form {
	border: 1px solid #5668C8;
	margin-bottom: 20px;
	margin-left: 20px;
}
table.form thead th {
	background-color: #5668C8;
	color: #FFF;
	line-height: 1.5em;
}
table.form tbody th {
	text-align: left;
	whitespace: nowrap;
}
table.form tbody td {
	color: #000;
}
table.form .confirmationQuestion {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #F00;
}
table.form td.submitButtons {
	text-align: center;
}
table.form tbody label {
	font-weight: bold;
}

.vd-form .vd-label {
}
.vd-form .vd-labelErr
{
    color: #FF0000
}

/*
th {
	font-size: 12px;
}

ul.h-menu {
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding-left: 4px;
}
ul.h-menu li {
	display: inline;
}
ul.h-menu li a, ul.h-menu li a:link, ul.h-menu li a:visited {
	padding: 1px 2px;
	margin-right: 4px;
	border: 1px outset #999;
	background-color: #ccc;
	text-decoration: none;
	color: #000;
	cursor: default;
}
ul.h-menu li a:hover {
	background-color: #ddd;
	border-color: #ccc;
}

table.decorated {
	margin: 0px;
	padding: 0px;
	clear: both;
}
table.decorated th, table.decorated td {
	padding: 2px;
}
table.decorated th {
	text-align: left;
	background-color: #69c;
}
table.decorated td {
	background-color: #eee;
}

table.vertical th {
	text-align: left;
}
*/