* {
margin: 0;
padding: 0;
}

body {
background: #000033 url(bg.png) top left repeat-x;
font-family: Helvetica, sans-serif;
font-size: 1em;
}

ul.login {
font-size: .9em;
list-style: none;
}

ul.login li {
background: url('arrow_right.png') top left no-repeat;
margin-bottom: 3px;
padding-left: 20px;
}

ul.login a {
color: #0066CC;
text-decoration: none;
}

	#content {
	float: left;
	margin-top: -55px;
	padding-left: 15px;
	padding-top: 27px;
	position: relative;
	width: 600px;
	}
	
	#content h1 {
	font-size: 1.3em;
	margin-bottom: 15px;
	}
	
	#content p {
	font-size: .8em;
	margin-bottom: 15px;
	}

	#errors {
	background: url('login-error.png') top left no-repeat;
	display: none;
	float: left;
	height: 70px;
	overflow: hidden;
	width: 345px;
	z-index: 20;
	}
	
		#errors h1 {
		background: transparent url('exclamation.png') top left no-repeat;
		color: white;
		font-size: 1em;
		margin: 25px 0 0 25px;
		padding-left: 20px;
		}
		
		#frame {
		float: left;
		left: 50%;
		margin-left: -435px;
		position: absolute;
		width: 850px;
		}
		
		#frame #footer {
		background: transparent url('large-footer.png') top left no-repeat;
		float: left;
		min-height: 100px;
		width: 850px;
		}
		
		#frame #footer p {
	color: #003399;
	font-size: .7em;
	margin-right: 20px;
	margin-top: 60px;
	text-align: right;
	}
		
		#frame #middle {
		background: transparent url('large-middle.png') top left repeat-y;
		float: left;
		width: 850px;
		}
		
		#frame #top {
		background: transparent url('large-header.png') top left no-repeat;
		float: left;
		height: 200px;
		width: 850px;
		}
		
		#frame #top h1 {
		color: white;
		display: block;
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		font-size: 2em;
		font-weight: lighter;
		position: absolute;
		margin: 60px 0 0 50px;
		}
	
	#login {
	background: transparent url('login-banner.png') top left no-repeat;
	float: left;
	left: 50%;
	margin-left: -200px;
	margin-top: 10%;
	position: absolute;
	width: 400px;
	}
	
	#login #banner {
	float: left;
	height: 70px;
	overflow: hidden;
	width: 345px;
	z-index: 10;
	}
	
	#login #banner h1 {
	color: white;
	font-size: 2em;
	font-weight: lighter;
	margin: 20px 0 0 25px;
	}
	
	#login-btn {
	bottom: -50px;
	left: 0px;
	position: absolute;
	}
	
	#nav {
	float: left;
	margin-top: -40px;
	margin-left: 16px;
	width: 200px;
	}
	
	#nav ul {
	list-style: none;
	width: 200px;
	}
	
	#nav ul li {
	background: url(nav-off.png) top left no-repeat;
	font-size: .7em;
	height: 43px;
	overflow: hidden;
	text-align: left;
	width: 180px;
	}
	
	#nav ul li:hover {
	background: url(nav-over.png) top left no-repeat;
	}
	
	#nav ul li.on {
	background: url(nav-on.png) top left no-repeat;
	}
	
	#nav ul li.on a {
	color: white;
	}
	
	#nav ul li a {
	color: #444;
	font-weight: bold;
	height: 43px;
	display: block;
	padding-left: 23px;
	padding-top: 3px;
	text-decoration: none;
	margin: 13px 5px 0 35px;
	}
	
	#panel {
	float: left;
	margin-top: -12px;
	z-index: 30;
	}
	
	#panel .footer {
	background: transparent url('login-footer.png') top left no-repeat;
	float: left;
	height: 28px;
	width: 345px;
	}

	#panel .top {
	background: transparent url('login-top.png') top left no-repeat;
	float: left;
	height: 28px;
	width: 345px;
	}
		
	#panel .middle {
	background: transparent url('login-middle.png') top left repeat-y;
	float: left;
	width: 345px;
	}
	
	#panel .middle div {
	margin: 5px 35px;
	}
	
	#panel .middle div p {
	font-size: .9em;
	line-height: 140%;
	margin-bottom: 20px;
	}
	
		.bform {
		}
		
		.bform fieldset {
		border: none;
		}
		
		.bform fieldset dl {
		line-height: 140%;
		margin: 10px 0;
		margin-bottom: 20px;
		}
		
		.bform fieldset dl dt {
		font-weight: bold;
		margin-bottom: 2px;
		}
		
		.bform fieldset dl dd input {
		color: #555;
		min-width: 250px;
		padding: 4px;
		}
		
		.bform fieldset dl dd.error {
		color: #cc0000;
		font-size: .8em;
		font-weight: bold;
		margin-top: 4px;
		}
		

/* bPad */
		
		dl.bpad {
		border: 1px solid #ccc;
		margin-bottom: 15px;
		width: 550px;
		}
		
		dl.bpad dt {
		background: #333;
		color: white;
		height: 18px;
		overflow: hidden;
		padding: 5px;
		}
		
		dl.bpad dd.sub {
		background: #e1e1e1;
		border-top: 1px solid #ccc;
		font-size: .9em;
		padding: 5px;
		}
		
		dl.bpad dd.item {
		background: white;
		border-top: 1px solid #ccc;
		font-size: .7em;
		padding: 5px;
		}
		
		dl.bpad p {
		color: white;
		float: left;
		font-size: 1em;
		}
		
		dl.bpad dt ul {
		float: right;
		font-size: .8em;
		list-style: none;
		margin-right: 10px;
		}
		
		dl.bpad ul li {
		float: left;
		margin-left: 10px;
		}
		
		dl.bpad ul li a {
		color: gold;
		}
		
		dl.bPad dd {
		background: white;
		padding: 4px;
		}		
		
		
		
		
/* form */

form {
border: none;
width: 500px;
}

form fieldset dl {
float: left;
clear: both;
margin: 15px 0px;
width: 545px;
}

form fieldset { 
border: none; 
width: 500px;
}


form fieldset dl dt { font-weight: bold; margin: 0; padding: 0; }
form fieldset dl dd { margin: 0; padding: 0; }
form fieldset dl dd input { color: #444; padding: 3px; }


	#fileUploadstyleQueue{
	margin-top: 5px;
	padding: 3px;
	background-color: white;
	border-color: #cecece;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
	height: 150px;
	width: 350px;
	}

		
		.inputerror {
		background: url(inputerror.png) top left;
		}
		


table {
	background: white;
	border-collapse: collapse;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	font-size: .8em;
	margin-bottom: 15px;
	width: 555px;
	}
	
		table tr td a {
		color: #cc0000;
		font-weight: bold;
		}
				
		table caption {
		background: black;
		color: white;
		padding: .5em;
		text-align: left;
		}
		
			table caption a {
			color: gold;
			}
		
		table img {
		border: none;
		}
	
		table td {
		border-bottom: 1px solid #888;
		border-left: 1px solid #888;
		color: #333;
		padding: .5em;
		text-align: left;
		vertical-align: top;
		}

		
		table th {
		background: #333;
		border-left: 1px solid #888;
		border-bottom: 1px solid #888;
		color: white;
		padding: .5em;
		text-align: left;
		vertical-align: top;
		}




		.fileUploadQueueItem {
		font: 11px Verdana, Geneva, sans-serif;
		background-color: #F5F5F5;
		border: 3px solid #E5E5E5;
		margin-top: 5px;
		padding: 10px;
		width: 300px;
		}
		
		.fileUploadQueueItem .cancel {
		float: right;
		}
		
		.fileUploadProgress {
		background-color: #FFFFFF;
		border-top: 1px solid #808080;
		border-left: 1px solid #808080;
		border-right: 1px solid #C5C5C5;
		border-bottom: 1px solid #C5C5C5;
		margin-top: 10px;
		width: 100%;
		}

.fileUploadProgressBar {
background-color: #0099FF;
}

.gallery {
		clear: both;
		float: left;
		width: 100%;
		}
		
		.gallery dt {
		font-weight: bold;
		padding: 4px;
		}
		
		.gallery dd {
		border: 1px solid #ccc;
		float: left;
		height: 83px;
		overflow: hidden;
		margin: 0px 2px 2px 0;
		position: relative;
		width: 140px;
		}
		
		.gallery img {
		border: none;
		width: 140px;
		}
		
		.gallery dd a.delete {
		background: url('famfamicons/cancel.png') top left;
		display: block;
		height: 16px;
		left: 5px;
		position: absolute;
		text-indent: -5000px;
		top: 5px;
		width: 16px;
		}
		
		.gallery dd a.edit {
		background: url('famfamicons/pencil.png') top left;
		display: block;
		height: 16px;
		left: 25px;
		position: absolute;
		text-indent: -5000px;
		top: 5px;
		width: 16px;
		}


/* subnav */

		.subnav {
		background: url('subnav-bg.png') top left no-repeat;
		height: 46px;
		list-style: none;
		margin: -28px 0 20px -16px;
		padding: 0;
		padding-left: 20px;
		position: relative;
		width: 661px;
		}
		
		.subnav li {
		float: left;
		margin-right: 20px;
		margin-top: 16px;
		}
		
		.subnav li a {
		color: white;
		text-decoration: none;
		}

		.subnav li a.on {
		color: black;
		}
		
		
		.subnav li a:hover {
		color: black;
		}

		
		
		
		
		
		
		
		