/* --- COMMON --- */

body	{
	text-align: center;
	color: #000;
	background: #dcf3ac;
	margin: 0;
	padding: 0;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}

a {
	color: #1c5488;
}

a:link {
	text-decoration : underline;
	background: transparent; 
	}

a:visited {
	text-decoration : underline;
	background: transparent; 
	}

a:hover {
	text-decoration : none;
	background: transparent; 
	}

a:active {
	text-decoration : underline;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Georgia, "New Century Schoolbook", Times, serif;
		font-size: 12px;
		text-align: left;
		}

/* --- HEADER & UNIVERSAL NAV --- */

#header {
	margin: 0 auto;
	width: 840px;
	height: 120px;
	vertical-align: bottom;
	text-align: right;
	border-right: 1px solid #7eb937;
	border-left: 1px solid #7eb937;
	background: #e1e9f0 url(/admin/images/header.jpg) top left no-repeat;
}

ul#universalnav {
	font: bold 11px verdana, arial, sans-serif;
	font-size: 10px;
	list-style-type: none;
	padding-top: 80px;
	padding-right: 15px;
	margin: 0;
}

ul#universalnav li {
	background: white;
	float: right;
	height: 13px;
	color: #333333;
	margin: 0px 4px 0px 0px;
	border: 1px solid #1c5488;
	padding: 5px 10px;
	cursor: pointer;
}

ul#universalnav a {
	color: #1c5488;
}

ul#universalnav li.current {
	
	border: 1px solid #FFF;
	background-color: #1c5488;
	cursor: default;
}

ul#universalnav li.current a {
	text-decoration: none;
	color: white;
}

/* --- CONTAINER & BREADCRUMB NAV --- */

#container {

	margin: 0 auto;
	width: 800px;
	padding: 20px;
	border: 1px solid #7eb937;
	border-top: 0;
	float: none;
	background: #FFF;
	margin-bottom: 15px;
	min-height: 450px;

}

#bread {
	text-align: left;
	color: #333;
	background-color: #e1e9f0;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
	
/* --- FOOTER --- */

#footer {
	
	clear: both;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 800px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}


/* --- HELP --- */

#breezehelp {
	padding: 10px;
	background: #fbfab8;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#breezehelpswitch {
	float: right;
	border: 1px solid silver;
	background: white;
}

#breezehelpswitch a {
	padding: 10px;
}

/* --- MISC --- */

#itemlist a.addItem {
	font-size: 0.75em;
	padding: 3px 6px;
	border: 1px solid #1c5488;
	float: right;
}

#itemlist table {
	width: 100%;
	border: 1px solid gray;
}

#itemlist td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 5px 9px;
	border-left: 1px solid #D9D9D9;
	cursor: default;
}

#itemlist td.listheader {
	font-weight: bold;
	border-bottom: 1px solid silver;
	background: #efefef;
}

.clear {
	clear: both;
	line-height: 1px;
}