﻿#content-container {
	width: 980px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background-color: #ffffff;
	background: #ffffff url(/images/layout/content/bg_threecols.png) repeat-y;
	border-top: 30px solid #FFF;
	border-bottom: 30px solid #ffffff;
}

#content-container.wide {
	background: #ffffff url(/images/layout/content/bg_twocols-right.png) repeat-y;
}

#content-container.nonav {
	background: #ffffff url(/images/layout/content/bg_twocols.png) repeat-y;
}

#content {
	width: 440px;
	margin-left: 40px;
	margin-right: 40px;
}

#content.wide {
	width: 670px;
}

#content.nonav {
	width: 670px;
}

#content a.button {
	margin-top: 10px;
	width: auto;
	padding: 0px 0px 0px 16px;
	border: none;
	background: #ffffff url(/images/layout/link.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

#content h1 {
	padding: 0px 0px 0px 0px;
}

#content h2 {
	padding: 4px 0px 0px 0px;
}

#content h3 {
}

#content h4 {
	padding: 0px 0px 0px 0px;
}

#content p {
	padding: 8px 0px 8px 0px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #00b92d;
}

#content a span.linkarrow {
	display: block;
	padding: 0px 0px 0px 16px;
	margin: 10px 0px 0px 0px;
	background: url(/images/layout/link.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;
}

/* TreeView */
#content div.treeview {
}

#content div.treeview table {
	border: 5px solid #000000;
	margin: 0px;
	width: auto;
}

#content div.treeview table td {
	vertical-align: middle;
	padding: 0px;
}

#content div.treeview table td input {
	width: auto;
	border: none;
}

#content.wide div.treeview {
}

#content.wide div.treeview table {
	border: 5px solid #000000;
	margin: 0px;
	width: auto;
}

#content.wide div.treeview table td {
	vertical-align: middle;
	padding: 0px;
}

/* Table */
#content table {
	width: 440px;
	margin: 10px 0 10px 0;
}

#content.wide table {
	width: 670px;
	margin: 10px 0 10px 0;
}

#content table th {
	text-align: left;
	padding: 2px 2px 2px 2px;
	text-transform: none;
	font-weight: bold;
}

#content.wide table th {
	text-align: left;
	padding: 2px 2px 2px 2px;
	text-transform: none;
	font-weight: bold;
}

#content table tr td {
	padding: 6px 4px 4px 2px;
	vertical-align: top;
	vertical-align: middle;
}

#content.wide table tr td {
	padding: 6px 4px 4px 2px;
	vertical-align: top;
	vertical-align: middle;
}

#content.wide table tr.footer {
	text-transform: uppercase;
	height: 1px;
	overflow: hidden;
	border-top: 1px dotted #cbcbcb;
}

#content.wide table tr.footer td {
	height: 1px;
	overflow: hidden;
	border-top: 1px dotted #cbcbcb;
}

#content ul {
	margin: 10px 0px 10px 15px;
}

#content ul li {
	margin-top: 3px;
	list-style-type: square;
}

#content ol {
	margin: 10px 0px 10px 15px;
}

#content ol li {
	margin-top: 3px;
	list-style-type: decimal;
}

#content li a {
	text-decoration: none;
}

#content div.hr {
	height: 2px;
	color: #f0f0f0;
	background-color: #f0f0f0;
	margin: 20px 0px 20px 0px;
}

#content hr {
	height: 2px;
	color: #f0f0f0;
	background-color: #f0f0f0;
	margin: 20px 0px 20px 0px;
}

/* Modal popup */
.modal-bg {
	background-color: #666666;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

#content div.modal-popup {
	width: 440px;
	height: auto;
	margin: 0;
	padding: 20px;
	text-align: left;
	background-color: #fff;
	z-index: 999;
}

#content a.modal-popup-close {
	display: none;
	z-index: 999;
	width: 28px;
	height: 28px;
	background: url(/images/close.png) no-repeat top left;
}

#content a.modal-popup-close:hover {
	background-position: top left;
}

#content div.modal-popup h4 {
	text-transform: uppercase;
}

#content div.modal-popup div.body {
	width: 440px;
}

#content div.modal-popup div.body div.widecolumn {
	width: 440px;
}

#content div.modal-popup input.button {
	width: auto;
	padding: 0px 0px 0px 16px;
	border: none;
	background: #ffffff url(/images/layout/link.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;
	cursor: pointer;
	color: #000000;
}

#content div.modal-popup input.button + input.button {
	margin-left: 10px;
}

#content div.modal-popup input.text {
	width: 194px;
	border: 1px solid #666666;
	padding: 2px;
	color: #000000;
}

#content div.modal-popup div.body textarea.textarea {
	width: 194px;
	border: 1px solid #666666;
	padding: 2px;
	color: #000000;
}

#content div.modal-popup div.body select.select {
	width: 200px;
	border: 1px solid #666666;
	padding: 2px;
	color: #000000;
}

#content div.modal-popup div.body div.treeview {
	border: 1px solid #666666;
}

#content div.modal-popup div.body p {
	padding: 0px;
	margin: 0 0 10px 0;
}

#content div.modal-popup div.body div {
	padding-bottom: 2px;
	width: 200px;
}

#content.wide div.modal-popup div.body ul {
	margin: 5px 40px 10px 20px;
}

#content div.modal-popup div.body ul li {
	margin-top: 5px;
	list-style-type: square;
}

