/* http://www.bits-dont-byte.com */

body {
	color: #888;
	background-color: white;
}
a:link, a:visited {
	color: #0000ff;
}

a:hover {
	color: #000099;
}

/********** HEADER ELEMENTS **********/
#header {
	background: url('../images/header_blue.png') repeat-x left top;
}


#header h1 {
	color: #ffffff;
}


ul#mainlevel-nav li {
background: url(../images/menuright-blue.png) top right no-repeat;
}

ul#mainlevel-nav li a {
background: url(../images/menuleft-blue.png) top left no-repeat;
color: #DDDDDD;
}

ul#mainlevel-nav li a:hover {
color: #000000;
}

/********** CONTENT AREA ELEMENTS **********/

#pathway_text {
	border-bottom: 1px solid #ccc;
}

table.contentpaneopen fieldset {
	border-bottom: 1px solid #eee;
}

.componentheading {
	color: #666666;
}

.contentheading {
	color: #000099;
}

.contentpagetitle {
	color: #cccccc;
}

.sectiontableheader {
  background: #f0f0f0;
}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

table.contenttoc {
	border: 1px solid #cccccc;
}

table.contenttoc th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
}

/********** MODULE ELEMENTS **********/
div.moduletable {
	background: transparent url('../images/menu.png') no-repeat;
}

#top div.moduletable {
	background: transparent;
	color: #cccccc;
}

table.moduletable th, div.moduletable h3 {
	color: #000000;
}

table.moduletable td {
	background: transparent;
}

#search .inputbox {
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

a.mainlevel:link, a.mainlevel:visited {
	color: #666666;
}

a.mainlevel:hover {
	color: #0000ff;
}

a.mainlevel#active_menu {
	color:#666666;
}

a.mainlevel#active_menu:hover {
	color: #0000ff;
}

a.sublevel:link, a.sublevel:visited {
	color: #666666;
}

a.sublevel:hover {
	color: #0000ff;
}

a.sublevel#active_menu {
	color: #666666;
}

/********** MISCELLANEOUS ELEMENTS **********/
.back_button {
	border: 3px double #cccccc;
	background: url(../images/button_bg.png) repeat-x;
}

.pagenav {
	border: 3px double #cccccc;
	background: url(../images/button_bg.png) repeat-x;
}

.button {
	color: #0000ff;
	border: 3px double #cccccc;
	background: url(../images/button_bg.png) repeat-x;
}

.inputbox {
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.small {
	color: #999999;
}

.createdate {
	color: #999999;
}

.modifydate {
	color: #999999;
}

.highlight {
	background-color: Yellow;
	color: Blue;
}

.code {
	background-color: #cccccc;
	border: 1px solid #bbb;
}

div.mosimage {
	border: 1px solid #ccc;
}

.mosimage {
	border: 1px solid #cccccc;
}

.mosimage_caption {
	background: #efefef;
	color: #666;
	border-top: 1px solid #cccccc;
}


/********** FOOTER ELEMENTS **********/

#footer {
	background-color: #e5f0fc;
	border: 1px solid #ccc;
}