﻿#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;
}