html, body {
	height: auto;
}

body {
	margin: 30px 0 0 0;
	padding: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
}

/* ie5/mac hack \*/
html, body {
	height: 100%;
}
body {
	margin: 0;
}
/* end */

body, table, select, input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

form {
	padding: 0;
	margin: 0;
}

#center {
	height: 100%;
	width: 100%;
}

.admin #center #centertd {
	padding-top: 30px;
	vertical-align: top;
}

#container {
	height: 500px;
	margin: 0px auto;
	text-align: left;
	width: 770px;
}

.admin #container {
	height: auto;
}

a img {
	border: none;
}

div.c {
	clear: both;
}

/*** headers ***/
#headers {
	
}
#headers h1 {
	margin: 0;
	padding: 0;
}
#headers h2 {
	margin: 0;
	padding: 2px 0 2px 0;
}
#headers p {
	color: #7A7A7A;
	margin: 0;
	padding: 0 0 2px 0;
}

/*** content ***/
#content {
	height: 420px;
	border-top: 1px solid #7A7A7A;
	border-bottom: 1px solid #7A7A7A;
	background-repeat: no-repeat;
	background-position: top right;
	background-repeat: no-repeat;
}

#content a {
	color: #fff;
	text-decoration: none;
	/*background-image: url(../images/icons/arrow_grey.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 0 8px 0 0;*/
}

.admin #content {
	height: auto;
}

/*** topmenu ***/
#topmenu {
	float: left;
	margin: 0;
	padding: 5px 0 8px 0;
	list-style-type: none;
}
#topmenu li {
	float: left;
	padding: 0 7px;
	border-left: 1px solid #7A7A7A;
	list-style-type: none;
	margin:0;
}
#topmenu li.first {
	padding-left: 0;
	border-left: none;
}
#topmenu li a {
	float: left;
	background: none;
	padding: 0;
}

/*** leftbox ***/
#leftbox {
	background-color: #151515;
	clear: both;
	float: left;
	display: inline;
	width: 140px;
	height: 360px;
	padding: 10px;
}

#leftbox .strecth {
	background:transparent;
	height:95%;
}

#leftbox #leftmenu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}

#leftbox .box {
	
}
#leftbox .box h2 {
	margin: 0;
	padding: 10px 0 5px 0;
}
#leftbox .box p {
	margin: 0;
	padding: 0 0 5px 0;
}
#leftbox .box a {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/icons/arrow_grey.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 0 8px 0 0;
}
#leftbox .box a:hover {
	color: #999;
	background-image: url(../images/icons/arrow_darkgrey.gif);
}
/*** rightbox ***/
#rightbox {
	float: right;
	display: inline;
	width: 610px;
	height: 380px;
}

.admin #rightbox {
	height: auto;
}
.img_right {
	float: right;
	padding: 0 0 5px 5px;
}

.img_left {
	float: left;
	padding: 0 5px 5px 0;
}


/*** frontpage ***/
#frontpage {
	clear: both;
	width: 285px;
	padding: 20px 0 0 0;
}

#frontpage h2 {
	padding: 15px 0 0 0;
	margin: 0;
}
#frontpage p {
	padding: 5px 0 0 0;
	margin: 0;
}
#frontpage a {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/icons/arrow_grey.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 0 8px 0 0;
}
#frontpage a:hover {
	color: #999;
	background-image: url(../images/icons/arrow_darkgrey.gif);
}	

.c-magin {
	margin: 20px 10px 10px 10px;
}


/*** input styles ***/
.input-text-login, .input-text-login-small, .input-text-normal, .input-text-small {
	border: 1px solid #919191;
	padding: 1px;
	width: 200px;
	background-color: #444;
	color: #fff;
}

.input-text-view {
	border: 1px solid #919191;
	padding: 1px;
	width: 250px;
	background-color: #444;
}

.input-but {
	background-color: #fff;
	margin-top: 5px;
}

.input-text-login-small, input-text-small {
	width: 120px;
}

.input-boxtext {
	padding-top: 5px;
}






/** FORUM css **/
#forum-top {
	width: 100%;
}

#forum-top td {
	padding-bottom: 5px;
}

#forum-top a {
	color2: #88000A;
	text-decoration: none;
}

#forum-items {
	border-bottom: 1px solid #444;
	width: 100%;
}

#forum-items td {
	border-top: 1px solid #444;
	padding: 3px;
}

#forum-items tr.alt {
	background-color: #222;
}

#forum-items td a {
	text-decoration: none;
}

#forum-items td a strong {
	color: #444;	
	text-decoration: none;
}



/** Movies **/
div.paging {
	float: right;
}

div.paging ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.paging ul li {
	color: #fff;
	display: inline;
	padding: 0px 10px;
	border-right: 1px solid #fff;
}
#content.red div.paging ul li {
	color: #fff;
}
div.paging ul li.prev {
	padding: 0 10px 0 0;
}
div.paging ul li.prev a {
	padding: 0 0 0 10px;
	background: none;
}
div.paging ul li.next {
	padding: 0 0 0 10px;
	border-right: none;
}
div.paging ul li.next a {
	padding: 0 10px 0 0;
	background: none;
}
div.paging ul li a {
	color: #fff;
	text-decoration: none;
	background: none;
}
