body
{
	font-family:Verdana;
	font-size:10pt;
}

a{
	color:#f7941d;
}

.hlist ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

.hlist li
{
    display:inline;
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
    
}

.paging div
{
    display:inline;
}

.header
{
	background:#252525;
	border-bottom:3px solid #615957;
	height:30px;
    position:fixed;
    top:0;
    width:100%;
    z-index:10;
}

.header .menu
{
    float:right;
}

.header .menu a
{
    line-height:30px;
    text-decoration: none;
    color:#FFF;
    margin-right:.8em;
}

.header .menu a:hover
{
    color:#f7941d;
}

.header .logo
{
	background:url('img/logo.png');
	width:88px;
	height:26px;
	margin-top:2px;
}

/*.header .logo:hover
{
	background:url('img/logo-hover.png');
}*/

.header .logo a
{
	display:block;
	width:88px;
	height:26px;
}

.middle
{
	margin-top:50px;
}

.middle .box_image .image
{
	background:#f5f5f5;
	border:3px solid #252525;
}

.tmp_message
{
    padding:8px;
    border:1px solid #EEE;
    margin-bottom:12px;
    color:#AAA;
}

.tmp_message h4
{
    padding:0px;
    margin-bottom:5px;
}

.tmp_message a
{
    color:#777;
}

.tmp_message .wow
{
    color:#FFF;
}

.tmp_message .wow:hover
{
    color:#444;
}

.tmp_message .wow1
{
    color:#FFF;
     color:#444;
    /*display:none;*/
}

.message
{
    margin:1em;
    border:1px solid #AAA;
    background:#EEE;
    padding:.2em;
    padding-left:.4em;
    padding-right:.4em;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.paging
{
    color: #7d7d7d;
    padding-bottom:2em;
}

.paging a
{
    border: .05em solid #959595;
    padding: .2em;
    padding: .2em .4em .2em .4em;
    text-decoration:none;
    color:#636363;
    display:inline-block;
}

.paging a:hover
{
    color:#363636;
    background:#eee;
    border-color:#555555;
}

.paging span
{
    margin-right: .4em;
}

.paging .disabled
{
    border: .05em solid #c2c2c2;
    padding: .2em;
    padding: .2em .4em .2em .4em;
    text-decoration:none;
    color:#d7d7d7;
    display:inline-block;
}

.paging .current
{
    border: .05em solid #898989;
    border-color:#636363;
    color:#534741;
    padding: .7em;
    font-weight:bold;
}