/******************************************************************************/
/* Generic Styles Start */
/* begin with generic selectors so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: tahoma;
    font-size: 75%;
    color: #777777;
    line-height: 17px;
}

#pageWrapper {
    width: 979px; /* fixed layout: width: 760px; */
    margin: 0 auto; /* fixed layout: margin: 25px auto; */
    padding: 0;
}

#header {
    float: left;
    height: 83px;
    padding: 3px;
}

#navigation {
    float: right;
    text-align: right;
}

#navigation ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#search {
    clear: right;
    float: right;
    margin-top: 20px;
    text-align: right;
}

#menu {
    clear: both;
	height: 31px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	float: left;
	margin: 0 1px 0 0;
}

#menu ul li a, #menu ul li a span {
	float: left;
	display: block;
}

#menu ul li a, #menu ul li a:visited {
	background: url(/Images/TabLeft.jpg) left top no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a span, #menu ul li a:visited span {
	padding: 7px 12px 6px 24px;
	background: url(/Images/TabRight.jpg) right top no-repeat;
}

#menu ul li a:hover, #menu ul li a:hover span {
	color: #FFCC00;
    cursor: pointer; /* pointer fix */
}

#homeHelpBar {
    border-bottom: 3px solid #4062A6;
}

#homeHelpBar a, #homeHelpBar a:visited {
    color: #000000;
    text-decoration: none;
}

.helpBar {
    float: left;
    width: 244px;
    height: 45px;
    padding-top: 27px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

#helpBar1, #helpBar2, #helpBar3 {
    margin-right: 1px;
}

#helpBar {
    height: 5px;
    background: url(/Images/Help.gif) no-repeat;
}

#helpBar1 {
    background: url(/Images/Help1.jpg) no-repeat;
    border-top: 5px solid #16A54C;
}

#helpBar2 {
    background: url(/Images/Help2.jpg) no-repeat;
    border-top: 5px solid #B8AF26;
}

#helpBar3 {
    background: url(/Images/Help3.jpg) no-repeat;
    border-top: 5px solid #239BB4;
}

#helpBar4 {
    background: url(/Images/Help4.jpg) no-repeat;
    border-top: 5px solid #BF4E26;
}

#breadCrumb {
    clear: both;
    padding: 5px;
}

#outerColumnContainer {
    background-color: #FFFFFF;            /* set the background color for the middle column here */
    border-left: 220px solid #FFFFFF;    /* left width + inner left border width | left column background color */
    border-right: 220px solid #FFFFFF;    /* right width + inner right border width | right column background color */
}

#leftColumn, #rightColumn {
    position: relative;    /* fix some rendering issues */
    overflow: visible;    /* fix for ie italics bug */
}

#middleContainer {
    float: left;
    width: 100%;
    margin: 0;
    z-index: 3;
}

#middleColumn {
    float: right;
    width: 100%;
    margin: 0;
    z-index: 5;
}

#middleColumn .inside {
    padding: 0 10px 10px 10px;
}

#leftColumn {
    float: left;
    width: 210px; /* left width */
    margin: 0 0 0 -210px; /* 0 | inner left border width (needed for ie6 + ie7) | 0 | -(left width + inner left border width) */
    z-index: 4;
}

#rightColumn {
    float: right;
    width: 210px; /* right width */
    margin: 0 -210px 0 0; /* 0 | -(right width + inner right border width) | 0 | inner right border width (needed for ie6 + ie7) */
    z-index: 2;
}

* html #rightColumn {
    margin-right: -105px;
}

#footer {
    margin-top: 1px; /* fix for ie */
    padding: 10px 0;
    border-top: 1px solid #CDC9C9;
}

.clear {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.hide {
    display: none;
}

a, a:visited {
    color: #3B5998;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding: 0;
}

h1 {
    color: #3B5998;
    font-size: 145%;
    line-height: 30px;
    font-weight: bold;
}

h2 {
    color: #333333;
    font-size: 120%;
    line-height: 25px;
    font-weight: bold;
}

h3 {
    color: #333333;
    font-size: 100%;
    line-height: 20px;
    font-weight: bold;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

legend {
    padding-right: 5px;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn, body.oneColumnLayout #rightColumn {
    display: none;
}

body.oneColumnLayout #innerColumnContainer, body.oneColumnLayout #outerColumnContainer {
    border-left-width: 0;
    border-right-width: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #innerColumnContainer, body.twoColumnLayout #outerColumnContainer {
    border-right-width: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/


/******************************************************************************/
/* Hortizontal Styles Start */
/******************************************************************************/
.hnav {
    width: 100%;
    height: 23px;
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #000000;
}

.hnav li {
    float: left;
    margin: 0 4px;
    padding: 0;
    text-align: center;
}

.hnav li a, .hnav li a:visited {
    display: block;
    padding: 2px 10px;
    background-color: #F3F3F3;
    border: 1px solid #CCCCCC;
    border-bottom-width: 0;
    color: #666666;
    text-decoration: none;
}

.hnav li a:hover, .hnav li.selected a, .hnav li.selected a:visited {
    background-color: #3B5998;
    color: #FFFFFF;
}

.hnav li.selected a:hover {
    cursor: text;
}
/******************************************************************************/
/* Hortizontal Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    padding: 2px;
    background-image: url(/Admin/Images/ButtonBackground.jpg);
    border: 1px solid #666666;
    font-weight: bold;
}

.imageBorderLeft {
    position: relative; /* ie6 needs this */
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #999999;
}

.imageBorderRight {
    position: relative; /* ie6 needs this */
    float: right;
    margin: 5px;
    padding: 5px;
    border: 1px solid #999999;
}

.right {
    float: right;
}

.left {
    float: left;
}

.noBorder {
    border: 0;
}

.error {
    margin: 10px 0;
    padding: 5px;
    background-color: #F4E7EA;
    border: 1px solid #986265;
    font-weight: bold;
}

.map {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	border: 1px solid #000000;
}

.textBox {
    padding: 2px;
    border: 1px solid #CCCCCC;
    color: #999999;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.roundedBox {
    position: relative;
    margin-bottom: 10px;
    background-color: #F2F2F2;
}

.roundedBox ul, .centerBox ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.roundedBox ul li, .centerBox ul li {
    margin: 0;
    padding-left: 15px;
    background: url(/Images/Bullet2.gif) 5px 8px no-repeat;
}

.roundedBox .top {
    background: #4265AB url(/Images/BoxTopRight.gif) no-repeat top right;
}

.roundedBox .top div {
	background: url(/Images/BoxTopLeft.gif) no-repeat top left;
}

.roundedBox .top, .roundedBox .top div {
	height: 6px;
}

.roundedBox h5 {
    margin: 0;
    padding: 0 13px 4px 13px;
    background: #4265AB url(/Images/Bullet.gif) no-repeat 10px 10px;
    color: #FFFFFF;
    font-size: 120%;
    line-height: 25px;
    font-weight: bold;
    text-align: right;
}

.roundedBox .content {
    padding: 6px 6px 0 6px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.roundedBox .bottom {
    background: #F2F2F2 url(/Images/BoxBottomRight.gif) no-repeat bottom right;
}

.roundedBox .bottom div {
	background: url(/Images/BoxBottomLeft.gif) no-repeat bottom left;
}

.roundedBox .bottom, .roundedBox .bottom div {
	height: 13px;
}

.roundedBox .bottom span {
    display: block;
    height: 12px;
    margin: 0 13px;
    border-bottom: 1px solid #CCCCCC;
}

.centerBox .top {
    background: url(/Images/CenterBoxTopRight.jpg) no-repeat top right;
}

.centerBox .top div {
	background: url(/Images/CenterBoxTopLeft.jpg) no-repeat top left;
}

.centerBox .top span {
    display: block;
    height: 23px;
    margin: 0 28px;
    padding-top: 5px;
    background: #000000 url(/Images/CenterBoxTop.jpg) repeat-x;
    color: #FFFFFF;
    font-size: 0px;
}

.centerBox .content {
    padding-left: 18px;
    background: url(/Images/CenterBoxLeft.jpg) repeat-y;
}

.centerBox .inside {
    padding-right: 18px;
    background: url(/Images/CenterBoxRight.jpg) repeat-y top right;
}

.centerBox .bottom {
    background: url(/Images/CenterBoxBottomRight.jpg) no-repeat bottom right;
}

.centerBox .bottom div {
	background: url(/Images/CenterBoxBottomLeft.jpg) no-repeat bottom left;
}

.centerBox .bottom span {
    display: block;
    height: 23px;
    margin: 0 28px;
    padding-bottom: 5px;
    background: url(/Images/CenterBoxBottom.jpg) repeat-x;
    color: #FFFFFF;
    font-size: 0px;
}

.centerBox .top, .centerBox .top div, .centerBox .bottom span, .centerBox .bottom, .centerBox .bottom div, .centerBox .bottom span {
	height: 28px;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/******************************************************************************/
/*Please duplicate all HTML tag styles to Wysiwyg.css */
.titleRed {
    color: #CC0000;
}

.smallItalic {
	color: #AAAAAA;
	font-size: 85%;
	font-style: italic;
}

.normal {
    text-decoration: none;
}

.normalRed {
    color: #CC0000;
    text-decoration: none;
}

.normalGreen {
    color: #009933;
    text-decoration: none;
}

.tableGrid {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableGrid, .tableGrid td, .tableGrid th {
    border-color: #999999;
    border-style: solid;
}

.tableGrid th, .tableGrid td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.tableGrid th {
    background-color: #3E5EA0;
    color: #FFFFFF;
    font-weight: bold;
}

.tableGrid th a {
    color: #FFFFFF;
}

.tableGrid th.none {
    background: none;
    border: none;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border: none;
}

.tableContentHover {
    background-color: #EEEEEE;
}

.quote {
	margin: 10px;
    padding: 5px;
    background-color: #F8F8F9;
    border: 1px solid #0083C1;
    font-weight: bold;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 2;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    font-size: 12px;
    z-index: 2;
}

.black {
	color: #000000;
}

.grey {
	color: #777777;	
}

.blue {
	color: #3B5998;	
}

.orange {
	color: #FFCC00;	
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/