@CHARSET "UTF-8";
@import "videotar.css";
@import "banners.css";
@import "jquery-ui-1.7.2.custom.css";
@import "gallery.css";
@import "guestbook_001.css";
@import "colorbox.css";
@import "pagination.css";
@import "div.chat.css";
@import "miss.css";
@import "user.css";
@import "menu.css";
@import "pm.css";
@import "pending.css";
*:focus
{
	outline:none;
}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner
{
	border:none;
}
html
{
}
body
{
	margin:0;
	font-family:Tahoma;
	font-size:12px;
	position:relative;
}
body > div#loading
{
	font-size:80%;
	font-weight:bold;
	position:fixed;
	display:none;
	z-index:100;
	left:1px;
	padding:5px;
	bottom:1px;
	color:#ffffff;
	text-transform:uppercase;
	background:#DF0D0D;
}
a
{
	outline:none !important;
}
img
{
	border:none;
}
div#layout
{
	width:1000px;
	margin:0 auto 0 auto;
	background:#ffffff;
}
div#layout > div#header
{
	margin:3px 0 0 0;
}
div#layout > div#header > div#topline
{
	height:25px;
	width:100%;
	background:url(../img/menubg.png) repeat-x center;
}
div#layout > div#header > div#topline > div.text
{
	color:#ffffff;
	padding:6px 0 0 2px;
	float:left;
}
div#layout > div#header > div#topline > div.text a
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
div#layout > div#header > div#topline > div.spacer
{
	float:left;
	height:25px;
	width:2px;
	background:url(../img/headspacer.png) no-repeat;
	margin:0 3px 0 3px;
}
div#layout > div#header > div#logo
{
	width:1000px;
	height:137px;
	margin:7px 0 0 0;
}
div#layout > div#leftside
{
	width:750px;
	overflow:hidden;
	margin:7px 0 0 0;
	float:left;
}
div#layout > div#rightside
{
	width:243px;
	overflow:hidden;
	margin:7px 0 0 7px;
	float:left;
}
div#layout > div#footer
{
	height:25px;
	width:100%;
	background:url(../img/menubg.png) repeat-x;
}
div#layout > div#footer div.text
{
	color:#ffffff;
	padding:6px 0 0 2px;
	float:left;
}
div#layout > div#footer div.text a
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
div#layout > div#footer div.spacer
{
	float:left;
	height:25px;
	width:2px;
	background:url(../img/menuspacer.png) no-repeat;
	margin:0 3px 0 3px;
}
div.clear
{
	clear:both;
}
div.title
{
	background:url(../img/menubg.png) repeat-x;
	height:35px;
	width:750px;
}
div.title div.in
{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding:11px 0 0 10px;
	margin:0;
	color:#f0ffff;
}
div.title a
{
	text-decoration:none;
	color:#f0ffff;
}
div.body
{
	margin:7px 0 0 0;
}
/*div.overflow
{
	overflow:auto;
}*/
div.overflow > .none
{
	height:557px;
	overflow:hidden;
}
div.overflow-y
{
	height:557px;
	overflow-y:scroll;
}
input.def
{
	border:solid 1px #2A4552;
	font-size:15px;
	padding:3px 3px 3px 0;
	margin:0 2px 2px 2px;
	background:#ffffff;
}
select:focus,select
{
	color:transparent !important;
	text-shadow:0px 0px 0px #000 !important;
}
fieldset
{
	border:solid 1px #2A4552;
	padding:10px;
}
legend
{
	border:solid 1px #2A4552;
	font-size:14px;
	margin:0 0 7px 0;
	background:#808080;
	color:#ffffff;
	padding:5px;
}
label
{
	text-transform:uppercase;
	line-height:30px;
}
/*textarea
{
	border:solid 1px #2A4552;
}
fieldset
{
	border:solid 1px #2A4552;
	padding:10px;
}
legend
{
	border:solid 1px #2A4552;
	font-size:14px;
	margin:0 0 7px 0;
	background:#808080;
	color:#ffffff;
	padding:5px;
}
label
{
	text-transform:uppercase;
	line-height:30px;
}
input[type="radio"]
{
	margin:0px 2px 0 0;
	padding:0px;
	vertical-align:middle;
}
input[type="text"]
{
	border:solid 1px #2A4552;
	padding:3px 3px 3px 0;
	font-weight:bold;
	font-size:12px;
	color:rgb(0,0,171);
	background:#ffffff;
}
input[type="password"]
{
	border:solid 1px #2A4552;
	padding:3px 3px 3px 0;
	font-weight:bold;
	font-size:12px;
	color:rgb(0,0,171);
	background:#ffffff;
}
input[type="submit"]
{
	border:solid 1px #2A4552;
	font-size:15px;
	padding:3px 3px 3px 0;
	margin:0;
	background:#ffffff;
}
input[type="button"]
{
	border:solid 1px #2A4552;
	font-size:15px;
	padding:3px 3px 3px 0;
	margin:0;
	background:#ffffff;
}
input[type="submit"]:hover
{
	border:solid 1px #2A4552;
	font-size:15px;
	padding:3px 3px 3px 0;
	margin:0;
	background:#B4CCD8;
	cursor:pointer;
}
input[type="button"]:hover
{
	border:solid 1px #2A4552;
	font-size:15px;
	padding:3px 3px 3px 0;
	margin:0;
	background:#B4CCD8;
	cursor:pointer;
}
input[type="file"]
{
	border:solid 1px #2A4552;
	font-size:15px;
	padding:3px 3px 3px 0;
	background:#ffffff;
}
select
{
	border:solid 1px #2A4552;
	padding:3px 3px 3px 0;
	font-size:15px;
	background:#ffffff;
}
div#mouseTv
{
	margin:auto;
	text-align:center;
}*/
div.notice
{
	margin:0 0 7px 0;
	height:25px;
	background:#AB0000;
	color:#FFFFFF;
	text-align:left;
}
div.notice > div.in
{
	padding:6px 5px 5px 2px;
}