
/* VERSION: 1.0 */

blockquote {
	border: 1px solid #aeaeae;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 60px;	
	padding: 25px 25px 25px 25px;
}

p {
    margin-top: 15px;
}

.postingText ul {
	list-style: disc inside;	
}

.postingText ol {
	list-style: decimal inside;	
}

.noticeMessage {
	font-size: 16px;
	text-align: center;
	color: #990000;
	background-color: #cbcbcb;	
	border: 2px solid #990000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;		
}

.noticeMessage a {
	color: #22e;
}

.infoMessage {
	font-size: 16px;
	text-align: center;
	color: #688DAA;
	background-color: #dedede;	
	border: 2px solid #688DAA;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;			
	
}

.errorMessage {
    font-size: 16px;
    color: #990000;	
}

.error.noticeMessage {
	font-size: 16px;
	text-align: center;
	color: #990000;
	background-color: #cbcbcb;	
	border: 2px solid #990000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;			
} 

.errorMessage {
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	color: #990000;
	background-color:#CBCBCB;
	background-image:url(/media/xsite/misc/error.gif);
	background-repeat:no-repeat;
	background-position:right;
	border:1px solid #990000;
	padding: 5px 25px 5px 5px;			
}

.fieldError {
	border: 1px solid #990000;
	background-color: #FFD9D9;	
	background-image: none;
}

.fieldLabelError {
	color: #990000;
}

.fieldErrorMessage {
	color: #990000;
	font-weight: bold;
	font-size: 10px;
}

.ajaxStatus {
	font-weight: bold;
}

.ajaxStatusSuccess {
	font-weight: bold;
	color: green;
}

.ajaxStatusError {
	font-weight: bold;
	color: #990000;
}

.emptyMessage {
	margin-top:30px;
	width:400px;
	background-color:#F6F6F6;
	font-size:14px;
	color:666666;
	border: 3px solid #666666;
	padding:20px;
}

	.emptyMessage a {
		text-decoration:none;
	}
	
		.emptyMessage a:hover {
			text-decoration:underline;
		}
		
	.emptyMessage ul {
		margin-top:15px;
		list-style:inside;
	}
	
	.emptyMessage li {
		padding-top:10px;
		padding-left:10px;
		font-size:12px;
	}
	
.deletedContent {
	font-size: 16px;
	color: #FC2828;
	background-color: #cbcbcb;	
	border: 2px solid #FC2828;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
}

.deletedContent a {
	color: #22e;
}

.disabledRow {
	background-color: #dedede;	
	color: #8a8a8a;
}

.deletedComment {
	font-size: 16px;
	background-color: #cbcbcb;	
	border: 2px solid #FC2828;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;		
}


.spamComment {
	font-size: 16px;
	background-color: #cbcbcb;	
	border: 2px solid #FFB745;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;		
}

.unapprovedContent {
	font-size: 16px;
	background-color: #cbcbcb;	
	border: 2px solid #E8DC31;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;	
}

.unapprovedLabel {
	color: #E8DC31;
}

.progressBar {
	border: 1px solid #bbb; 
	width: 100px; 
	height: 10px;
}

.progressBarCenter {
	background-color: #99E2FF;
	height: 10px;
	width: 0px;
}


.inTextContent {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 7px;	
	clear: left;
}

.mediumTitle {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 3px;
}

.largeTitle {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 3px;
}

.medium {
	font-size: 16px;
}

.small {
	font-size: 12px;
}

.smallTitle {
	font-size: 12px;
	font-weight: bold;
}

.tiny {
	font-size: 9px;
	font-weight: normal;	
}

.tinyTitle {
	font-size: 9px;
	font-weight: bold;
}

#copyright {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#B0B3C8;
}

.instivateFooter {
	float:right;
	margin-top:120px;
	margin-right:20px;
	font-family:"Times New Roman", Times, serif;
    font-size:10px;
}

.footerLink {
	margin-left:20px;
    font-size:10px;
	color:#0066FF;
}

.formButton {
	color: #000;
	background-color: #c6c6c6;
	background-image: none;
	width: 125px;
	height: 30px;
	text-align: center;	
	font-size: 13px;
}

.formButtonSmall {
	color: #000;
	background-color: #d6d6d6;
	background-image: none;
	width: 100px;
	height: 19px;
	text-align: center;
	font-size: 11px;
}

.formButtonTiny {
	color: #000;
	background-color: #d6d6d6;
	background-image: none;
	width: 50px;
	height: 15px;
	text-align: center;
	font-size: 9px;
}

.formCheckbox {
	background-image: none;
	width: 18px;
}

.formRadio {
	background-image: none;
	width: 12px;
}

.formUpload {
	background-color: transparent;
	background-image: none;	
}

.formLabel {
	text-align: right;	
	font-size: 12px;
	padding-right: 10px;
	vertical-align: top;
}

input.largeField {
	width: 250px;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-left: 0px;
}

textarea.wideField {
	width: 700px;
	background-color: #fff;
	color: #111;
}

input.wideField {
	width: 700px;	
}


.postingFooterButton {
	color: #fff;
	background-color: #999;
	padding: 3px 3px 3px 3px;
	margin: 0px 3px 0px 3px;	
	cursor: pointer;
}

.postingFooterButton a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	margin: 50px 5px 50px 5px;
	cursor: pointer;
}

.postingFooterButton a:hover {
	color: #ddd;
	text-decoration: none;
	cursor: pointer;	
}

.statement {
	_height:300px;
	font-size:16px;
}

.contact {
	font-size:14px;
}


.addTagStatus {
	font-weight: bold;
}

.addTagStatusSuccess {
	font-weight: bold;
	color: green;
}

.addTagStatusError {
	font-weight: bold;
	color: red;
}


.saveRatingStatus {
	font-weight: bold;
}

.saveRatingStatusSuccess {
	font-weight: bold;
	color: green;
}

.saveRatingStatusError {
	font-weight: bold;
	color: red;
}

	

.mediumad {
	float:left;
	width:300px;
	padding-top:5px;
	margin-bottom:15px;
	margin-right: 15px;
	font-size:9px;
	font-weight:bold;
	color:#9F8A5A;
	text-align:center;
}

	

/** Begin definition of breakout boxes with rounded corners **/

.box {
	position:relative;
	top: 0px;
	left: 0px;
	margin:0px auto;
	min-width:8em;
	max-width:500px; /* based on image dimensions  */
	color:#fff;
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom: 1em; /* spacing under dialog */
}


.box .content,
.box .boxtop,
.box .boxbottom,
.box .boxbottom div {
	background:transparent url(/media/xsite/msg/popup/messageboxlarge.png) no-repeat top right;
	_background-image:url(/media/xsite/msg/popup/messageboxlarge.gif);
	text-align: left;
}

.box .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 12px 0px 0px;
}

.box .boxtop {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:450px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.box .boxbottom {
	/* bottom */
	position:relative;
	width:100%;
}

.box .boxbottom,
.box .boxbottom div {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}

.box .boxbottom {
	background-position:bottom right;
}

.box .boxbottom div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}

.box .boxhead,
.box .boxbody,
.box .boxfoot {
	position:relative;
}

.box .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
	position:static;
	max-height:500px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.box h1,
.box p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
}

.box h1 {
	padding-bottom:0px;
}




.largebox {
	position:relative;
	top: 0px;
	left: 0px;
	margin:0px auto;
	min-width:8em;
	max-width:800px; /* based on image dimensions  */
	color:#fff;
	z-index: 1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom: 1em; /* spacing under dialog */
}

.largebox .largeboxcontent,
.largebox .largeboxtop,
.largebox .largeboxbottom,
.largebox .largeboxbottom div {
	background:transparent url(/media/xsite/msg/popup/messageboxlarge.png) no-repeat top right;
	_background-image:url(/media/xsite/msg/popup/messageboxlarge.gif);
	text-align: left;
}

.largebox .largeboxcontent {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 12px 0px 0px;
}

.largebox .largeboxtop {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:800px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.largebox .largeboxbottom {
	/* bottom */
	position:relative;
	width:100%;
}

.largebox .largeboxbottom,
.largebox .largeboxbottom div {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}

.largebox .largeboxbottom {
	background-position:bottom right;
}

.largebox .largeboxbottom div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}

.largebox .largeboxhead,
.largebox .largeboxbody,
.largebox .largeboxfoot {
	position:relative;
}

.largebox .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
	position:static;
	max-height:600px;
	overflow: hidden; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.largebox h1,
.largebox p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
}

.largebox h1 {
	padding-bottom:0px;
}



.messagebox {
	z-index: 1000000;	
}

.messagebox .box {
	z-index: 1000000;	
}

.messagebox .largebox {
	z-index: 1000000;	
}


.messagebox .largeboxcontent,
.messagebox .largeboxtop,
.messagebox .largeboxbottom,
.messagebox .largeboxbottom div {
	background-image: url(/media/xsite/msg/popup/messageboxlarge.png);
	_background-image:url(/media/xsite/msg/popup/messageboxlarge.gif);
}

	
.messagebox .content,
.messagebox .boxtop,
.messagebox .boxbottom,
.messagebox .boxbottom div {
	background-image: url(/media/xsite/msg/popup/messagebox.png);
	_background-image:url(/media/xsite/msg/popup/messagebox.gif);
}

.messagebox a {
	text-decoration: none;
	color: #fff;
}

.messagebox a:hover {
	text-decoration: underline;
}

.messagebox ul {
	list-style-type: none;
	margin-left: 0px;
}

.messagebox li {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;	
}

.messagebox h5 {
	font-size: 16px;
	font-weight: normal;
    color: #f8f8f8;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	_font-weight: bold;
}

.messagebox h6 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	color: #f8f8f8;
	padding-bottom: 5px;
}

.messagebox td {
	color: #f8f8f8;	
}


.messageWindowButton {
	background-image: url(/media/xsite/msg/popup/blankButton.png);
	_background-image: url(/media/xsite/msg/popup/blankButton.gif);
	background-repeat: no-repeat;	
	width: 75px;
	height: 25px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	_font-weight: bold;
	padding-top: 0px;
	cursor: pointer;
}

.messageWindowButtonClick {
	background-image: url(/media/xsite/msg/popup/blankButtonClick.png);
	_background-image: url(/media/xsite/msg/popup/blankButtonClick.gif);
	background-repeat: no-repeat;	
	width: 75px;
	height: 25px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	_font-weight: bold;
	cursor: pointer;
}

.messageWindowCloseButton {
	background-image: url(/media/xsite/msg/popup/closeButton.png);	
	_background-image: url(/media/xsite/msg/popup/closeButton.gif);	
	background-repeat: no-repeat;	
	width: 19px;
	height: 19px;
}

.messageWindowCloseButtonClick {
	background-image: url(/media/xsite/msg/popup/closeButtonClick.png);	
	_background-image: url(/media/xsite/msg/popup/closeButtonClick.gif);	
	background-repeat: no-repeat;	
	width: 19px;
	height: 19px;
}

.messagebox .BSDDynamicTable {
	background-color: #000000;
	font-size: 12px;
}

.messagebox .BSDDialogScrollArea {
    height: 300px;
    min-width: 380px;
    border-top: 1px solid black; 
    border-bottom: 1px solid black;    
    background-color: #000;     
    overflow: auto;
}

.messagebox .BSDDynamicTable {
    height: 300px;
    min-width: 380px;
    border-top: 1px solid black; 
    border-bottom: 1px solid black;    
    background-color: #000;     
    overflow: auto;
}


.messagebox .BSDDialogScrollRow, .BSDDialogContentCopySelectionRow {
	background-color: #161616;
	font-size: 12px;
}

.messagebox .BSDDialogScrollRow2, .BSDDialogContentCopySelectionRow {
	background-color: #232323;
	font-size: 12px;
}

.messagebox p {
	margin-top: 10px;
	margin-bottom: 10px;	
}

.messagebox .mediumTitle {
	color: #fff;	
}

.calendarMonthLarge {
	width: 700px;
	border-left: 1px solid #646464;
	border-top: 1px solid #646464;
	margin-top: 10px;
}

.calendarMonthLarge td {
	width: 100;	
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
	min-height: 75px;
}

.calendarMonthTiny {
	width: 155px;
	_width: 156px;
	border-left: 1px solid #646464;	
	border-top: 1px solid #646464;
	background-color: #dedede;
}


.calendarMonthLarge .calendarday {
	font-size: 10px;
}

.calendarMonthTiny .calendarweek {
	border-left: 1px solid #646464;
}

.calendarMonthTiny .calendarday {
	text-align: center;
	width: 20px;
	_width: 22px;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;	
	background-color: #e5e5e5;		
}

.calendarMonthTiny .calendarday:hover {
	background-color: #fff;		
}

.calendarMonthTiny .calendarday a:hover {
	background-color: #fff;		
}

.calendarMonthTiny .calendardayother {
	background-color: #cecece;
}


.calendarMonthTiny .calendardaycurrent {
	background-color: #B3DDFF;
}

.calendarMonthTiny .calendarDaysLabelRow {
	border-left: 1px solid #646464;	
}

.calendarMonthTiny .calendarDaysLabelRow td {
	text-align: center;
	width: 20px;
	_width: 22px;
	border-top: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;	
	background-color: #dedede;
	background-color: #777;
	color: #fff;
	
}

.calendarMonthTiny .calendarMonthLabel {
	text-align: center;
	border-right: 1px solid #646464;	
}

.calendarMonthTiny .calendarMonthLabel td {
	border-right: 1px solid #646464;	
}

.calendarMonthLarge .calendarDaysLabelRow td {
	text-align: center;
}

.calendardaycurrent {
	background-color: #D7F4F7;
}

.calendarMonthTiny .calendardaylabel {
	font-size: 10px;	
	background-color: #888;
}

.calendardaylabel {
	font-size: 11px;
	float: right;
	margin-right: 3px;
}

.calendardayother .calendardaylabel {
	color: #939393;
}

.calendardayeventlist {
	list-style: inside;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 15px;
	vertical-align:baseline
}

.calendardayeventlist li {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

.calendarMonthTiny #CALENDAR_LINK_PREVIOUS {
	margin-right: 10px;	
}

#CALENDAR_LINK_PREVIOUS {
	text-decoration: none;
	margin-top: 3px;
	margin-right: 30px;
}

.calendarMonthTiny #CALENDAR_LINK_NEXT {
	margin-left: 10px;	
}

#CALENDAR_LINK_NEXT {
	text-decoration: none;
	margin-top: 3px;
	margin-left: 30px;
}

#CALENDAR_LABEL {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.calendarMonthTiny #CALENDAR_LABEL {
	font-size: 10px;
	text-align: center;
}


.calendarNavBar {
	text-align: center;
}

#map {
	overflow:hidden;
}

.videoPagingControlsCurrentIndex {
	_margin-right: 3px;
}

.videoPagingControlsRowCount {
	_margin-right: 3px;
}


.imagePagingControlsCurrentIndex {
	_margin-right: 3px;
}

.imagePagingControlsRowCount {
	_margin-right: 3px;
}


.audioPagingControlsCurrentIndex {
	_margin-right: 3px;
}

.audioPagingControlsRowCount {
	_margin-right: 3px;
}

.colorTable {
	width: 345px;	
}

.colorTableCell {
	border: 1px solid #686868;
	display: inline;
	width: 10px;
	height: 10px;
	color: #fff;
	font-size: 9px;
}

.colorTableCell:hover {
	border: 1px solid #efefef;
	cursor: pointer;
}

.sidebarHtml {
	width: 130px; 
	margin-left:5px; 
	margin-top:5px; 
	border-bottom:1px solid #CBCBCB;
}

.sidebarWrap {
	overflow: auto;	
}

.AD #AD_TITLE {
	color: #000;
	font-size: 14px;
	margin-bottom: 7px	
}

.AD #AD_TEXT {
	color: #000;
	font-size: 10px;
}

.AD a:hover {
	text-decoration: none;
}

.outlinedAd {
	border: 1px solid #dedede; 
	padding: 3px 10px 3px 10px; 
	margin-top: 10px;
	overflow: hidden;
}

.outlinedAd .adMedia {
	text-align: center;	
}

.flexibleAd .adMedia {
	margin: 0px 0px 0px 0px;
	border: none;
}

.flexibleAd #AD_TITLE {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.flexibleAd #AD_TEXT {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
}

.flexibleAd #AD_DISPLAY_URL {
	margin-left: 5px;
	margin-right: 5px;
}

.adLabel {
	color: cfcfcf; 
	font-size: 10px;
}

.advertiseHere {
	margin-top: 15px;
	text-align: center;	
}

.leaderboardBox {
	float:right;
	width:728px;
	height:90px;
	padding:5px 5px 0px 0px;
}

.fullbannerBox {
	float: right;
	margin-right: 40px;
	margin-top: 7px;
	width: 468px;
	height: 60px;
	overflow: hidden;
}

.searchResultTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;	
}


.searchResultAbstract {
	font-size: 12px;
	margin-bottom: 10px;	
}


.searchResultMetrics {
	font-size: 9px;
	margin-bottom: 2px;	
}


.searchResultURL {
	font-size: 9px;
	margin-bottom: 10px;	
}

.selectedRow {
	background-color: #80CCFF;
}

#SELECTED_MEDIA_ROW td {
	padding-left: 20px;
}


.inlineImage {
	margin: 10px 10px 10px 10px;
}

.inlineImageFrame {
	border: 1px #888 solid;
	padding: 5px 5px 5px 5px;
	background-color: #eee;
	text-align: center;	
}

.inlineImageCaption {
	text-align: center;
	padding-top: 3px;
	height: 25px;	
}

.floatRight {
	float: right;	
}

.floatLeft {
	float: left;
}

.floatBlock {
	float: none;
	display: block;
}

.floatCenter {
	float: none;
	display: block;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}

a.noDecoration  {
	text-decoration: none;
}

a:hover.noDecoration {
	text-decoration: none;
}

.linedtable {
	 border: 1px solid #dfdfdf;
}

.linedtable td {
	 border-bottom: 1px solid #d1d1d1;
	 padding: 5px 1px 5px 1px;
}

.linedtable th {
	 border-bottom: 1px solid #d1d1d1;
	 padding: 5px 0px 5px 2px;
}

.centeredtable td {
	 text-align: center;
	 vertical-align: middle;
}

.valigntable td {
	 vertical-align: middle;
}

.centeredcolumn {
	 text-align: center;
	 vertical-align: middle;
}

.centeredcolumn div {
	 text-align: center;
}

.optionMenuBody {
	background-color:#FFFFFF;
	border:1px solid #aaa;
	border-top-width:0px;
}

.optionMenu {
  	z-index: 9000000;
	background-color:#B1B1B1;
	border:2px solid #4E4E4E;
	border-top-width: 0;
	border-left-width:1px;
}
 
.optionMenu ul {
	width:90px;
	list-style:none;
	border:1px solid #CECECE;
	border-top-width: 0;
	border-bottom-width:0;
}

    .optionMenu li {
		width:100%;
		_width:98px;
		height:100%;
		border-bottom:1px solid #CECECE;
	}

	.optionMenu a {
        display: block;
		padding:5px 3px 5px 20px;
	    font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#C60202;	
      }
	  
	  	.optionMenu a:hover {
			background-color:#CECECE;
		}
		
.optionDot {
	background: url(/media/system/ui/promotionDot.gif);
	background-repeat:no-repeat;
}

.pollResultBar {
	border: 1px solid #bdbdbd;
	background-color: #384AFF;
	padding: 3px 0px 3px 0px;
	font-size: 10px; 
	color: #fafafa;
	height: 10px;
}/* Default Stylesheet */

/* >>> ELEMENTS <<< */
/* VERSION: 1.0 */

* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	text-align:left;
	}
	
body {
	color: #333;
	/*background-color: #1F2E65;
	background-color: #336699;
	*/
	background-color: #ffffff;
	font-family: Verdana, Arial, Verdana, Sans-serif;
	font-size: 75%;
	text-align: center;
}

a {
	color: #1E7FB6;		
}

a img {
	text-decoration: none;
	border: none;	
}

a {
	text-decoration: none;	
}

a.nohistoryurl:visited {
	color: #1E7FB6;
}

a:hover {
	text-decoration: underline;	
}

a.textColoredLink {
	color: #333;	
}


.selectedLink a {
	text-decoration: underline;	
}

.selectedLink h6 {
	text-decoration: underline;	
}

/* >>> CONTAINERS <<< */


div#container {
	margin: 0px;
	text-align: left;
}
div#header-wrap {

}

div#header-in {
	padding: 0px;
	/*background-color: #1F2E65;*/
}
		
			
div#content {
	background-image: url(/media/xsite/themes/graybar/backgroundGradientBottom.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	min-height: 440px; 
}
			
div#content-tabon {
	background-image: url(/media/xsite/themes/graybar/backgroundGradientTabOnBottom.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	min-height: 440px; 
}

div#content-wrap {
	
}

div#center {
	margin-right: 210px;
}

div#center-in {
	padding: 0px;
}


div#right {
	float: right;
	width: 180px;
	margin-right: 15px;
	margin-top: 20px;
}

div#right-in {
	padding: 0px;
}

div#footer-wrap {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	clear: both;

}

div#footer-in {
		
}


blockquote {
	clear: left;
	background-color: f2f2f2;
}

ul {
	list-style: disc inside;	
}

.postingText ol {
	list-style: decimal inside;	
}

/* >>> SUB CONTAINERS <<< */
* { }

#header1 {
	height: 75px;
	width: 100%;
	/*width: 1500px;*/
}

#header2 {
	background-image: url(/media/xsite/themes/graybar/headerNav1Gradient.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 1000px;
}

#header3 {
	background-image: url(/media/xsite/themes/graybar/headerNav2Gradient.jpg);
	background-repeat: repeat-x;
	height: 38px;
	width: 1000px;
}	

#header4 {
	background-image: url(/media/xsite/themes/graybar/backgroundGradientTop.jpg);
	background-repeat: repeat-x;
	height: 69px; 
	/*width: 1000px;*/
}


#contentheader {
	padding-top: 15px;
}

#contentMain {
	margin-left: 30px;	
	padding-top: 10px;
}

#contentMain h1 {
	font-size: 24px;
	color: #555;	
	margin-bottom: 0px;
}


#contentMainWithTopRule {
	margin-left: 30px;	
	padding-top: 4px;
	padding-bottom: 50px;
	border-top: #666 1px solid;	
}


#contentMainNoHeader {
	margin-left: 30px;	
	padding-top: 4px;

}


/* >>> Menus <<< */

#ijtabrow {
	color: #fff;
	font-size: 18px;
	margin-left: 10px;
	white-space: nowrap;
	/*overflow: hidden;  this breaks PopupMenus in IE */
	width: 1000px;
}

.ijtab {
	float: left;
	margin-right: 5px;
	padding-top: 20px;
}

.ijtab a {
	color: #fff;
	text-decoration: none;	
}

.ijtab a:link {
	color: #fff;
	text-decoration: none;	
}
.ijtab a:visited {
	color: #fff;
	text-decoration: none;	
}

.ijtab a:hover {
	color: #fff;
	text-decoration: none;	
}

.ijtab a:active {
	color: #fff;
	text-decoration: none;	
}

.ijtab img {
	margin-left: 3px;
}

.ijtableft {
	float: left;
	background-image: url(/media/xsite/themes/graybar/tabLeftEdge.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 12px;
}

.ijtabmiddle {
	float: left;
	background-image: url(/media/xsite/themes/graybar/tabMiddle.jpg);
	background-repeat: repeat-x;
	height: 49px;
	padding-left: 7px;
	padding-right: 7px;
}

.ijtabright {
	float: left;
	background-image: url(/media/xsite/themes/graybar/tabRightEdge.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 12px;	
}

.activeTab .ijtableft {
	background-image: url(/media/xsite/themes/graybar/tabOnLeftEdge.jpg);			
}

.activeTab .ijtabonmiddle {
	background-image: url(/media/xsite/themes/graybar/tabOnMiddle.jpg);
}

.activeTab .ijtabonright {
	background-image: url(/media/xsite/themes/graybar/tabOnRightEdge.jpg);
}

.ijtabonleft {
	float: left;
	background-image: url(/media/xsite/themes/graybar/tabOnLeftEdge.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 12px;
}

.ijtabonmiddle {
	float: left;
	background-image: url(/media/xsite/themes/graybar/tabOnMiddle.jpg);
	background-repeat: repeat-x;
	height: 49px;
	padding-left: 7px;
	padding-right: 7px;
}

.ijtabonright {
	float: left;
	background-image: url(/media/xsite/themes/graybar/tabOnRightEdge.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 12px;	
}

.ijtabtext {
	padding-top: 12px;
}

.ijtab .menu {
	z-index: 9000000;
	font-size: 13px;	
	background-color: #5D5D5D;
	padding: 8px 8px 8px 8px;
	border: 1px solid #DADADA;
}

.ijtab .menu ul {
	list-style: none;
}

.ijtab2 .menu li {
	height: 23px;
	width: 100%;
}

.ijtab .menu a {
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ijtab .menu a:hover {
	background-color: #8e8e8e;
}


.ijSearchBox {
	float: left;
	width: 205px;
	padding-top: 15px;
	padding-left: 25px;
}

.ijSearchBoxField {
	border: 1px solid #111;
	padding: 2px;
	width: 150px;
	font-size: 10px;
	color: #999;
}


#header2Menu {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #0D2068;

}

.header2MenuItem {

}

.header2MenuSeparator {
	margin-left: 2px;
	margin-right: 2px;
}

#header3Menu {
	float: left;
	margin-left: 10px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.header3MenuItem {
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}

a.header3MenuItemLink {

}

.header3MenuSeparator {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/* >>> Ads <<< */

#adTopBanner {
	float: left;
	margin-left: 487px;
	margin-top: 6px;
}			
	
	
/* >>> Fields <<< */
#searchBox {
	float: left;
	margin-left: 12px;
	margin-top: 6px;
	border: solid #555 1px;
	width: 202px;
	height: 18px;
}

.goButton {
	margin-left: 5px;
	border: solid #555 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #1F2E65;
	text-align: center;
	color: #eee;
	font-size: 9px;

}		

.goButton a {
	color: #eee;
	text-decoration: none;
}

.goButton a:link {
	color: #eee;
	text-decoration: none;
}

.goButton a:visited {
	color: #eee;
	text-decoration: none;
}

.goButton a:hover {
	color: #eee;
	text-decoration: none;
}

.goButton a:active {
	color: #eee;
	text-decoration: none;
}

.formButton {
	text-align: center;	
}


/* >>> LISTS <<< */




/* >>> TYPOGRAPHY <<< */





/* >>> FORMS <<< */
* { }



/* >>> RoundCorner test <<< */
img.corner {
   width: 10px;
   height: 10px;
   border: 4px #111;
   display: block;
}

.roundcont {
	width: 175px;
	background-color: #f90;
	color: #fff;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/media/xsite/themes/graybar/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/media/xsite/themes/graybar/br.gif) no-repeat top right; 
}


img.corner15 {
   width: 15px;
   height: 15px;
   display: block;
}


/* >>> Posts <<< */
.postingSummary {
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #cbcbcb;
	margin-top: 20px;
	padding-bottom: 15px;
	/*min-height: 125px;*/
}

.postingSummary a {
	text-decoration: none;
}

.postingSummary a:hover {
	text-decoration: underline;
}

.postingDetails {
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	padding-bottom: 15px;
}

h1 {
	font-weight: normal;
	display: inline;
}

.mapPopup {
	background-color:EDEDED; 
	padding:5px;
	font-size: 9px;
	color: #333;
	border-bottom: 1px solid #cbcbcb;
	margin-top: 10px;
}

#content-tabon h1 {
	font-size: 23px;
	color: #fff;	
	text-align: left;
	clear: left;
}

#content-tabon h2 {
	font-size: 24px;
	font-weight: normal;
	color: #555;	
	text-align: left;
	clear: left;
}

#content-tabon h3 {
	display: inline;
	font-size: 18px;
	font-weight: normal;
	color: #777;
	text-align: left;
	clear: left;
}

#content-tabon h4 {
	display: inline;
	font-size: 16px;
	font-weight: normal;
	color: #777;
	text-align: left;
	clear: left;
}


.postingTitle {
	font-size: 18px;
}

.postingTitlePopupHtml {
	font-size: 12px;
}

.postingDetails a {
	text-decoration: none;
}

.postingDetails a:hover {
	text-decoration: underline;
}

.floatRight {
	float: right;	
}

.postingImageFrame {
	float: left;
	border: 1px #888 solid;
	padding: 5px 5px 5px 5px;
	margin-right: 15px;
	background-color: #eee;
	text-align: center;	
}

.floatRight .postingImageFrame {
	float: none;
}

.floatNone .postingImageFrom {
	float: none;	
}

.postingImageGroup {
	text-align: center;	
}

.postingImageFrameMapPopup {
	float: left;
	border: 1px #888 solid;
	padding: 5px 5px 5px 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #eee;
	
}

.postingImageFrameMediumCentered {
	border: 1px #888 solid;
	padding: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	width: 333px;
	margin-top: 20px;
	text-align: center; 
}

.postingImageFrameMediumVideoCentered {
	border: 1px #888 solid;
	padding: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	width: 353px;
	margin-top: 20px; 
	text-align: center; 
}

.postingImage {
	width: 175px;
	height: 120px;
}

.postMediaTypeIcon {
	float: right;
	margin-left: 10px;
	margin-right: 40px;

}



.postingTitleSmall {
	font-size: 12px;
}

.postingRating {
	padding-top: 3px;
	padding-bottom: 3px;
}

.postRatingIcon {
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.postRatingIconMapPopup {
	height: 12px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.reviewRatingDetailed img {
	vertical-align: top;		
}

.postingDateHeader {
	color: #989898;
	font-size: 12px;	
}

.postingTitleDetailed a {
	color: #fff;
}


.postingRatingDetailed {
	margin-top: 15px;
	padding-bottom: 5px;
	height: 20px;
	vertical-align: middle;
}

.postRatingIconDetailed {
	padding: 0px;
	margin: 0px;
}

.postingBylineDetailed {
	margin-left: 20px;
	font-size: 16px;
	color: #ccc;
	
}

.postingBylineDetailed a {
	color: #02BBF7;
}


.postingText {
	color: #333;
	margin-top: 10px;
}

.postingMoreLink {
	margin-left: 10px;
}

.postingFooter {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
}

.postingFooterDetailed {
	color: #555;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	_width:600px;
	background-color: #e5e5e5;
	border: 1px solid #aaa;
	clear: left;
}

* html .IEfooterBox { 
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
}

* html .IEprofilecontainer { /*IE double margin bug*/
	height: 0.01%; 
}

.postingFooterRow {
	margin-top: 10px;	
}

.postingFooterRowMapPopup {
	clear: left;
	margin-top: 10px;	
}

.comment {
	clear: left;
	border-collapse: collapse;
	margin-bottom: 3px;
}

table.comment {
	width: 100%;
	_width: 70%;
}

.commentHeader {
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	font-size: 9px;
}

.commentHeaderTitle {
	background-image:  url(/media/xsite/themes/graybar/commentHeaderTopLeft.gif); 
	background-repeat: no-repeat;	
	background-color: #bbb;
	padding: 2px 2px 2px 10px;
}

.commentHeaderRating {
	padding: 2px 2px 2px 2px;
	background-color: #bbb;
	text-align: right;
}

.commentIndent {
	
}

.commentTitle {
	font-size: 12px;
	color: #555;
}


.commentText {
	color: #333;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	background-image:  url(/media/xsite/themes/graybar/commentTextBackground.jpg); 
	background-repeat: repeat-x;	
	padding-bottom: 17px;
}


.imagePagingControls {
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	padding-bottom: 5px;
	border-bottom: 1px #888 solid;
}

.imagePagingControls a {
	text-decoration: none;
}

.mediaFrameRule {
	border-top: 1px #888 solid;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}


.mediaFrameLarge {
	margin-right: auto;
	border: 1px #888 solid;
	padding: 5px 5px 5px 5px;
	margin: 15px 0px 15px 0px;
}


.mediaSubframe {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;	
	padding: 0px 0px 0px 0px;	
	font-size: 9px;
}

.mediaSubframe a {
	text-decoration: none;
}

.mediaSubframeCell {
	border-left: 1px #bbb solid;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.selectedMedia {
	background-color: #ddd;	
}

.profileText {
	color: #111;
	font-size: 12px;	
}




/* >>> User Profile <<< */

#USER_PROFILE h2 {
	display: inline;
	color: #777;
	text-align: left;	
	font-weight: normal;
	margin-bottom: 8px;
	margin-left: 3px;
}

#USER_PROFILE h4 {
	display: inline;
	color: #777;
	text-align: left;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 12px;
}

.profileDetails {
	font-size: 12px;
	color: #333;
	margin-top: 10px;
}

.headerSubnav {
	float: right; 
	color: #fff; 
	font-size: 12px;
	margin-top: 10px;
}


.searchResultTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;	
}


.searchResultAbstract {
	font-size: 12px;
	margin-bottom: 10px;	
}


.searchResultMetrics {
	font-size: 9px;
	margin-bottom: 2px;	
}


.searchResultURL {
	font-size: 9px;
	margin-bottom: 10px;	
}


/* >>> Custom <<< */

.contentTopMargin {
	margin-top: 35px;	
}

.rule {
	border-top: 1px solid #cbcbcb;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.mediumTitle {
	font-size: 18px;
	color: #555;
	margin-top: 15px;
	margin-bottom: 3px;
}

.largeTitle {
	font-size: 24px;
	color: #555;
	margin-top: 15px;
	margin-bottom: 3px;
}


.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

#loginBar {
	float: right;
	padding-top: 7px;
	padding-right: 15px;
	color: #626766;
}

#loginBar a {
	color: #626766;
	text-decoration: underline;
}

#loginBar a:hover {
	text-decoration: underline;
}



.submitButtonContainer {
	background-image: none;
	width: 150px;
	height: 50px; 
	color: #fff;
	margin-top: 30px;
}

textarea {
	background-image: url(/media/xsite/themes/graybar/textBoxBackground.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFF2;
	width: 500px;
}

.PostForm textarea {
	width: 700px;	
}

input {
	background-image: url(/media/xsite/themes/graybar/textBoxBackground.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFF2;
	width: 500px;
}

.PostForm input {
	width: 700px;	
}

input.largeField {
	width: 250px;
	font-size: 18px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.PostForm input.largeField {
	width: 700px;	
	margin: 0px 0px 0px 0px;
}


#contentTitle {
	font-size: 24px;
	color: #555;	
	padding-left: 30px;
	margin-bottom: 7px;
}

.contentTitleRule {
	border-bottom: #666 1px solid;
	width: 100%;			
}

#contentTitleTabOn {
	font-size: 24px;
	color: #fff;	
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 7px;
}

.rssIcon {
	padding-left: 15px;
	color: #FF0000;
	width: 14px;
	height: 14px;
}

.pagingControls {
 	margin-left: auto;  
 	margin-right: auto; 
 	margin-top: 3px; 
 	margin-bottom: 5px;
 	text-align: center;
}


/* >>> Popup Windows <<< */

.smallPopupWindow {
	position: absolute;
	color: #242B55;
	padding: 0;
	margin-bottom: 15px;
	width: 300px;
	height: 100px;
	text-align: center;
	font-size: 12px;
	z-index: 101;
}

.smallPopupWindowLeft { 
	background: url(/media/xsite/themes/graybar/smallPopupWindowLeft.png) no-repeat; 
	width: 25px;
}

.smallPopupWindowCenter { 
	background: url(/media/xsite/themes/graybar/smallPopupWindowBackground.png) repeat-x; 
	width: 250px;
}

.smallPopupWindowRight { 
	background: url(/media/xsite/themes/graybar/smallPopupWindowRight.png) no-repeat; 
	width: 25px;
}

.smallPopupWindowTitle {
	font-size: 18px;
	color: #555;
	padding-top: 2px;
	padding-bottom: 10px;
}

/*
.progressBar {
	margin-top: 5px;
	margin-bottom: 5px;
}
	
.progressBarLeft {
	background: url(/media/xsite/themes/graybar/progressBarLeft.png) no-repeat left;
	width: 5px;	
	height: 18px;	
}

.progressBarCenter {
	background: url(/media/xsite/themes/graybar/progressBarCenter.png) repeat-x;
	width: 0px;	
	height: 18px;	
}

.progressBarRight {
	background: url(/media/xsite/themes/graybar/progressBarRight.png) no-repeat Right;
	width: 5px;	
	height: 18px;	
}
*/
.fullPageOverlay {
	position: absolute;
	opacity: .1;
	background-color: #000;
	width: 2000px;
	height: 5000px;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.smallDate {
	font-size:10px;
}

.postingTitle-Table {
	margin:5px;
	margin-bottom:2px;
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    color:#1E7FB6;
}

.smallRatings {
	font-size:9px;
}

.fullStar_small {
	width:10px;
	height:10px;
	background:url(/media/xsite/themes/deepblue/sprite.gif);
	background-position:-22px 0px;
	background-repeat:no-repeat;
}

	
.halfStar_small {
	width:10px;
	height:10px;
	background:url(/media/xsite/themes/deepblue/sprite.gif);
	background-position:-11px 0px;
	background-repeat:no-repeat;
	
}



.noStar_small {
	width:10px;
	height:10px;
	background:url(/media/xsite/themes/deepblue/sprite.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	
}

.fullStar_small_active {
	width:13px;
	height:13px;
	background:url(/media/xsite/themes/deepblue/sprite.gif);
	background-position:-61px 0px;
	background-repeat:no-repeat;
}	

.halfStar_small_active {
	width:13px;
	height:13px;
	background:url(/media/xsite/themes/deepblue/sprite.gif);
	background-position:-47px 0px;
	background-repeat:no-repeat;
	
}	

.noStar_small_active {
	width:13px;
	height:13px;
	background:url(/media/xsite/themes/deepblue/sprite.gif);
	background-position:-33px 0px;
	background-repeat:no-repeat;
	
}

.postingByline_small {
	font-size:10px;
}

.footerContent {
	height:150px;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}

table.paging {
	width:100%;
	_width:80%;
}

.headerSubnav a {
	color: #fff;
	text-decoration: none;
}

.headerSubnav a:link {
	color: #fff;
	text-decoration: none;
}

.headerSubnav a:visited {
	color: #fff;
	text-decoration: none;
}

.headerSubnav a:hover {
	color:fff;
	text-decoration: underline;
}

.headerSubnav.a:active {
	color: #fff;
	text-decoration: none;
}

.box h6 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	_font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.box ul {
	list-style-type: none;
}

.box li {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box a:hover {
	text-decoration: underline;
}




.boxgradientprimary a {
	text-decoration: none;
	color: #fff;
}

.boxgradientprimary a:link {
	color: #fff;
}

.boxgradientprimary a:visited {
	color: #fff;
}

.boxgradientprimary a:hover {
	color: #fff;
}

.boxgradientprimary a:active {
	color: #fff;
}

.boxgradientprimary ul {
	margin-left: 0px;
}

.boxgradientprimary li {
	_height: 20px;
	border-bottom: 1px #aaa solid;
	margin-left: 0px;
	margin-right: 0px;	
}

.boxgradientprimary h5 {
	font-size: 16px;
	font-weight: normal;
	_font-weight: bold;
	color: #FFFFCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.boxgradientprimary h6 {
	_font-weight: bold;
	color: #FFFFCC;
}



.box {
	max-width:490px; /* based on image dimensions  */	
}

.boxgradientsecondary .content,
.boxgradientsecondary .boxtop,
.boxgradientsecondary .boxbottom,
.boxgradientsecondary .boxbottom div {
	background-image: url(/media/xsite/themes/graybar/boxgradientsecondary.png);
	_background-image:url(/media/xsite/themes/graybar/boxgradientsecondary.gif);
}

.boxgradientsecondary {
	color: #242B55;
	margin-bottom: 15px;
}


.boxgradientsecondary a {
	text-decoration: none;
	color: #242B55;
}

.boxgradientsecondary .navlink {
	color: #fff;
}


.boxgradientsecondary a:link {
	color: #444;
}

.boxgradientsecondary a:visited {
	color: #444;
}

.boxgradientsecondary a:hover {
	color: #444;
}

.boxgradientsecondary a:active {
	color: #444;
}

.boxgradientsecondary li {
	_height:25px;
	border-bottom: 1px #555 solid;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;	
}

.boxgradientsecondary h5 {
	font-size: 16px;
	font-weight: normal;
	color: #444;
	padding-top: 2px;
	text-align: center;
}

.boxgradientsecondary h6 {
	color: #444;
	padding-top: 2px;
}

.widgetwidgetMediaTable {
	margin-bottom: 25px;
}

.widgetMediaTable h1 {
	padding-bottom:0px;
}

.widgetMediaTable a {
	text-decoration: none;
	font-size:9px;
	color:#444;
}

.widgetMediaTable a:hover {
	background-color:none;

}

.widgetMediaTable ol {
	list-style-type: none;
	text-align:left;
	border-top:none;
	
}

.widgetMediaTable li {
	text-decoration: none;
	border-bottom:none;
	text-align:left;
}
	
.widgetMediaTable h5 {
	font-size: 16px;
	font-weight: normal;
	color: #444;
	padding-top: 2px;
	text-align: center;
}

.widgetMediaTable h6 {
	font-family:Arial, Helvetica, sans-serif;
	display: inline;
	font-size:12px;
	font-weight:bold;
	color:#BD9864;
	padding-left:10px;
	padding-bottom:0px;
}

.widgetMediaTable td {
	width:69px;
	overflow:hidden;
}

.widgetMedia {
	border: 1px solid #d2d2d2; 
	padding: 1px 1px 1px 1px;
}


.boxsolid {
	margin-bottom: 25px;	
}

.boxsolid h1 {
	padding-bottom:0px;
}

.boxsolid a {
	text-decoration: none;
	color: #fff;
}

.boxsolid h5 {
	font-size: 12px;
	font-weight: normal;
	color: #EDFFFC;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}

.boxsolid h6 {
	color: #e5e5e5;
}



.boxoutlinesecondary .largeboxcontent,
.boxoutlinesecondary .largeboxtop,
.boxoutlinesecondary .largeboxbottom,
.boxoutlinesecondary .largeboxbottom div {
	background-image: url(/media/xsite/themes/graybar/boxoutlinesecondary.png);
	_background-image:url(/media/xsite/themes/graybar/boxoutlinesecondary.gif);
}



.label {
	margin-top:10px;
	padding-right:5px;
	font-size:12px;
	color:F6F6F6;
	text-align:right;
}

.headerlinks a {
	color: #ffffff;	
}



/* >>> END <<< *//* Default Stylesheet */

#header1 {
	background-image: url(/media/xsite/themes/graybarblue/header.png);
	background-repeat: no-repeat;
	background-color: #EEF1F6;
}

#header1 a:hover {
	text-decoration: none;	
}


#siteHeading {
	padding-top:5px;
	_padding-top:7px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:narrower;
	font-size:25px;
	color:#EDF1F4;
}

.siteHeadingSubtitle {
	margin-top: -12px;
	_margin-top: -10px;
	padding-left:120px;
	font-size:11px;
}

#contentMessage {
	font-size: 18px;
	font-weight: bold;
	color: #072452;
	padding-left: 30px;
	margin-bottom: 20px;
}

.boxgradientprimary .content,
.boxgradientprimary .boxtop,
.boxgradientprimary .boxbottom,
.boxgradientprimary .boxbottom div {
	background-image: url(/media/xsite/themes/graybarblue/boxgradientprimary.png);
	_background-image:url(/media/xsite/themes/graybarblue/boxgradientprimary.gif);
}



.boxsolid .content,
.boxsolid .boxtop,
.boxsolid .boxbottom,
.boxsolid .boxbottom div {
	background-image: url(/media/xsite/themes/graybarblue/boxSolid.png);
	_background-image:url(/media/xsite/themes/graybarblue/boxSolid.gif);
}



 .postingText ul {
    list-style-position: inside; 
    padding-left: 25px;
}

.sublist ul {
     padding-left: 45px;
}

.sublist  li {
     margin-left: 25px;
}

blockquote {
	border: 1px solid #aeaeae;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 60px;	
	padding: 10px 25px 10px 25px;
}

#header1 {
    background-image: url(/media/system/ui/cdnHeader.png);
    height: 75px;
    width: 100%;
    background-color: #BDCCD7;

}
div#header2 {
   background-image: none;
    background-color: #BDCCD7;

}
#header1 {
    background-image: url(/media/system/ui/cdnHeader.png);
    height: 75px;
    width: 100%;
  background-repeat:repeat-x;
    background-color: #BDCCD7;

}

#siteHeading {

     color: #06214C;
}
.boxsolid {
        width:120px;
}

.fullbannerBox {
	float: right;
	margin-right: 20px;
	margin-top: 7px;
	width: 468px;
	height: 60px;
	overflow: hidden;
}

#siteHeading {

     color: #06214C;
}
#siteHeading a {
        color: #333333;
}

.siteHeadingTitle {
    white-space: nowrap;
}

.siteHeadingSubtitle {
	margin-top: -12px;
	_margin-top: -10px;
	padding-left:30px;
        white-space: nowrap;
}

#loginBar {
       text-align: right;
}
div#header-in {
   background-image: none;
    background-color: #BDCCD7;

}

p {
    margin-top: 15px;
}
