/* CSS Document */
.clr {
	clear: both;
}

/* --------------------------------------------------------------------------- */
/*    Main								       */
/* --------------------------------------------------------------------------- */
#main_outline {
        width: 800px;
        background: #ffffff;
	padding:15px;
}

/* --------------------------------------------------------------------------- */
/*    Header								       */
/* --------------------------------------------------------------------------- */
#header_area {
	width: 800px;
	height:150px;
	text-align: left;
}

#header {
	padding: 0px;
	margin: 0px;
	width: 800 px;
}

/* --------------------------------------------------------------------------- */
/*    Logo								       */
/* --------------------------------------------------------------------------- */
#logo_area {
	width: 800px;
	height: 50px;
}

#logo_picture {
	width: 150px;
	float: left;
}

#logo_title {
	width: 500px;
	float: left;
	font: 18px Verdana; 
	margin-top:10px;
	margin-bottom:0px;
  
}

/* --------------------------------------------------------------------------- */
/*    Buttons for menus							       */
/* --------------------------------------------------------------------------- */
#buttons_area1 {
	float: left;
	width: 800px;
	height:25px;
	font: 12px Arial, Helvetica, sans-serif; 
	background-color: #9a99CC;
}

#buttons_area2 {
	float: left;
	width: 800px;
	height:25px;
	font: 12px Arial, Helvetica, sans-serif; 
	background-color: #CBCC99;
	border-top: 3px solid #FFFFFF;
}

#buttons {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width:100%;
	list-style: none;
}

#buttons a {
	text-decoration: none;
}

/* --------------------------------------------------------------------------- */
/*    MenuTop								       */
/* --------------------------------------------------------------------------- */
ul#mainlevel-MenuTop {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#mainlevel-MenuTop li {
	display: block;
	line-height: 25px;
	float: left;
	width: 150px;
	font-size: 13px;
	white-space: nowrap;
	border-right: 3px solid #FFFFFF;
}

ul#mainlevel-MenuTop a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}

ul#mainlevel-MenuTop a:hover {
	color: #0d0833;
	background: #E0E0E0;
}

ul#mainlevel-MenuTop a#active_menu-MenuTop {
	background-color: #0d0833;
	color: #EFEFF7;

	font-weight: bold;
}


/* --------------------------------------------------------------------------- */
/*    MenuSub								       */
/* --------------------------------------------------------------------------- */
ul#mainlevel-MenuSub{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#mainlevel-MenuSub li {
	display: block;
	line-height: 25px;
	float: left;
	width: 150px;
	font-size: 12px;
	white-space: nowrap;
	border-right: 3px solid #FFFFFF;
}

ul#mainlevel-MenuSub a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #111111;
	
}

ul#mainlevel-MenuSub a:hover {
	background: #E0E0E0;
	color: #0d0833;
}

ul#mainlevel-MenuSub a#active_menu-MenuSub {
	background-color: #999966;
	color: #EFEFF7;
	font-weight: bold;
}

/* --------------------------------------------------------------------------- */
/* Item in the content area */
/* --------------------------------------------------------------------------- */
table.contentpaneopen {
	width: 100%;
	border-collapse: collapse;
}

table.contentpaneopen .readon{ 
}

.contentheading {
  font-weight: bold;
}

.contentpagetitle {
}


/* --------------------------------------------------------------------------- */
/*    Main Area								       */
/* --------------------------------------------------------------------------- */
#left_area {
	float: left;
	padding: 0px;
	width: 150px;;
	height:400px;
}

/* --------------------------------------------------------------------------- */
/*    Main Area								       */
/* --------------------------------------------------------------------------- */
#content_area {
	float: left;
	padding: 0px;
	float: left;
	width: 500px;;
        margin-left: 20px;
}

.maintitle {
	padding-left: 15px;
	padding-top: 20px;
	border: 4px solid #cccccc;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
}

.pagenav {
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

#footer {
}

ul p{
	list-style-type: square;
	color: #999966;
}

li {
}


td {
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	
}

/* mambo core stuff */
a:link, a:visited {
	text-decoration: none;
	color: #999966;
}

a:hover {
	text-decoration: underline;
	color: #999966;
}


.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.contentcolumn {
}

.componentheading {
  color: #FFFFFF;
}

table.searchinto {
}

table.searchintro td {
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	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;
}

table.pollstableborder td {
}

.sectiontableheader {
}

.sectiontablefooter {

}

.sectiontableentry1 {
}

.sectiontableentry2 {
}

.small {
}

.createdate {
}

.modifydate {
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc th {
}

a.mainlevel:link, a.mainlevel:visited {
}

a.mainlevel:hover {
}

a.sublevel:link, a.sublevel:visited {
}

a.sublevel:hover {
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}
.code {
}

/* --------------------------------------------------------------------------- */





