html{color:#000;}
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-family: Verdana,Arial,Sans-serif; font-size:12px;line-height:120%; color: navy;}
a{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:160%;font-weight:bold; color: navy; margin-top: 20px; margin-bottom: 20px;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

p{ margin-bottom:10px; color:navy; line-height:150%}

body 
{
	text-align: center;
    width:944px;
}

img
{
	display:block;
}

#outer
{
	width: 760px; 
	background-color: #F0FAFA; 
	color: Navy;
	font-family: Arial, Sans-Serif;
	text-align: left; 
	font-size: 9pt; 	
	margin: auto;
	overflow:hidden;
}

#banner
{                  
	height: 99px; 
}

#leftnav
{
	width: 140px; 
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

#main
{
	width: 620px; 
	float: right; 
	text-align: center;
}

div.title
{
	padding-top: 10px; 
	padding-bottom: 10px;
    font-size: 16pt;
    font-weight: bold;
}

div.content {
    
    width: 400px;
    text-align: left;
    margin: auto;
    padding-bottom: 20px;
}

#docs
{
	width: 100%;
}

#docleft
{
	width: 52%; 
	float: left;
}

#docright
{
	width: 45%; 
	float: right; 
	border-style: solid; 
	border-color: #000080; 
	border-width: 1px; 
	padding: 4px;
}

#dochead
{
	font-size: 14pt; 
	background-color: Navy; 
	color: White;
	padding-left: 5px;
}

#footer
{
	width: 744px; 
	height: auto; 
	padding: 8px; 
	background-color: #CBE6F1; 
	text-align: right; 
	font-size: 8pt;
	float: left;
}

.link
{
	color: Navy;
}

div.content a:hover
{
	color: Red;
}

a:active
{
}
table.grid {
	width: 580px;
	background-color: #fff;
}
table.grid tr {
	/*border-bottom: solid 1px #e9edf5;*/
	border-bottom: solid 1px #e2e7e7;
}
table.grid tr.active {
	background-color: #f0f5f6;
}
table.grid tr.c:hover {
	background-color: #CBE6F1;
}
table.grid tr.cp:hover {
	background-color: #CBE6F1;
	cursor: pointer;
}
table.grid td.cpp:hover {
	background:url(r3.png) #CBE6F1;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
table.grid td.cpd {
	background:url(d4.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
table.grid td {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	color: navy;
}
table.grid th {
	padding: 10px;
	font-size:9px;
	border: solid 1px #fff;
	border-bottom: solid 1px #e2e7e7;
	color: navy;
	font-weight: bold;
}

#adminmenu {
	float: left;
	width:140px;
	height:100%;
	background-color: #CBE6F1;
}
#adminmenu li {
	width: 140px;
}
#adminmenu li.active {
	background-color: #507CD1;
}
#adminmenu li a {
	display: block;
	font-weight: bold;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	color: navy;
	text-decoration: none;
	font-size:12px;
}
#adminmenu li.active a {
	color: #FFF;
}
#adminmenu li a:hover {
	background-color: #507CD1;
	color: navy;
}
#tabbar {
	margin-top:20px;
	width: 800px;
	background-color: #F0FAFA;
	overflow: hidden;
}
.tab {
	float: left;
	color: navy;
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
	height:31px;
	font-size:14px;
	font-weight: bold;
	background-color: #CBE6F1;
}
.tab a{
	color: #507CD1;
}
.tabactive {
	background-color: #fff;
	border-bottom: solid 1px #fff;
}
.SIimput{
    width: 50%;
    padding: 5px 5px;
    margin: 3px 0;
    box-sizing: border-box;
}
.SIbtn {
    background-color: #4aa9cf;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}