/*
Elements --------------------------------------- */
html, body{
	position:relative;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#000;
}
a,
a:link,
a:hover,
a:active,
a:visited{
	color:#7EB0D6;
	text-decoration:none;
}
a:hover,
a:active{
	text-decoration:underline;
	color:#fff;
}
object{
	color:transparent;
}
strong{
	font-weight:700;
}
em{
	font-style:italic;
}
h1{
	font-size:26px;
	font-weight:700;
}
h2{
	font-size:22px;
	font-weight:700;
}
p{
	margin:10px 0;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
input[type=text],
input[type=password],
select,
textarea{
	background-image:url(/imgs/input-bg.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	border:1px solid #BDC7B6;
}
input[type=text]{
	height:18px;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/imgs/textarea-bg.jpg);
}
acronym{
	color:#4B7A05;
	font-weight:700;
}

/*
IDs --------------------------------------- */
#page{
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
	background-image:url(/imgs/bg.jpg);
	background-repeat:repeat-x;
}
#main{
	width:1003px;
	height:auto !important;
    height:100%;
	min-height:100%;
	position:relative;
	text-align:left;
	margin:0 auto;
}
#menu{
	position:absolute;
	top:0;
	left:0;
	height:15px;
	width:100%;
	padding:5px 0;
	border-bottom:5px solid #fff;
	background-color:#4B7A05;
}
#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	float:left;
	margin:0 10px;
	position:relative;
}
#menu a{
	display:block;
	padding:3px 0;
	color:#fff;
	font-weight:700;
}
#menu a.diff{
	margin-top:-3px;
}
#menu span{
	background-color:#fff;
	opacity:0.2;
	moz-opacity:0.2;
	khtml-opacity:0.2;
	filter:alpha(opacity=20);
	display:none;
	width:100%;
	position:absolute;
	top:-5px;
	left:-5px;
	padding:5px;
	cursor:pointer;
}
#menu a:hover span{
	display:block;
}
#chat-link{
	margin-left:117px;
	margin-right:0;
}
#social-bar{
	position:absolute;
	top:30px;
	right:35px;
}
#social-bar > *{
	float:left;
}
#social-bar ul{
	margin:0;
	padding:0;
	list-style-type:none;
	background-image:url(/imgs/social-media2.png);
	background-repeat:repeat-x;
	height:30px;
}
#social-bar li{
	float:left;
	margin:0 5px;
	margin-top:8px;
}
#content{
	/*padding-bottom:300px;*/
	margin-bottom:400px;
	padding:0 10px;
}
#content.home{
	/*padding-bottom:120px;*/
	margin-bottom:150px;
	padding:0;
}
#content h1{
	margin-top:67px;
	margin-bottom:27px;
}
#slogan{
	text-align:right;
	position:absolute;
	bottom:245px;
	right:0;
	z-index:2;
}
#foot{
	position:absolute;
	bottom:1px;
	width:100%;
	color:#fff;
}
#foot p{
	margin:10px;
	clear:left;
}
#foot p img{
	vertical-align:middle;
}
#foot div.infos{
	padding:10px 0;
	background-color:#252525;
	text-align:center;
}
#foot ul{
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width:760px;
}
#foot li{
	float:left;
	margin-right:10px;
	padding-left:10px;
	border-left:1px solid #fff;
}
#foot li:first-child{
	border-left:none;
}
#foot a{
	color:#fff;
}
#foot ul + br{
	clear:left;
}
#sponsors{
	text-align:center;
	background-image:url(/imgs/sponsors-bg.png);
	background-repeat:repeat-x;
	margin:0 !important;
}
#overlay{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	display:none;
	z-index:10001;
}
#overlay .back,
#overlay .content{
	position:absolute;
	top:0;
	left:0;
	display:block;
}
#overlay .back{
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	moz-opacity:0.7;
	filter:alpha(opacity=70);
}
#overlay .content{
	width:600px;
	min-width:600px;
	min-height:100px;
	top:10px;
	left:50%;
	margin-left:-300px;
}

/*
Classes --------------------------------------- */
.errMsg{
	margin:20px 0;
	text-align:center;
	width:100%;
}
.errMsg > *{
	color:#444;
	padding:10px;
	margin:0 auto;
	width:400px;
	background-color:#FFCEC1;
	border:2px solid red;
	font-weight:700;
}
.errMsg li{
	padding-left:20px;
	background-image:url(/admin/imgs/icons/close4.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#overlay .errMsg{
	text-align:left;
}
#overlay .errMsg li{
	margin:5px 0;
}
.appMsg{
	margin:20px 0;
	text-align:center;
	width:100%;
}
.appMsg > *{
	color:#444;
	padding:10px;
	margin:0 auto;
	min-width:400px;
	background-color:#F9FDFF;
	border:2px solid #7EB0D6;
}
.appMsg li{
	padding-left:20px;
	background-image:url(/admin/imgs/icons/ok-mini.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.appMsg p{
	padding:5px;
}
#overlay .appMsg{
	text-align:left;
}
#overlay .appMsg li{
	margin:5px 0;
}
.center{
	text-align:center;
}