/*
Theme: Amphitere Default Theme
Version: 2.1
Author: dajmon
*/

body { 
	border: 0px;
	color: #cccccc; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0;
	padding: 0;
	background:#000000 url(/styles/default/images/body_bg.jpg) no-repeat 50% 10px;
	text-align: center;
}

h1 { font-size:20px; font-weight:normal; margin: 0px; }
h2 { font-size:18px; font-weight:normal; margin: 0px; }
h3 { font-size:16px; font-weight:bold; }
h4 { font-size:14px; font-weight:bold; }
h5 { font-size:12px; font-weight:bold; }
h6 { font-size:12px; font-weight:bold; }

.thead {
	border: 1px solid #cccccc;
	background-color:#f6f6f6;
}

.tcell {
	font-size: 12px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;  
	padding: 2px;
}

#admin {
	color: #9c9a00;
}

#moderator {
	color: #2b6796;
}

#user {
	color: #000000;
}

#epic {
	color: #a335ee;
}

input {
	background-color:#f6f6f6;
	font-size: 12px;
	border: 1px solid #cccccc; 
	padding: 4px;
	color: #333333;
}

input:focus {
	background-color: #ffffff;
	font-size: 12px;
	border: 1px solid #999999; 
	padding: 4px;
	color: #333333;
}

input.warning {
	background-color:#f6f6f6;
	font-size: 12px;
	border: 1px solid #cccccc; 
	padding: 4px;
	color: red;
}

textarea {
	background-color:#f6f6f6;
	font-size: 12px;
	border: 1px solid #cccccc; 
	padding: 4px;
	color: #333333;
}

textarea:focus {
	background-color:#ffffff;
	font-size: 12px;
	border: 1px solid #999999; 
	padding: 4px;
	color: #333333;
}

input.button {
	background:#f6f6f6 url(/styles/default/images/input_bg.gif) repeat-x;
	font-size: 12px;
	color: #333333; 
	border: 1px solid #cccccc; 
	padding: 3px;
}

select { 
	background-color:#f6f6f6;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 4px; 
	color: #333333; 
}

.checkbox {
	background-color:#f6f6f6;
	font-size: 12px;
	border: 1px solid #cccccc; 
	padding:0px;
	margin:0px;
	color: #333333;
}

#fixedtipdiv { 
	position:absolute; 
	padding: 2px; 
	border: 1px solid #999999;
	font-size: 12px; 
	color: #333333;
	font-family: "trebuchet MS", verdana, sans-serif; 
	line-height:18px; 
	z-index:100; 
	background-color:#f6f6f6;
	text-align: left;
}



#wrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto; 
}

#body_logo {
	margin-top: 50px;
	width: 198px;
	height: 103px;
	background: url(/styles/default/images/body_logo.gif) no-repeat 0% 0%;
}

#body_model {
	position: absolute;
	margin-top: -152px;
	margin-left: 440px;
	width: 599px;
	height: 193px;
	background: url(/styles/default/images/body_model.gif) no-repeat 0% 0%;
	z-index: 0;
}

#body_topnav {
	margin-top: 10px;
	width: 1000px;
	height: 29px;
	top: 160px;
	background:#000000 url(/styles/default/images/topnav_bg.gif) repeat-x 0% 0%;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#body_topnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 113px;
	float: left;
}

#body_topnav li {
	position: relative;
}

#body_topnav a {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/styles/default/images/topnav_item_bg.gif) #000000 bottom left repeat-x;
	font-size: 10px;
	height: 29px;
	line-height: 29px;
	display: block; 
	color: #c1c1c1;
	text-decoration: none; 
	text-align: center;
	z-index: 2;
}

#body_topnav li a:hover { 
	color: #e9e7e7;
	text-decoration: none;
	background: url(/styles/default/images/topnav_item_hover_bg.gif) #000000 bottom left repeat-x;
}

#body_topnav a.topnav_child {
	color:#00cccc;
	background: none;
}

#body_topnav a:hover.topnav_child {
	background: none;
}

#body_topnav li.topnav_child {
	background-color: #000000;
	border: 1px solid #333333;
}

#body_topnav ul ul {
	position: absolute;
	z-index: 1001;
	height: 20px;
}

#body_topnav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#body_topnav ul ul, div#body_topnav ul li:hover ul ul, div#body_topnav ul ul li:hover ul ul {
	display: none;
}
div#body_topnav ul li:hover ul, div#body_topnav ul ul li:hover ul, div#body_topnav ul ul ul li:hover ul {
	display: block;
}

#body_outer {
	width: 1000px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: auto;
}

#body_inner {
	border: 1px solid #ffffff;
	width: 998px;
	background:#ffffff url(/styles/default/images/body_content_shadow.gif) repeat-x 0% 0%;
}

#body_footer {
	width: 1002px;
	height: 30px;
	font-size: 10px;
	color: #666666;
	background: url(/styles/default/images/body_footer.gif) repeat-x 0% 0%;
	text-align: center;
	line-height: 26px;
	padding-bottom:30px;
}

#body_loginmenu {
	position: absolute;
	margin-left: 820px;
	margin-top: 18px;
	font-size: 10px;
	color: #c1c1c1;
	z-index: 1;
	text-transform:uppercase;
}

#body_loginmenu a {
	color: #669900;
	text-decoration: none;
	text-transform:uppercase;
}


.pagenav {
	height:1%;
	clear:both;
	overflow:hidden;
	padding:10px 0;
}

.pagenav a {
	width:37px;
	height:41px;
	background:url(/styles/default/images/page_num.gif) no-repeat 0 0;
	color:#333333;
	display:block;
	text-align:center;
	float:left;
	margin:0 5px;	
	padding-top:3px;
	text-decoration:none;
}

.pagenav a:hover {
	background:url(/styles/default/images/page_num.gif) no-repeat 0 100%;
	color:#ffffff;
}

.pagenav .current {
	width:37px;
	height:41px;
	background:url(/styles/default/images/page_num.gif) no-repeat 0 100%;
	color:#ffffff;
	display:block;
	float:left;
	text-align:center;
	margin:0 5px;
	padding-top:3px;
	font-weight:bold;
}




ul#gallery_simple, #gallery_simple ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

ul#gallery_simple li {
	float: left;
	padding: 10px;
	margin-right: 10px;
	width: auto;
	height: 80px;
	text-align: center;
	color: #666666;
}

ul#gallery_simple li:hover {
	color: #ffffff;
	background-color: #51c9ca;
	border-color: #369;
	font-weight: bold;
}

ul#gallery_simple img {
	width: 120px;
	height: 80px;
	display: block;
	margin-bottom: 5px;
}







ul#gallery, #gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

ul#gallery li {
	float: left;
	padding: 10px;
	margin-right: 25px;
	margin-bottom: 45px;
	width: auto;
	height: 100px;
	background-color: #eaeaea;
	text-align: center;
	color: #666666;
}

ul#gallery li:hover {
	color: #ffffff;
	background-color: #51c9ca;
	border-color: #369;
	font-weight: bold;
}

ul#gallery img {
	width: 120px;
	height: 80px;
	display: block;
	margin-bottom: 5px;
}

img,a img{
	border: 0;
}





.sidepanel_body ul {
	margin-left: 0px; 
	padding-left: 12Px;
	list-style: none;
}

.sidepanel_body li {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 0px;
}


.sidepanel_title {
	color:#00cccc!important;
	font-size:10px;
	text-transform:uppercase;
	padding-bottom: 5px;
}

.sidepanel_body {
	color:#555555;
	padding:0px 5px;
	border-top:1px solid #dfdfdf;
	text-transform:uppercase;
	font-size:10px;
	padding-bottom: 20px;
}

.sidepanel_body p {
	text-indent: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.sidepanel_body ul {
	margin-left: 0px; 
	padding-left: 12Px;
	list-style: none;
}

.sidepanel_body li {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 0px;
}

.sidepanel_body li.section {
	margin-top: 8px;
	margin-bottom: 4px;
	padding-left: 0px;
}

.sidepanel_body ul li:before {
	content: "\00BB \0020";
	font-size:13px;
	font-weight: bold;
}

.sidepanel_body ul li.section:before {
	content: "";
}

.sidepanel_body h1 {
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	color:#ff6600!important;
	font-size:14px;
	font-weight:normal;
}

.sidepanel_body a {
	color:#669900;
	text-decoration: none;
}

.sidepanel_body a:hover {
	color:#669900;
	text-decoration: underline;
}

.sidepanel_spacer {
	line-height:30px;
	border-top:1px solid #dfdfdf;
}




#divinputfile {
	background:url(/styles/default/images/button_uploadfile.gif) no-repeat 100% 1px;
	height:25px;
	width:315px;
	margin:0px;
	padding:0px;
}

#divinputfile #filepc {
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
}

#fakeinputfile {
	margin-top:-27px;
}

#fakeinputfile #fakefilepc {
	width:265px;
	height:13px;
}




#content_cont_main {
	float: left;
	clear: right;
	width: 680px;
	margin-left: 20px;
	margin-top: 25px;
	padding-bottom: 10px;
	line-height:18px;
	color:#555555;
	padding-right: 20px;
}

#content_cont_main a {
	color: #669900;
	text-decoration: none;
}
#content_cont_main h1 {
	color:#ff6600!important;
	font-size:18px;
}

#content_cont_main h2 {
	color:#b9b9b9!important;
	font-size:16px;
	font-weight: bold;
}

#content_cont_main h3 {
	color:#555555!important;
	font-size:13px;
	font-weight:bold;
}

#content_cont_right {
	margin-top: 25px;
	margin-left: 740px;
	border-left:1px solid #cccccc:
}




.comment_cont {
	padding:0px;
	width: 680;
	margin-left: -10px;
}

.comment_cont li {
	padding:15px 15px 5px 25px;
	clear:both;
	height:1%;
	border-bottom:1px solid #cccccc;
	overflow:hidden;
	list-style: none;
}

.comment_body {
	line-height:18px;
	color:#555555;
	overflow:hidden;
	clear:both;
}

.comment_body p {
	padding:0px;
}

.comment_right {
	width: 540px;
	float: right;
	padding-left: 0px;
}

.comment_author {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.comment_author, .comment_author a {
	font-weight:bold;
	color: #23B8E8;
	text-decoration: none;
	font-size: 12px;
	padding-right: 4px;
}


.comment_date {
	float: right;
	margin-top: 0px;
	color: #999999;
	margin-bottom: 0px;
}

.comment_avatar {
	width: 64px;
	height: 64px;
	float: left;
	overflow: hidden;
	margin-left: -5px;
}

.comment_number {
	clear:both;
	text-align:right;
	color:#dddddd;
	font-size:15px;
	font-weight:bold;
}






.content_title {
	color:#ff6600!important;
	font-size:18px;
	font-weight:normal;
}

.content_body {
	line-height:18px;
	color:#555555;
	overflow:hidden;
	padding:10px 5px;
	clear:both;
	height:1%;
	border-top:1px solid #dfdfdf;
}

.content_body_trhov tr:hover {
	background-color:#f3f3f3;
}

.content_body_trbg tr {
	background-color:#f3f3f3;
}

.content_body a {
	color:#67A400;
	text-decoration: none;
}

.content_cutter {
	margin-bottom: 40px;
	background:url(/styles/default/images/content_cutter.gif) repeat-x left bottom;
	height:20px;
	padding:5px;
	text-indent:-99999px;
	overflow:hidden;
	color:#ffffff;
}

.content_comment {
	text-decoration:none;
	font-size:10px;
	color:#555555;
	text-transform:uppercase;
}

.content_comment a {
	color:#669900;
	text-decoration: none;
}

.content_comment a:hover {
	color:#FF6200;
}

.content_body a {
	color: #669900;
	text-decoration: underline;
}



.mergeline {
	float:left;
}

.profile_title {
	color:#ff6600!important;
	font-size:18px;
	font-weight:normal;
	float: left;
}

.profile_extra {
	float: right;
}

.profile_body {
	line-height:18px;
	color:#555555;
	overflow:hidden;
	padding:20px;
	clear:both;
	height:1%;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

.profile_info {
	padding: 0px;
	font-size:10px;
}

.profile_info a {
	color: #669900;
	text-decoration: underline;
}

.profile_info ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	width:200px;
	line-height: 22px;
	margin-left: 10px;
}

.profile_info li {
	color: #999999;
}

.profile_info ul li {
	display: block;
	position: relative; 
	float:left;
	height:100%; 
	width:100%;
	text-transform:uppercase;
}

.profile_info ul ul {
	position: absolute; 
	top: 0;
	display: block;
	margin-left: 200px;
}

.profile_info ul ul li {
	color: #555555;
	text-transform:none;
	font-weight:normal;
}

.profile_avatar {
	float: left;
	width: 300px;
}

.profile_info {
	float: left;
}

.profile_introduction {
	padding: 10px;
	font-size:11px;
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	background-color: #f3f3f3;
}

.box_grey {
	background-color:#f6f6f6;
	font-size: 12px;
	border: 1px solid #cccccc; 
	padding: 4px;
	color: #333333;
}

.clear {
	clear: both;
}




ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    background: #bdf url(/styles/default/images/tab.png);
    float: left;
    margin: 0 5px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: url(/styles/default/images/tab.png) 100% 0;
    color: #555555;
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #48f;
    background-position: 0 -60px;
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #ffffff;
    font-weight: bold;
}

div.content {
    border-top: #dfdfdf solid 1px;
    clear: left;
    padding: 1em;
}







ol#tocnocss {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#tocnocss li {
    background: #bdf url(/styles/default/images/tab.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ol#tocnocss a {
    background: url(/styles/default/images/tab.png) 100% 0;
    color: #008;
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#tocnocss li.current {
    background-color: #48f;
    background-position: 0 -60px;
}

ol#tocnocss li.current a {
    background-position: 100% -60px;
    color: #fff;
    font-weight: bold;
}

div.contentnocss {
    border-top: #dfdfdf solid 1px;
    clear: left;
    padding: 4px;
}

div.contentnocss .header {
	margin-top: 10px;
	margin-bottom: 1px;
   	font-size:16px;
	color:#ff6600!important;
	font-weight: bold;
}

.tdbg {
	background-color:#f3f3f3;
}

