/*********************** BODY AND GENERICS **************************/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 95%/1.3 'Helvetica Neue',Helvetica,Arial,sans-serif;
	background-color: #f0fff4;
}

#container
{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

div.cleanup {
	clear: both;
}

a img {
	border:none;
}

iframe {
	border:none;
}

/*********************** MENU **************************/

#banner {
}
#banner img {
	padding: 0;
	margin: 0;
	box-shadow: 0 0 7px #000000;
}

#menu
{
	width: 100%;
/*	height: 33px; */
	font-size: 165%;
	font-weight: bold;
	text-align:center;
	margin-bottom: 3px;
	margin-top: 5px;
}

#menu ul {
	background: none repeat scroll 0 0 #A1C9FE;
	border: 2px solid #666699;
	border-radius: 100px 25px 100px 25px;
	box-shadow: 0 0 3px #161616;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 6px;
}
#menu li {
	background: none repeat scroll 0 0 #C1E9FE;
/*	border: 1px solid #556699; */
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 1px #3B4C7F inset, 0 0 1px #3B4C7F;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #2CBCF6;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	text-shadow: 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233, 0 0 2px #112233;
}
#menu li.item_hover {
	background: #003399;
}
#menu li.item_hover a {
	color: #a1c9fe;
}
#menu a.selected {
	background: #003399;
	color: #fff;
}

#menu #langs {
	float: right;
	padding-right: 30px;
	padding-top: 5px;
}
#menu #langs a {
	background: #a1c9fe;
}

/*********************** Generic styles **************************/
#container h1 {
	color: #93F0FF;
	font-size: 135%;
	text-shadow: 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262;
}
#container h2, #container h3, #container h4 {
	color: #93D5FF;
	font-size: 120%;
	text-shadow: 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262, 0 0 2px #122262;
}
#container strong {
	color: #0f58ff;
}

input[type=submit] {
	margin: 2px 4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bolder;
	background-color:#0f58ff;
	border:1px #5c8eff outset;
}

input[type=text], input[type=password] {
	margin: 2px 4px;
	color:#000000;
	font-size:12px;
	background-color:#a1c9fe;
	border:1px #5c8eff inset;
}

select {
	margin: 2px 4px;
	color:#000000;
	font-size:12px;
	background-color:#a1c9fe;
	border:1px #5c8eff inset;
}

/*********************** Mail listing **************************/
.listmails {
	width: 100%;
	border-collapse: collapse;
}
.listmails tr {
	border: thin solid #6495ed;
}
.listmails .mail {
	cursor: pointer;
}
.listmails .from {
	width: 204px;
}
.listmails .subject {
}
.listmails .delete {
	width: 16px;
}
.listmails .mail_even {
	background-color: #dfe9ff;
}
.listmails .mail_odd {
	background-color: #f1f5ff;
}
.listmails .mail_even_hover {
	background-color: #8eb1ff;
}
.listmails .mail_odd_hover {
	background-color: #8eb1ff;
}
.listmails .header {
	color: #2769ff;
	background-color: #fcffeb;
}

/*********************** Mail display **************************/
.displaymail {
	width: 100%;
	border-collapse: collapse;
}
.displaymail tr {
	border: thin solid #6495ed;
}
.displaymail .mail { }
.displaymail .header {
	font-weight:bolder;
	width: 204px;
	color: #2769ff;
	background-color: #fcffeb;
}
.displaymail .value {
	background-color: #dfe9ff;
}
.mailframe {
	border: thin solid #6495ed;
}

/*********************** 2 columns layout **************************/
div.mailsuperframe {
	background-color: #DFFCE8;
	border: 2px solid #C0DDC9;
	border-radius: 10px 10px 10px 10px;
	clear: both;
	float: left;
	margin-top: 5px;
	padding: 2px;
	width: 985px;
}

div.leftCol {
	background-color: #DFFCE8;
	border: 2px solid #C0DDC9;
	border-radius: 10px 10px 10px 10px;
	clear: both;
	float: left;
	margin-top: 5px;
	padding: 10px;
	width: 664px;
}
div.leftCol hr {
	background-image: linear-gradient(90deg, #DFFCE8, #A1C9FE, #DFFCE8);
	border: 0 none;
	height: 1px;
}
div.rightCol {
	background-color: #FCFFEB;
	border: 2px solid #A1C9FE;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 4px 4px 8px #B5B8A4;
	float: right;
	margin-top: 5px;
	width: 300px;
}
div.rightColInner {
	padding-left: 3px;
}
div.rightCol h2 {
	text-align: center;
	font-size: 165%;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.rightCol h4 {
	margin-top: 6px;
	margin-bottom: 4px;
}
div.rightCol hr {
	text-align: center;
	width: 80%;
	background-image: linear-gradient(90deg, #FCFFEB, #a1c9fe, #FCFFEB);
	border: 0 none;
	height: 2px;
}

/*********************** footer **************************/
div#footer {
	margin: 0 auto;
	width: 1000px;
	background-color: #f0fff4;
	color: #c0c8c6;
	text-align: right;
}

div#footer div.promo {
}
div#footer div.promo a {
	color: #c0c8c6;
}

div#social_bookmark {
	float: left;
	text-align: left;
	margin: 0;
}

div.donate {
	float: right;
	text-align: left;
	margin: 0;
}

div#social_bookmark span, div.donate span {
	font-weight: bold;
	color: #000000;
}

div#social_bookmark a {
	text-decoration: none;
}

/************************ user hosts *****************************/
div.userhosts {
	
}

div.userhosts div.host {
	background-color: #59D9A4;
	border: 3px solid #25A570;
	border-radius: 6px;
	font-variant: small-caps;
	margin-top: 3px;
	padding: 2px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
div.userhosts div.host:hover {
	background-color: #8DFFD8;
	border: 3px solid #239F6E;
}

div#checkhost {
	background-color: #090900;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

div#checkhostinner {
	background-color: #122123;
	border: 3px solid #688C9C;
	border-radius: 9px;
	box-shadow: 5px 5px 15px #404051;
	color: white;
	padding: 5px;
	margin: auto;
	display: block;
	position: fixed;
	left: 0px;
	top: 150px;
	right: 0px;
	width: 600px;
	z-index: 1002;
	text-align: center;
}
div#checkhostinner h3 {
	font-size: 24px;
	text-shadow: 0 0 8px #000000;
}

.big-button {
	position: relative;
	border: 2px solid #000000;
	border-radius: 5px;
	background-color: #222230;
	background: linear-gradient(120deg, #426255, #223230) repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: auto;
	text-align: center;
	display: inline-block;
	padding: 3px;
	margin: 4px;
	cursor: pointer;
	color: white;
}
.big-button:hover {
	background-color: #333344;
	background: linear-gradient(120deg, #356241, #173228) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.big-button-red {
	background-color: #624255;
	background: linear-gradient(120deg, #624255, #322230) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-left: 100px;
}
.big-button-red:hover {
	background-color: #624255;
	background: linear-gradient(120deg, #663346, #320A18) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.big-button-fixed {
	width: 230px;
}

.big-button a {
	font-size: 24px;
	text-shadow: 0px 0px 7px #8888ff;
	text-decoration: none;
}
.big-button span.big-button-text-top {
	font-variant:small-caps;
	color: #88AF9A;
	font-size: 14px;
	text-shadow: 1px 1px 1px #8888ff;
	position: absolute;
	right: 5px;
	top: 5px;
}
.big-button span.big-button-text-bottom {
	font-size: 12px;
	text-shadow: 1px 1px 1px #8888ff;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.big-button span.big-button-text-bottom a {
	font-size: 12px;
	text-shadow: 1px 1px 1px #8888ff;
	text-decoration: underline;
}

.big-button-center  {
	text-align: center;
}

h4.privateinbox {
	color: #BF574A !important;
	font-variant: small-caps;
	text-align: center;
}
