html {
	margin: 0px;
	padding: 0px;
}

body {
	color: #474747;
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-color: #2f6296;
}

a:link, a:visited, a:active {
	color: #3f85e2;
}

a:hover {
	color: #2255BB;
}

a img {
	border: none;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.importantError {
	color: #FF0000;
}	

/*

	MAIN STUFF
	
*/

.superContainer {
	width: 100%;
	margin: 0 auto;
	font-size: 0.8em;
	background-image: url("images/pagebg.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.header {
}

.logoBar {
	float: left;
	width: 185px;
	margin-right: 10px;
}

.menuBar {
	margin-left: 60px;
}

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

.menuBar ul li {
	float: left;
}

.menuBar ul li a:link, .menuBar ul li a:visited, .menuBar ul li a:active {
	display: block;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	color: #3f85e2;
	margin-top: -2px;
	border-top: 1px solid #448db6;
	font-size: 1.2em;
}

* html body .menuBar ul li a:link, * html body .menuBar ul li a:visited, * html body .menuBar ul li a:active {
	margin-top: 0px;
}

.menuBar ul li a:hover {
	background-color: #3f85e2;
	color: #FFFFFF;
}

.menuBar ul li a .inner {
	padding: 9px;
}

.menuBar .leftLink {
	border-left: 1px solid #448db6;
	border-top: none;
}

.menuBar .rightLink {
	border-right: 1px solid #448db6;
}

.navigationBar {
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
}

.navigationBar .navigationBarInner {
	width: 430px;
}

.sloganText {
	width: 244px;
	float: right;
}

.clearfloatxx {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.navigationBarCont {
	margin-bottom: 35px;
}

.navigationBar a:link, .navigationBar a:visited, .navigationBar a:active {
	display: block;
	float: left;
}

.navigationBar a:hover {
}

.navigationBar .text {
	display: block;
	float: left;
	width: auto;
	margin-left: 2px;
	margin-right: 2px;
	color: #777777;
}

.navigationBar .text .miniLink {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: none;
}

.text {
	text-align: left;
}

.dualText {
	width: 360px;
	margin-top: 20px;
	float: left;
	text-align: left;
	font-size: 1em;
}

.dualText h3 {
	font-size: 1.2em;
}

.dualText h4 {
	font-size: 1em;
}

.bigTextLeft {
	width: 480px;
	margin-top: 20px;
	float: left;
	text-align: left;
}

.bigTextRight {
	width: 210px;
	margin-top: 20px;
	float: right;
	text-align: left;
}

.tripleBox {
	width: 32%;
	float: left;
}

.bottomPart {
	height: 106px;
	background-image: url("images/pagebg_bottom.png");
	background-position: bottom center;
	background-repeat: repeat-x;
}

.bottomBar {
	padding-top: 45px;
}

.bottomBar .bottomBarInner {
	padding: 10px;
}

.bottomBar .bottomBarInner .miniMenu {

}

.bottomBar .bottomBarInner .miniMenu ul {
	list-style-type: none;
}

.bottomBar .bottomBarInner .miniMenu ul li {
	float: left;
}

.bottomBar .bottomBarInner .miniMenu ul li a:link, .bottomBar .bottomBarInner .miniMenu ul li a:visited, .bottomBar .bottomBarInner .miniMenu ul li a:active {
	display: block;
	float: left;
	padding: 5px;
	color: #FFFFFF;
}

.bottomBar .bottomBarInner .miniMenu ul li a:hover {
	background-color: #DFDFDF;
	color: #FF0000;
}

.adBanner {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 auto;
}

.adBanner form, .adBanner select {
}

.adBanner .theLefty {
	float: left;
}

.container780px {
	width: 780px;
	margin: 0 auto;
}

.mainPart {
	background-image: url("images/mainpart_centerpartbg_left.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.mainPartInner {
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 40px;
}

* html body .mainPartInner {
	padding-left: 30px;
	padding-right: 27px;
}

.mainPartInnerRight {
	width: 27px;
	height: 172px;
	float: right;
	background-image: url("images/mainpart_centerpartbg_right.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.mainPartTopBorder {
	margin-top: 25px;
	height: 46px;
	background-image: url("images/mainpart_topbg.png");
	background-position: top center;
	background-repeat: repeat-x;
}

.mainPartTopBorder_CornerLeft {
	width: 23px;
	height: 46px;
	float: left;
	background-image: url("images/mainpart_topbg_left.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.mainPartTopBorder_CornerRight {
	width: 23px;
	height: 46px;
	float: right;
	background-image: url("images/mainpart_topbg_right.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.mainPart ul, .mainPart ol {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainPart p {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*

	VARIOUS TOPLIST CONTAINERS

*/

.frontpageContainer {
	text-align: center;
	background-color: #EDEDED;
	margin-bottom: 20px;
	width: 720px;
}

.frontpageContainer .leftPart {
	width: 230px;
	float: left;
}

.frontpageContainer .rightPart {
	width: 460px;
	float: left;
}

.frontpageContainer h2, .frontpageContainer h3, .frontpageContainer h4 {
	color: #D30000;
	font-size: 1em;
}

.frontpageContainer .singleBox {
	margin: 10px;
	width: 210px;
	float: left;
	text-align: left;
}

* html body .frontpageContainer .singleBox {
	width: 200px;
}

.frontpageContainer h3 {
	padding: 5px;
	font-size: 1em;
}

.frontpageContainer a {
	display: block;
	padding: 3px;
	padding-left: 5px;
}

.frontpageContainer a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

.frontpageContainer h3 a:link, .frontpageContainer h3 a:visited, .frontpageContainer h3 a:active {
	display: inline;
	color: #D30000;
	font-size: 1em;
	padding: 0px;
}

.frontpageContainer h3 a:hover {
	color: #FFFFFF;
}

.frontpageContainer ol {
	margin-left: 25px;
	color: #999999;
}

.frontpageContainer .clickCount {
	font-size: 0.8em;
}

.frontpageContainer .city {
	font-size: 0.8em;
}

.topListsContainer {
	text-align: center;
	background-color: #EDEDED;
	margin-bottom: 20px;
	width: 720px;
}

.topListsContainer h2, .topListsContainer h3, .topListsContainer h4 {
	color: #D30000;
	font-size: 1em;
}

.topListsContainer .tripleTopList {
	margin: 10px;
	width: 210px;
	float: left;
	text-align: left;
}

.topListsContainer .dualTopList {
	width: 49%;
	float: left;
	text-align: left;
}

.topListsContainer .tripleTopList h3, .topListsContainer .dualTopList h3 {
	padding: 5px;
	font-size: 1em;
}

.topListsContainer .tripleTopList a, .topListsContainer .dualTopList a {
	display: block;
	padding: 3px;
	padding-left: 5px;
}

.topListsContainer h3 a:link, .topListsContainer h3 a:visited, .topListsContainer h3 a:active {
	display: inline;
	color: #D30000;
	font-size: 1em;
	padding: 0px;
}

.topListsContainer .tripleTopList a:hover, .topListsContainer .dualTopList a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

.topListsContainer .dualTopList ol {
	margin-left: 25px;
	color: #999999;
}

.topListsContainer .clickCount {
	font-size: 0.8em;
}

.topListsContainer .city {
	font-size: 0.8em;
}

/*

	WVZ
	
*/

a.wvzCatEntry {
	display: block;
	padding: 11px;
	padding-left: 0px;
	font-size: 1.3em;
}

a.wvzCatEntry:hover {
}	

.wvzCatEntry .desc {
	color: #787878;
	font-size: 0.8em;
}

.wvzEntries_entryCont {
	width: 690px;
	margin-top: 20px;
}

.wvzEntries_entryCont .wvzEntries_theEntry {
	width: 230px;
	float: left;
	margin-bottom: 20px;
	font-size: 1.0em;
}

.wvzEntries_theEntry h4 {
	font-size: 1.3em;
}

.wvzEntries_theEntry .desc {
}

/*

	OTHER PAGES
	
*/

.resultDiv {
	width: 480px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 9px;
	font-size: 0.9em;
	background-image: url("images/sectionbg.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	border-left: 1px solid #EAEAEA;
	padding-left: 10px;
}

.resultDiv h3 {
	margin-bottom: 5px;
	color: #3f85e2;
	font-size: 1.2em;
}

.resultDiv h4 {
	margin-bottom: 9px;
	font-size: 1em;
}

.resultDiv .infoContainer1 {
	float: left;
	width: 280px;
}

.resultDiv .infoContainer2 {
	float: left;
	width: 280px;
	margin-bottom: 15px;
}

.resultDiv a.littleButton {
	display: block;
	float: left;
	padding: 3px;
	background-color: #EAEAEA;
	width: 7em;
	text-align: center;
	color: #555555;
	border: 1px solid #DADADA;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.resultDiv a.littleButton:hover {
	color: #AAAAAA;
	border: 1px solid #EAEAEA;
}

.resultDiv .extraContainer {
	width: 100%;
}

.resultDiv .detailTitle {
	/*font-style: italic;*/
	font-weight: bold;
}

.resultDiv .detail {
}

.resultDiv .true {
	color: #6699FF;
}

.resultDiv .false {
	color: #FF0000;
}

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

.imgBox {
	float: left;
}

.imgBox img {
	width: 133px;
	height: 100px;
	margin-right: 15px;
	border: 2px solid #FFFFFF;
}

.imgBox2 {
	margin-top: 25px;
}

.imgBox2 img {
	margin-right: 15px;
	border: 2px solid #FFFFFF;
}



a.contactButton:link, a.contactButton:visited, a.contactButton:active {	
	display: block;
	text-align: center;
	width: 200px;
	font-weight: bold;
}

.pageLinksCont {
	margin-top: 5px;
}

.pageLinksCont .text {
	float: left;
	margin-right: 5px;
	font-size: 0.8em;
	width: auto;
}

.pageLinksCont a:link, .pageLinksCont a:visited, .pageLinksCont a:active {
	display: block;
	float: left;
	font-size: 0.8em;
	padding: 6px;
	background-color: #3b5993;
	color: #FFFFFF;
	margin-right: 2px;
}

.pageLinksCont a:hover {
	background-color: #CACACA;
}

.pageLinksCont .pageLinkBox {
	float: left;
	font-size: 0.8em;
	padding: 6px;
	background-color: #CACACA;
	color: #FFFFFF;
	margin-right: 2px;
}

.registerFormList {
	list-style-type: none;
	font-size: 1.2em;
}

.registerFormList li {
	margin-bottom: 15px;
}

.registerFormList .title {
	margin-bottom: 5px;
}

.registerFormList .error {
	color: #FF0000;
	margin-bottom: 5px;
}

ul.descList {
	list-style-type: none;
	font-size: 0.9em;
}

#countrySelector, #regionSelector0, #regionSelector1, #regionSelector2 {
	/*width: 100%;*/
}

.wideSelect, .wideInput {
	width: 175px;
}

.wideSelect2, .wideInput2 {
	width: 275px;
}

ul.descList .infoTitle {	
	color: #676767;
	font-weight: bold;
}

.pageTitleBG {
	width: 586px;
	/*background-image: url("images/pagetitle_bg.png");
	background-position: top center;
	background-repeat: repeat-y;*/
	text-align: center;
	padding: 10px;
	color: #3366DD;
}

.pageTitleBG h3 {
	font-size: 1.3em;
}

.pageTitleBG h4 {
	font-size: 1em;
}	

.tabBar {
	background-color: #EAEAEA;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.tabBar .textBox {
	padding: 10px;
	color: #1f4354;
	display: block;
	float: left;
}

.tabBar a:link, .tabBar a:visited, .tabBar a:active {
	padding: 10px;
	color: #1f4354;
	display: block;
	float: left;
}

.tabBar a:hover {
	background-color: #DEDEDE;
	color: #3366DD !important;
	border-bottom: 3px solid #3366DD;
}

.tabBar .activated {
	background-color: #DEDEDE;
	color: #3366DD !important;
	border-bottom: 3px solid #3366DD;
}

.errorText {
	color: #FF0000;
	margin-bottom: 5px;
	font-weight: bold;
}

a.advertiseHereBtn:link, a.advertiseHereBtn:active, a.advertiseHereBtn:visited {
	display: block;
	padding: 10px;
	margin-top: 30px;
	background-color: #EAEAEA;
	color: #AA0000;
	text-align: center;
}	

a.advertiseHereBtn:hover {
	background-color: #CACACA;
	color: #FF0000;
}

/*

	FORMS
	
*/

.searchForm {
}

.searchForm .searchField {
	margin-bottom: 10px;
}

.searchForm .searchField .error {
	color: #FF0000;
	margin-bottom: 3px;
}

.searchForm .searchField .desc {
	font-size: 0.9em;
}

.searchForm h3 {
	margin-bottom: 10px;
}

.searchForm h4 {
	font-size: 1em;
	margin-bottom: 5px;
}

.normalForm {
	width: 560px;
}

.normalForm .formField {
	margin-bottom: 10px;
}

.normalForm h4 {
	font-size: 1em;
	margin-bottom: 5px;
}

.normalForm .error {
	color: #FF0000;
	margin-bottom: 3px;
}

.normalForm .formField .desc {
	font-size: 0.9em;
}

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

/*

	GENERAL STUFF
	
*/

.marginTop20 { margin-top: 20px; }

/*

	USERCP
	
*/

.containerBox {
	width: 100%;
}

.containerBoxInner {
	text-align: left;
}

.containerBoxInner h1 {
	margin-bottom: 20px;
	font-size: 1.5em;
}

.bigLinks {
	margin-top: 15px;
}

.bigLinks a {
	display: block;
	padding: 12px;
	border: 1px solid #6699FF;
	background-color: #EAEAEA;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.bigLinks a:hover {
	border: 1px solid #DFDFDF;
	background-color: #EFEFEF;
}

.nUsercpTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.0em;
}

.nUsercpTable td, th {
	padding: 10px;
}

.nUsercpTable th {
	background-color: #EFEFEF;
}

.nUsercpTable td {
	border-bottom: 1px solid #3366DD;
}

.nUsercpTable h2 {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}

.nUsercpTable h3 {
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
}

.nUsercpTable .bg1 {
	background-color: #FFFFFF;
}

.nUsercpTable .bg2 {
	background-color: #EAEAEA;
}

.nUsercpTable span.signalText {
	color: #FF0000;
}

.nUsercpTable span.posSignalText {
	color: #3a8800;
}




.voteBar {
	margin-top: 5px;
	color: #ABABAB;
	text-align: left;
}

* html body .adCodeTable {
	width: 720px !important;
}

a.topLinkNew:link, a.topLinkNew:active, a.topLinkNew:visited {
	float: left;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.singleBoxWidener {
	width: 100%;
}

/*

	ADMIN-CP
	
*/

.adminMenu {
	text-align: right;
}

.adminMenu a:link, .adminMenu a:visited, .adminMenu a:active {
	display: block;
	padding: 7px;
	font-size: 1.2em;
	border-bottom: 1px solid #CACACA;
}

.adminMenu a:hover {
	background-color: #FF0000;
	border-bottom: 1px solid #FF0000;
	color: #FFFFFF;
}

.adminMenu a.sublinks:link, .adminMenu a.sublinks:visited, .adminMenu a.sublinks:active {
	font-size: 0.9em;
	margin-right: 25px;
	border: none;
}

.categoryList {
	list-style-type: none;
}

.categoryList h2 {
	margin-top: 20px;
}