@charset "UTF-8";
/* CSS Document */

#txt_content_navi
{
	background: #1e1e1e;
	padding: 4px;
	float: right;
	width: 250px;
}

#txt_content_navi a
{
	font-size: 11px;
}
#txt_content_navi a.active
{
	color: #ff0000;
	font-size: 11px;
}

#partytype_choose
{
	border-bottom: 2px solid #000000;
}
	
#ptc_active
{
	float: left;
	padding: 4px;
	background: #000000;
	border: 1px solid #000000;
}

#ptc_inactive
{
	float: left;
	
	padding: 4px;
	background: #3b3f43;
	border: 1px solid #292c2f;
	margin-left: 20px;
}

div.party_list
{
	width: 370px;
	float: left;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-right: 20px;
	margin-top: 15px;
}

div.party_mini
{
	float: left;
	margin-right: 8px;
}

div.party_name
{
	font-weight: bold;
	margin-bottom: 3px;
}

h3.font
{
	margin-top: 8px;	
}

.main_party_pic
{
	width: 488px;
	float: left;	
}

#party_content
{
	width: 260px;
	height: 366px;
	float: right;	
}

#party_ranks
{
	height: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 10px;
	background-color: #1e1e1e;
	margin-bottom: 20px;
}


div.last
{
	margin-right: 0;
}

#party_ranks div.grey
{
	float: left;
	width: 13px;
	height: 16px;
	background-image: url('/img/videomark_grey.gif');
}

#party_ranks div.red
{
	float: left;
	width: 13px;
	height: 16px;
	background-image: url('/img/videomark_red.gif');
}
#party_ranks div.half
{
	float: left;
	width: 13px;
	height: 16px;
	background-image: url('/img/videomark_half.gif');
}

#party_ranks div
{
	margin-right: 2px;
}

#party_ranks div.giverank
{
	cursor: pointer;
}

#showrank
	{
		margin-left: 20px;
		margin-right: 40px;
	}

#showrank div
{
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

#giverank
	{
		margin-left: 40px;
		margin-right: 40px;
	}

#giverank div
{
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

#mini_picture
	{
		width: 488px;
	}
#show_picture
	{
		position: relative;
	}
#show_picture img
{
	display: block;
}
#show_picture img.hide
{
	display: none;
}


a.galtn
{
	display: block;
	float: left;
	margin-top: 25px;
	margin-right: 22px;
	
}


a.last
{
	margin-right: 0;
}
#pagination {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
margin-top:10px;
padding:10px;
text-align:center;
}
#pagination span {
color:#FF0000;
}

#move_prev
{
	position: absolute;
	width:50%;
	height: 100%;
	min-height:100%;
	float: left;
	cursor: pointer;
	display: none;
}

#move_prev:hover
{
	background-image: url('/img/arr_prev.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#move_next
{
	position: absolute;
	left:50%;
	width:50%;
	height: 100%;
	min-height:100%;
	float: left;
	cursor: pointer;
	display: none;
}

#move_next:hover
{
	background-image: url('/img/arr_next.png');
	background-repeat: no-repeat;
	background-position: right center;
}

