/*core elements*/
body {
	margin: 0;
	padding:0;
	background:rgb(220,220,220);
	color:#555555;
	font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
}
body, code, pre, p, div, dt, dd, td {
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
html>body, html>body code, html>body pre, html>body p, html>body div, html>body dt, html>body dd, html>body td {
	font-size: x-small;
	/*font-size: 12px;*/
}

/*h1{font-size:1.75em;line-ceheight:1.75em;}
h2{font-size:1.6em;line-height:1.6em;}
h3{font-size:1.45em;line-height:1.45em;}
h4{font-size:1.3em;line-height:1.3em;}
h5{font-size:1.15em;line-height:1.15em;}*/
h1{font-size:18px;line-height:18px;}
h2{font-size:17px;line-height:17px;}
h3{font-size:16px;line-height:16px;}
h4{font-size:15px;line-height:15px;}
h5{font-size:13px;line-height:13px;}
h1,h2,h3,h4,h5 {
	/*font: normal 1.2em/1em helvetica, arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	background-color: transparent;
	margin: 7px 0px 0px 0px;
	color:#666666;
	font-weight: 800;
}
h3 { /*margin-bottom: 10px;*/
	padding-bottom: 10px;
	}
h4 {
	margin-top: 15px;
	padding-bottom: 10px;
	color: #999999;
	}

div,p,dt,dd,li,td {
	color:#555555;
	font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
}
ul {
	margin-top:0px;
}
a:link { color: rgb(53,127,46); text-decoration: none;}
a:visited { color: rgb(53,127,46); text-decoration: none;}
a:hover { color: rgb(45,45,45); text-decoration: none;}

/*layout*/
#headwrap{
	/*background : #FFF url(/shared/images/top_test.gif) center bottom;*/
        background:transparent;
}
#head {
        margin:0 280px 0 0;
        /*background:transparent;*/
        }
#ihead {
        /*background:transparent;*/
        padding:5px 0 10px 20px;
        margin:0;
}
#headtop {
		background-color: #ffffff;
}
#navigation {
        float:right;
        width:420px;
        background:transparent;
}
#inavigation {
        padding:0;
        margin:0;
}
#headmidwrap {
	background-image: url('/shared/images/header_shadow.gif');
        background-position: center top;
        background-repeat: repeat-x;
	position: relative;
}
#subnav{
	float:right;
	margin-right:20px;
	color:#999999;
	margin-top:8px;
}
#content{
	clear:both;
	background-color:#fff;
	min-height: 300px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom:10px;
}
#icontent{
	/*display: inline-block;*/
	padding:20px;
	padding-bottom: 0px;
}
#footer {
	clear:both;
	width:auto;
	border: 0px solid;
	background-color: #fff;
	margin: 0px 5px 0px 5px;
	/*background-image: url('/shared/images/footer_shadow.gif');*/
	background-position: center top;
	background-repeat: repeat-x;
	padding-top:20px;
}
#ifooter{
	padding: 20px 20px 10px 10px;
	margin:0px;
	margin-bottom:10px;
}
#credits{
	float:right;
	text-align: right;
}
#credits p {
	color: #ccc;
}
/*presentation (classes to alter base elements)*/
.navigation {
	color:#999;
	display:inline;
	float:right;
	padding: 0px;
	width:151px;
	background-color:rgb(173,210,161);
	margin-right:3px;
}
.navigation a:link { color: white; text-decoration: none; font-weight: bold;}
.navigation a:visited { color: white; text-decoration: none;font-weight: bold;}
.navigation a:hover { color: black; text-decoration: none;font-weight: bold;}

#navtext {
	padding:2px;
	margin-left: 28px;
	font-size:1.20em;
}

#navicon {
	/*padding: 1px 3px 1px 3px;*/
	background:#333333;
	float:left;
	padding-bottom: 2px;
}
#inavicon {
	padding: 1px 3px 0px 3px;
}

.specialheading{
	font-weight: normal;
	font-size:2.00em;
}
.highlightBar { background-color: #eeeeee; }
.accent{
	color:#999999;
}
.monotype {  font-family: "Courier New", Courier, mono; font-size: 10pt; text-decoration: none; color: #000000}
#submitButtons {
	text-align: right;
	width:auto;
	margin-top: 10px;
}

#SectionHeading {  font-size: 12pt; font-style: normal; font-weight: bold; text-decoration: none}




form {
	margin: 0px;
}

.formError {
	color: red;
	display:block;
	}

.secondarypage {
	background-color:#ffffff;
}

.menu img {
	margin: 0px 0px 0px 0px;
	border-top: 1px solid rgb(225,225,225);
	border-bottom: 1px solid rgb(225,225,225);
	border-left: 3px solid rgb(225,225,225);
	border-right: 3px solid rgb(225,225,225);
}

#help {
	position:absolute;
	top: 80px;
	left:150px;
	border:5px solid #cccccc;
	background-color: #ffffff;
	width: 400px;
	height: 400px;
	/*opacity: .95;*/
	z-index: 10;
	visibility: hidden;
	overflow:auto;
}

#ihelp {
	margin: 6px;
}

#closeHelp {
	border:1px solid #ccc;
	float: right;
	width: 10px;
	cursor:pointer;
	text-align:center;
}

#ihelp H3 {
	color: #000000;
}

#helpFrame {
	border:0px solid;
	overflow:auto;
	width:100%;
	background-color:#eee;
	height:330px;
}

.alert {
	border: 0px solid gray;
	padding: 5px;
	color: black;
	background-color: #f3b9b9;
	width: 40%;
	margin-bottom: 5px;
	}
.alert h1 {
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #d23a3a;
	font-size: medium;
	color: #d23a3a;
}
.alert p {
	padding:0;
	margin:0;
	}
.alert p, .alert ul, .alert ul li {
	color: black;
	font-size: 12px;
}
.alert, .alert h1, .alert p, .alert ul, .alert ul li {
	font-family: Trebuchet MS, Arial, san-serif;
}

.alert#good {
	background-color: #abd9af;
}
.alert#good h1 {
	color: #000;
	border-bottom: 1px solid #ffffff;
}

/* Module Specific Items */

#module-list {
	margin: 20px 0 0 0;
	height: 300px;
	overflow: auto;
	border: 1px solid #ccc;
}

#browser_popup {
	position: absolute;
	top: 200px;
	left: 200px;
	border: 1px black solid;
	background-color: #FF8888;
	width: 334px;
	display: none;
}
#browser_popup #browser_popup_left {
	float: left;
}
#browser_popup #browser_popup_right {
	float: left;
}
#browser_popup #browser_popup_close {
	float: right;
	padding: 3px 3px 0 0;
}
#browser_popup #browser_popup_header {
	font-weight: bold;
	font-size: 16px;
	margin: 1.5em 0.8em 0.8em 0.8em;
}
#browser_popup #browser_popup_body {
	font-size: 12px;
	margin-left: 0.8em;
	width: 182px;
}

.lce_description {
	color: #888;
	font-style: italic;
}
