/*	#############################################################################
	Filename:			rice.css
	Application Name:	
	Author:				Chad Hastings
	Date Created:		2005-11-08
	Date Last Modified:	
	Last Modified By:	
	Version:			1.0
	Description:		This is the style sheet for the website.
	############################################################################# */
	
/* Tags are arrange alphabetically.  ID and class selectors are placed before the alphabetical tags.  Elements that share style information are listed by the first element.  Use CTRL+F to find a particular element. */

#menu {
	position: relative;
	top: 0;
	left: 0;
}
.active {
    background-color: transparent;
}
.error {
	background-color: #FFFF00;
}
a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body { 
	background-color: #666633;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: smaller;
/*	box-sizing: border-box;
	-moz-box-sizing: border-box; */
}
br { clear: left; }
div#content {
	width: 95%;
	text-align: left;
	margin: 0 auto;
	background-color: #CCCC99;
	padding: 15px;
}
div.headerlogo {
	width: 100%;
	height: 100px;
	border: 1px solid #666633;
	background-image: url(../../images/ricebk.jpg);
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}
div.inactive {
    background-color:#003300;
    font-weight: 500;
    text-indent: 15px;
	border: 1px solid #666633;
	font-size: 13px;
	color: #FFFFFF;
}
div.leftmenu {
	background-image: url(../../images/ricebk.jpg);
	float:left;
	width:15%;
	border: 1px solid #666633;
	padding:3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.maincontent {
	background-image: url(../../images/ricebk.jpg);
	border: 1px solid #666633;
	padding:5px;
	float:left;
/*	width: 57%; */
	max-width: 64%;
	margin-bottom: 10px;
}
div.pagefoot {
	width:100%;
	border: 1px solid #666633;
	background-image: url(../../images/ricebk.jpg);
	background-color: #003300;
	margin-top: 10px;
	color: #000000;
	font-size: 75%;
}
div.rightmenu {
	background-image: url(../../images/ricebk.jpg);
	float:right;
	width:15%;
	border: 1px solid #666633;
	padding:3px;
	margin-left: 10px;
	margin-bottom: 10px;
}
fieldset {
	border: 1px solid #666633;
} 
h1 {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	color: #003300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0 0 0.25em 0;
	margin: 0;
}
input, label, select {
	border: 1px solid #003300;
	display: block;
	float: left;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
input.button, legend {
	background-color: #003300;
	color: #FFFFFF;
	font-weight: 700;
	border: 1px solid #CCCC99;
}
label {
	border: none;
	text-align: right;
	padding-right: 20px;
	width: 150px;
}
table.banner {
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 20px;
/*	left: 17%; */
	margin: auto;
}
td.banner {
	width: 600px;
	height: 60px;
	background-image: url(../../images/banner.gif);
	color: #CCCC99;
	font-weight: 700;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 24px;
}
td.CalendarDay {
	border: 1px solid #000000;
	text-align: center;
	font-size: smaller;
}
td.LoginTable {
    background-color:#003300;
    font-weight: 700;
	font-size: 10px;
	border-top: 1px solid #666633;
	border-bottom: 1px solid #666633;
	border-left: 1px solid #666633;
	color: #FFFFFF;
}
th, td.header {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	background-color: #003300;
	color: #FFFFFF;
}
ul {
	list-style-image: url(../../images/ricebullet.gif);
}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	width: 100%;
	cursor: pointer;
}
ul#menu li {
	border: 1px solid #CCCC99;
	background-color: #003300;
	font-weight: 700;
	color: #FFFFFF;
}
ul#menu li a {
	color: #CCCC99;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	background-color: #003300;
	font-weight: 700;
}
ul#menu li a:hover {
	background: #666633;
	color: #FFFFFF;
	font-weight: 700;
}
ul#menu li ul li a, ul#menu li ul {
	background-color: #CCCC99;
	font-weight: 500;
	color: #000000;
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}
ul#menu li ul li a:hover, ul#menu li ul {
	font-weight: 500;
}
ul#menu ul {
	cursor: pointer;
	margin: 2px 0;
	line-height: 20px;
	text-indent: 15px;
}
