/**
 * CSS Format for Visualminimal 
 * ----------------------------
 * @author Wee Keat Chin
 * @email weekeat@visualdensity.com
 * @copyright Visualdensity 2003 - 2004. All Rights Reserved.
 **/

html { margin: 0; padding: 0; }

body {
	margin: 0; 
	padding: 0; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	background-color: rgb(102, 102, 51);
	}
/* Links */
a:link, a:visited {
	font-size: 11px; 
	color: #999900; 
	text-decoration: none;
	}

a:hover {
	color: #fff;	text-decoration: none;
	}

div#container {
	padding: 0;
	position: absolute;
	left: 50%;
	margin: 20px 0 0 -393px;
	}

div#body_container {

	/***
	 * Important Note on compatibility issue:
	 * =====================================
	 * The background image (repeating pattern) used in this container will not show
	 * in Mozilla Firefox and Opera if height is not set. This is because container the
	 * DIV will default to 0px height when there are <DIV>s nested in it. Therefore,
	 * the height in this CSS value is set using DHTML/Javascript in the template file.
	 ***/
	position: relative;
	width: 786px;
	padding: 0;
	margin: 0;
	background: rgb(102, 102, 51) url(../images/visualminimal_07.gif) top left repeat-y;
	}

#body_top, #body_bottom {
	padding: 0;
	margin: 0;
	width: 786px;
	text-align:center;
	}


div#mod_left, div#contents, div#mod_right {
	position: absolute;
	top: 30px;
	margin: 0 0 0 10px;
	}
	
div#mod_left {
	width: 120px;
	left: 0px;
	border-right: 1px solid rgb(102, 102, 0);
	padding: 0 10px 0 8px;
	display: block;
	padding-right: 8px;
	}
	
div#mod_right {
	width: 120px;
	right: 8px;
	margin: 0 2px 0 0;
	border-left: 1px solid rgb(102, 102, 0);
	padding: 0 10px 0 10px;
	display: block;
	}

div#contents {
	margin: -4px 0 0 0;
	left: 149px;
	width: 466px;
	padding: 0 10px 4em 5px;
	line-height: 1.66;
	}
	
a.contents, a.contents:visited {
	border-top: 1px solid rgb(102, 102, 0);
	border-bottom: 1px solid rgb(102, 102, 0);
	border-left: 8px solid rgb(102, 102, 0);
	border-right: 1px solid rgb(102, 102, 0);
	background-color: rgb(204, 204, 102);
	color: rgb(51, 51, 0);
	font-weight: bold;
	padding: 1px 4px 1px 2px;
	}

a.contents:hover {
	border-top: 1px solid rgb(153, 153, 0);
	border-bottom: 1px solid rgb(153, 153, 0);
	border-left: 8px solid rgb(153, 153, 0);
	border-right: 1px solid rgb(153, 153, 0);
	background: #333;
	color: #CCCCCC;
	padding: 1px 4px 1px 2px;
	}

div#footer {
	width: 786px;
	margin: 10px 0 10px 10px;
	text-align: center;
	}

/**
 * Mambo stylings
 */
 
 td,tr,p {
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #323A15;
	border-left: outset 2px #5B7122;
	border-right: outset 2px #808080;
	border-top: outset 2px #5B7122;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #e5e5e5;
	color: #003300;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}
.tabpadding {
}

.tabheading {
	background-color: #CCE197;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
h4 {
	color: #999900; 
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #999900; 
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #999900; 
	font-size: 12px; font-weight: bold;
	}


/* Horizontal Line */
hr {
	background: #333333; height:2px; border: 1px solid;
	}

hr.separator {
	background: #333333;
	height: 1px;
	width: 75px;
	border: 0px;
}


/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
	color: #ccc;
	text-align: right;
 }

a.mainlevel:hover {
	color: #808000;
	text-align: right;
	}

a.mainmenu:link, a.mainmenu:visited {
	color: #CCC;
	font-weight: normal;
	}

a.mainmenu:hover, {
	color: #808000; 
	text-decoration: underline;
	}

a.sublevel:link, a.sublevel:visited {
	color: #CCC;
	font-weight: normal;
}

a.sublevel:hover {
	color: #808000; 
	text-decoration: underline;
	}



/* Content - Sections & Categories */
.contentpane {
	}

.contentpaneopen {
	}

.contentheading {
	border-left: 4px solid #8B8F58;
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
 	color: #999900;
	}

.contentpagetitle {
	font-size: 14px;
	font-weight: bold;
 	color: #999900;
	}

table.contenttoc {
	color: #333300;
	border: 1px dotted #CCC;
    }

table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}

.contentdescription {
	}

/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #CCC; text-decoration: none; font-weight: normal;
	font-size: 10px;
	}

a.blogsection:hover {
	color: #999900;	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
	}

a.weblinks:link, a.weblinks:visited {
	color: #999900; 
	text-decoration: none; 
	font-weight: normal;
	}

a.weblinks:hover {
	color: #ccc;	
	text-decoration: underline;
	}

a.readon:link, a.readon:visited {
	color: #999900; 
	text-decoration: none; 
	font-weight: normal;
	}

a.readon:hover {
	color: #CCC;
	}

table.moduletable {
	margin: 0px 0px 0px 0px;
	width: 95%;
	padding-top: 15px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	}

table.moduletable th {
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #ccc;
	}

table.moduletable td {
	font-size: 11px;
	}

.componentheading {
	font-weight: bold;
	font-size: 14px;
	padding-left: 4px;
 	color: #fff;
	border-left: 4px solid #8B8F58;
	}

.button {
	color: #333333;
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font: bold;
	background: #fff;
	border: 1px solid #CCCCCC;
	height: 20px;
	}

.inputbox {
	font-size: 12px;
	color: #CCC;
	letter-spacing: 1.5px;
	background-color: #4A5131;
	border: 1px solid #888800;
	}

/** category text format and links **/
.category {
	color: #ccc; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	}

a.category:link, a.category:visited {
	color: #999900; 
	font-weight: bold;
	}

a.category:hover {
	color: #ccc;
	}

.poll {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	}

.pollstableborder {
	border: 1px solid rgb(59, 59, 35);
}

.sectiontableentry1 {
	border-bottom: 1px solid #4A5131;
	}
	
.sectiontableentry2 {
	border-bottom: 1px solid #4A5131;	
	}

.sectiontableheader {
	color : rgb(51, 51, 0);
	font-weight : bold;
	background: rgb(102, 102, 51);
	border-bottom: 1px solid #999900;
	}

.small {
	font-size: 10px;
	color: #7A8251;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark, a.smalldark:link, a.smalldark:visited {
        font-size: 10px;
        color: #333300;
        text-decoration: none;
        font-weight: normal;
        }
a.smalldark:hover {
	color: #CCCC66;
	}

.newsfeedheading {
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-align:left;
        }

.newsfeeddate {
	font-size: 10px;
	color: #A7CF43;
	font-weight: normal;
}

.createdate {
	font-size: 9px;
	color: #8B8F58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	font-size: 10px;
	color: #8B8F58;
	text-decoration: none;
	font-weight: normal;
	}

ul {
	margin: 0px 0px 0px 0px;
	}

.fase4rdf {
	font-size: 11px; color: #242D0C; font-weight: normal;
	}

a.fase4rdf:link {
	font-size: 11px; font-weight: normal; color: #405115;
	}

a.fase4rdf:hover {
	font-weight: bold; color: #759328;
	}

table.searchintro {
	border: 1px solid #759328;
	}

table.contact {
	}

table.contact td.icons {
	display: none;
	}

table.contact td.details {
	font-size: 11px;
	background-color: #4A5131;
	border-left: 4px solid #888800;
	}

.pagenav {
	font-weight: normal;
}

a.pagenav, a.pagenav:visited {
	font-weight: bold;
	color: #CCC;
}

a.pagenav:hover {
	color: #999900;
}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

