/* CSS Document */

.stabilizer { font-size: 1px; }

body { font: 11px Arial, Verdana, Tahoma, sans-serif; }

html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.Courier10  { font: normal 10px Courier, 'Courier New', sans-serif; }

.Arial10, .Arial11, .Arial12 { font: 10px Arial, sans-serif; }
.Arial11 { font-size: 11px; }
.Arial12 { font-size: 12px; }

.Verdana10, .Verdana11, .Verdana12 { font: 10px Verdana, Arial, sans-serif; }
.Verdana11 { font-size: 11px; }
.Verdana12 { font-size: 12px; }

.Verdana14b { font: bold 14px Verdana, Arial; }
.Verdana16b { font: bold 16px Verdana, Arial; }

/*** TAHOMA BLOCK ***/

.Tahoma10, .Tahoma11, .Tahoma12  { font: 10px Tahoma, Verdana, Arial }
.Tahoma11  { font-size: 11px; }
.Tahoma12  { font-size: 12px; }

H1, H2, H3 { 
  font: bold 16px Arial, Helvetica, sans-serif; 
	padding: 0px;
	margin: 0px;
}

H2 { font-size: 14px; }
H3 { font-size: 12px; }

/*** LINKS ***/

A { text-decoration: none; }
A:hover { text-decoration: underline; } 

.Link        { color: #0087D6; }
.GreenLink   { color: green;   }
.LGreenLink	 { color: #379100; }
.RedLink     { color: red;     }
.DarkRedLink { color: #d70900; }
.LightGreen  { color: #3F9F00; }
.GrayText    { color: #787878; }
.LGrayLink   { color: #969696; }
.OrangeLink  { color: #F99200; }
.LOrangeLink { color: #f68500; }

.BlackRedLink, .BlackGreenLink, .BlackBlueLink,
.BlackLink   { color: black;   }
.Reference   { color: green; text-decoration: underline; }

.BlackRedLink:hover { color: red; }
.BlackGreenLink:hover { color: green; }
.BlackBlueLink:hover { color: #0087D6; }

.BBCodeLink { color: green; text-decoration: underline; }

/* .BBCodeLink:hover { 
	text-decoration: underline;
}*/

/* WFX:List related classes */
.hdr_column { padding-bottom: 4px; }
.row_light  { background-color: #F8F8F8; }
.row_dark   { background-color: #F2F2F2; }
.row_delimiter { background-color: #dedede; }

.row_light_selected { background-color: #FFBA59; }
.row_dark_selected  { background-color: #FFBA59; }

/* ************************** PAGER ******************************* */

.PagerButton_Selected,
.PagerButton {
	font-size: 11px;
	background-color: #EEEEEE;
	padding: 2px 5px 3px 5px;
	margin: 0px;
}

.PagerButton_Selected { background-color: #F9BC23 }

/* *************************** IMPORTED *************************** */

/* Quote & Code blocks */
.code {
  color: #006600;
	font: normal 10px Courier, 'Courier New', sans-serif; 
	line-height: 150%;
	background-color: #FAFAFA; 
	border: 1px solid #D1D7DC; 
	padding: 10px;
}

.quote {
  color: #444444;
	font-weight: normal;
	font-size: 11px; 
	line-height: 150%;
	background-color: #FAFAFA; 
	border: 1px solid #D1D7DC;
	padding: 10px;
} 