@charset "utf-8";
/* CSS Document */

body{
	font-family:tahoma, arial;
	font-size:12px;
	margin:0px;
	padding:0px;
	height:100%;
	position:relative;
	background:#efefef;
	line-height:1.5;
}
p{
	line-height:1.6;	
}
a{
	text-decoration: none;
	color:#066e07;
}
a:hover{
}
a img{
	border:0px none;
}
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #ccc; /* old IE */
    background-color: #ccc; /* Modern Browsers */
	margin:15px 0px;
}
.main-wrapper{
	background: transparent url(../images/admin-bg.jpg) repeat-x top left;
	padding-bottom: 180px;
	width: 1200px;
	margin: 20px auto;
	border: 1px solid #ccc;
	background-color: #fff;
}
.pg_title{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin:0px 0px 15px;
}
.filter_wrap{
	padding:20px;
}
.header{
	background: transparent url(../images/admin-logo.jpg) no-repeat top left;
	min-height: 39px;
	padding:97px 0px 0px 10px;
	margin:0px auto;
}
.header-menu{
	height:40px;
}

.header-menu ul{
	padding:0px;
	margin:0px;
}
.header-menu ul li{
	position:relative;
	float:left;
	list-style:none;
}
.header-menu ul li a{
    display: block;
    padding: 0px 15px 0px 15px;
    color: #fff;
    text-decoration: none;
    font-family: tahoma, arial;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
}
.header-menu ul li ul{ display:none; }
.header-menu ul li:hover ul{ display:block !important; }
.header-menu ul li a:hover{
	color:#FFF;
}

.header-menu ul li ul{
	display:none;
	position:absolute;
	top:35px;
	left:0px;
	width:200px;
	border:1px solid #000;
	background-color:#fff;
	z-index:500;
}
.header-menu ul li ul li{
	font-weight:normal;
	padding:0px;
	float:none;
}
.header-menu ul li ul li a{
	background-color:#066e07;
	color:#fff !important;
	display:block;
	font-family:arial !important;
	font-size:12px;
	font-weight:normal !important;
	padding:0px 5px !important;
	line-height:24px;
	height:auto !important;
}
.header-menu ul li ul li a:hover{
	background-color:#fff;
	color:#066e07 !important;
}
.content{
	margin:0px auto;
	overflow:hidden;
	width:100%;
}
.content-top{
	/*background: transparent url(../images/admin-body-top.jpg) no-repeat top left; 
	height:12px;*/
}
.content-body{
	/*background: transparent url(../images/admin-body-bg.jpg) repeat-y top left; */
	background-color:#FFF;
	padding:25px;
	min-height:400px;
	overflow:hidden;
}
.content-bottom{
	/*background: transparent url(../images/admin-body-bottom.jpg) no-repeat top left;
	height:12px;*/
}
.text-field{
	border:1px solid #066e07;
	font-family:tahoma, arial;
	font-size:12px;
	padding:2px;
	margin:0px;
}
select.text-field{
	padding:1px !important;
}
.submit-button{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top:1px solid #066e07;
	border-left:1px solid #066e07;
	border-bottom:2px solid #066e07;
	border-right:2px solid #066e07;
	font-family:tahoma, arial;
	font-size:12px;
	font-weight:bold;
	color:#066e07;
	background-color:#FFFFFF;
	cursor:pointer;
	padding:2px 5px;
}
.submit-button:hover{
	background-color:#066e07;
	color:#FFF;
}

table.list-result{
	border-top:1px solid #333; 
	border-left:1px solid #333; 
	border-right:1px solid #333; 
}

table.list-result tr:nth-child(even) td{
	background-color:#efefef;
	border-bottom:1px solid #333;
	padding:2px 5px;
}
table.list-result tr:hover td{
	background-color:#0DA10F;
	color:#fff;
}
table.list-result tr:hover td a{
	color:#fff;	
}
table.list-result tr:nth-child(odd) td{
	padding:2px 5px;
	border-bottom:1px solid #333;
}
table.list-result tr:nth-child(odd) td .text-field{
	border:1px solid #999;
	font-family:tahoma, arial;
	font-size:12px;
	color:#000066;
}
table.list-result tr:nth-child(odd) td .text-field:focus{
	border:1px solid #066e07;
	font-family:tahoma, arial;
	font-size:12px;
}

table.list-result tr.head td{
	font-weight:bold;
	padding:2px 5px;
	background-color:#777;
	border-bottom:1px solid #333;
	color:#FFFFFF;
}

table.list-result-edit{
	border-top:1px solid #333; 
	border-right:1px solid #333; 
}
table.list-result-edit tr:hover td{
	background-color:#ccc;
}
table.list-result-edit tr:hover td .text-field{
	background-color:#ccc;
}
table.list-result-edit tr td{
	padding:0px;
	border-left:1px solid #333; 
	border-bottom:1px solid #333; 
}
table.list-result-edit tr td .text-field{
	font-family:tahoma, arial;
	font-size:12px;
	color:#000066;
	border:0px none;
	cursor:pointer;
}
table.list-result-edit tr td .text-field:focus{
	font-family:tahoma, arial;
	font-size:12px;
	background-color:#56A0FF;
}

table.list-result-edit tr.head td{
	font-weight:bold;
	padding:2px 5px;
	background-color:#777;
	border-bottom:1px solid #333;
	color:#FFFFFF;
}

.page_title{
	border: 1px solid #ccc;
	padding:5px 2px;
	font-weight:bold;
	background-color:#efefef;
}
.Item_Menu{
	position:relative;	
	background:url(../images/menu-icon.png) no-repeat;
	background-size:contain;
	height:20px;
	width:20px;
}
.Item_Menu ul{
	position:absolute;
	display:none;
	border-top:1px solid #066e07;
	border-left:1px solid #066e07;
	border-right:1px solid #066e07;
	background-color:#fff;
	text-align:left;
	z-index:100;
	width:200px;
	left:20px;
	top:5px;
	padding:0px;
	margin:0px;
}
.Item_Menu ul li{
	list-style:none;
	border-bottom:1px solid  #066e07;
}
.Item_Menu ul li a{
	color: #066e07 !important;
	display:block;
	padding:3px;
}
.Item_Menu:hover ul{
	display:block;	
}
.Item_Menu ul li a:hover{
	color:#FFF !important;
	display:block;
	background-color:#066e07;
	padding:3px;
}	

.order_totals_tbl tr td{
	height:20px;	
	vertical-align:bottom;
}

.order_date_tip{
	font-size:13px;	
	line-height:18px;
}


.pagination a, .pagination strong{
	display:inline-block;
	line-height:24px;
	padding:0px 7px;
	margin:0px 2px;
	font-size:12px;	
    border-top: 1px solid #066e07;
    border-left: 1px solid #066e07;
    border-bottom: 2px solid #066e07;
    border-right: 2px solid #066e07;
	color:#066e07;
}
.pagination strong{
	color:#000 !important;	
}
.pagination a:hover{
	background:#066e07;
	color:#fff;
}