@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%;
	background:url(../images/stallion.png) top left no-repeat;
}

	#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;
		}


	#project_select {
		position:absolute;
		background:#333;
		width:426px;
		height:38px;
		right:315px;
		z-index:99;
		padding-left:30px;
		padding-bottom:20px;
		background:url(../images/projselect_bg.gif) top right no-repeat;
	}
		#project_select a.projselect_pin {
			width:17px;
			height:17px;
			display:block;
			background:url(../images/projselect_pin.gif);
		}
		
		#project_select a.projselect_pin.pinned {
			background-position:0px -17px;
		}
		
		#project_select a.projselect_arrow {
			display:block;
			width:29px;
			height:29px;
			margin:0 0 0 4px;
			background:url(../images/projselect_arrow.gif);
		}
		
		#project_select a.projselect_arrow.selected {
			background-position:0px -29px;
		}
		
		#project_select img.project_icon {
			margin:2px 0 0 3px;
			border:1px solid #ccc;
		}
		
		#project_select span {
			position:absolute;
			height:10px;
			font-size:1.2em;
			font-weight:bold;
		}
		
		#projselect_display span.project_title {
			color:#666;
			left:45px;
			top:9px;
		}
		
		#projselect_display span.project_company {
			color:#333;
			right:10px;
			top:9px;
		}
		
		#projselect_display {
			position:relative;
			width:100%;
		}			
			#projselect_menu_holder {
				position:absolute;
				left:0;
				top:0;
				width:363px;
				background-color:#ccc;
			}
				
				#projselect_menu_holder ul li {
					position:relative;
					display:inline;
					background:#FAFAFA;
				}
			
				#projselect_menu_holder ul li.label {
					display:block;
					background:#FAFAFA url(../images/projselect_choose_arrow.gif) 15px 15px no-repeat;
					vertical-align:middle;
					border:none;
					height:28px;
					padding:10px 0 0 40px;
					font-size:1.3em;
					font-weight:bold;
				}

					#projselect_menu_holder ul li.first a {
						background:#FAFAFA url(../images/projselect_topmnubg.gif) top left repeat-x;					
					}	
					
				#projselect_menu_holder ul li a {
					position:relative;
					display:block;
					height:38px;
					margin:1px;
					background:#FAFAFA;
				}
					#projselect_menu_holder ul li a:hover {
						cursor:hand;
						background:#eee;					
					}	
		
					
	#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;
	}
	
	
	
