@import url("menu.css");

body  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFF;
/*	background-image: url(/images/elements/web_bg.gif); background-repeat: repeat-x; */
	background: #4b4b4b;
	margin: 4px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link, a:visited, a:active {COLOR: #ce0000; TEXT-DECORATION: none; font-weight: bold;}
a:hover {COLOR: #930000; TEXT-DECORATION: none; font-weight: bold}

h1 a:link, .h1 a:link, h1 a:visited, .h1 a:visited, h1 a:active, .h1 a:active {COLOR: #000000; TEXT-DECORATION: none; font-weight: bold;}
h1 a:hover, .h1 a:hover {COLOR: #990000; TEXT-DECORATION: none; font-weight: bold}

.h2 a:link, .h2 a:visited, .h2 a:active {COLOR: #000; TEXT-DECORATION: none; font-weight: bold;}
.h2 a:hover {COLOR: #990000; TEXT-DECORATION: none; font-weight: bold}

.h2_red a:link, .h2_red a:visited, .h2_red a:active {COLOR: #ce0000; TEXT-DECORATION: none; font-weight: bold;}
.h2_red a:hover {COLOR: #990000; TEXT-DECORATION: none; font-weight: bold}

.h2_green a:link, .h2_green a:visited, .h2_green a:active {COLOR: #008040; TEXT-DECORATION: none; font-weight: bold;}
.h2_green a:hover {COLOR: #990000; TEXT-DECORATION: none; font-weight: bold}

.header a:link, .header a:visited, .header a:active {COLOR: #FFF; TEXT-DECORATION: none; font-weight: bold;}
.header a:hover {COLOR: #000; TEXT-DECORATION: none; font-weight: bold}

h3 a:link, .h3 a:link, h3 a:visited, .h3 a:visited, h3 a:active, .h3 a:active {COLOR: #000000; TEXT-DECORATION: none; font-weight: bold;}
h3 a:hover, .h3 a:hover {COLOR: #990000; TEXT-DECORATION: none; font-weight: bold}

#header a:link, #header a:visited, #header a:active {COLOR: #fff; TEXT-DECORATION: none; font-weight: bold;}
#header a:hover {COLOR: #af5425; TEXT-DECORATION: none; font-weight: bold}

.p_light a:link, .p_light a:visited, .p_light a:active {COLOR: #000; TEXT-DECORATION: none; font-weight: normal;}
.p_light a:hover {COLOR: #930000; TEXT-DECORATION: none; font-weight: normal;}

.black_link a:link, .black_link a:visited, .black_link a:active {COLOR: #000; TEXT-DECORATION: none; font-weight: normal;}
.black_link a:hover {COLOR: #930000; TEXT-DECORATION: none; font-weight: normal;}

.beginners_nav {
	margin-left: 390px;
	margin-top: 24px;
	width: 335px;
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

/*FONTS*/

h1, .h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2, .h2, .h2_red, .h2_green, .header {
	font-size: 14px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight: bold;
}

.h2_green {
	color: #008040;
}

h3, .h3 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: bold;
}

.header_card {
	font-size: 11px;
	background-image: url(/images/elements/headline_bg.gif); background-repeat: no-repeat;;
	height: 22px;
	color: #FFF;
	padding-left: 24px;
	padding-top: 5px;
	text-align: left;
	margin-bottom: 2px;
	font-weight: bold;
}

.header_world {
	font-size: 11px;
	background-image: url(/images/elements/world_headline_bg.gif); background-repeat: no-repeat;;
	height: 22px;
	color: #FFF;
	padding-left: 30px;
	padding-top: 5px;
	text-align: left;
	margin-bottom: 2px;
	font-weight: bold;
}

p, .p, .spot, .spot.p {
	margin: 0px;
	font-size: 11px;
}

p_larger, .p_larger {
	margin: 0px;
	font-size: 12px;
}

hr {
	color: #000;
	height: 1px;
}

.spot td a:link, .spot td a:visited, .spot td a:active, .spot td a:hover {
	font-size: 11px;
}

.spot_bg_alt {
	background: #d7bfb0;
	padding: 10px;
}

#top_links {
	font-size: 9px;
}

.info_box {
	padding: 5px;
	border: 1px solid #990000;
	margin: 20px 40px 20px 40px;
}

.info_box_right {
	width: 130px;
	float: right;
	padding: 5px;
	border: 1px solid #990000;
	margin: 0px 0px 5px 5px;
	word-wrap: break-word;
}

.info_box_left {
	width: 130px;
	padding: 5px;
	border: 1px solid #990000;
	margin: 0px 0px 5px 5px;
	word-wrap: break-word;
}

.std_ul {
	border-bottom: 1px solid #cfcfcf;
}

.odd {background: #FFFFFF;}
.even {background: #dac1b1;}

.structure #container { 
	width: 990px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	text-align: left;
	padding-top: 5px;
	background: #231f20;
	height: 90px;
}

#header_vip {
	text-align: left;
	padding-top: 5px;
	background: #231f20;
	background: url(/images/elements/header_vip.gif); background-repeat: no-repeat;
	height: 90px;
	clear:both;
}

#header_blog {
	text-align: left;
	padding-top: 5px;
	background: #231f20;
	height: 90px;
}

#header_logo {
	padding-left: 20px;
	width: 284px;
	float: left;
}

#header_spot {
	color: #FFF;
	text-align: center;
}

#header_login {
	width: 180px;
	color: #FFF;
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
}

#spacer_top{
	padding-top: 10px;
	margin-bottom: 15px;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

#top_links {
	width: 80%;
	text-align: left;
	padding-top: 5px;
}

#top_lang {
	width: 20%;
	text-align: right;
}

#main {
	padding-left: 20px;
	padding-right: 19px;
}

#footer {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#column_left { 
	width: 180px;
	padding-right: 19px;
	margin: 0px;
}

#column_center {
	width: 450px; 
	margin: 0px;
	clear: both;
}

#column_right { 
	width: 280px;
	padding-left: 19px;
	text-align: left;
	margin: 0;
}

#column_center_wide {
	width: 749px; 
	margin: 0;
	clear: both;
}

.spot, #top_news, .main_element {
	margin-bottom: 20px;
}

#breadcrumbs {
	font-size: 9px;
	margin-bottom: 10px;
}

.print_box {
	width: 54px;
	text-align: center;
	float: right;
	height: 20px;
	padding: 3px;
	margin: 0px;
}

/* DROPDOWNS */
.popselect, .select {
	font-family: Tahoma, Verdana; font-size: 11px; width: 350px;
	background: #f0e7a6;
}

.pop {font-size: 11px;}
.popbg {font-size: 11px; background-color: #cccccc}

/* INPUTBUTTONS & SUBMITBUTTONS */
.input_blk {
/*	font-size: 11px;
	background: #f2f2f2;
	border: 1px solid #868686; */
	font-family: Tahoma, Verdana, Arial, Tahoma; 
    padding: 2px 2px;
	border: 1px solid #808080; 
	background: #FFF url(/images/elements/input_bg_gold.gif) no-repeat -2px -2px;
	font-size: 11px;
	scrollbar-base-color: #d5b652;
	scrollbar-arrow-color: #000;
}

.submit {
	font-family: Verdana, Tahoma; 
	font-weight: bold;
	height: 19px;
	border: none;
	margin-top: 1px;
	background: #FFF url(/images/elements/input_bg_gold.gif) -2px -2px;
	border: 1px solid #808080; 
	font-size: 11px;
}

.submit_gold {
	font-family: Tahoma; 
	font-weight: bold;
	height: 37px;
	width: 170px;
	border: none;
	margin-top: 1px;
	background: url(/images/elements/submit_bg_gold.gif); background-repeat: no-repeat;
	font-size: 14px;
	text-align:center;
	cursor: pointer;
}

ol {
	margin-top: 4px;
	margin-bottom: 4px;
}

.tr_effect {
	background: #efefef;
}

.tr_std {
	background: #ffffff;
}

.cell_ul {
	border-bottom: 1px solid #545454;
}

.cell_ul_light {
	border-bottom: 1px solid #c0c0c0;
}

.gustv_thumb {
	width:140px;
	
}

.breakpage {page-break-after: always}

/* BLOG BOX */
#blackbox {font-size:11px; margin-bottom: 20px;}

#blackbox_top {background: url(/images/elements/blackbox_top.gif); background-repeat: no-repeat;}
#blackbox_bottom {background: url(/images/elements/blackbox_bottom.gif); background-repeat: no-repeat;}

#blackbox_top, #blackbox_bottom {height: 12px;}

.blackbox_bg {background-image: url(/images/elements/blackbox_bg.gif); background-repeat: repeat-y; margin:0px;width: 280px;}

