@CHARSET "ISO-8859-1";



body {
	font-family: chicago, arial, verdana, sans-serif;
	font-size: 0.9em;
	color: black;
	margin: 0px;

}

 
.footer {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif; 
	color: white; 
	font-size: 9px; 
	background-color: #4d4941;
}



#menu {
	width: 800px;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid white;
	background-color: silver;
	color: black
	}

#main_container  {
	width: 790px;
	padding: 5px;

	background-color: white;
	color: black

}

#menu_container {
	margin-top: 5px;

	}

#menu_container a {

	}

#shadowboxed_main_container {
	padding: 3px;
	
	background-color: white;
	color: black;
	font-size: 0.75em;
	
}

#adminPageHeader {
	margin-bottom: 12px;
	padding-bottom: 3px;
	}
	
#dms_add  {
	font-size: 12px;
	}
	
#dms_main_tools_menu {
	margin: 5px 0px 5px 0px;
	font-size: 0.75em;
	border: 1px solid silver;
	padding: 2px;
	background-color: #eaeaea;
	}

.dms_article_tools_menu {
	font-size: 0.75em;
	border: 1px solid silver;
	padding: 2px;
	background-color: #eaeaea;
	font-weight: normal;
	font-style: normal;
	margin-left: 6px;
	}
	
#dms_main_tools_menu a {
	margin-right: 0px;
	padding: 0px 2px;

	}	

#dms_main_listing  {
	
	margin: 5px 8px 25px 0px;
	}

#dms_main_listing .sectionHead,
#admin_container .sectionHead,
.sectionhead {
	font-weight: bold;
	margin-top: 12px;
	maring-bottom: 4px;
	}

#dms_main_listing .item, .item {
	margin: 4px 4px 20px 2px;
	border-left: 4px solid silver;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 4px;
	}
	
#dms_main_listing .linkItem, .linkitem {
	margin: 4px 4px 18px 0px;

	}

.dms_float_sidebar {
	float:right; 
	padding: 5px 0px; 
	/* margin: -5px -5px 5px 5px; */
	margin: 0px 0px 5px 5px;
	background-color: #e6e5db;
	color: #858475;

	}
	
hr {
	color: black;
	}
	
#dms_main_page_title {
	font-size: 1.4em;
	font-weight: bold;

	margin-top: 5px;
	margin-bottom: 10px;
	}
	
#dms_main_module_title {
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: 1px solid silver;
	margin-top: 5px;
	margin-bottom: 10px;
	}

#admin_container {
	font-size: 12px;
	}

#quickSearch {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#quickSearch a {
	text-decoration: none;
	font-weight: bold;
	margin: 0px 4px 0px 0px;
}

#userTable,
#userSearchTable {
	width: 100%;
	}

#userTable th,
#userSearchTable th {
	border:none;
	border-bottom: 1px solid black;
	font-size: 12px;
	text-align:left;
	padding-left: 0;
	}
	
#userSearchTable {
	background-color: #eaeaea;
	}
	
#userTable td,
#userSearchTable td {
	font-size: 12px;
	}
	
#userTable .formlabel {
	text-align: right;
	width: 170px;	
	background-color: #eaeaea;
	font-weight: bold;
	}

#linkList {
	list-style: none outside;
	padding: 0;
	}

/* generic display classes */

.boldHeader {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
	color: inheirit;
	}

/* ProjectSubmenu: Cribbed from Waferbaby... */

#ProjectSubmenu {
	list-style: none outside;
	padding: 0;
	height: 1.5em; /* Setting a height makes it act like a block */
	border: 0px dotted #606870;
	}

#ProjectSubmenu li {
	display: inline;
	padding: 0;
	margin: 0;
	}


#ProjectSubmenu li a,
#ProjectSubmenu li a:link,
#ProjectSubmenu li a:visited {
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	min-width: 70px;
	padding: 1px 15px 2px 15px;
	margin: 0;
	margin-right: -1px;
	background: transparent;
	color: #ccc;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	}

#ProjectSubmenu li a.selected,
#ProjectSubmenu li a.selected:hover {
	color: #000;
	background: silver;
	}

#ProjectSubmenu li a:hover {
	background-color: gray;
	}

#ProjectSubmenu li a:active {
	color: #eee;
	background: #606870;
	}
	
#adminPageListing {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	
}

#adminPageListing td,th {
	font-size: 0.9em;
	border: 1px solid gainsboro;
	padding: 3px;
}

#adminPageListing th {
	font-size: 0.75em;
	text-align: left;
	background-color: #eaeaea;
}

#adminPageListing .tools {
	font-size: 0.7em;
}

#adminPageForm {
	width: 650px;

}	

#adminPageForm .formItem {
	font-size: 0.8em;
	color: gray;
	margin-bottom: 10px;
}

#adminPageForm .textField {
	width: 400px;
}