/* Style sheet authored by niXer. nixer@ndevix.com */

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

blockquote, body, br, button, dd, fieldset, form, h1, h2, h3, h4, h5, h6, embed, object, html, label, legend, ol, p, pre, table, tr, td, img, input, div { 
	margin: 0; 
	padding: 0; }

img { 
	border: none;
	margin: 0; }
	
blockquote, dl, dd, form, ol, p, pre, textarea, ul { margin-bottom: 1.5em; }

a { color: #123B59; }

body, html {
	max-height: 100%;
	max-width: 100%;
	height: 100%;
	width: 100%;
	background: #eee;
	font: normal 11px verdana, "lucida grande", tahoma;
	color: #666;
	line-height: 1.5; }

h1 { font-size: 2.5em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.1em; }

h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, Verdana, "Free Sans", "FreeSans", sans-serif; }

input {
	width: 150px;
	margin: 0;
	padding: 2px;
	background: #fff;
	border: 1px inset #888;
	font-family: verdana, "lucida grande", tahoma; }

input.check {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 2px;
	border: 1px solid #888; }

input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
	background: #0f4d74;
	border: 1px solid #113D5A;
	outline-style: hidden;
	font: normal xx-small verdana, "lucida grande", tahoma;
	color: #eee;
	cursor: pointer;
	overflow: visible; }

select {
	width: auto;
	margin: 0;
	padding: 1px;
	background: #fff;
	border: 1px inset #888;
	font: normal xx-small verdana, "lucida grande", tahoma; }

textarea { 
	background: #fff;
	font: normal x-small verdana, "lucida grande", tahoma; }
	
li { list-style: square; }

label { font: normal xx-small verdana, "lucida grande", tahoma; }

td { vertical-align: top; }

/*	----------------------------------------------
	STYLES
	------------------------------------------- */

.row { padding: 2px 4px; } /* I USE THIS EVERYWHERE */

.fineprint { font-size: 85%; } /* I USE THIS EVERYWHERE */

.clear { clear: both; }

.noline { text-decoration: none; }

.border { border: 1px solid #ddd; }

.hlfbox {
	width: 60%;
	padding: 4px;
	background: #fdfdfd;
	border: 1px dotted #ddd;
	border-width: 1px 0; }

.caps { text-transform: capitalize; }

.bottomline { border-bottom: 1px solid #444; }

.bigtext { font: bold 14px verdana, "lucida grande", tahoma; }

.lgindent { text-indent: 10px; }

.header {
	width: 50%;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	font: bold x-small verdana, "lucida grande", tahoma; }

.cursor { cursor: pointer; }

/* Margins */

.bump { margin-top: 15px; }

.smbump { margin-top: 2px; }

.downbump { margin-bottom: 10px; }

.leftbump { margin-left: 25px; }

.rightbump { margin-right: 5px; }

.nomargin { margin: 0; }

/* Colors */

.white { color: #fff; }

.red { color: #900; }

/* Alignment */

.textright { text-align: right; }

.textleft { text-align: left; }

.textcenter { text-align: center; }

.textjustify { text-align: justify; }

.center { margin: 0 auto; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

.top { vertical-align: top; }

/* Display */

.inline { display: inline; }

.none { display: none; }

.block { display: block; }

/* Width */

.widthauto { width: auto; }

.floatl { 
	float: left;
	width: auto; }

.floatr { 
	float: right;
	width: auto; }

/*	----------------------------------------------
	Div Positions
	------------------------------------------- */


#wrap {
	width: 920px;
	height: auto;	
	margin: 0 auto;
	background: #fff; }

#header {
	width: 920px;
	height: 100px;
	background: url(images/page_pattern.jpg) repeat-x; }
	
#front { 
	background: url(images/front_bkg.jpg) no-repeat center;
	border: 2px solid #0225c1;
	border-width: 2px 0; }

#menu {
	width: 165px;
	height: 150px;
	padding: 2px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	background: #123B59;
	border-left: 1px solid #152532;
	color: #fff; }

#menu div { text-indent: 10px; }

#menu a {
	margin-top: 2px;
	padding: 2px;
	font: normal xx-small verdana, "lucida grande", tahoma;
	text-decoration: none;
	color: #fff; }

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

#inner-wrap {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background: #fff; }
	
#loginbox {
	display: none;
	position: absolute;
	top: 200px;
	left: 50%;
	width: 160px;
	height: auto;
	margin-left: -80px;
	padding: 4px;
	background: #113D5A;
	border: 1px solid #0024C2;
	color: #fff; }
	
#loghead {
	background: #0f4d74;
	font: bold x-small verdana, "lucida grande", tahoma;
	margin-bottom: 2px; }

#content {
	width: 880px;
	margin: 5px auto 0 auto;
	padding: 5px 10px;
	text-align: justify; }

#appmenu { 
	float: left;
	width: 162px;
	margin-right: 4px;
	padding: 2px;
	background: #0F496F url(images/page_pattern.jpg) repeat-x;
	color: #fff; }

#appcontent { 
	float: right;
	clear: right;
	width: 698px; }

#topmenu { 
	float: right;
	clear: right;
	width: 698px;
	border-bottom: 2px solid #113D5A; }
	
.ctab {
	display: inline;
	width: auto;
	height: auto;
	margin-right: 2px;
	padding: 2px;
	background: url(images/page_pattern.jpg) repeat-x bottom;
	border: 1px solid #113D5A;
	color: #fff;
	cursor: pointer; }

.ftab {
	display: inline;
	width: auto;
	height: auto;
	margin-right: 2px;
	padding: 2px;
	background: url(images/page_pattern.jpg) repeat-x center;
	border: 1px solid #113D5A;
	color: #fff;
	cursor: pointer; }
	
#topmenu div a { 
	text-decoration: none;
	color: #fff; }

#mmdiv {
	position: absolute;
	top: 0;
	left: 0; }
	
#mmdiv a { 
	text-decoration: none;
	font-size: 85%;
	color: #fff; }

#calendar {
	padding: 4px;
	background: #0F496F;
	border: 1px solid #123B59;
	color: #0470A1; }

#calendar a { 
	text-decoration: none;
	color: #fff; }
	
#sidemenu {
	margin: 10px auto 0 auto; }

.menulink {
	margin: 4px 0;
	padding: 2px;
	background: #0470A1;
	border-top: 1px solid #fff; }

#sidemenu a { 
	text-decoration: none;
	color: #fff; }
	
#sidemenu a:hover { color: #ccc; }

#parts, #tasks {
	float: left;
	width: 295px;
	margin-top: 5px;
	margin-right: 5px;
	overflow-y: auto; }

#parts td { cursor: pointer; }

#info div {
	float: left;
	width: 195px;
	padding: 2px; }

.sublinkmenu {
	display: none; }

.fauxbutton {
	float: left;
	width: auto;
	margin-right: 2px;
	padding: 1px 4px;
	background: #0470A1;
	border: 1px solid #ddd;
	font: bold xx-small verdana, "lucida grande", tahoma;
	color: #fff;
	cursor: pointer; }

.fauxline {
	float: left;
	width: 50%;
	border-bottom: 1px solid #444; }

.fauxinput {
	height: 15px;
	padding: 2px 4px;
	font-size: xx-small; }
	
.fauxtext {
	width: 200px;
	height: 100px;
	border: 1px solid #444;
	font-size: xx-small; }
	
	
#checklistcontent {
	min-height: 300px;
 	height: auto !important; /* FUCK IE, FUCK IT RIGHT IN THE EAR */
 	height: 300px;
	margin-top: 2px;
	border: 1px solid #ddd; }

.plus {
	font: bold small Arial, Helvetica, sans-serif;
	color: #00FF00; }
	
#printbody {
	max-height: 100%;
	max-width: 100%;
	height: 100%;
	width: 780px;
	margin: 0 auto;
	background: #fff;
	font: normal 11px verdana, "lucida grande", tahoma;
	color: #666;
	line-height: 1.5; }