/***********************************************
               HTML entities
************************************************/

html, body {
	width: 100%;
	height: 100%;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6F7B7B;
	background: #000000;
}

img {
	border: 0px;
}

optgroup, option {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New', Courier, monospace;
}

/* IE6 out low */
optgroup {
	color: #000000;
	background: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

option {
	color: #000000;
	background: #aaaaaa;
}

hr {
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #777777;
	border: 0px;
	clear: both;
}

a {
	color: #B9BEBE;
	text-decoration: none;
}

.commentBody form {
    margin: 0px;
    padding: 0px;
}

.forminput, textarea {
	font-size: 9pt;
	background: #aaaaaa;
	border: 1px solid #000000;
}

.button, .buttonGreen {
	padding: 2px 7px 2px 7px;
	font-size: 9pt;
	color: #000000;
	border: 1px solid #000000;
}

.button {
	background: #C9C9C9;
}

.buttonGreen {
	background: #CCFFCC;
}

.icon {
	margin: 0px 5px 5px 0px;
}

/*******************************************************************************
					Global blocks
*/
.mainBox {
	width: 1100px;
	margin: 0 auto;
}

.leftBox {
	width: 410px;
	float: left;
}

.rightBox {
	width: 690px;
	float: right;
}

.footerBox {
	clear: both;
}

/*******************************************************************************
					Spaces
*/
#mainHeaderSpace {
	margin-right: 20px;
}

#mainMenuSpace {
	clear: both;
	margin-left: 64px;
}

#footerMenuSpace {
}

#footerSpace {	
	color: #242A2B;
}


/*******************************************************************************
					Left Box
*/

#fotoEF {
	height: 523px;
	background-image: url("../images/base_foto.jpg");
}

#special_links {
	float: right;
	margin-top: 270px;
}

#special_links p {
	margin: 0;
	margin-top: 7px;
}

/*******************************************************************************
					Right Box
*/

/*	Main Header
*/
.mainHeader {
	margin-right: 20px;
}

.mainHeader #ff_inc {
	float: right;
	margin-top: 7px;
}

.mainHeader #ff_logo {
	clear: both;
	float: right;
	margin-top: 70px;
}

.mainHeader #ff_link {
	clear: both;
	float: right;
	margin-top: 70px;
}


/*******************************************************************************
              Several blocks
*/

/*		Main Menu
*/
.menuMain {
	padding-top: 7px;
	@padding-top: 1px;
	text-align: right;
}

/*		Footer Menu
*/
.menuFooter {	
	padding-top: 10px;
	height: 30px;
	text-align: center;
}

.menuFooter a {
	margin-left: 10px;
	color: #6F7B7B;
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;
}

.menuFooter a:hover {
	color: #FFFFFF;
}

/*		Comments
*/
.commentTitle {
	color: #3F3F3F;
	margin-top: 10px;
	padding-bottom: 4px;
	font-size: 10pt;
	text-align: left;
}

.commentTitle a b {
	font-size: 11pt;
}

.commentBody {
	border: 1px dashed #A9A9A9;
	padding: 3px 4px 3px 4px;
	margin-bottom: 20px;
}

.commentComplaint {
    background: #202020;
    font-size: 10pt;
    padding: 8px 5px 8px 5px;
}

.commentComplaint div {
    margin-top: 5px;
}

/*		Voting
*/
.voterStars {
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px dashed #A9A9A9;
}

/*		Others
*/
.clear {
	clear: both;
}

.latestTable {
    text-align: left;
}

.spoilerBig {
    cursor: pointer;
}


/*******************************************************************************
               Text styles
*/
.text {
    text-align: justify;
}

.text, .textNotice, .textError, .textSuccess, .textFatal {
	font-size: 10pt;
}

.textNotice, .textError, .textSuccess, .textFatal {
	padding-top: 25px;
	padding-bottom: 25px;
}

.textError, .textFatal {
	color: #FF0000;
}

.textSuccess {
	color: #00CC00;
}

.textSubTitle {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 7px 0px;
}

.textSubTitle a{
	color: #464C4D;
}

.textBlockTitle {
	font-size: 9pt;
    font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;	
}

.textBlockTitle a{
	color: #464C4D;
}

.textBig, .spoilerBig {
	font-weight: 700;
	font-size: 11pt;
	padding: 5px;
	margin-bottom: 5px;
	background: #202020;
	color: #AAAAAA;
	/* text-transform: uppercase; */
}

.textPages {
	text-align: right;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
}

.textPages span {
    padding-left: 4px;
    padding-right: 4px;
}

.textPageCurrent {
    border: 1px solid #CCCCCC;
}

.textDescr {
	font-size: 8pt;
	color: #6F7B7B;
	text-decoration: none;
}

.textDescr:hover {
	text-decoration: underline;
}

.textInfo {
	color: #777777;
	font-style: italic;
    font-size: 10pt;
}

.textNavigation {
	font-size: 9pt;
	text-transform: lowercase;
    padding: 1px 2px 3px 6px;
	margin-bottom: 5px;
}

.textCommentsCount {
    float: right;
	margin: 7px 0px 7px 0px;
	font-weight: 700;
}

.textCommentsCount a {
    margin-left: 2px;
    margin-right: 2px;
}

.textShowAll {
	color: #242A2B;
	font-size: 11pt;
	text-align: right;
    text-transform: lowercase;
	padding-right: 16px;
}

.textShowAll a{
	color: #242A2B;
}

/*******************************************************************************
					Rounder
*/

.rounderUp {
    background: #0a0e0e;
}
.rounderUp div {
	background: url("../images/corner_ul.jpg") no-repeat top left;
}
.rounderUp div div{
    height: 10px;
	font-size: 1px;
	background: url("../images/corner_ur.jpg") no-repeat top right;
}

.rounderDn {
    background: #0a0e0e;
}
.rounderDn div {
	background: url("../images/corner_dl.jpg") no-repeat top left;
}
.rounderDn div div{
    height: 8px;
	font-size: 1px;
	background: url("../images/corner_dr.jpg") no-repeat top right;
}


.rounderOut {
	background: #0a0e0e;
}

.rounderIn {
	background: #0a0e0e;
	padding: 10px;
}

.rounderUpLeft {
	background: url("../images/corner_ul.jpg") no-repeat top left;
}

.rounderUpRight {
	background: url("../images/corner_ur.jpg") no-repeat top right;
}

.rounderDnLeft {
	background: url("../images/corner_dl.jpg") no-repeat bottom left;
}
.rounderDnLeft div{
    background: #0a0e0e;
}

.rounderDnRight {
	background: url("../images/corner_dr.jpg") no-repeat bottom right;
}

#rounded_margins_all {
	margin: 6px;
}

#rounded_margins_updn {
	margin-top: 6px;
	margin-bottom: 6px;
}

/*******************************************************************************
					Other styles
*/

.calTable {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

.calTable td {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.calTable table, .calTable table td {
    border: 0px;
}

.emptyCell {
	text-align: center;
	padding: 40px;
}
