/******************************************************************************/
/* 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: #FFFFFF url(/Images/Background.jpg) repeat-x;
    font-family: Trebuchet MS;
    font-size: 80%;
    color: #000000;
    line-height: 18px;
}

#container {
    width: 942px;
    margin: 0 auto;
    padding-left: 35px;
    background: url(/Images/ContainerBackground.jpg) no-repeat 0 149px;
}

#pageWrapper {
    padding-right: 35px;
    background: url(/Images/PageWrapperBackground.jpg) no-repeat right 149px;
}

#topLinks {
    line-height: 40px;
    text-align: right;
    font-size: 90%;
}

#topLinks a, #topLinks a:visited {
    color: #333333;
}

#topLinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#topLinks li {
    margin: 0 5px;
    padding-left: 12px;
    display: inline;
}

#header {
    height: 108px;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    border-bottom-width: 0;
}

#logo {
    float: left;
    margin: 6px 15px;
}

#search {
    float: right;
    margin: 25px 25px 0 0;
}

#menu {
    clear: both;
    height: 37px;
    margin: 0 0 0 7px;
    background: url(/Images/HeaderMenu.jpg) no-repeat;
    text-align: center;
}

#menu ul {
    margin: 0 0 0 200px;
    padding: 0;
    list-style-type: none;
}

#menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#menu ul li a, #menu ul li a:visited {
    display: block;
    line-height: 37px;
    padding: 0 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#menu ul li a:hover {
    cursor: pointer;
    text-decoration: none;
}

#menu ul ul {
    position: absolute;
    display: none;
    margin: 0;
    z-index: 500;
}

#menu ul ul li {
    width: 150px;
}

#menu ul li:hover ul {
    display: block;
}

#menu ul ul li a, #menu ul ul li a:visited {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 4px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    border-top-width: 0;
    color: #000000;
    font-size: 90%;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

#menu ul ul li a:hover {
    background-color: #EFEFEF;
}

#outerColumnContainer {
    min-height: 400px;
    padding: 2px 4px 0 4px;
    border: solid 1px #EFEFEF;
    border-width: 0 1px;
}

#breadCrumb {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background-color: #EFEFEF;
    font-size: 90%;
}

#columnContainer {
    margin: 4px 0;
    background-color: #FFFFFF; /* set the background color for the middle column here */
    padding: 0 244px; /* left/right width */
}

#middleContainer { /* only needed if page has a rightColumn */
    float: left;
    width: 100%;
    margin: 0;
}

#middleColumn {
    float: right;
    width: 100%;
}

#middleColumn .top {
    height: 348px;
}

#middleColumn .top .header {
    margin-bottom: 2px;
    padding: 0 10px;
    color: #FFFFFF;
    line-height: 51px;
    font-size: 140%;
    font-weight: bold;
}

#myAccount {
    float: left;
    width: 185px;
}

#myAccount .content2 {
    padding: 6px 6px 6px 15px;
    color: #FFFFFF;
}

#myAccount .content2 a, #myAccount .content2 a:visited {
    color: #FFFFFF;
}

#myAccount .content2 ul {
    margin: 0 0 0 25px;
    padding: 0;
}

#welcome {
    float: left;
    width: 466px;
    margin-left: 2px;
}

#welcome .content2 {
    padding: 10px;
    line-height: 15px;
    font-size: 90%;
}

#welcome .header a, #welcome .header a:visited {
    color: #FFFFFF;
}

#middleColumn .content {
    padding: 10px;
}

#leftColumn {
    float: left;
    width: 240px; /* left width */
    margin-left: -244px; /* -left width + left padding */
    padding-right: 4px;
}

#rightColumn {
    float: left;
    width: 240px; /* right width */
    margin-right: -244px; /* -right width + right padding */
    padding-left: 4px;
}

#footerTop {
    height: 14px;
    border: solid 1px #FFFFFF;
}

#footer {
    height: 325px;
    padding: 10px 10px 0 10px;
    background: url(/Images/FooterBackground.jpg) repeat-x;
    color: #FFFFFF;
    line-height: 20px;
}

#footer a, #footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .column {
    float: left;
    width: 33%;
}

#footer .column .header {
    margin-bottom: 5px;
    font-size: 130%;
    font-weight: bold;
}

#footer .column ul {
    margin: 10px 20px;
    padding: 0;
    list-style-type: none;
}

#footer .column ul li {
    margin: 0;
    padding: 0;
}

#footer .content {
    clear: both;
    text-align: center;
    font-size: 95%;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding: 0;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 160%;
    line-height: 30px;
    font-weight: bold;
}

h2 {
    font-size: 130%;
    line-height: 25px;
    font-weight: bold;
}

h3 {
    font-size: 120%;
    line-height: 20px;
    font-weight: bold;
}

h4 {
    font-size: 100%;
    line-height: 20px;
    font-weight: bold;
}

hr {
    height: 1px;
    color: #DFDFDF;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    padding: 5px;
}

legend {
    padding-right: 5px;
}

textarea {
    font-family: tahoma;
}

.clear {
    clear: both;
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.clear2 {
    overflow: auto;
}

.hide {
    display: none;
}

.link:hover {
    cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}

.noBorder {
    border: 0;
}

.absmiddle {
    vertical-align: middle;
    margin-bottom: .25em;
}

p.first, .componentItem p:first-child, .componentItem2 p:first-child, .comment p:first-child, .comment2 p:first-child, .item p:first-child, .item2 p:first-child, .quote p:first-child {
    margin-top: 0;
}

p.last { /* style needed since before ie8 doesn't support last-child pseudo class */
    margin-bottom: 0;
}

.quote p:last-child { /* for some reason if you combine this with the above rule, the above rule won't work in ie8 */
    margin-bottom: 0;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn {
    display: none;
}

body.oneColumnLayout #columnContainer {
    padding: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #columnContainer {
    padding-right: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column (Reverse) Styles Start */
/******************************************************************************/
body.twoColumnReverseLayout #leftColumn {
    display: none;
}

body.twoColumnReverseLayout #columnContainer {
    padding-left: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
.menu {
    margin-bottom: 4px;
}

.menu .header {
    line-height: 51px;
    padding: 0 10px;
    font-weight: bold;
	font-size: 200%;
	color: #FFFFFF;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu li a, .menu li a:visited {
    display: block;
    width: auto;
    padding: 4px 0;
    border-top: solid 2px #FFFFFF;
    background: #ECECEC no-repeat;
    text-decoration: none;
}

.menu li a:hover {
    background-color: #DDDDDD;
    text-decoration: none;
}

.menu li.active > a, .menu li.active > a:visited {
    font-weight: bold;
}

.menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* indentation styles start */
.menu li a, .menu li a:visited {
    padding-left: 25px;
    background-position: 10px 8px;
}

.menu li li > a, .menu li li > a:visited {
    padding-left: 35px;
    background-position: 20px 8px;
}

.menu li li li > a, .menu li li li > a:visited {
    padding-left: 45px;
    background-position: 30px 8px;
}

.menu li li li li > a, .menu li li li li > a:visited {
    padding-left: 55px;
    background-position: 40px 8px;
}
/* identation styles end */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Hortizontal Styles Start */
/******************************************************************************/
.hnav {
    overflow: auto;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 1px #DDDDDD;
    font-size: 90%;
}

.hnav li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}

.hnav a, .hnav a:visited {
	display: block;
	margin: 0;
	padding: 3px 7px;
	background-color: #EFEFEF;
	border-top: solid 1px #F3F3F3;
	border-right: solid 1px #AAAAAA;
	border-left: solid 1px #F3F3F3;
	color: #000000;
	text-decoration: none;
}

.hnav a:hover, .hnav li.active a, .hnav li.active a:visited {
	background-color: #FFFFFF;
	text-decoration: none;
}

.hnav li.active a:hover {
	cursor: text;
}
/******************************************************************************/
/* Hortizontal Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton {
    background-image: url(/Images/ActiveButtonBackground.jpg);
    border: solid 1px #000000;
    color: #FFFFFF;
    font-weight: bold;
}

.articleDate {
	width: 55px;
	height: 56px;
	margin: 0 0 4px 8px;
	padding-top: 8px;
	background: url(/Images/DateBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.articleViews {
	float: left;
	width: 55px;
	height: 56px;
	margin: 0 0 4px 8px;
	padding-top: 8px;
	background: url(/Images/ViewsBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.author {
    margin: 15px 0;
    color: #999999;
    font-size: 90%;
}

.autoCompleteList {  
    visibility: hidden;
    margin: 0 !important;
    padding: 0;
    background-color: #FFFFFF;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    text-align: left; 
    list-style-type: none;
    overflow: auto;
    font-weight: normal;
    font-family: tahoma;
    font-size: 12px;
    z-index: 23423;
}

.autoCompleteListItem {
    padding: 3px !important;
    background-color: #FFFFFF;
    background-position: 5px center !important;
    color: #000000;
}

.autoCompleteHighlightedListitem {
    padding: 3px !important;
    background-color: #3399FF !important;
    background-position: 5px center !important;
    color: #000000;
}

.bookmarks {
    margin: 15px 0;
    padding: 5px;
    border: solid 1px #000000;
}

.calendarComponent a, .calendarComponent a:visited {
    text-decoration: underline;
}

.calendarComponent a:hover {
    text-decoration: none;
}

.centeredList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.centeredList li {
    margin: 0;
    padding: 0;
    display: inline;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.collapseHeader {
    padding: 3px;
    border: solid 1px #DDDDDD;
    font-weight: bold;
    cursor: pointer;
}

.collapseContent {
    overflow: auto;
    height: 0;
}

.comments {
    margin: 15px 0;
}

.commentsTop {
    height: 40px;
    margin-bottom: 10px;
    background-color: #DDDDDD;
}

.comment {
    margin: 5px 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.component {
    margin-bottom: 10px;
}

.component .header {
    padding: 0 10px;
    line-height: 30px;
    color: #FFFFFF;
}

.component ul {
    margin-top: 0;
    margin-bottom: 0;
}

.component .content {
    padding: 10px;
}

.component .componentItem, .component .componentItem2 {
    margin: 10px 0;
}

.component .content2 .componentItem, .component .content2 .componentItem2 {
    margin: 10px 5px;
    padding: 5px;
}

.component .content2 .componentItem2 {
    background-color: #EFEFEF;
}

.directoryItem {
    margin-top: 10px;
    padding: 3px;
    border: solid 1px #DEDEDE;
}

.directoryItem .telephone {
    float: right;
    padding-left: 35px;
    background: url(/Images/Telephone.gif) no-repeat;
    color: #000000;
    font-weight: normal;
    line-height: 28px;
}

.directoryItem .header {
    height: 28px;
    padding: 3px 5px;
    background-color: #DEDEDE;
}

.directoryProfile .content {
    padding: 5px 0;
}

.documentItem, .documentItem {
    margin: 10px 0;
}

.error {
    margin: 10px 0;
    padding: 10px 5px 10px 40px;
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
}

.error ul {
    margin: 0;
    padding: 0 0 0 16px;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    min-height: 150px;
    max-height: 300px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    z-index: 2;
}

.highLight {
	background-color: #FFFF66;
	color: #003399;
	font-weight: bold;
}

.item, .item2 {
    margin: 10px 0;
    padding: 5px;
    border: solid 1px #DDDDDD;
}

.item2 {
    background-color: #EEEEEE;
}

.modalBackground {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    position: relative;
    width: 500px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

.modalPopup .header {
    margin-bottom: 15px;
    font-size: 120%;
    font-weight: bold;
}

.modalPopup .close {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url(/Images/Close.gif) no-repeat;
}

.modalProgress {
    width: 300px;
    height: 100px;
    padding-top: 30px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    text-align:center;
}

.pageLocation {
    text-align: center;
}

.pageLocation, .pageNavigation {
    margin: 15px 0;
}

.pageNavigation a, .pageNaviation a:visited, .pageNavigation .current {
    padding: 5px 4px;
    border: solid 1px #DDDDDD;
    text-decoration: none;
    line-height: 30px;
    vertical-align: text-top;
}

.pageNavigation .current {
    background-color: #EEEEEE;
}

.passiveButton {
    background-image: url(/Images/PassiveButtonBackground.jpg);
    border: solid 1px #999999;
    color: #FFFFFF;
    font-weight: bold;
}

.ratingStar {
    display: block;
    width: 13px;
    height: 15px;
    margin-top: 2px;
    padding: 0;
    font-size: 0;
    background-repeat: no-repeat;
}

.ratingStarDefault {
    cursor: default;
}

.ratingStarFilled {
    background-image: url(/Images/FilledStar.gif);

}

.ratingStarEmpty {
    background-image: url(/Images/EmptyStar.gif);
}

.ratingStarSaved {
    background-image: url(/Images/SavedStar.gif);
}

.response {
    margin: 10px 0;
    padding: 10px 5px 10px 40px;
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
}

.tagCloudComponent {
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.tags {
    margin: 15px 0;
}

.textBox {
    padding: 2px;
    border: solid 1px #000000;
}

.widgetHolder {
    min-height: 400px;
}

.widgetDropcue {
    display: none;
    height: 200px;
    margin-bottom: 20px;
    border: 2px dashed gray;
}

.widget {
    margin-bottom: 10px;
}

.widgetHeader {
    padding: 3px;
    border: solid 1px #DDDDDD;
    font-weight: bold;
}

.widgetSettings {
    overflow: auto;
    height: 0;
    margin-bottom: 5px;
}

.widgetBody {
    overflow: auto;
    padding: 5px;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/******************************************************************************/
/*Please duplicate all HTML tag styles to Wysiwyg.css */
.greenText, .greenText a, .greenText a:visited {
    color: #009933;
    text-decoration: none;
}

.imageBorder {
    margin: 0 5px 5px 0;
    padding: 2px;
    border: solid 1px #DDDDDD;
}

.quote {
	margin: 10px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.redText, .redText a, .redText a:visited {
    color: #FF0000;
    text-decoration: none;
}

.tableGrid {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: separate;
}

.tableGrid, .tableGrid td, .tableGrid th {
    border-color: #DDDDDD;
    border-style: solid;
}

.tableGrid th, .tableGrid td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.tableGrid th {
    background-color: #EEEEEE;
    font-weight: bold;
}

.tableGrid th a {
    color: #666666;
}

.tableGrid th.none {
    background: none;
    border: none;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border: none;
}

.tableContentHover {
    background-color: #EEEEEE;
}

.whiteText, .whiteText a, .whiteText a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/

/******************************************************************************/
/* Progress Bar Styles Start */
/******************************************************************************/
.progressWrapper {
	overflow: hidden;
	width: 357px;
}

.progressContainer {
    overflow: hidden;
    margin: 2px;
    padding: 3px;
    background: #F7F7F7 url(/Images/ProgressBar/GreyStatus.gif) top repeat-x;
    border: solid 1px #808080;
}

.red { 
    border: solid 1px #BC6013;
    background: #BC6013 url(/Images/ProgressBar/RedStatus.gif) top repeat-x;
}

.green { /* Current */
	border: solid 1px #CBEB55;
	background: #CBEB55 url(/Images/ProgressBar/GreenStatus.gif) top repeat-x;
}

.blue { /* Complete */
	border: solid 1px #7FADFD;
	background: #7FADFD url(/Images/ProgressBar/BlueStatus.gif) top repeat-x;
}

.progressName {
	width: 323px;
	height: 14px;
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress, .progressBarComplete, .progressBarError {
	width: 0%;
	height: 10px;
	margin-top: 2px;
	background: url(/Images/ProgressBar/BlackProgressBar.gif) bottom repeat-x;
	font-size: 0;
}

.progressBarComplete {
	width: 100%;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel, a.progressCancel:link, a.progressCancel:active, a.progressCancel:visited, a.progressCancel:hover {
	float: right;
	display: block;
	height: 16px;
	width: 16px;
	background: url(/Images/ProgressBar/CancelButton.png) 0 0 no-repeat;
	font-size: 0;
}

a.progressCancel:hover {
	background-position: 0 0;
}
/******************************************************************************/
/* Progress Bar Styles End */
/******************************************************************************/

/******************************************************************************/
/* Image Popup Styles Start */
/******************************************************************************/
#imagePopupLoadingScreen {
    position: absolute;
    z-index: 30001;
    background: #CCCCCC url(/Images/ProgressIndicator.gif) no-repeat 50% 47%;
    font: normal normal normal 0.9em arial,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    visibility: hidden;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#imagePopupIframeShim {
    position: absolute;
    z-index: 30000;
    border: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#imagePopupImageWindow {
    position: absolute;
    z-index: 30002;
    background-color: #222222;
    border: solid 1px #666666;
    padding: 10px;
    visibility: hidden;
}

#imagePopupImageWindow img {
    border: solid 1px #999999;
    background-color: #FFFFFF;
}

#imagePopupImageWindow ul, #imagePopupImageWindow li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#imagePopupImageWindow ul {
    margin-top: 8px;
    padding: 0 0 8px;
    background-color: #FAFAFA;
    border: solid 1px #999999;
    overflow: hidden;
    white-space: nowrap;
}

#imagePopupImageWindow li.fullScreen {
    float: left;
    padding: 10px 10px 0 10px;
}

#imagePopupImageWindow li.close {
    float: right;
    padding: 10px 10px 0 10px;
}

#imagePopupImageWindow ul a, #imagePopupImageWindow ul a:visited {
    min-height: 15px;
    padding: 0 0 0 20px;
    font: normal normal normal 0.9em arial,sans-serif;
    background: url(/Images/ImagePopupIcons.gif) no-repeat 0 1px;
    color: #555555;
    text-decoration: none;
    display: block;
}

#imagePopupImageWindow li.fullScreen a, #imagePopupImageWindow li.fullScreen a:visited {
    background-position: 0 -449px;
}

#imagePopupImageWindow ul a:hover, #imagePopupImageWindow ul a:focus {
    background-position: 0 -149px;
    color: #222222;
}

#imagePopupImageWindow ul li.fullScreen a:hover, #imagePopupImageWindow ul li.fullScreen a:focus {
    background-position: 0 -599px;
}

#imagePopupImageWindow ul a:active {
    background-position: 0 -299px;
    color: #000000;
}

#imagePopupImageWindow ul li.fullScreen a:active {
    background-position: 0 -749px;
}
/******************************************************************************/
/* Image Popup Styles End */
/******************************************************************************/