/* *
 * Stylesheet
 * */
 
html {
	margin: 0em;
	padding: 0em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}
div#wrapper {
	width: 807px;
}

/* *
 * John's HTML formatting
 * */

#top_bg_container {
	background: url(/images/top_grid_bg.gif) repeat-x top;
}
#bottom_bg_container {
	background: #FFF url(/images/bottom_bg.gif) repeat-x bottom;
}
#container {
	width: 826px;
	margin: 0px auto;
	text-align: left;
} 
#header {
	background: #DDDDDD;
	padding: 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#allContent {
	background-color: #FFF;
	margin-left: 18px;
	height: 650px;
	min-height: 650px;
}
html>body div#allContent {
	height: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	background:#000;
	height: 50px;
	color: #999999;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.13em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer a {
	color: #FFFF00;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: 0.13em;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* *
 * Basic Formatting
 * */
 
h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Arial;
	font-weight: bold;
	font-size: 1.5em;
	clear: both;
}
p {
	margin: 0px;
	padding: 0px;
	clear: both;
}
th {
	font-family: "Lucida Sans Unicode", Arial;
	font-weight: bold;
	text-transform: capitalize;
	vertical-align: middle;
}
a {
	color: #663300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.small {
	color: #888888;
	font-size: 75%;
}
.highlight {
	color: #FF0000;
	font-weight: bold;
}

/* *
 * Top Menu
 * */

div.yellowgradient
{
	background: url(../images/yellow-gradient-bg.png);
	background-repeat: repeat-x;
	padding: 0px 8px;
	width: auto;
}

div#doctopmenu {
	overflow: auto;
	width: 100%;
}
div#doctopmenu div {
	padding: 0.5em;
}
div.left {
	float: left;
}
div.right {
	float: right;
}

/*
 * Project & Folder Icon
 */
 
div.icon {
	display: block;
	float: left;
	font-size: 120%;
	overflow: hidden;
	position: relative;
	margin: 4px 8px;
	width: 378px;
}
div.icon div.project {
	width: 375px;
	height: 115px;
}
div.icon div.folder {
	width: 26em;
	height: 7em;
}
div.icon div.button {
	width: 15em;
	height: 2.7em;
	line-height: 2.7em;
	vertical-align: middle;
}
div.icon div.button img {
	margin-right: 0.7em;
	vertical-align: middle;
}
div.icon div img {
	float: left;
	margin: 0px 0px 0px 21px;
	border-style: none;
}
div.icon div input {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.icon div a.edit {
	position: absolute;
	top: 24px;
	left: -19px;
}

/*
 * File Icon
 */

div.file {
	display: block;
	float: left;
	margin: 0.5em;
	font-size: 120%;
	width: 26em;
	overflow: hidden;
	height: 3.5em;
	position: relative;
}
div.file img {
	float: left;
	margin: 0px 10px 0px 1.5em;
	border-style: none;
}
div.file input {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* *
 * Notification
 * */
 
div#Notification{
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div#Notification div {
	padding: 1em 1em 1em 3.5em;
}
.message {
	background-color: #CDF5BC;
	border: 1px solid #00CC33;
	background-image: url(../images/notification-message.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.error {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C10000;
	background-image: url(../images/notification-error.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
div#Notification div.message a {
	color: #000;
	text-decoration: underline;
}
div#Notification div.error a {
	color: #FFF;
	text-decoration: underline;
}

/*
 * Toolbar
 */
 
div#toolbar {
	width: 100%;
	height: 85px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/toolbar_bg.png);
	background-repeat: repeat-x;
}
div#toolbar div.button {
	font-size: 120%;
	vertical-align: middle;
	margin: 0.5em 1.5em 0em 0.5em;
	padding-bottom: 0.5em;
	float: left;
}
div#toolbar div.button img {
	border-style: none;
	margin: 0px;
	vertical-align: middle;
}

/* *
 * Pop Ups
 * */

div.popup {
	display: none;
}

/* * 
 * Table of Data
 * */

div#sort {
	vertical-align: middle;
	border: 2px solid #E6E6E6;
	border-bottom: none;
}
div#sort div {
	padding: 1em;
}
div#sort * {
	padding: 0em;
	margin: 0em;
}
div.table {
	width: 100%;
	display: block;
}
div.table div.row {
	/*width: 100%;*/
}
div.table div.row div {
	height: 2.5em;
	padding-left: 0.7em;
}
div.table div.row div.odd, div.table div.row div.title {
	background-color: #E6E6E6;
}
div.table div.row div.title p {
	font-weight: bold;
}
div.table div.row div.even {
	background-color: #F0F0F0;
}
div.table div.row div.mouseover {
	background-color: #FDFF9D;
	cursor: pointer;
}
div.table div.row div div {
	float: left;
	line-height: 2.5em;
	padding: 0em;
	overflow: hidden;
}
div.table div.block div {
	height: auto;
	padding-top: 0.7em;
}
div.table div.block div div {
	height: auto;
	width: 100%;
	float: none;
}
div.table div.block div div p {
	line-height: 1.3em;
	color: #787878;
}

/* *
 * Input Form
 * */

div.form {
	width: 100%;
	background-image: url(../images/input-form-bg.png);
}
div.form div.padding {
	padding: 2em;
	border: 4px solid #FDFFCB;
}
div.form div.left {
	width: 58%;
}
div.form div.right {
	width: 38%;
}
div.form div.clear {
	clear: both;
}
div.form input, div.form textarea {
	width: 95%;
	border: 1px solid #999;
	font-size: 1.5em;
	padding: 0.2em;
	margin: 0.2em 0em;
}
div.form div.buttons {
	border: none;
	padding: 0em;
	margin-top: 1em;
}
div.form div.buttons input {
	width: auto;
	font-size: 1.2em;
	margin: 0em 1em 0em 0em;
	padding: 0.2em;
	cursor: pointer;
}
div.form div.checkboxes input, div.form div.radiobuttons input {
	width: auto;
	margin: 0em 0.5em;
	border: none;
}
div.form div.scroller {
	overflow: auto;
}

/* *
 * City State Zip
 * */

div.city {
	float: left;
	width: 45%;
	clear: left;
	padding-right: 5%;
}
div.state {
	float: left;
	width: 10%;
	padding-right: 5%;
}
div.zip {
	float: left;
	width: 30%;
	clear: right;
}
