/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align: center;
}
#body-bg-top {
	display:block;
}
#wrapper {
	width:960px;
	/*margin:0 auto; */
	margin-left:50px;
	padding-bottom:20px;
	text-align:left;
	overflow:hidden;
}
#header-wrapper {
	display:block;
	width:960px;
	height:97px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#header-left, #header-right {
	padding:20px 20px;
}
#header-left {
	cursor: pointer;
	float:left;
	text-align:left;
}
#header-right {
	cursor: pointer;
	text-align:right;
}
#header-nav a:visited {
	color: white;
}

#col-wrapper {
	padding-left:250px;
	margin:15px 72px;
	overflow:hidden;
}

.column {
	float:left;
	position:relative;
}
	
.innertube 
{
	padding: 5px 15px 3px;
}

#left {
	width:280px;
	margin-top:0px;
	margin-left:-100%;
	right:250px;
}
#left .left-box {
	margin: 10px 0px 17px;
	padding:0px 7px 2px;
}
.header-title {
	padding:8px 0px 4px 5px;
	margin:0 -7px;
}
#left .left-box h3 {
	padding:8px 0px 4px 5px;
	margin:0 -7px;
}

.home-text h2 {
	padding:8px 0 4px 5px;
	margin: 0 -5px;
}

.home-text h3 {
    text-align: left;
}

#left .left-box p {
	margin:10px 0;
	padding: 0;
	text-align:left;
}
/*
#left .left-box ol {
	margin:10px 0;
	padding:0;
	text-align:left;
}
*/
#left .left-box ul {
	margin-top:10px;
	margin-bottom:10px;
}

#content {
	width:100%;
}
#content .innertube {
	background-color:#fff;
	border: 2px solid #000066;
	margin: 15px 15px 15px 30px;
}

.innertube p 
{
	text-align: left;
}

#footer-wrapper {
	width:100%;
	background-color:#891e35;
	border-top:3px solid #fff;
	color:#fff;
	text-align:center;
	padding:4px 0 8px;
	clear:both;
}

.welcome-text
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 15px;
	text-align: left;
}


.home-bullet li
{
    font-size: 11pt;
	list-style: disc;
	text-align: left;
}

#topics 
{
	margin-left: 28px;
	text-align: center;
}

#topics td
{
	padding-right: 26px;
}

#topics a:hover
{
	background: lightblue;
	text-decoration: none;
}

.view-header h2
{
	background-color: #134274; /*#719BA7; #82989C;*/
	border: 1px;
    border-color: #D5D0D0;
	/*background-color: #803142;*/
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
}

#search-header
{
	background-color: #D5D0D0; /*#719BA7; #82989C;*/
	border: none;
	/*background-color: #803142;*/
	font-size: 13px;
	margin: 0 auto;
	padding: 10px 10px 10px 5px;
	text-align: left;
}

.highlight
{
	background-color:#FCF8C4;
}

/* #blurb h2
{
	font-size: 16px;
	margin-top: 25px;
}
*/

#blurb h3{ font-size: 14px;
}

#blurb p
{
	font-size: 12px;
	text-align: left;
}

#blurb ul
{
	font-size: 12px;
	margin-top: 25px;
	text-align: left;
}

#blurb li 
{
	padding-bottom: 10px;
}

#search-container 
{
	background-color: #FFF;
	border: 2px solid #000066;
	margin: 15px 25px 15px 35px;
}

#sections 
{
	margin-left: 15px;
	text-align: left;
}

#section-container
{
	margin-top: 10px;
}

#sections td
{
	vertical-align: top;
}

#section-table
{
	border-collapse:collapse;
	border-spacing: 0px;
	padding: 1px;
	width: 100%;
}

#section-table tr.odd
{
	color:#000;
	background-color: #FDF3EA; /*#e5eecc; #EAF2D3;*/
}

.section-cell
{
	border: 1px solid; /*#98bf21;*/
	font-size: 11px;
	font-weight: 500;
	text-align: left;
}

#browseSections
{
    color: #285080;
    font-size: 11px;
    text-align: left;
    padding-left: 15px;
}
#browseSections ul
{
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

#browseSections ol
{
    list-style-type: upper-alpha;
    padding-left: 2em;
 }
#browseSections li
{
    padding: 3px;
    
}

#topic-container
{
	margin: 15px 5px 20px 5px;
}

#topic-container h1
{
	background-color: #134274; /*#719BA7; #82989C;*/
	/*background-color: #803142;*/
	color: white;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

#topic-container li
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 20px;
	text-align: left;
}

#topic-container ul
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0; 
    padding: 0; 
    text-indent: 0;
}

th 
{
	border:1px solid #d4d4d4;
}

th, td 
{
	padding: 3px 3px 3px 3px;
}

#code-table-container
{
	background-color: #134274; /*#719BA7; #82989C;*/
	/*background-color: #803142;*/
	border:1px solid #d4d4d4;
	margin-top: 10px;
}

#code-table 
{
	border-collapse: collapse;
	border-spacing: 10px;
	color: white;
	margin: 5px;
	text-align: left;
	width: 100%;
}

#code-table th
{
    border: 0;
    text-align: left;
    font-weight: normal;
}

.code-table-header-label
{
	padding: 20px;
}

#code-list-table-container
{
	background-color: #FDF3EA; /*#e5eecc;*/
	border:1px solid #d4d4d4;
}

#code-list-table 
{
	color:#000000;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	text-align: left;
	width: 400px;
}

.code-list-table-header
{
	font-weight: bold; 
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
}

#code-list-table td
{
	border-bottom: 1px solid #d4d4d4;
	padding: 5px;
}

#code-list-table th
{
    border: 0;
	border-bottom: 1px solid #d4d4d4;
	padding: 5px;
}

#glossary
{
	background-color: #FDF3EA; /*#e5eecc;*/
	padding: 1px 1px 1px 1px;
	margin: 0px 10px 0px 10px;
	text-align: left;	
}

#glossary li
{
	padding-bottom: 8px;
}

#adv-search-header
{
	background-color: #134274; /*#719BA7; #82989C;*/
	/*background-color: #803142;*/
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	text-align: center;
}

#adv-search-table-container
{
	margin-left: 35px;
	text-align: left;
}

#adv-search-table input
{
	width: 250px;
}

#adv-search-checks-container
{
	margin: 5px 5px 5px 35px;
	text-align: left;
}

#adv-search-checks-container input[type="checkbox"]
{
	background: transparent;
	border: 0;
}

img 
{
	border: 0px;
}

.buttonAsLink 
{
	background-color: #FDF3EA; /*#bdd1d7;*/
	border: 1px solid black;
	/*border-width: 0;*/
	color: black; /*#4d798e;*/
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px 0;
	width: 65px;
}

input 
{
	border: 1px solid; /*#98bf21;*/
}

.left-box p, .left-box li, .left-box td
{
	color:#285080;
	font-weight: 500;
}

.left-box a
{
	color:#285080;
	font-weight: 500;
	text-decoration: none;
}

.left-box a:hover
{
	background-color: transparent;
	text-decoration: underline;
}

#help 
{
	text-align: left;
}

p.Index, li.Index, div.Index
{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-bottom:.0001pt;
	text-indent:-.3in;
	font-size: 11px;
    margin-left: 0.3in;
}

p.bookmarks 
{
	margin-top: 4px;
	margin-bottom: 4px;
}

ul.bookmarks 
{
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	text-indent: -25px;
}

li.bookmarks 
{
	margin-top: 4px;
	margin-bottom: 4px;
}

ul.bookmarks ul.bookmarks 
{
	font-size: 100%;
	text-indent: -50px;
}

#login
{
	position: relative;
	min-height:100%;
	width: auto;
}

#login-box 
{
    margin-top:65px;   
    margin-left:auto;  
    margin-right:auto; 
	width:425px;
	height: 350px;
	padding: 0;
	color: #ebebeb;
	background: url(../images/login-box-bg-new.png) no-repeat left top;
    background-color: #134274;
	
}

#login-box-content
{
    padding-top: 28px;
    padding-right: 26px;
    padding-left: 46px;
}

#login-box h2 
{
	padding: 0;
	margin: 0;
	color: #ebebeb;
	font-family: 'Molengo', Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

#login-box p 
{
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
}

.login-box-label 
{
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 10px 10px 0 0;
	margin:0 0 7px 0;
	font-size: 16px;
}

.login-box-field
{
	float: left;
	display:inline;
	width:230px;
	margin:0;
}

.form-login  
{
	width: 205px;
	padding: 10px 4px 10px 4px;
	border: 1px solid #0d2c52;
	background-color: #142D5F; /*1e4f8a;*/
	font-size: 16px;
	color: #ebebeb;
}

#login-footer 
{
	position:absolute;
	background-color:#891e35;
	bottom:0;
	width:100%;
	border-top:3px solid #fff;
	color:#fff;
	text-align:center;
	padding:4px 0 8px;
	clear:both;
}

#login-button
{
	float: left;
	background-color: whitesmoke; /*##FDF3EA;*/
	border: 1px solid black;
	color: black; /*#4d798e;*/
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	width: 75px;
	margin: 25px 5px;
}

#login-box ul 
{
	color: yellow;
	float: left;
	font-size: 12px;
	font-style: italic;
	list-style: none;
	margin-left: -38px;
	position: relative;
	text-align: left;
}

.validation-summary-errors
{
	color: mediumaquamarine;
	float: left;
	font-size: 12px;
}

.field-validation-error
{
	color: yellow;
	float: left;
	font-size: 12px;
	font-style: italic;
}
 
p.MsoIndex2, li.MsoIndex2, div.MsoIndex2
{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	text-indent:-.3in;
	font-size: 11px;
}
 
p.MsoIndex3, li.MsoIndex3, div.MsoIndex3
{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	text-indent:-.15in;
	font-size: 11px;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

#topicList
{ list-style-type: none;
            }
