body {
	background-image: url("/templates/default/pics/background_page.gif");
	background-color: #333333;

	margin: 0px;
	padding: 0px;

	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}

img { border: 0px; }
.clear { clear: both; }

hr {
	size: 0px;
	height: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px #333333 dashed;
}

/* ############################################### */

form { padding: 0px; margin: 0px; }

.form_field {
	clear: both;
	width: 100%;
}
.form_break {
	clear: both;
	width: 100%;
	height: 20px;
}
.form_field_left {
	float: left;
	width: 130px;
	background-color: #333333;
	padding: 7px;
	border-bottom: 1px #777777 solid;
}
.form_field_left_ {
	float: left;
	width: 130px;
	padding: 7px;
/*	border-bottom: 1px #777777 solid; */
}
.form_field_right {
	float: left;
	margin: 0px;
	padding: 3px 0px 0px 5px;
}
.form_input, .form_input_req {
	border: 1px #f0f0f0 solid;
	margin: 0px;
	padding: 2px;

	background-color: #cccccc;

	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.form_input_req_ {
	border: 1px #d00000 solid;
	background-color: #fff0f0;
	margin: 0px;
	padding: 2px;

	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.form_select {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.button_submit {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;

	cursor: pointer;

/*	padding: 2px 5px 2px 5px; */
	margin: 0px;
}
.button {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	cursor: pointer;
}

/* ############################################### */

#container {
	padding: 0px;
	margin-top: 100px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;

	position: absolute;
	left: 50%;
/*	margin-left: -380px; */
	margin-left: -420px;

	width: 760px;
	background-color: #222222;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

#header {
}
#header_pic {
}
#logo {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#footer {
	border-top: 1px #555555 dashed;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #777777;
	line-height: 16px;
}
#footer a {
	color: #aaaaaa;
}
#footer a:hover {
	color: #cccccc;
}

/* ############################################### */

#menu {
	width: 100%;
	height: 25px;
	background-color: #555555;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	height: 20px;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;

	float: left;
	list-style: none;
	background-color: #555555;
}
#menu ul li.hover {
	background-color: #93c400;
}
#menu ul li.active {
	background-color: #e97300;
}
#menu ul li.hover_active {
	background-color: #ff7e00;
}
#menu ul li a {
	text-decoration: none;
	color: #ffffff;
}

#user_menu {
	width: 100%;
	height: 31px;
	background-color: #333333;
	border-top: 3px #e97300 solid;
}

#user_menu ul {
	padding: 0px;
	margin: 0px;
}
#user_menu ul li {
	height: 20px;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;

	float: left;
	list-style: none;
	background-color: #333333;
}
#user_menu ul li a:link, #user_menu ul li a:active, #user_menu ul li a:visited {
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	border-bottom: 1px dashed #999999;
}
#user_menu ul li a:hover {
	border-bottom: 1px dashed #ffffff;
}

/* ############################################### */

h1 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 20px;
	color: #e97300;
}
h2 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 14px;
	color: #e97300;
}
#content a:link, #content a:active, #content a:visited {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #999999;
}
#content a:hover {
	border-bottom: 1px dashed #ffffff;
}

.site {
	border: 1px #333333 solid;
	margin-bottom: 10px;
	clear: both;
}
.site_header, .site_body { padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; } 
.site_header { background-color: #333333; font-weight: bold; } 
.site_body { clear: both; } 
.site_body ul { padding: 0px; margin: 0px; }
.site_body ul li { float: left; list-style: none; } 

/* ############################################### */

.cp_mysite {
	border: 1px #555555 dashed;
	background-color: #333333;
	padding: 10px;
	margin-bottom: 10px;
}
#content .cp_mysite a {
	border-bottom: none;
}
.cp_icon {
	margin-left: 10px;
}

/* ############################################### */

.site_comment {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	border: 3px #333333 solid;
}
.site_datetime { color: #777777; }

#comments {}

.place {
	font-size: 20px;
	color: #999999;
}
.place_1, .place_2, .place_3 {
	color: #93c400;
}
.place_change {
	font-size: 9px;
	color: #ffffff;
}

/* ############################################### */

.stat_table {
	background-color: #000000;
}
.stat_header {
	background-color: #444444;
}
.stat_site {
	background-color: #222222;
}
.stat_pos {
	background-color: #111111;
}

/* ############################################### */

#advert_links {
	position: absolute;
	left: 50%;
	margin-left: 360px;
	margin-top: 320px;

	text-align: center;
	line-height: 12px;
	width: 125px;
	height: 125px;
	border: 1px #cccccc dashed;
	background-color: #222222;

	font-size: 9px; color: #cccccc; font-family: Tahoma;
}
#advert_links a { font-size: 9px; color: #ffffff; font-family: Tahoma; }

#advert125x125_1 {
	position: absolute;
	left: 50%;
	margin-left: 360px;
	margin-top: 21px;
}

#advert125x125_2 {
	position: absolute;
	left: 50%;
	margin-left: 360px;
	margin-top: 166px;
}
.advert {
	text-align: center;
	line-height: 120px;
	width: 125px;
	height: 125px;
	border: 1px #cccccc dashed;
	background-color: #222222;
}
.advert_ {
	text-align: center;
	width: 125px;
	height: 125px;
}

.advert a, #advert600x60 a { color: #ffffff; text-decoration: none; border-bottom: 1px #ffffff dashed; }

#advert600x60 {
	height: 130px;
	
	border-bottom: 1px #cccccc dashed;
	background-color: #222222;

	text-align: center;
	line-height: 60px;
}
#ya_direct {
	height: 150px;
	padding: 10px;
	
	border-bottom: 1px #cccccc dashed;
	background-color: #ffffff;

	text-align: center;
	line-height: 60px;
}

fieldset {
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px #555555 solid;
}
legend {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom:0px;
	color: #ffffff;
}

/* ############################################### */

#scroller {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#scroller a:link, #scroller a:active, #scroller a:visited {
	background-color: #333333;
	padding: 5px 7px 5px 7px;
	text-decoration: none;
	border-bottom: none;
}
#scroller a:hover {
	background-color: #555555;
}

#scroller a.active {
	background-color: #e97300;
	padding: 5px 7px 5px 7px;
	text-decoration: none;
	border-bottom: none;
}


/* ############################################### */

#google {
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

