/* Layout */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
}




/* font family */
h3,
.contentheading,
.componentheading,
ul#nav,
div#spotlight {
	font-family: Arial, Helvetica, sans-serif;
}



span.pathway a {
	padding-right: 20px;
	margin-right: 10px;
}

span.pathway img {
	margin: 0px 10px;
	display: none;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}



/** table stuff */

/** Buttons that appear in the title area */
td.buttonheading {
 	vertical-align: middle;
	background: #CDE0F0;	
}


table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

table.contentpaneopen td, table.contentpane td {
	padding: 0;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}



/** width stuff **/
body.w-wide div#wrapper {
	width: 918px;
}

body.w-wide div#shadow {
	width: 900px;
}

body.w-wide div#left {
	width: 170px;
}

body.w-wide div#right {
/*	width: 200px; */
	width: 170px;
}

body.w-wide #nav li ul {
	width: 900px;
}

body.w-narrow div#wrapper {
	width: 750px;
}

body.w-narrow div#shadow {
	width: 732px;
}

body.w-narrow div#left {
	width: 170px;
}

body.w-narrow div#right {
	width: 170px;
}

body.w-narrow #nav li ul {
	width: 732px;
}




table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.nopad tr {
	vertical-align: top;
}

table.nopad td {
	padding: 0px;
}


td#middle-col {
	width: 100%;
}

div#left .padding {
	padding-left: 5px;
}

div#middle .padding {
	padding-right: 5px;
}

div#right .padding {
	padding-left: 5px;
}

div#left div.shadow {
	height: 18px;
}

div#middle div.shadow_2 {
/*	padding-top: 28px; */
	padding-top: 18px;
	padding-left: 9px;
}

div#right div.shadow {
	padding-top: 28px;
}


div.moduletable h3,
.contentheading,
.componentheading {
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#middle div.moduletable h3 {
	margin-right: -10px;
}

div#middle div.moduletable {
	padding-right: 10px;
}


table.nopad table.contentpane td,
table.nopad table.contentpaneopen td {
	padding-left: 10px;
	padding-right: 10px;
}

table.nopad table.contentpaneopen table.reg td {
	padding-left: 0;
	padding-right: 7px;
}


table.nopad td.contentheading {
	padding-left: 8px;
}

div.moduletable {
	margin-bottom: 10px;
}

div#top {
	margin-bottom: 10px;
	width: 100%;
}

div#top .corner_2 {
	padding: 7px 0 7px 8px;
}


div#bottom div.moduletable h3 {
	background: none;
}

div.moduletable {
	margin-bottom: 10px;
}

div#bottom {
	margin-bottom: 10px;
	margin-top: 15px;
	width: 100%;
}

div#bottom .corner_2 {
	padding: 7px 0 7px 8px;
}

div#vbottom div {
	padding: 5px 0;
	text-align: center;
}

.sidebarbox {
	border: 2px solid #eeeeee; 
	margin: 3px 0 3px 0;	
	padding: 3px 5px; 
	width: auto; 
	font-weight: normal; font-size: 1em; 
}

div.sidebarbox:hover {
	background-color:#214174;
	border: 2px solid #0f253e;	
}
div.sidebarbox a {
	text-decoration:none;
}	


/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

div#footer {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	text-align:center;
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
div#footer a {
	text-decoration:none;
	}
div#footer a:link,
div#footer a:visited {
	color: #6699CC;
}
div#footer a:hover {
	text-decoration:underline;
}

/* ------------- Validation ------------------- */

div.validators, div.validators a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color:#666666;	
	text-align:center;
	padding:0 0 5px 0;
	}
div.validators a:link, div.validators a:visited {
    color:#666666;	
    text-decoration: none;
	}
div.validators a:hover, div.validators a:active {
    color:#999999;
    text-decoration: none;
	}	


