/* DOJO STYLE */
        @import "/incl/js/dojo090/dijit/themes/tundra/tundra.css";
        @import "/incl/js/dojo090/dojo/dojo.css";


* {
	margin: 0px; padding: 0px;
	font-family: Arial, sans-serif;
}

body {font-size: 100%; background: #333333;
	font-family: Arial, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
}

/* use divs to indicate sections of document */
div.section {
	padding: 0px 10px 10px 10px;
	margin-bottom: 32px;
}

/* these are subcontent within sections */
p, form, table, ol, ul {
	margin-bottom: 16px;
}

ul {
	margin-left: 20px;
}

h1,h2,h3,h4 {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 1.5em;
}

/* h1 reserved for page title; it's its own section */
h1 {
	margin-bottom: 32px;
} 

h1, h2 { clear: left;}

h3 {
	font-size: 1em; font-weight: bold;
	margin-bottom: 0px;
}

table {
	border-spacing: 10px;
}


a, a:link, a:active {
	color: #0f11aa;
}

a:visited {
	color: #002299;
}

a:hover {
	color: #1122ff;
}







table {
	border-spacing: 12px;
	table-layout: auto;
	border-collapse: collapse;
	border: 0px;
}

table td {
	border: 12px;
	vertical-align: top; 
	padding: 4px 12px 12px 0px;
	border: 1px dotted #d5d5d5;
}






div.sidebox {
	float: right;
	width: 130px;
	min-height: 150px;
	margin: 0px 0px 25px 25px;
	padding: 0px 10px 10px 10px;
	background: #dfdfdf;
	border: 1px solid #cfcfcf;
}

div.sidebox li {
	list-style-type: none;
}


li {
	margin-bottom: 8px;
}




/* MORE INLINE STYLES */

.fineprint {
	font-size: .8em;
	color: #666666;
}



/* FAPPS SPECIFIC */

body {
	background: #7d7f80 url("images/fapps_bg.jpg") repeat-x;
}

#master {
	background: none;
	width: 1048px;
	padding: 0px;
	margin-left: auto; margin-right: auto;
	border: none;
}

#leftcol, #rightcol, #maincol { float: left;}

#leftcol {
	width: 159px; background: url("images/fapps_seal.jpg") no-repeat;
	min-height: 500px;
}


#rightcol {
	width: 159px; background: url("images/fapps_rt_gutter.jpg") no-repeat;
	min-height: 500px;
}

#maincol {
	background: url("images/fapps_title.jpg") no-repeat #ffffff;
	width: 690px;
	padding: 100px 20px 10px 20px;
}


#header, #content {
	border: none;
	padding: none;
	margin: none;
}


#header {
	margin-bottom: 40px;
}


#content {
	min-height: 500px;
}

#vitals {
	margin: 0px;
}


#top_nav {
	margin: 0px 0px 20px 0px;
}


/*This makes these two columns, in markup order */
#summary {
	float:left; width: 70%;
}

#summary tr td:first-child {font-weight: bold}

#other_options {
	float:left; width: 20%;
}

#footer {
	clear: both;
	display: block;
}



div.horizontal-nav ul {
	margin-left: 0px;
}

div.horizontal-nav li {
	display: inline;	
}

div.horizontal-nav li+li:before {
	content: " | ";
}



/* FAPPS SPECIFIC */

#status {
	border-spacing: 12px;
	table-layout: auto;
	border-collapse: collapse;
	border: 0px;
}
#status td {
	border: 12px;
	vertical-align: top; 
	padding: 4px 12px 12px 0px;
	border-top: 1px dotted #d5d5d5;
}

#status td:first-child {
	text-align: right;
}



#other_options ul {
	margin-left: 0px;
}

#other_options li {
	list-style-type: none;
}

.good_status { color: #00aa00 }
.bad_status { color: #dd0000; font-weight: bold}




input.collection {
	width: 300px;
}



.review {
	margin: 20px 0px 20px 100px;
	padding: 10px;
	border: 1px solid #666666;
	background: #e9e9e9;
}

#rev_personal {
}

#rev_proposal {
}

#rev_cover_letter {
}

#rev_cv {

}




#navigator {
	width: 150px;
	position: fixed; top: 200px; left: 5px;
	background: #ffffff;
	border: 1px solid #333333;
	padding: 1px;
}

#navigator div {
	background: #e0e0e0;
	text-align: right;
	padding: 10px;
	line-height: 2em;
}







/* MHS GENERAL FORM STYLE */

form {
	font-size: 100%;
}

form div {
	margin-bottom: 10px;
}

form div label {
	float: left; display: block;
	width: 190px; 
	text-align: right;
	margin-right: 10px;
}


form div:after {
	clear: left;
	content: ".";
	visibility: hidden;
	height: 0px;
	display: block;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #a0a0a0;
	border-bottom: dotted 1px #555555;
	padding: 0px 1px 0px 1px;
	background: #e0e0e0;
	vertical-align: baseline;
}

input[type="text"]:focus, input[type="password"]:focus {
	border: solid 1px #5555ff;
	background: #c5c5c5;
}



textarea {
	clear: left;
	width: 85%;
	min-height: 150px;
	border-bottom: 1px solid #a0a0a0; 
	font-size: 100%;
}

textarea.one-liner {
	height: 2em;
	min-height: 2em;
}



/* G@DDAMNED IE(even 7.0!) FIX */
	button {
		overflow: visible; width: auto; 
		font-size: 1em;
	}	

button {
	display: inline;
	border: none;
	background: #c0c0c0;
	padding: 0px 3px 0px 3px;
	margin-right: 8px;
	cursor: pointer;
	font-weight: bold;
}

button:hover {
	background: #555555;
	color: #ffffff;
}

/* link class to compliment (NOT SIMULATE) buttons */
a.button, a:link.button, a:active.button, a:visited.button, a:hover.button {
	background: none; text-decoration: underline;
	font-weight: bold;
	border: 1px dotted #999999;
	padding: 0px 3px 0px 3px;
}

a:hover.button {
	color: #ffffff;
	background: #555555;
}





/* MCE FIXES */

.mceEditor table {
	border-spacing: 0 !important;
	table-layout: auto;
	border-collapse: collapse;
	border: 0px;
	width: auto !important;
}
