﻿/* CSS Document */
#header {
background: #7B163E;
}
#footer {
background: #7B163E;
color: #fff;
font-size: 10px;
font-weight: bold;
line-height: 24px;
}
#subheader {
font-size: 20px;
color: #FFCC33;
font-family: georgia, times new roman, serif;
margin: 10px 0px 10px 40px;
}
h1 {
font-size: 20px;
color: #FFCC33;
font-family: georgia, times new roman, serif;
margin: 0px;
padding: 0px;
font-weight: normal;
}
h2 {
font-size: 14px;
color: #7B163E;
font-family: georgia, times new roman, serif;
margin: 0px;
padding: 0px;
font-weight: bold;
}
h3 {
font-size: 18px;
color: #7B163E;
font-family: georgia, times new roman, serif;
font-weight: bold;
}
#content {
margin: 0px 40px 0px 40px;
}
#subMenu {
border-left: 1px #7C163D solid;
margin: 10px;
padding: 10px;
width: 150px;
}
table.moduletablesubMenu {
border-left: 1px #7C163D solid;
margin: 10px;
padding: 10px;
width: 200px;
}
table.moduletablesubMenu a {
font-weight: normal;
line-height: 24px;
}
#pathway_outline {
	float: left;
}

#pathway {
	float: left;
	padding: 4px 3px 3px 5px;
}

#search {
	float: right;
	border: 1px solid #cccccc;
	padding: 0px;
	width: 163px !important;
	width: 165px;
	height: 21px !important;
	height: 23px;
	overflow: hidden;
}

#search .inputbox {
	border: 0px;
	padding: 4px 3px 3px 5px !important;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	height: 17px !important;
	height: 19px;
	width: 153px !important;
	width: 159px;
	color: #ff6600;
}



#content_area {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;;
}

#banner_area {
	width: 635px;
	margin-top: 2px;
	margin-bottom: 0px !important;
	margin-bottom: -3px;
}

#banner {
	float: left;
	padding: 0px;
	width: 468px;
}



#sandbox_area_2 .sandbox_area {
	float: left;
	margin-top: 2px;
	width: 468px;
}

#sandbox_area_1 .sandbox_area {
	float: left;
	margin-top: 2px;
	width: 635px;
}

#right_outline {
	border: 1px solid #cccccc;
	margin-top: 2px;
	float: right;
	padding: 2px;
	width: 159px !important;
	width: 165px;
}

/** with both user1 and user2 visible **/
#user1_2 .user1_outline {
	width: 227px !important;
	width: 233px;
	border: 1px solid #cccccc;
	float: left;
	margin: 0px;
	padding: 2px;
	margin-bottom: 2px;
}

#user2_2 .user2_outline {
	width: 227px !important;
	width: 233px;
	border: 1px solid #cccccc;
	float: right;
	margin-left: 2px;
	margin-bottom: 2px;
	padding: 2px;
}

/** with either user1 or user2 visible **/
#user1_1 .user1_outline {
	width: 462px !important;
	width: 468px;
	border: 1px solid #cccccc;
	float: left;
	margin: 0px;
	padding: 2px;
	margin-bottom: 2px;
}

#user2_1 .user2_outline {
	width: 462px !important;
	width: 468px;
	border: 1px solid #cccccc;
	float: right;
	margin-bottom: 2px;
	padding: 2px;
}

/** based on 100% content width **/
#user1_4 .user1_outline {
	width: 311px !important;
	width: 317px;
	border: 1px solid #cccccc;
	float: left;
	margin: 0px;
	padding: 2px;
	margin-bottom: 2px;
}

#user2_4 .user2_outline {
	width: 310px !important;
	width: 316px;
	border: 1px solid #cccccc;
	float: right;
	margin-left: 2px;
	margin-bottom: 2px;
	padding: 2px;
}

/** with either user1 or user2 visible **/
#user1_3 .user1_outline {
	width: 629px !important;
	width: 635px;
	border: 1px solid #cccccc;
	float: left;
	margin: 0px;
	padding: 2px;
	margin-bottom: 2px;
}

#user2_3 .user2_outline {
	width: 629px !important;
	width: 635px;
	border: 1px solid #cccccc;
	float: right;
	margin-bottom: 2px;
	padding: 2px;
}

/** adjust content area based on right nav **/
#sandbox_area_2 .content_outline {
	width: 462px !important;
	width: 468px;
	border: 1px solid #cccccc;
	padding: 2px;
}

#sandbox_area_1 .content_outline {
	width: 629px !important;
	width: 635px;
	border: 1px solid #cccccc;
	padding: 2px;
}

#active_menu {
	font-weight: bold;
}

a#active_menu:hover {
	color: #7B163E;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  width: 40px;
  padding: 4px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  padding: 4px;
  margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
list-style: square;
}

li
{
line-height: 18px;
}
#mainlevelleftSub {
border-right: 1px #160A5C solid;
padding: 0px 12px 0px 0px;
}
#mainlevelleftSub a {
color: #160A5C;
font-size: 11px;
line-height: 20px;
font-weight: none;
}
#mainlevelleftSub a:hover {
color: #D8D508;
font-size: 11px;
font-weight: none;
}

td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 16px;
}

/* mambo core stuff */
a:link, a:visited {
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFCC33;	text-decoration: none;
	font-weight: bold;
}


.contentpaneopen {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
  	padding: 0; 
}
.contentpane {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
  	padding: 0; 
}

.componentheading {
	font-size: 20px;
	color: #FFCC33;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	width: 100%;
	background: #7B163E;
	line-height: 36px;
	}

.contentheading {
	font-size: 20px;
	color: #FFCC33;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	width: 100%;
	background: #7B163E;
	line-height: 36px;
	}

.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #ff6600;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

#sandbox_area_2 .componentheading {
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	width: 458px !important;
	width: 462px;
}

#sandbox_area_1 .componentheading {
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	width: 625px !important;
	width: 629px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
table.moduletableleftSub {
background: #fff;
}
table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc th {
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-size: 10px;
}

a.mainlevel:link, a.mainlevel:visited {
	font-size: 11px;
	color: #333;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}

a.mainlevel:hover {
	text-decoration: underline;
	color: #7B163E;
	font-weight: normal;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FFFD04;
	text-align: left;
}

a.sublevel:hover {
	color: #FFFD04;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
.newStyle1 {
	color: #990033;
}
