@charset "utf-8";
/* CSS Document */
#Config
{
	display: none;
	white-space: nowrap;
}

#HoverContent
{
	position: absolute;
	top: 0px;
	left:0px;
	bottom: 0px;
	right: 0px;
	
	height: 100%;
	width: 100%;
	
	z-index: 200;
	
	background-image: url('../images/shadow_background.png');
	
	display: none;
}

#SubmitBox
{
	width: 600px;
	
	position: absolute;
	top: 100px;
	left: 50%;
	
	margin-left: -300px;
}

#SubmitBox UL.Tabs LI, 
#SubmitBox UL.Tabs
{
	display: inline;
	list-style-type: none;
	margin: 1px;
	padding: 1px;
}

#SubmitBox UL.Tabs
{
	padding-left: 10px;
	margin-bottom: 3px;
}

#SubmitBox UL.Tabs LI A
{
	font-size: 18px;
	
	padding: 4px 12px 5px 12px;
	height: 27px;
	
	text-decoration: none;
	
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-radius-topright: 7px;
	border-radius-topleft: 7px;
}

#SubmitBox UL.Tabs LI A.Selected
{
	background-color:#F0F0F0;
	color: #333333;
	border: 1px solid #FFFFFF;
	border-bottom: 0px;
}

#SubmitBox UL.Tabs LI A.UnSelected 
{
	background-color: #AAAAAA;
	color: #555555;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #C0C0C0;
}

#SubmitBox UL.Tabs LI A.UnSelected:HOVER
{
	background-color: #CCCCCC;
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F8F8F8;
	border-right: 1px solid #D0D0D0;
}

#SubmitBox UL.Tabs LI A.CloseTab
{
	border: 1px solid #CC0000;
	background-color: #990000;
	color: #FFCCCC;
	cursor: pointer;
	
	position: absolute;
	top: -5px;
	right: 0px;
}

#SubmitBox UL.Tabs LI A.CloseTab:HOVER
{
	border: 1px solid #FF0000;
	background-color: #CC0000;
	color: #FFFFFF;
}

#SubmitBox .Panel
{
	display: none;
}

#SubmitBox_Content
{
	position: relative;
	padding: 10px;
	width: 600px;
	
	background-color:#F0F0F0;
	color: #333333;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#SubmitFrame
{
	display: none;
}

.SubmitButtonContainer
{
	text-align: right; 
	margin-top: 7px;
}

#Body
{
	background-image: url('../images/page_background.jpg');
	background-color: #001133;
	
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	
	overflow: auto;
}

#Main
{
	background-image: url('../images/background.jpg');
	background-position: top left;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	
	position: absolute;
	top: 0px;
	left: 50%;
	
	width: 700px;
	
	margin-left: -351px;
	
	border: 1px solid #CCCCCC;
	border-top: 0px;
	border-bottom: 0px;
}

#Header
{
	height: 60px;
	width: 700px;
}

#Logo
{
	border: 0px;
	
	float: left;
}

#TinyUserCP
{
	float: right;
	font-size: 12px;
	padding: 8px 7px 8px 0px;
}

#SearchBox
{
	float: right;
	clear: right;
	padding-right: 7px;
	white-space: nowrap;
	width: 250px;
}

#SearchButton,
#Search
{
	height: 22px;
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #555555;
	float: left;
}

#SearchButton
{
	background-image: url('../images/searchbutton_background.jpg');
	border-left: 0px;
	width: 75px;
	background-color: #666666;
	color: #FFFFFF;
	cursor: pointer;
}

#Search
{
	background-image: url('../images/search_background.jpg');
	border-right: 0px;
	width: 175px;
	padding-top: 2px;
	padding-left: 2px;
}

#SubHeader
{
	height: 37px;
	width: 700px;
}

#SubLogo
{
	border: 0px;
	float: left;
}

#SubHeader #Menu
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	float: right;
}
	
#SubHeader #Menu LI
{
	display: inline;
	list-style-type: none;
	
	cursor: pointer;
}

#SideBar_Right
{
	position: absolute;
	top: 97px;
	left: 100%;
	z-index: 0;
}
	
#SubmitImage
{
	width: 20px;
	height: 152px;
	
	cursor: pointer;
}

#Content
{
	background-image: url('../images/content_background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
	width: 700px;
	
	padding: 12px 10px;
	
	text-align: center;
}

#ContentHeader
{
	background-image: url('../images/grey_background.png');
	
	font-size: 36px;
	text-align: right;
	padding: 5px 17px 5px 17px;
	margin-bottom: 15px;
	width: 650px;
	height: 45px;
	
	border: 1px solid #E0E0E0;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #D0D0D0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.Advertisement
{
	padding: 7px 15px;
	width: 650px;
	text-align: center;
	background-color: #F4F4F4;
	margin: 10px 0px;
	
	border: 1px solid #E0E0E0;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #D0D0D0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.Advertisement *
{
	border: 1px solid #E0E0E0;
	border-bottom: 1px solid #F0F0F0;
	border-top: 1px solid #D0D0D0;
}

#Footer
{
	border-top: 1px solid #D8D8D8;
	background-color: #E8E8E8;
	height: 14px;
	font-size: 12px;
	padding: 7px;
	
	text-align: center;
}

#Stats
{
	position: absolute;
	left: 7px;
	bottom: 5px;
	z-index: 100;
	
	color: #FFFFFF;
	font-size: 10px;
}

#Subscribe
{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 80px;
	margin-left: -450px;
	
	z-index: 100;
	text-align: center;
	
	background-color: #F0F0F0;
	
	border-left: 1px solid #C0C0C0;
	border-top-width: 0px;
	border-bottom: 1px solid #F4F4F4;
	border-right: 1px solid #FFFFFF;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#Subscribe *
{
	margin-top: 6px;
}
	
.Error
{
	background-color: #FFCCCC;
	border: 1px solid #FF8888;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	color: #660000;
	margin: 10px auto;
	width: 500px;
	text-align: center;
	font-size: 14px;
}

.Error A
{
	color: #660000;
	font-weight: bold;
}

.Error A:HOVER
{
	color: #AA0000;
}

.Success
{
	background-color: CCFFCC;
	border: 1px solid #88FF88;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
	color: #006600;
	margin: 10px auto;
	width: 500px;
	text-align: center;
	font-size: 14px;
}

.Picture
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 1px;
	margin: 1px;
}
