/**
 * **********************************************************************
 * 
 * list.css
 * 
 * Common Style - List
 * 
 * @since 2015. 06. 24.
 * @author hotsourcesoft.com
 * 
 * Copyright (c) 2015 consoler All rights reserved.
 * 
 * **********************************************************************
 */	
.List {
	position:relative;
	width:100%;
}
	.List_Table {
		width:100%;
		border-spacing:0px;
		border-collapse:collapse;
		box-sizing:border-box;
		border-bottom:1px solid #AAAAAA;
		
		margin-top:50px;
	}
		.List_Table .List_Table_Title td {
			vertical-align:bottom;
		}
		.List_Table .List_Table_Label td {
			box-sizing:border-box;
			border:1px solid #CCCCCC;
			border-bottom:1px solid #848484;
			padding-top:4px;
			padding-bottom:4px;
	
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 8%, #cccccc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(8%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 8%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 8%,#cccccc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 8%,#cccccc 100%); /* IE10+ */
			background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 8%,#cccccc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
			
			text-align:center;
			
			font-size:12px;
		}
	
		.List_Table .List_Table_Row:hover {
			background:#F9F9F9;
		}
	
		.List_Table .List_Table_Row td {
			box-sizing:border-box;
			border-top:1px solid #EAEAEA;
			
			padding-top:4px;
			padding-bottom:2px;
			
			text-align:center;
			vertical-align:middle;
			font-size:12px;
		}
		.List_Table .List_Table_Row td a {
			text-decoration:none;
		}
	
		.List_Table .List_Table_Row_Empty td {
			padding-top:200px;
			padding-bottom:200px;
			text-align:center;
			font-size:18px;
	/* 		font-weight:bold; */
			}
			.List_Table .List_Table_Row .ImageStroke {
				box-sizing:border-box;
				border:1px solid #848484;
			}
			.List_Table .List_Table_Row .Label {
				padding-left:8px;
				padding-right:8px;
			}
			.List_Table .List_Table_Row .Label div {
				border-radius:4px;
				
				margin-top:2px;
				margin-bottom:2px;
				
				padding:4px;
				padding-top:2px;
				padding-bottom:2px;
				
				text-align:center;
				font-size:12px;
				color:#FFFFFF;
				text-shadow:0px 0px 4px #555577;
				background:#AAA9B0;
			}
					
	
	
	.List .PageNavigation {
		width:100%;

		margin-top:30px;
		text-align:center;
	}
		.List .PageNavigation .LinkContainer {
			display:inline-block;
		}
		.List .PageNavigation .LinkContainer a {
			text-decoration:none;
		}
		.List .PageNavigation .Link {
			width:30px;
			max-width:30px;
			float:left;
			
			box-sizing:border-box;
			border-radius:5px;
			border:1px solid #CCCCCC;
			border-bottom:1px solid #AAAAAA;
			
			margin-left:2px;
			margin-right:2px;
			
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 8%, #cccccc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(8%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 8%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 8%,#cccccc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 8%,#cccccc 100%); /* IE10+ */
			background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 8%,#cccccc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
			
			text-align:center;
			padding:4px;
			
			font-size:12px;
		}
		
		.List .PageNavigation .CurrentPage {
			width:30px;
			max-width:30px;
			
			float:left;
			box-sizing:border-box;
			border-radius:5px;
			border:1px solid #CCCCCC;
			border-bottom:1px solid #AAAAAA;
			
			margin-left:2px;
			margin-right:2px;
			
			background: #c5deea; /* Old browsers */
			background: -moz-linear-gradient(top, #c5deea 0%, #8abbd7 10%, #066dab 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(10%,#8abbd7), color-stop(100%,#066dab)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #c5deea 0%,#8abbd7 10%,#066dab 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #c5deea 0%,#8abbd7 10%,#066dab 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #c5deea 0%,#8abbd7 10%,#066dab 100%); /* IE10+ */
			background: linear-gradient(to bottom, #c5deea 0%,#8abbd7 10%,#066dab 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */
			
			text-align:center;
			padding:4px;
			
			font-size:12px;
			color:#FFFFFF;
		}
		
		
	.List .ToolBar {
		bottom:0px;
		width:100%;
		background:#AAd2AA;
	}
	
	.List .ToolBar .PostButtonContainer {
		position:absolute;
		
		bottom:4px;
		right:0px;
	}
	
.PS4Label {
	border-radius:4px;
	border:1px solid #777788;
	border-top:1px solid #AABBDD;
/* 	border:0px; */
	
	margin-left:8px;
	margin-right:8px;
	
	padding:5px;
	padding-top:4px;
	padding-bottom:4px;

	background: rgb(75,114,183); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(125,185,232,1) 12%, rgba(75,114,183,1) 95%, rgba(25,74,127,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(5%,rgba(125,185,232,1)), color-stop(95%,rgba(75,114,183,1)), color-stop(100%,rgba(25,74,127,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(125,185,232,1) 12%,rgba(75,114,183,1) 95%,rgba(25,74,127,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(125,185,232,1) 12%,rgba(75,114,183,1) 95%,rgba(25,74,127,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(125,185,232,1) 12%,rgba(75,114,183,1) 95%,rgba(25,74,127,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(125,185,232,1) 12%,rgba(75,114,183,1) 95%,rgba(25,74,127,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#194a7f',GradientType=0 ); /* IE6-9 */
	
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:0px 0px 4px #555577;
}	
.PSLabel {
	border-radius:4px;
	border:1px solid #000000;
	border-top:1px solid #848484;
/* 	border:0px; */
	
	margin-left:8px;
	margin-right:8px;
	
	padding:5px;
	padding-top:4px;
	padding-bottom:4px;

	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #777777 12%, #333333 93%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(7%,#777777), color-stop(93%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#777777 12%,#333333 93%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#777777 12%,#333333 93%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#777777 12%,#333333 93%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#777777 12%,#333333 93%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:0px 0px 4px #555577;
}
.PSVitaLabel {
	border-radius:4px;
	border:1px solid #000000;
	border-top:1px solid #848484;
/* 	border:0px; */
	
	margin-left:8px;
	margin-right:8px;
	
	padding:5px;
	padding-top:4px;
	padding-bottom:4px;

	background: rgb(75,114,183); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(125,185,232,1) 12%, rgba(75,114,183,1) 95%, rgba(25,74,127,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(5%,rgba(125,185,232,1)), color-stop(95%,rgba(75,114,183,1)), color-stop(100%,rgba(25,74,127,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(125,185,232,1) 12%,rgba(75,114,183,1) 95%,rgba(25,74,127,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(125,185,232,1) 12%,rgba(75,114,183,1) 95%,rgba(25,74,127,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(125,185,232,1) 12%,rgba(75,114,183,1) 95%,rgba(25,74,127,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(125,185,232,1) 12%,rgba(75,114,183,1) 95%,rgba(25,74,127,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#194a7f',GradientType=0 ); /* IE6-9 */
	
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:0px 0px 4px #555577;
}


.gradient_label_box_midnight {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbfe1+0,e251ab+12,10aeed+100 */
	background: #ffbfe1; /* Old browsers */
	background: -moz-linear-gradient(top, #ffbfe1 0%, #e251ab 12%, #10aeed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffbfe1 0%,#e251ab 12%,#10aeed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffbfe1 0%,#e251ab 12%,#10aeed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbfe1', endColorstr='#10aeed',GradientType=0 ); /* IE6-9 */
}