*{
	margin:0;
	padding:0;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica;
	font-size:12px;
	line-height:18px;
}
body{
	font-weight:normal;
	color:#333333;
	background-color:#303030;
}
img {
	border: 0;
}
a:link, a:visited{
	color:#EE6F08;
	text-decoration:none;
}
a:active, a:hover{
	color:#EE6F08;
	text-decoration:underline;
}
a ../img{
	border:none;
	display:block;
}
h1, h2{
	font-weight:bold;
	font-size:14px;
}
h1 ../img{
	margin-bottom:3px;
}
p{
	padding:5px 0;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}

/* forms */
input, textarea, select{
	border: 1px solid #EE6F08;
	background-color:#FFFFFF;
	padding:2px;
	margin:2px 0;
}
textarea{
	width:95%;
}
.radio{
	background-color:transparent;
	border:none;
}
.button{
	background-color:#EE6F08;
	color:#FFFFFF;
	border:none;
}

/* --- */

/* FLASH page */
#index_container{
	width:990px;
	height:595px;
	margin:10px auto;
	color:#FFFFFF;
}
#index_container a:link, #index_container a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#index_container a:hover, #index_container a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

/** STRUCTURE LAYOUT **/
#container{
	background-color:#D3D3D3;
}

#header{
	height:132px;
	background:#D3D3D3 url(../img/header.png) no-repeat left top;
}
#logo{
	float:left;
	margin:7px 0 0 45px;
}
#close{
	width:30px;
	float:right;
	margin:5px 10px 0 0;
}
#bootie{
	margin-top:20px;
}

#menu{

}
#content{

}
#welcome{
	background:#FFFFFF url(../img/box_bg.jpg) repeat-y center top;
}
#welcome_header{
	background:transparent url(../img/box_main_header.jpg) no-repeat center top;
}
#welcome_content{
	padding:15px 20px;
}
#welcome_footer{
	background:transparent url(../img/welcome_footer.jpg) no-repeat center bottom;
	height:66px;
}

#toppics{
	background:#FFFFFF url(../img/box_bg.jpg) repeat-y center top;
	margin-top:5px;
}
#toppics_header{
	background:transparent url(../img/box_header.jpg) no-repeat center top;
}
#toppics_content{
	padding:15px 20px 0 20px;
}
#toppics_footer{
	background:transparent url(../img/box_footer.jpg) no-repeat center bottom;
	height:15px;
}


.box{
	background:#FFFFFF url(../img/box_bg.jpg) repeat-y center top;
}
.box_header{
	background:transparent url(../img/box_header.jpg) no-repeat center top;
}
.box_content{
	padding:15px 20px;
}
.box_footer{
	background:transparent url(../img/box_footer.jpg) no-repeat center bottom;
	height:15px;
}



#sidebar{
}
.smallbox{
	background:transparent url(../img/smallbox_bg.jpg) repeat-y center top;
}
.smallbox_header{
	background:transparent url(../img/smallbox_header.jpg) no-repeat center top;
}
.smallbox_footer{
	background:transparent url(../img/smallbox_footer.jpg) no-repeat center bottom;
	height:16px;
}
#user, #newuser, #admin{
	padding:15px;
}
#sidebar a:link, #sidebar a:visited{
	color:#EE6F08;
	text-decoration:none;
	font-size:11px;
}
#sidebar a:hover, #sidebar a:active{
	color:#EE6F08;
	text-decoration:underline;
	font-size:11px;
}

#sitelinks{
	text-align:center;
}
#sitelinks a:link, #sitelinks a:visited{
	color:#EE6F08;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
}
#sitelinks a:hover, #sitelinks a:active{
	color:#EE6F08;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
}

#footer{
	background:transparent url(../img/footer_bg.jpg) no-repeat right bottom;
}
#copy p{
	padding:5px;
	color:#D3D3D3;
	font-size:9px;
	text-align:center;
}

/** helpers **/
.horspacer{
	background:transparent url(../img/horspacer.gif) repeat-x left center;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.horpadding{
	padding:2px 0;
}
.vertspacer{
	background:transparent url(../img/vertspacer.gif) repeat-y top center;
	width:1px;
	line-height:1px;
	font-size:1px;
}
.vertpadding{
	padding:0 2px;
}

.inline_ok{
	color:#EE6F08;
	font-weight:bold;
}
.inline_error{
	color:#CC0000;
	font-weight:bold;
}
.error{
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	background-color: #CC0000;
	text-align:center;
	margin:5px 0;
}
.ok{
	color:#EE6F08;
	font-weight:bold;
}
.hint{
	font-size:9px;
	line-height:11px;
	margin:0;
	padding:0;
}
.graybg{
	background-color:#F1F1F1;
}
.spacer{
	clear: both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
