@charset "utf-8";
/* CSS Document */
/*       _         _       _                _            _          
        /\ \     /\ \     / /\            / /\         / /\         
       /  \ \   /  \ \   / /  \          / /  \       / /  \        
      / /\ \ \ / /\ \ \ /_/ /\ \        / / /\ \     / / /\ \       
     / / /\ \_\\/_/\ \ \\_\/\ \ \      / / /\ \ \   / / /\ \ \      
    / / /_/ / /    / / /     \ \ \    /_/ /  \ \ \ /_/ /  \ \ \     
   / / /__\/ /    / / /       \ \ \   \ \ \   \ \ \\ \ \   \ \ \    
  / / /_____/    / / /  _      \ \ \   \ \ \   \ \ \\ \ \   \ \ \   
 / / /\ \ \     / / /_/\_\    __\ \ \___\ \ \___\ \ \\ \ \___\ \ \  
/ / /  \ \ \   / /_____/ /   /___\_\/__/\\ \/____\ \ \\ \/____\ \ \ 
\/_/    \_\/   \________/    \_________\/ \_________\/ \_________\/ */
div#nav {
	height: 40px;
	background: #eee url("../img/admin/gnavi_bg.gif") repeat-x 0% 0%;
	position: relative;
	z-index: 999;
	margin-top:0px;
}

div#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 900px;
	display:table;
	_height:1%;
	background: transparent url("../img/admin/bg_navi.png") repeat-x top left;
}

div#nav ul li {
	float: left;
	margin: 0px;
	padding: 0;
	width: auto;
	position: relative;
}
div#nav ul li a {
	display: block;
	width: auto;
	height: 40px;
	margin: 0;
	font-weight: bold;
	text-indent: 0;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	background-color: #999;
	background-repeat: no-repeat;
	color: #fff;
	outline: none;
}

/* menu backgrounds */

div#nav ul li a.five {
	background: url("../img/admin/navi.png") 0 -240px;
	width:170px;
}

div#nav ul li a.five:hover {
	background: url("../img/admin/navi.png") 0 -81px !important;
	color: #FF0000;
}
div#nav ul li .sel {
	background: url("../img/admin/navi.png") 0 -79px !important;
	color: #FF0000;
}
/* Select */


input[type=radio], input[type=checkbox] {
		display:none;
	}
input[type=radio] + label, input[type=checkbox] + label {
		display:inline-block;
		margin:-2px;
		padding: 4px 12px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255,255,255,0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
		background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
		background-image: -o-linear-gradient(top,#fff,#e6e6e6);
		background-image: linear-gradient(to bottom,#fff,#e6e6e6);
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	}

	 input[type=radio]:checked + label, input[type=checkbox]:checked + label{
		  background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		background-color:#e0e0e0;
		color:#F00;
		font-weight:bold;
	}
select{
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
   /* -webkit-box-shadow: 0 3px 0 #ccc, 0 0px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 0px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 0px #fff inset;*/
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background: #E0E0E0;
    color:#F00;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font-size:14px;
	line-height:20px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	min-width:250px;
	font-weight:bold;
}
select option:first-child {
/*	color: #333;
	background-color: #F5F5F5;*/
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
