body,td,a,div,.p{font-family:tahoma, arial,sans-serif}
body {
	/*background-color: #fcf4cf;*/
	margin: 5px 0px;
	padding: 0px;
	text-align: left;
	background: #1f1f1f;
}

.borderTable {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}


#HEADER {
	background-color: #3333ee;
	padding: 5px;
	background-image: url(../../images/bg_header3.gif);
}

.bottomLinkBar {
	margin-left:20px;
	font-size: 14px;
	color: black;
	text-align: right;
}

.bottomLinkItem {
	margin-right: 10px;
}
.bottomLinkItem:visited {
     color: #0000FF;
}
.bottomLinkItem:link {
     color: #0000FF;
}

#HEADER a, #HEADER .linkHeader {
	color: black;
	text-decoration: none;
}

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

#HEADER img {
  padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	border-width:0pt;
}


#BODY {
	background-color: #ffffff;
}

#FOOTER {
	clear: both;
	background-color: #bfbcb0;
  font-family: Tahoma;
  font-size: 12px;
}

#CONTENT {
	background-color: #ffffff;
	float: left;
	width: 850px;
	overflow: hidden;
	padding-top: 10px;
	height:auto;
}

.mainAds {
	width: 130px;
	vertical-align: top;
	text-align: center;
	background-color: #ffffff;
	overflow: hidden;
	float: left;
	height: auto;
	padding-top: 10px;
}

.news {
	vertical-align: top;
}

.newsTable {
	width: 100%;
	border-collapse: collapse;
	margin-left: 20px;
}

.newsTitle {
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}

.newsText {
	font-size: 12px;
	padding-left: 30px;
}

.descriptionLeft, .description {
	font-size: 13px;
	text-align: justify;
	padding-right: 20px;
}

.description {
	padding-left: 10px;
}

.description a {
     color: black;
     font-weight: bold;
}

.description .imagelink img {
     border-color: white;
     padding: 1px 1px 1px 1px;
}

.description .imagelink:hover img {
     border-color: white;
     color: white;
     background-color: black;
}

.aNotVisible, .aNotVisible:visited {
     color: white;
     text-decoration: none;
}

.aNotVisible:hover {
    color: white;
    text-decoration: none;
}

.description a:hover {
	color: gray;
}

.rulesLink {
	text-align: right;
}

.compactTable {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-collapse: collapse;
}

.newInMenu {
	color: #ED5929;
	font-size:xx-small; 
	vertical-align:top;
}

.orangeBackground {
	background-color: #ED5929;
}

.standardUL {
list-style-image: none;
list-style-position:inside;
list-style-type:disc;
}

.standardH1 {
	font-size: 3em;
	margin: 5px;
}

.standardH2 {
	font-size: 2.5em;
	margin: 4px;
}

.partnersLink {
	font-size: 10px;
}

.sudokuTutorialMain {
	font-size: 13px;
	text-align: justify;
	padding-right: 20px;
}
.sudokuTutorialMethod {
	font-weight: bold;
	margin-top: 50px;
}

.myStats {
	width: 60%;
	margin-left:20%; margin-right:20%;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 13px;
	
}

.myStats th {
	background-color: #84acfb;
}
 
.myStats td, .myStats th {
	border: 1px solid #AAAAAA;
	padding-left: 5px;
}

.myStats .rowEven {
	background-color: #FFFFFF;
}

.myStats .rowOdd {
	background-color: #eff8ff;
}

.myRanksSmall {
	font-size: 10px;
	width: 118px;
	margin: 0px 0px 0px 1px;
}

.myRanksSmall td{
	font-size: 10px;
}

.faqQuestion {
	font-weight: bold;
	padding-bottom: 5px;
}

.faqAnswer {
	padding-left: 10px;
}

.commentsTable {
	width: 90%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}

.commentText {
}

.commentInfo {
	color: #bbbbbb;
}

.allComments {
	width: 80%;
	margin-left:10%; margin-right:10%;
}


@media screen {
	.noprint_h {
		visibility: visible
	}
	#TOP {
		width: 980px;
		margin: auto;
		background : #ffffff;
	}
	#BODY {
		background-color: #ffffff;
	}
}

.notDisplayed {
		display: none;
		visibility: hidden;
}

@media print {
	.noprint_h,.leftPanel {
		display: none;
		visibility: hidden;
	}
	#TOP {
		background : #ffffff;
		margin: 0px 0px 0px 0px;
	}
	#FOOTER {
		background-color: #ffffff;
	}
	#HEADER {
		background-color: #ffffff;
		padding: 0px 0px 0px 0px;
		background-image: none;
		height: 10px;
	}
	body {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		background: #ffffff;
	}
	#HEADER img{
		width:130px;
	  height: 50px;
	}

	#CONTENT {
		padding-top: 10px;
		height:auto;
		width: auto;
		overflow: visible;
		float: none;
	}
}