/**
 * eamj.css
 *
 * Copyright (c) 2011 Ken Murei
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Eamj theme.
 *
 * $Id: eamj.css,v 1.5.2.1 2011 20:45:50 asmecher Exp $
 */

body {
	background-color: #F7F8F3;
	color: #444444;
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-size: 120%;
}

a:link {
	color: #2b5a73;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	color: #B30000;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color: #496376;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #B30000;
	text-decoration:underline;
	font-weight:bold;
	background: none;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#container {
	text-align: left;
}

#header {
	background-color: #F2F2F2;
	border-bottom: 1px solid black;
	float: left;
	padding-left: 10%;
}

#headerTitle {
	color: #ffffff;
}

#header h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Palatino,'Times New Roman',Times,serif;
}

#main {
	padding-top: 0px;
	background-color: #f2f2f2;
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
	margin-bottom: 5px;
}

#main h2 {
	padding-left: 10px;
	font-family: Palatino,'Times New Roman',Times,serif;
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid black;
}

#breadcrumb {
	background-color: #d2d2d2;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 4px solid white;
	border-top: 4px solid white;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid #000;
}

#content h3 {
	font-family: Palatino,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Palatino,'Times New Roman',Times,serif;
}

/** MohSho 2009  **/

#myFooter {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 63%; 
	margin-left: 10%;
	margin-right: 27%;
	text-align: center;
	font-size: 0.5em;
}

ul.plain {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 2em;
	text-indent: -1em;
}

#rightSidebar {
	margin-right: 6%;
	width: 19%;
	margin-left: 1%;
}

ul.rightSidebar {
	list-style-type: none;
	padding-left: 0em;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#sidebar div.block {
	padding-bottom: .5em;
}

#sidebar div.block span.blockTitle {
	font-weight: bold;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb a:active {
	text-decoration: underline;
}

/**
 * Announcements
 */

#announcementsHome h3 {
	text-align: left;
}

table.announcements td.posted {
	padding-top: 0.25em;
	font-size: 0.75em;
}

#smallText {
	font-size: 0.75em;
}

#popupHeader {
	background-color: #000066;
	border-bottom: 1px solid black;
	float: left;
	width: 100%;
}

#announcementsHome {
	margin-top: 0px;	
}

#receipt {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  background: white;
  border: 1px solid #D0D0D0;
  border-right: 2px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  padding: 10px;
  font: 11px monospace;
  color: black;
}
#dropdowns {height: 15px; padding: 10px 0; margin-right: 0px; padding-right: 11px; position: relative; z-index: 1000;}
#dropdowns ul {list-style-type: none; float: right; margin: 0; border-color: #357994;}
#dropdowns ul ul {display: none; position: absolute; top: 24px; left: -1px; width: 98px; border-width: 0 1px 1px; border-style: solid; z-index: 1000;background-color: #fff;
}
#dropdowns ul li:hover > ul {display: block; }
#dropdowns ul li.hover ul {display: block; width: 98px;}
#dropdowns li {background-image: none; padding: 0; font-size:12px; font-weight:bold;width: 98px}
#dropdowns a {display: block; background:#fff; font-size:12px;}
#dropdowns .browse, #dropdowns .information{
	position: relative;
	display: block;
	width: 120px;
	height: 17px;
	float: left;
	margin-right: 10px;
	border-width: 1px; 
	border-style: solid;
       border-color: #357994;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fff;
}

#dropdowns .browse, #dropdowns .information {padding: 0px 0px 5px 8px; background-image: url(btn.dropdown.gif);}

#dropdowns form {display: inline;}
#dropdowns fieldset {display: inline; border-width: 0; padding:0px}
#dropdowns legend {display: none;}

/* I.E Fix */
* html #dropdowns {margin-left: -13px; margin-right: -13px;}
* html #dropdowns ul ul {width: 98px;}
* html #dropdowns ul ul li {height: 1%;}


/* Fix IE. Hide from IE Mac \*/
* html #dropdowns ul li {float:left; height: 1%; width: 158px;}
* html #dropdowns ul li a { height: 1%; background: #fff; }
/* End */
