/**	
*	Distributed under the terms of the GNU General Public License
*	File Name: template_css.css
*	Developer: bimbo Frics chic
*				   http://www.bimbofrikchic.fr
*	Date: 17/05/2005
* 	Version #: FreakGreen 1.0
**/
/* CSS Document */


/* mambo core stuff */
a:link, a:visited {
	color: #0000FF; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFF00;	text-decoration: none;
	font-weight: bold;
}


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #000000;
}

table.contentpane td {
	margin: 0px;
	padding: 10px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
  padding-left: 0px;
  padding-top: 0px;
}

.button {
	padding: 2px 5px 2px 5px;
	backgrounAd-color: #555555;
	color: #FFFF00;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

.inputbox {
	padding: 2px;
	border: 1px solid #00AABB;
	background-color: #FFFFFF;
	color: #555555;
}

.searchbox {
	border: 2px solid #FFFF00;
	background-color: transparent;
	color: #000000;
}


.contentcolumn {
	padding-right: 5px;
}

.contentheading {
/*	background: #ccc;   */
	height: 15 px;
	color: #f8cc15;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	padding: 0 0 2px 2px;
	text-transform: uppercase;
}

.contentpagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #0000AA;
	text-align: left;
}

.componentheading{
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}


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

table.moduletable th {
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-left: 0px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: #0000FF;
	border: 0px solid #0000AA;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 2px;
	font-weight: normal;
}

table.moduletable-header {
	width: 100%;
}

table.pollstableborder td {
	padding: 2px 2px 2px 2px;
}

.sectiontableheader {
	font-weight: bold;
	background: 000000;
	padding: 4px 0px 0px 0px;
	color: #00A0AF;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color: #0000FF;
}

.sectiontableentry2 {
	background-color: #000099;
}

.small {
	color: #0000F0;
	font-size: 14px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #0000A0;
	font-size: 11px;
	font-weight: bold;
}

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

table.contenttoc th {
	color: #555555;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	color: #f8cc15;
	text-align: left;
	line-height: 20px;
	width: 98%;
	text-decoration: none;
	background: #000000;
	border:1px solid #ccc;
	text-indent: 3px;
	height: 20px;
}

a.mainlevel:hover {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
	text-align: left;
	padding-top: 0px;
	width: 98%;
	text-decoration: none;
	background: #ccc;
	border:1px outset #f8cc15;
	height: 20px;
	text-indent: 3px;
	line-height: 20px;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #0000FA;
	text-align: left;
}

a.sublevel:hover {
	color: #0000FF;
	text-decoration: none;
	background: #0000BB;
	text-indent: 3px;
	line-height: 20px;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #0000BB;
	text-align: left;
}

a.sublevel:hover {
	color: #000000;
	text-decoration: none;
}
.blockborder{
	border: 2px solid #0000FF;
}
.pathway {
	padding-left: 7px;

}
