@charset "utf-8";
/* CSS Document */
.float_left{ float:left;}

.wrapper {
	width:979px;
	margin:0px auto;
	text-align:left;
}
.headerRight{
	float:right;
	display:block;
	clear:right;
	width:660px;
	
}

/* sidebar*/

.wideSidebar{
	width:302px;
	float:left;
	padding:10px;
}

.narrowSidebar{
	width:222px;
	float:left;
	padding:10px;
}

.box-wide{
	background:url(images/box-wide.png) no-repeat top;
	width:302px;
}
.box-wide2{
	background:url(images/box-wide2.png) no-repeat bottom;
	width:272px;
	padding:15px;
}

.box-narrow{
	background:url(images/box-narrow.png) no-repeat top;
	width:222px;
}
.box-narrow2{
	background:url(images/box-narrow2.png) no-repeat bottom;
	width:192px;
	padding:15px;
}
/* content */
.narrowContent{
	width:607px;
	padding:10px;
	float:right;
}

.wideContent{
	width:687px;
	padding:10px;
	float:right;
}
.clear{ clear:both;}

.hr{
	height:20px;
	background:url(images/cut.gif) repeat-x;
	clear:both;
}

.list-paper li{
	display:block;
	padding:0px 25px;
	background:url(images/paper.gif) no-repeat 0px 1px ;
	margin-bottom:5px;
}

.btn-white{
	width:200px;
	display:block;
	height:24px;
	background:url(images/whitebtn.jpg) no-repeat left;
	margin-bottom:10px;
}

.btn-white div{
	background:url(images/whitebtn2.jpg) no-repeat right;
	height:18px;
	padding:3px 15px;
	text-align:center;
}


.right{
	float:right;
}

.left{
	float:left;
}

.field{
	float:right;
	width:200px;
}

.adverticons {
	width:230px;
	float:right;
}
.adverticons img{
	margin-bottom:10px;
}

.hijr{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FF6600;
}

table.list{
	margin-top:15px;
}
table.list tr.head td{
	color:#ffffff;
	background:#12617c;
	font-weight:bold;
}

table.list tr.alt{
	background:#D7D7D7;
}
table.list tr:hover{
	background:#B9D8DF;
}


.subpage{
	display:block;
	background:url(images/li.gif) no-repeat 0px 2px ;
	padding-left:20px;
	list-style:none;
}
.currentsub{
	background:url(images/li_active.gif) no-repeat 0px 2px;
}

.prev_page{
	float:left;
}

.next_page{
	float:right;
}

.userbox{
	width:420px;
	padding:5px;
	position:absolute;
	top:0px;
	right:0px;
	color:#ffffff;
	background:#0D4557;
}

.thumbnail{
	width:160px;
	text-align:center;
	float:left;
	height:160px;
	margin-bottom:10px;
}

.thumbnail span.shadow{
	vertical-align:middle;
    text-align:center;
	display:inline-block;
    display:table-cell;
    height:165px;
	padding:5px;
	margin-left:auto;
	margin-left:auto;
	
}

.thumbnail span.caption{
	display:block;
	vertical-align:bottom;
}
.thumbnail span a{
	display:block;
	padding:1px;
	background:#292929;
	border:solid 2px #4D4D4D;
}

.thumbnail span a:hover{
	border:#FF6600 solid 2px;
	background:#823400;
}

.thumbnail span a img{
	border:none;
}

.album-list{
	display:block;
	float:left; 
	width:460px;
	padding:10px;
	color:#464646;
}

.album-list:hover{
	background:#D4D4D6;
	text-decoration:none;
}
