@charset "utf-8";
body
{
	margin: 0px;
	color: black;
	background: #e5e5e5 repeat-x url("../../images/page/v2/bg_main.gif");
	font-family: tahoma;
}

h3, h2
{
	font-family: tahoma;
}

.header
{
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.header2
{
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.header-light
{
	font-size: 18px;
	font-weight: bold;
	color: #c4c4c4;
	border-bottom: 1px dotted #c4c4c4;
}

.header-red
{
	font-size: 15px;
	font-weight: bold;
	color: #ae0c07;
}

.clear
{
	clear: both;
}
.space
{
	clear: both;
	height: 3px;
	line-height: 0px;
}
.rss
{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
a img {
	border: none;	
}
.text
{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}
.text-gray
{
	font-family: tahoma;
	font-size: 11px;
	color: gray;
}
.text-small
{
	font-family: tahoma;
	font-size: 9px;
	color: #000000;
}
.text-small-green
{
	font-family: tahoma;
	font-size: 9px;
	color: #00ac00;
}
.text-small-red
{
	font-family: tahoma;
	font-size: 9px;
	color: #ff0000;
}
.text-small-gray
{
	font-family: tahoma;
	font-size: 9px;
	color: gray;
}

#main
{
	width: 989px;
	height: 100%;
	padding: 0px 7px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	background: #FFFFFF;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
}

#top {
	background: #000000;
	height: 30px;
	width: 853px;
	float: left;
}
#langs {
	background: #000000;
	float: right;
	width: 120px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}
#logo
{
	float: left;
	width: 202px;
	height: 103px;
	padding: 0px;
	background: no-repeat url("../../images/page/v2/sr_logo_anim.gif");
}
#mainbar
{
	float: left;
	width: 559px;
	height: 103px;
	padding: 0px;
	background: repeat-x url("../../images/page/v2/bg_mainbar.gif");
	text-align: center;
}
#series-logo
{
	float: right;
	height: 143px;
	width: 212px;
	background: #000000;
}
#hmenu
{
	float: left;
	background: #000000;
	width: 761px;
}
#left
{
	width: 202px;
	border-top: #7f7f7f;
	border-right: 2px solid #7f7f7f;
	border-bottom: #7f7f7f;
	border-left: #7f7f7f;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#view
{
	padding-left: 10px;
	padding-right: 5px;
	width: 754px;
	color: black;
	font-size: 11px;
	background: #ffffff;
}
#about
{
	text-align: center;
	height: 18px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background: #000000;
	font-family: tahoma;
	font-size: 11px;
	color: #e5e5e5;
}

.banner
{
	padding-top: 20px;
}
.link
{
	font-size: 11px;
	font-weight: normal;
	color: #2020ff;
	text-decoration: none;
}
.link:hover
{
	text-decoration: underline;
}
.black-link
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.black-link:hover
{
	text-decoration: underline;
}
.gray-link
{
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: none;
}
.gray-link:hover
{
	text-decoration: underline;
}

input, textarea
{
	font-size: 11px;
	color: #000000;
	background: #ffffff repeat-x url("../../images/page/v2/bg_input.gif");
	border: 1px solid gray;
	padding: 2px;
}
select
{
	font-size: 11px;
	color: #000000;
}
option
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background: white;
}
optgroup
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #303030;
	background: #e5e5e5;
}


.line
{
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid silver;
	clear: all;
}
.line-nospace
{
	border-bottom: 1px solid silver;
	clear: all;
}

.button
{
	color: #ffffff;
	background: repeat-x url("../../images/page/v2/bg_button.gif");
	height: 27px;
	padding-left: 2px;
	border: 1px solid gray;
}

.table, .table-smalltext
{
	background: #c2c2c2;
}
.table th
{
	background: #d9d9d9;
	font-size: 11px;
	color: #000000;
	padding: 3px;
}
.table td, .table .normal
{
	background: white;
	font-size: 11px;
	color: #000000;
	padding: 2px;
}
.table .selected
{
	background: #ffed93;
	font-size: 11px;
	color: #000000;
}

.table-smalltext th
{
	background: #e5e5e5;
	font-size: 10px;
	color: #000000;
}
.table-smalltext td
{
	background: white;
	font-size: 10px;
	color: #000000;
}


.info
{
	background: #e5e5e5;
	font-size: 11px;
	padding: 6px;
}

.image-border
{
	border: 1px solid #cecece;
	background: #e5e5e5;
	padding: 5px;
}
.image-border2
{
	border: 1px solid #cecece;
	background: #ffffff;
	padding: 6px;
}

.right-panel
{
	width: 240px;
	background: #ffffff;
	border: 1px solid #777777;
	padding: 5px;
	position: absolute;
	margin-left: 990px;
	margin-top: 170px;
}

.icon-pan
{
	width: 20px;
	float: left;
	text-align: center;
}