/*GENERAL PARAGRAPH, SPAN, INPUT, AND LINK DEFINITIONS ARE BELOW*/
img{
	border: 0px;
}
p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
p.no-pad{
	padding: 0px;
}
p.right{
	text-align: right;
}
p.center{
	text-align: center;
}
p.left{
	text-align: left;
}
p.menu-item{
	padding-left: 5px;
}
span.crumb{
	color: grey;
}
span.bold{
	font-weight: bold;
}
span.error{
	font-weight: bold;
	color: red;
}
span.comment-thisuser{
	font-weight: bold;
	color: green;
}
span.comment-otheruser{
	font-weight: bold;
	color: purple;
}
span.success{
	font-weight: bold;
	color: green;
}
input{
	font-family: verdana;
	font-size: 11px;
}
select{
	font-family: verdana;
	font-size: 11px;
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.crumb{
	color: grey;
	text-decoration: none;
}
a.crumb:hover{
	text-decoration: underline;
}
a.crumb:visited{
	color: grey;
}
a.menu-bold{
	font-weight:bold;
	text-decoration: none;
	color: black;
}
a.menu-bold:hover{
	text-decoration: underline;
}
a.menu-bold-blue{
	font-weight: bold;
	text-decoration: none;
	color: blue;
}
a.menu-bold-blue:hover{
	text-decoration: underline;
}
a.no-line{
	color: black;
	text-decoration: none;
}
a.no-line:hover{
	text-decoration: none;
}
/*LOGIN LAYOUT
The login layout is different than the general system layout.  It is very simple and can be found below.
*/
body.login{
	padding: 0px; 
	margin: 0px; 
	font-family: verdana;
	font-size: 11px;
	background-color: white;
}
img.login{
	padding: 0px 20px 5px 5px;
}
div.login-container{
	margin: 100px auto;
	width: 950px;
	background: white;
	padding: 10px;
}
div.login-top{
	width: 950px;
	background-color: white;
	border-bottom: 1px solid grey;
}
div.login-body{
	width: 940px;
	padding: 20px 5px 20px 5px;
	text-align: center;
	background-color: white;
}
/*GENERAL SYSTEM LAYOUT
Below you will find the basic design framework for the system.  
*/
body{
	padding: 0px; 
	margin: 0px; 
	font-family: verdana;
	font-size: 11px; 
	background-color: FFFFFF;
}
div.wrap{
	width: 100%;
	background-color: white;
}
div.menu{
	float: left;
	width: 100%;
	min-width: 980px;
	border-bottom: 3px solid grey;
	background-color: white;
}
div.menu-logo{
	float: left;
	padding-right: 10px;
}
div.menu-item{
	float: left;
	min-width: 45px;
	padding: 30px 5px;
	margin-bottom: -35px;
	font-weight: bold;
}
div.content-container{
	float: left;
	width: 100%;
	min-width: 980px;
	background-image: url('images/contentback.gif');
	background-repeat: repeat-y;
	background-color: white;
}
div.side-menu{
	float: left;
	width: 150px;
	padding: 10px 5px;
}
div.content{
	float: left;
	width: 793px;
	padding: 10px 0px 5px 20px;
	height: 100%;
}
div.bottom{
	float: left;
	width: 100%;
	min-width: 980px;
	border-bottom: 10px solid grey;
	background-image: url('images/contentback.gif');
	background-repeat: repeat-y;
}

div.message{
	float: left;
	width: 768px;
	margin: 0px 0px 10px 10px;
	padding: 10px 0px 0px 5px;
	background-color: #fbfbfb;
}
div.displaydata{
	width: 50%; 
	float: left;
	margin-bottom: 10px;
}
div.header{
	float: left;
	width: 793px;
}
table.manage-users-form-container{
	float: left;
	width: 773px;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	background-color: #fbfbfb;
}
td.manage-users-form-left{
	float: left;
	width: 290px;
	min-height: 30px;
}
td.manage-users-form-right{
	float: left;
	width: 400px;
	min-height: 30px;
}
td.list-users-data{
	float: left;
	width: 190px;
}
td.four-top{
	float: left;
	width: 185px;
	background-color: #D3D3D3;
}
td.four{
	float: left;
	width: 185px;
}


