/*=====tabs=======*/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/*=====end tabs ===*/

/*=====auto suggestion=====*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* ======end auto suggustion====*/
.headerlistname{
    float: right;
    font-size: medium;
    
}
.loginbox{
	width:270px;
	height:150px;
	position:absolute;
	left:50%;
	top:35%;
	margin:-85px 0 0 -155px;
}

/*==========*/
.toolbar a {color:#fff; text-decoration:none; border:0px solid #dddddd;}
.toolbar a:hover { text-decoration:none; background-color:#6C6C6C; color:#fff; border-color:#000;}
ul.toolbar {
			list-style-type: none;
			margin: 0px;
			padding: 5px 0px 5px 0px;
			
			background-image: -webkit-gradient(linear, left top, left bottom,
					color-stop(0.0, rgba(255, 255, 255, 0.6)),
					color-stop(0.5, rgba(255, 255, 255, 0.3)),
					color-stop(0.5, rgba(255, 255, 255, 0.2)),
					color-stop(1.0, rgba(255, 255, 255, 0.0)));
			background-image: -moz-linear-gradient(top,
					rgba(255, 255, 255, 0.6) 0%,
					rgba(255, 255, 255, 0.3) 50%,
					rgba(255, 255, 255, 0.2) 50%,
					rgba(255, 255, 255, 0.0) 100%);
					
			-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
			-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
			box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
            
            
			
			background-color: #222;
			color: #fff;
			text-align: center;
			font-family: Helvetica, Arial, Sans;
		}
		ul.toolbar li {
			display: inline-block;
			margin: 0px;
			padding: 3px 5px 3px 5px;
			min-width: 100px;
			
			cursor: default;
			
			border: 1px solid rgba(0, 0, 0, 0.5);
			border-width: 1px 0px 1px 1px;
			
			-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2),
				inset 0px 0px 2px rgba(255, 255, 255, 0.25);
			-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2),
				inset 0px 0px 2px rgba(255, 255, 255, 0.25);
			box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2),
				inset 0px 0px 2px rgba(255, 255, 255, 0.25);
			
			-webkit-transition: background 0.2s ease-in-out;
			
			text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
			font-size: 8pt;
			font-weight: bold;
		}
		ul.toolbar li:first-child {
			border-radius: 3px 0px 0px 3px;
			-moz-border-radius: 3px 0px 0px 3px;
		}
		ul.toolbar li:last-child {
			border-radius: 0px 3px 3px 0px;
			-moz-border-radius: 0px 3px 3px 0px;
			border-width: 1px;
		}
		ul.toolbar li.selected, ul.toolbar li:hover {
			background-color: rgba(255, 255, 255, 0.25);
		}
		ul.toolbar li:active {
			background-color: rgba(0, 0, 0, 0.3);
			-webkit-transition-duration: 0.0s;
		}
		ul.toolbar li.icon {
			min-width: 0px;
			padding-left: 30px;
			background-repeat: no-repeat;
			background-position: 10px center;
		}
/*==========*/




input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 14px;
	padding: 4px 7px;
	outline: 0;
    width: 350px;
	-webkit-appearance: none;
}
#publishdate{
    border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 14px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
#closingdte{
    border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 14px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
	border-color: #339933;
}


label {
	display:block;
	margin: 2px 0px;
	font-weight: bold;
}

label.option {
	font-size:11px;
	vertical-align: middle;
	font-weight: normal;
}

label.login {
	font-size:11px;
	font-weight: normal;
	margin-top:10px;
	color: #666666;
}

#div-caution{
    font-size: 10pt;
    color: red;
}
.banner_default_success {
    
    padding: 10px;
    text-align:center;
    font-size:15px;
    width: 140px;
    border: 1px solid lime;    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -70px;
    background-color: #A4FFA4;
    
	-moz-border-radius: 0px 0px 10px 10px;
}

.banner_default_error {
    
    padding: 10px;
    text-align:center;
    font-size:15px;
    width: 140px;
    border: 1px solid #FB0000;    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -70px;
    background-color: #FFB9B9;
    
	-moz-border-radius: 0px 0px 10px 10px;
}




#navi-sub{
    float: right;
    height:26px;
}
#errmsg{
    margin: auto;
    width: 500px;
    height: 40px;
    background: #FF5959;
}

#loginform{
    margin: auto;
    width:380px;
    height: 220px;
    padding: 10px;
    border-color: #EE621E;
    /*border-style: solid;*/
    border: 2px solid #FB0000;
    background-color: #FACCB6;
    
     -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.headlogin{
    font-family: fantasy;
    font-size: 14pt;
    
}
#footer{
    margin: auto;
    font-size: 8pt;
    float: right;
    padding-right: 20px;
}
#div-main{
    padding: 20px;
    width: 95%;
    margin: auto;
    height: 800px;
    border-color: #EE621E;
    border-style: solid;
    background-color: #FD6A09; /*#FACCB6*/
    
     -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#div-header{
    padding-top: 2px;
    padding-right: 10px;
    text-align: right;
    height: 15px;
    font-family: fantasy;
    font-size: 18pt;   
}
#div-navigation ul{
    margin:5px;
    padding:5px;
    list-style:none;
}
#div-navigation li{
    display:inline;
	   	margin:10px;
		padding:0;		
		font-family:Arial, Helvetica, sans-serif;
		font-size:13pt;
}
#div-container{
    font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
    padding: 5px;
    width:auto;
    margin: auto;
    height: 700px;
    border-color: #EE621E;
    border-style: solid;
    background-color: #fff;
    
    -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    
}
legend{
    text-align: center;
}
.txtbox{
    width: 70px;
}
#qty.txtbox{
    width:20px;
}
.tr-listreport{
	height:30px;	
	}
/*---------------- Search Box -------------------------*/
	#searchForm{
	/* The search form. */
	background-color:#F87136;
	padding:5px 5px 5px;
	margin:2px 0;
	position:relative;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}

	fieldset{
		border:none;
	}
	
	#search{
	/* The search text box. */

	border:none;
	color:#888888;
	background:url("../img/searchBox.png") no-repeat;

	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	height:36px;
	line-height:36px;
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	text-shadow:1px 1px 0 white;
	/*width:385px;*/
    width:420px;
	}
    
    /* The submit button */

	#submitButton{
		background:url('../img/buttons.png') no-repeat;
		width:83px;
		height:36px;
		text-indent:-9999px;
		overflow:hidden;
		text-transform:uppercase;
		border:none;
		cursor:pointer;
	}
	
	#submitButton:hover{
		background-position:left bottom;
	}
    
    /* Paginating */
.div-pagination{
	text-align:center;
    
	height:20px;
    
    position: absolute;
    top: 815px;
    left: 50%;
    margin-left: -70px;
    
    
}
.paging { padding:10px 0px 0px 0px; text-align:center; font-size:13px;}
.paging.display{text-align:right;}
.paging a, .paging span {padding:2px 8px 2px 8px;}
.paging span {font-weight:bold; color:#000; font-size:13px; }
.paging a {color:#000; text-decoration:none; border:1px solid #dddddd;}
.paging a:hover { text-decoration:none; background-color:#6C6C6C; color:#fff; border-color:#000;}
.paging span.prn { font-size:13px; font-weight:normal; color:#aaa; }
.paging a.prn { border:2px solid #dddddd;}
.paging a.prn:hover { border-color:#000;}
.paging p#total_count{color:#aaa; font-size:12px; padding-top:8px; padding-left:18px;}
.paging p#total_display{color:#aaa; font-size:12px; padding-top:10px;}