﻿html 
{ 
    overflow: scroll;
    overflow-x: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
} 

.smallerItem 
{
    font-size: 13px !important;
    padding: 10px 4px 0px 4px !important;
}

body 
{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial,Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

.rotator 
{
    position: relative; 
    height: 225px;
}
.rotator a { display: none; }
.rotator a.first { display: block; }
.rotator img { width: 597px; }

h1
{
    margin-top: 0px;
    margin-bottom: 10px;
}

h2
{
    margin: 0px 0px 10px 0px;
}

p
{
	text-align: justify;
	text-justify: distribute;
	margin-top: 20px;
	margin-bottom: 20px;
}

.h1Links
{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: bold;
}

.h1Links a:link, .h1Links a:hover, .h1Links a:visited
{
	font-size: 24px !important;
	font-weight: bold !important;
}

.blackBorder
{
    /*border: solid 1px #000000;
    padding: 10px;*/
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clearBoth
{
    clear: both;
    line-height: 0px;
    font-size: 0px;
}

.mainWrapper
{
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.header
{
    position: absolute;
    top: 0px;
    width: 900px;
    min-width: 900px; /* 261 + 639 */
    text-align: left;
}

.headerLeft
{
    float: left;
	width: 261px;
	height: 128px;
}

.headerRight
{
    float: right;
	width: 639px;
	height: 63px; /* 128 total */
	padding-top: 65px;
    white-space: nowrap;
	background-image: url(../images/header_bg.jpg);
}

/*.list-group-item {
    display: table-row-group !important;
    white-space: nowrap !important;
}

.treeview span.indent
{
    margin-left: 10px !important;
    margin-right: 10px !important;
}*/

/*.treeview ul li 
{
    background: red;
}

.treeview ul li a
{
    background: green;
}*/

.content
{
    margin-top: 128px;
}

.contentLeft
{
    border: solid 0px #0176d5;
    border-radius: 10px;
    background: #025bb0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#024a8f, #025bb0, #024a8f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#024a8f, #025bb0, #024a8f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#024a8f, #025bb0, #024a8f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#024a8f, #025bb0, #024a8f); /* Standard syntax */
    float: left;
	width: 231px; /* Total width 261 */
	min-height: 550px; /* Total height 549 */
    /*background: blue;
	background-image: url(../images/left_bg.png);
	background-repeat: no-repeat;*/
	vertical-align: top;
	padding: 0px 15px 15px 15px;
}

.contentRight
{
    float: right;
    width: 599px; /* Total width 639 */
    background-color: #ffffff;
    vertical-align: top;
    padding: 10px 20px 10px 20px;
}

.contentFull
{
    float: left;
    width: 860px; /* Total width 900 */
    background-color: #ffffff;
    vertical-align: top;
    padding: 10px 20px 10px 20px;
}

.contentRight a:link, .contentRight a:hover, .contentRight a:visited
{
	font-size: 12px;
	color: #007cd5;
	font-weight: normal;
	text-decoration: underline;
}

.contentRight ul
{
    list-style-type: none;
    padding: 0px 0px 20px 20px;
    margin: 0;
}

.contentRight li
{
    background-image: url(../images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 6px 0px 6px 25px;
}

/*.menu
{
	margin-top: 10px;
	white-space: nowrap;
	list-style-type: none;
}

.menu li
{	
    display: inline;	
}

.menu li a:link, .menu li a:visited
{
    margin-right: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
}

.menu li a:hover
{
    color: #007cd5;
}*/

.sideBar
{
	/* padding: 20px 10px 0px 10px; */
	padding: 20px 10px 0px 10px;
    font-size: 13px;
	color: #ffffff;
}

.sideBar ul
{
    margin: 0px;
    padding: 15px 0 0 0;
	list-style-type: none;
	/* border-top: 1px solid #2874bd; */
}

/*.sideBar li:first-child
{
    border-top: 1px solid #2874bd;
}*/

.sideBar li
{
    padding: 5px 0px 5px 0px;
    /*border-bottom: 1px solid #2874bd;*/
}

.sideBar a:link, .sideBar a:visited
{
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

.sideBar a:hover
{
	text-decoration: underline;
}

.footer
{
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #000000;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

.footer a:link, .footer a:visited
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footerBox
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
}

.footerBoxTable {
    width: 100%;
    border-collapse: collapse;
}

.footerBoxTable th {
    border-top: 3px solid #007cd5;
    border-bottom: 3px solid #007cd5;
    font-size: 13px;
    color: white;
    background: #8a8a8a;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.footerBoxTable > tbody > tr > td {
    width: 25%;
    background: #d3d3d3;
    text-align: center;
    vertical-align: top;
    padding: 5px 10px;
}

.footerBoxTable table td {
    padding-left: 20px;
    text-align: left;
    vertical-align: top;
}

.errorPage
{
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin: 50px 0px;
}

.errorText
{
    font-weight: bold; 
    color: red;
}

.errorTextBig
{
    font-weight: bold; 
    color: red;
    font-size: 20px;
}

.successText
{
    font-weight: bold; 
    color: green;
}

.hor-zebra
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: solid 1px 1px 1px 0px #F0F0F0;
}

.hor-zebra th
{
	font-weight: normal;
	padding: 2px;
	background: #007cd5;
	color: #ffffff;
    white-space: nowrap;
}

.hor-zebra td
{
    color: #000000;
	padding: 3px 10px;
    border-left: solid 1px #F0F0F0;
}

.hor-zebra .odd
{
	background: #F0F0F0; /* dedfde e6e6e6 dee7ef F0F0F0 */
}

.hor-zebra a
{
	color: #000000 !important;
	text-decoration: underline;
}

.hor-zebra a:hover
{
	color: #007cd5 !important;
    text-decoration: underline;
    cursor: pointer;
}

.modalPopup
{
    background-color:Gray; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
}

.doubleListBoxButton
{
    width: 40px !important;
    height: 25px !important;
}

.noBorderTable
{
	border: solid 0px #F0F0F0;
}

.noBorderTable td
{
    border-left: solid 0px #F0F0F0;
}