body{
	font-family:Verdana,Arial,sans-serif;
	color:#111;
	font-size:0.8em;
	padding:0;
	max-width:768px;
	margin:auto;
	margin-top:40px;
}
#head{
	background:#333;
	height:40px;
	padding:20px;
}
#page{
	box-shadow:4px 4px 12px 4px #666;
}
#body{
	background:#555;
	padding:20px;
}
h1{
	font-size:2em;
	font-weight:bold;
	color:#bbb;
	text-shadow:#777 3px 3px 5px;
	
	background:#333;
	margin:0;
	width:100%;
}
h2{
	font-size:1.2em;
	font-weight:bold;
	color:#aaa;
	text-shadow:#888 2px 2px 4px;
}
#page p{
	color:#fff;
}
.space{
	margin-bottom:10px;
}
table{
	max-width:720px;
}
table tr td{
	padding-right:10px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	background:#eee;
}
table tr.top{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	color:#555;
}
form table tr td{
	border:0px;
	padding:2px;
}
input{			
	font-size:1em;
	font-weight:bold;
	border:2px solid #aaa;
	height:18px;
	background:#59f;
	color:#fff;
}
button{
	display:none;
}

a,a:link,a:visited{
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
a:hover,a:active{
	text-decoration:none;
	border-bottom:1px solid #fff;
}

table tr td a,table tr td a:link,table tr td a:visited{
	color:#26d;
	text-decoration:none;
	border:0;
}
table tr td a:hover,table tr td a:active{
	text-decoration:underline;
	border:0;
}

/*fnc links // home link*/
#page a.fnc,#page a:link.fnc,#page a:visited.fnc,
#page a.home,#page a:link.home,#page a:visited.home{
	border:2px solid #aaa;
	background:#59f;
	color:#fff;
	padding:2px;
	margin:0 0 15px 0;
	font-weight:bold;	
}
#page a:hover.fnc,#page a:active.fnc,
#page a:hover.home,#page a:active.home{
	background:#26d;
	text-decoration:none;
	text-shadow:#ddd 1px 1px 2px;
}

/*home link*/
#page a.home,#page a:link.home,#page a:visited.home{
	float:left;
	margin:6px 16px 0 2px;
	width:24px;
	height:24px;
	text-align:center;
	border-radius:16px;
	font-size:1.4em;
	padding:0px;
}

/*disabled link*/
#page a.disabled,#page a.disabled:link{
	width:50px;
	height:20px;
	border:2px solid #aaa;
	background:#808080;
	text-decoration:none;
	font-weight:bold;
	padding:2px;
	margin:0 0 15px 0;
	color:#aaa;
}

div#footer{
	background:#f00;
}
#footer p{
	color:#666;
}
#footer a{
	color:#59f;
}
#footer a:hover,#footer a:active{
	text-decoration:underline;
}
p.left{
	display:block;
	float:left;
}
p.right{
	display:block;
	float:right;
}
div.clear{
	display:none;
	clear:both;
}
.hide{
	display:none;
}

hr{
	color:#808080;
	background:#808080;
	border:0;
	height:2px;
	margin:20px 20px 10px 20px;
}

/*messages*/
p.msg{
	border:2px;
	padding:8px;
	font-weight:bold;
	color:#555 !important;
	text-shadow:#666 2px 2px 3px;
	/*border-radius:5px;*/
}
.msg.hnt{
	border:2px solid #bbb;
	background:#888;
	box-shadow:#bbb 1px 1px 2px 1px;
}
.msg.err{
	border:2px solid #f26363;
	background:#ffbdbd;
	box-shadow:#f26363 1px 1px 2px 1px;
}
.msg.suc{
	border:2px solid #2cff3b;
	background:#bdffc2;
	box-shadow:#2cff3b 1px 1px 2px 1px;
}
.msg.wrn{
	border:2px solid #e4d20d;
	background:#fffcd9;
	box-shadow:#e4d20d 1px 1px 2px 1px;
}