/*
 * Custom configurations
 * -------------------------
 */

#frame {
	margin: 5px 0px 20px 0px;
}

#top {}

#left {
	background: url(../images/left.gif) right repeat-y #FFFFFF;
	border-right: 1px solid #999999;
}

#right {
	background: url(../images/right.gif) left repeat-y #FFFFFF;
	border-left: 1px solid #999999;
}

#bottomleft {
	background: url(../images/bleft.gif) top right no-repeat #FFFFFF;
}

#bottom {
	background: url(../images/bottom.gif) top repeat-x #FFFFFF;
}

#bottomright {
	background: url(../images/bright.gif) top left no-repeat #FFFFFF;
}


#company {
	background: #FFFFFF;
	border-top: 1px solid #999999;
	padding: 0px 0px 0px 0px;
}

#header {
	background: #FFFFFF;
}

#navbar {
	background: url(../images/menu.jpg) no-repeat;
	height: 64px;
}

#content {
	background: #FFFFFF;
	height: 350px;
	padding: 20px 17px 20px 17px;
	width: 800px;
	vertical-align:top;
}

#inset {
	padding: 34px 17px 20px 0px;
}

#separator {}

#footer_left {
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
	color: #777777;
	font-size: 11px;
	padding: 5px 0px 10px 16px;
	width: 380px;
}

#footer_right {
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
	color: #777777;
	font-size: 11px;
	padding: 5px 11px 10px 0px;
	width: 380px;
}

/**
*
* mySplitCSSMenu
* --------------------
*/

/* Primary levels: mainlevels */

#navlist {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 5px 0 6px;
	padding: 12px 10px 12px 9px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {	
	background-color: #FFFFFF;
	border: 1px solid #777777;
	color: #555555;
	float: left;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
	margin-right: 2px;
}

#navlist a:link#current, #navlist a:visited#current {
	background: #FFB800;
	border-color: #555555;
	color: #000000;
}

#navlist a:hover {
	background: #999999;
	border-color: #999999;
	color: #FFFFFF;
}

/* Secondary levels: sublevels */

#subnavlist {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 5px 0 6px;
	padding: 5px 10px 12px 9px;
}

#subnavlist ul, #subnavlist li {
	margin: 0;
	display: inline;
	list-style-type: none;
}

#subnavlist a:link, #subnavlist a:visited {
	background-color: #FFFFFF;
	border: 1px solid #777777;
	color: #555555;
	float: left;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
	margin-right: 2px;
}

#subnavlist a:link#subcurrent, #subnavlist a:visited#subcurrent {
	background: #FFB800;
	border-color: #555555;
	color: #000000;
}

#subnavlist a:hover { 
	background: #999999;
	border-color: #999999;
	color: #FFFFFF;
}

/**
 * General Body Styling
 * -----------------------
 */
 
/* Force scrollbar */
html { height: 100%; margin-bottom: 0.01em; }
 
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td,tr,p,div {
	font-size: 11px;
}

h4 { 
	font-size: 14px; font-weight: bold;
}

h5 {
	font-size: 13px; font-weight: bold;
}

h6 {
	font-size: 12px; font-weight: bold;
}

a:link, a:visited {
	color: #555555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
ul {
	
}

li {
	list-style: inside 3px;
}

	
/**
 * General Mambo Styles
 * -------------------------
 */

hr { 
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
}

hr.separator {
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

.pagenavbar { 

}

.pagenav {
	font-weight: normal;
}

a.pagenav, a.pagenav:visited {
	font-weight: bold;
}

a.pagenav:hover {
	
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

.smalldark {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
}

        
/**
 * Mambo Form Styles
 * -----------------
 */
 
.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	border: 1px solid #000066;
	height: 20px;
	}

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid;
	}

	
	
/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------.
 */
 
.ontab {
	background-color: #323A15;
	border-left: outset 1px #DCF2FA;
	border-right: outset 1px #808080;
	border-top: outset 1px #DCF2FA;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.offtab {
	background-color : #e5e5e5;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabheading {
	
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}


/**
 * Mambo Menu Styling
 * ------------
 */

a.mainlevel:link, a.mainlevel:visited {
	color: #666666;
	font-size: 11px;
	font-weight: bold; 
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

a.mainlevel:hover {
	text-decoration: underline
}
	
#active_menu.mainlevel {
	color: #666666;
}

a.mainlevel-sub:link, a.mainlevel-sub:visited {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

a.mainlevel-sub:hover {
	text-decoration: underline;
}


a.mainlevel-footer:link, a.mainlevel-footer:visited {
    color: #777777;
	font-size: 11px;
	text-decoration: none;
}

a.mainlevel-footer:hover {
	text-decoration: underline;
}

	
/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 */
 
.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}

.modifydate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.readon:link, a.readon:visited {
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

a.readon:hover {
	color: #23598D;	
	text-decoration: underline;	
}
	
	
/** 
 * Mambo Styling for Contents
 * --------------------------
 */

table.contentpaneopen {
  	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane {
   	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}
  
.contentpane {
	background-color : #FFFFFF;
}

.contentpaneopen {	
	background-color : #FFFFFF;
}
	
.contentheading {
	color: #000000;
	font-family: Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 20px;
	height: 40px;
	text-align: left;
	width: 100%;
}

.contentpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
}

.contentdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

table.contenttoc {
	border-top: 1px solid #465675;
	border-bottom: 1px solid #465675;
	border-left: 1px solid #465675;
	border-right: 1px solid #465675;
}

table.contenttoc td {
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 9pt;
   	font-weight: normal;
   	text-align:left;
	padding: 3px;
}

.content_rating {
	font-weight: normal;
	font-size: 9pt;
}

.content_vote {
	font-weight: normal;
	font-size: 9pt;
}


/**
 * Mambo Sections Styles
 * ---------------------
 */

.sectiontableheader {
	background-color : #94B1CF;
	background-repeat: repeat;
	padding: 2px;
	font-weight : bold;
}

.sectiontableentry1, {
	background-color : #BED2EB;
}
	
.sectiontableentry2 {
	background-color : #F3F3F3;
}

		
/**
 * Mambo Styles for Categories
 * ---------------------------
 */

.category {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}

a.category:link, a.category:visited {
	text-decoration: none;	
}

a.category:hover {
	text-decoration: underline;
}



/**
 * Mambo Blog styling
 * ------------------
 */

.blogsection {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}

  
a.blogsection:link, a.blogsection:visited {
	text-decoration: none;	
}

a.blogsection:hover {
	text-decoration: underline;
}



/**
 * Mambo Components Styles
 * -----------------------
 */

.componentheading {
	color: #F000000;
	font-family: Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 20px;
	height: 40px;
	text-align: left;
	width: 100%;
}


/**
 * Mambo Modules formatting
 * ------------------------
 */

table.moduletable {
	width: 95%;

}

table.moduletable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

table.moduletable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	

/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 */
 
.poll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px
}

.pollstableborder {
	border: 1px solid #465675;
}

a.weblinks:link, a.weblinks:visited {
	text-decoration: none;	
}

a.weblinks:hover {
	text-decoration: underline;
}

.newsfeedheading {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
}

.newsfeeddate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.fase4rdf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
}

a.fase4rdf:link {
	text-decoration: none;	
}

a.fase4rdf:hover {
	text-decoration: underline;	
}

table.searchintro {
  	background-color: #FFFFFF;
}

table.contact {
	background-color: #FFFFFF;
}

table.contact td.icons {
	background-color: #CCCCCC;
}

table.contact td.details {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
