/* GLOBAL
-------------------------------------------------------------------- */
body { 
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

img {
	border: 0
	}

form {
	margin: 0;
	padding: 0;
	}

fieldset, legend {
	border: none;
	}

hr {
	border: none 0;
	border-top: 1px solid #666666;
	width: 100%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
	}

.req {
	font-size: 11px;
	color: #ec9a10;
	font-weight: normal;
	}

#printTitle {
	margin: 0;
	padding: 0;
	display: none;
	}


/* STRUCTURE
-------------------------------------------------------------------- */
#wrapper {
	width: 943px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #333333;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0;
	}

#wrapper #head {
	width: 943px;
	height: 88px;
	background: url(/cte/imgs/bg_head_admin.jpg) no-repeat left top;
	border-bottom: 1px solid #333333;
	position: relative;
	margin: 0;
	padding: 0;
	}

#wrapper #head .nav {
	position: absolute;
	top: 71px;
	left: 0;
	width: 943px;
	height: 19px;
	margin: 0;
	padding: 0;
	}
#wrapper #head .nav ul.main {
	float: left;
	list-style: none;
	display: inline;
	margin: 0 0 0 12px;
	padding: 0;
	}
#wrapper #head .nav ul.main li {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	border-right: 1px solid #91bc91;
	padding: 0 8px 0 4px;
	}
* html #wrapper #head .nav ul.main li { /* IE6 */
	padding: 0 10px 0 12px;
	}
*:first-child+html #wrapper #head .nav ul.main li { /* IE7 */
	padding: 0 10px 0 12px;
	}
#wrapper #head .nav ul.main li.last, #wrapper #head .nav ul.util li.last {
	border: none;
	}
#wrapper #head .nav ul.main li.on a, #wrapper #head .nav ul.util li.on a {
	color: #294915;
	text-decoration: none;
	}
	#wrapper #head .nav ul.main li a, #wrapper #head .nav ul.util li a {
	color: #ffffff;
	text-decoration: none;
	}
	#wrapper #head .nav ul.main li a:hover, #wrapper #head .nav ul.util li a:hover {
	color: #294915;
	text-decoration: none;
	}

#wrapper #head .nav ul.util {
	float: right;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#wrapper #head .nav ul.util li {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	border-right: 1px solid #91bc91;
	padding: 0 8px 0 0;
	}
* html #wrapper #head .nav ul.util li { /* IE6 */
	padding: 0 10px 0 8px;
	}
*:first-child+html #wrapper #head .nav ul.util li { /* IE7 */
	padding: 0 10px 0 8px;
	}
#wrapper #head .nav ul.util li.last {
	padding: 0 15px 0 4px;
	}

#content {
	background: url(/capd/imgs/bg_content_admin.gif) repeat-y;
	margin: 0;
	padding: 0;
	}

#content #navLeft {
	float: left;
	width: 150px;
	margin: 0;
	padding: 10px;
	}
* html #content #navLeft { /* IE6 */
	float: left;
	width: 155px;
	background-color: #cde6cd;
	border-right: 1px solid #b4b4b4;
	margin: 0;
	padding: 10px;
	}
*:first-child+html #content #navLeft { /* IE7 */
	float: left;
	width: 155px;
	background-color: #cde6cd;
	border-right: 1px solid #b4b4b4;
	margin: 0;
	padding: 10px;
	}
#content #navLeft h1 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #336600;
	border: none;
	margin: 20px 0 7px 0;
	padding: 0;
	}
#content #navLeft ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	}
#content #navLeft ul li {
	line-height: 18px;
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
	}
	#content #navLeft a {
	color: #2222ff;
	text-decoration: underline;
	}
	#content #navLeft a:hover {
	color: #294915;
	text-decoration: underline;
	}	

#content #realContent {
	float: right;
	width: 730px;
	margin: 20px 15px 15px 0;
	padding: 0;
	}
* html #content #realContent {
	margin: 20px 15px 15px 20px;
	}
	#content #realContent a {
	color: #2222ff;
	text-decoration: underline;
	}
	#content #realContent a:hover {
	color: #294915;
	text-decoration: underline;
	}	


/* BASICS
-------------------------------------------------------------------- */
h1 {
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	color: #336600;
	border-bottom: 1px solid #336600;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
	}
h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #cc9933;
	margin: 5px 0 10px 0;
	padding: 0;
	}
h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #cc9933;
	margin: 10px 0 0 0;
	padding: 0;
	}
p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
	}
	p a {
	color: #2222ff;
	text-decoration: underline;
	}
	p a:hover {
	color: #294915;
	text-decoration: underline;
	}	

#content ul {
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0;
	}
#content ul li {
	line-height: 18px;
	background: url(/cte/imgs/bullet.gif) no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	}

div.h1Actions {
	width: 912px;
	height: 20px;
	border-bottom: 1px solid #336600;
	margin: 0 0 12px 0;
	padding: 0;
	}	
div.h1Actions h1 {
	float: left;
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	color: #336600;
	border: none;
	margin: 0;
	padding: 0;
	}
div.h1Actions .action {
	float: right;
	margin: 0;
	padding: 2px 0 0 0;
	}
	div.h1Actions .action a {
	color: #2222ff;
	text-decoration: underline;
	}
	div.h1Actions .action a:hover {
	color: #294915;
	text-decoration: underline;
	}

div.back {
	float: right;
	margin: 0;
	padding: 0;
	}
	div.back a {
	color: #2222ff;
	text-decoration: underline;
	}
	div.back a:hover {
	color: #294915;
	text-decoration: underline;
	}	


/* BASICS / modules
-------------------------------------------------------------------- */
div.mod {
	float: right;
	width: 275px;
	border: 1px solid #333333;
	margin: 0 0 15px 0;
	padding: 0;
	}
div.mod .h1Actions {
	width: 275px;
	height: 20px;
	background: #669966;
	border-bottom: 1px solid #333333;
	margin: 0 0 12px 0;
	padding: 0;
	}	
div.mod .h1Actions h1 {
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	margin: 0;
	padding: 2px 0 0 10px;
	}
div.mod .h1Actions .action {
	float: right;
	margin: 0;
	padding: 2px 10px 0 0;
	}
	div.mod .h1Actions .action a {
	color: #ffffff;
	text-decoration: underline;
	}
	div.mod .h1Actions .action a:hover {
	color: #294915;
	text-decoration: underline;
	}
div.mod ul {
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0;
	}
div.mod ul li {
	line-height: 18px;
	background: url(/cte/imgs/bullet.gif) no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	}
	div.mod a {
	color: #2222ff;
	text-decoration: underline;
	}
	div.mod a:hover {
	color: #294915;
	text-decoration: underline;
	}	
div.mod p {
	margin: 5px 10px 10px 10px;
	padding: 0;
	}


/* BASICS / tables
-------------------------------------------------------------------- */
table.dataTable {
	border-collapse: collapse;
	border: 1px solid #333333;
	margin: 20px 0 20px 0;
	padding: 0;
	}
	table.dataTable a {
	color: #2222ff;
	text-decoration: underline;
	}
	table.dataTable a:hover {
	color: #294915;
	text-decoration: underline;
	}
table.dataTable tr.header {
	background: #669966;
	}
table.dataTable tr.header h2 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}
table.dataTable th {
	color: #333333;
	text-align: left;
	background-color: #99cc99;
	border: 1px solid #333333;
	padding: 2px 0 2px 10px;
	}	
table.dataTable td {
	border: 1px solid #333333;
	margin: 0;
	padding: 4px 4px 4px 10px;
	}
table.dataTable div.action {
	float: left;
	font-size: 12px;
	padding: 1px 0 0 15px;
	}
	table.dataTable div.action a {
	color: #ffffff;
	text-decoration: underline;
	}
	table.dataTable div.action a:hover {
	color: #294915;
	text-decoration: underline;
	}

table.form {
	margin: 0;
	padding: 0;
	}
table.form th {
	color: #666666;
	text-align: left;
	}
table.form td {
	margin: 0;
	padding: 0 0 15px 0;
	}

table.narrow {
	width: 60%;
	margin: 0;
	padding: 0;
	}

table.contact {
	margin: 0 0 10px 0;
	padding: 0;
	}
table.contact td {
	margin: 0;
	padding: 0 0 7px 0;
	}

div.check td {
	margin: 0;
	padding: 0 0 15px 0;
	}

