@import "undohtml.css";
@import "common.css";

/*
* =Login
*---------------------------------------*/

body#login {
	margin:2em auto;
	font:0.8em Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	width:400px;
	position:relative;
}

#login input {
	padding:2px;
}

#login_widget {
	text-align:center;
	padding:10px;
	padding-bottom:45px;
}

body#login #footer1 {
	position:absolute;
	left:0;
	border-top:1px solid #ccc;
	background:#eee;
}




/*
* =CPanel
*---------------------------------------*/

html {
	height:100%;
	min-width:980px;
}

body#cpanel {	
	height:100%;
	font:0.8em Arial, Helvetica, sans-serif;
}

#wrapper1 {
	position: relative;
	/*min-height: 100%;
	height: 100% !important;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/*height: auto;*/
	/*width:100%;*/
	min-width:980px;
}
	div.enable_sidebar {
		background:url(../images/sidebar_shadow_tile.gif) repeat-y 0px 0px;
		/*border:#FF0000 solid 1px;
		height:100%;*/
	}

html>body #wrapper1 {
    height: auto;
	
}

#header {
	width:98%;
	position:relative;
	z-index:999;
	height:95px;
	background:#fff url(../images/header_gradient_tile.gif) bottom repeat-x;
}

#header h1 a {
	display:block;
	height:100%;
}

	#header h1 {
		margin-left:20px;
		height:80px;
		width:210px;
		background-position:left center;
		/**/background-repeat:no-repeat;
		text-indent:-2000px;
	}
		
	#quick_links {
		position:absolute;
		right:0;
		top:5px;
		font-size:13px;
	}
	
		#quick_links li {
			padding:5px;
			float:left;
		}
		
		#quick_links a  {
			font-weight:bold;
			text-decoration:underline;
		}
		
					
	#nav {
		position:absolute;
		right:0;
		bottom:0px;
	}
	
	#nav ul {
		padding:10px 10px 0 10px;
	}

	#nav ul li {
		position:relative;
		float:left;
		margin-right:2px;
		padding-right:8px;
		height:25px;
		background-image:url(../images/nav_tableft.png);
	}
	
		#nav ul li a {
			height:21px;
			font-size:1.1em;
			float:left;
			display:block;
			padding:5px 0px 0px 6px;
		}
		
		#nav ul li span { /* used as nav endcap */
			background-image:url(../images/nav_tabright.png);
			position:absolute;
			right:0;
			top:0;
			width:5px;
			height:25px;
			display:block;
		}
		
		#nav ul li.current {
			background-image:url(../images/nav_tableft-current.png);
		}
		
		#nav ul li.current span { /* used as nav endcap */
			background-image:url(../images/nav_tabright-current.png);
		}


	
#content_wrapper {
	position:relative;
	width:100%;
	padding-bottom:10px;
}
	#sidebar {
		position:relative;
		zoom:100%;
		clear:none;
		float:left;
		width:145px;
		height:100%;
	}
	
		#sidebar li  {
			background:url(../images/sidebar_nav-li_background.png) left top no-repeat;
			margin:4px;
			width:160px;
			height:100%;
		}
		
		#sidebar li.current a {
			background-image:url(../images/toggle_arrow_down.gif);
		}		
			#sidebar li ul li {
				margin:0px;
				background:none;
				background-color:#fff;
				padding-top:3px;
			}
			
			#sidebar li ul li.current {
				background-color:#fff;
			}
				#sidebar li ul li.current a {
					font-weight:bold;
				}
			
				#sidebar li ul a {
					height:auto;
					line-height:1.5em;
					font-weight:normal;
					margin-left:5px;
					padding-left:10px;
					color:#000;
					background:url(../images/bullet-dash.gif) left center no-repeat !important;
				}
				
				#sidebar li ul a:hover {
					text-decoration:underline;
				}
		
		#sidebar li a {
			display:block;
			width:137px;
			height:27px;
			line-height:27px;
			padding-left:23px;
			background-image:url(../images/toggle_arrow_right.gif);
			background-position:5px 9px;
			background-repeat:no-repeat;
			font-size:0.9em;
		}
	
	#content {

	}
		div.enable_sidebar #content {
			margin-left:175px;		
		}
	
		#content_inner {
			position:relative;
			padding:10px;
			min-height:inherit;
			height:auto;
		}
		
		#content_inner a {
			text-decoration:underline;
		}
	
	#footer {
		position: relative;
		bottom:-10px;
		padding:8px 0 8px 0;
		width:100%;
		margin-top:3px;
		text-align:center;
		font-size:0.9em;
		background:#fff url(../images/footer_gradient_tile.gif) bottom repeat-x;
		
		margin-top:10px;
	}

.table td {padding:5px; vertical-align:top;}
.form_container { 
	background:#fff url(../images/greybg.png) repeat-x bottom;
	border:2px solid #d4d3d3; 
}

#inventory {
	float:left;
	width:53%;
	margin-bottom:15px;
}
	#add_link {
		position:absolute;
		top:5px;
		right:5px;
		display:block;
		padding-left:23px;
		font-weight:bold; 
		margin-bottom:8px;
		background:url(/images/icons/add.png) left center no-repeat;
	}
	
	ul.category_list li {
		padding:3px;
		position:relative;
	}

div.control_edit_delete {
	float:right;
	position:absolute;
	right:5px;
	top:3px;
	width:50%;
}
	div.control_edit_delete ul {
		float:right;
	}
	
	div.control_edit_delete ul li {
		float:left;
		background:none;
		padding:0 0 0 11px;
		font-size:0.9em;
	}
	
	
	
