
/* 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;
}.contact p {
     font-size: 13px;
}