/* CSS Document */

/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 
body {
	margin: 0px 0px 0px 0px;
	color : #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

td,tr,p,div {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #333333;
}

h4 {
	color: #333333; 
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12pt; font-weight: bold;
}

h5 {
	color: #333333; 
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11pt; font-weight: bold;
}

h6 {
	color: #333333; 
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt; font-weight: bold;
}

a:link, a:visited {
	color: #333333; 
	text-decoration: underline;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

a:hover {
	color: #333333;	text-decoration: none;
}

ul {
	margin: 0px 0px 0px 0px;
}

li {
	list-style: inside 3px;
}

/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #333333;
}

/* custom css for birchalls */

.footer {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-size: 8pt;
	color: #fddf57;
}

a.footer:link, a.footer:visited {
	color: #fddf57; 
	text-decoration: underline;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

a.footer:hover {
	color: #333333;	text-decoration: none;
}

a.mainlevel-bottom:link, a.mainlevel-bottom:visited {
	vertical-align: middle;
	font-size: 8pt;
	font-weight: normal;
	color: #fddf57;
	text-decoration: underline;
}

a.mainlevel-bottom:hover {
	text-decoration: none;
	color: #333333;
}

a.mainlevel-bottom#active_menu {
	color: #fdbf57;
	font-weight: underline;
}

a.mainlevel-bottom#active_menu:hover {
	text-decoration: none;
	color: #333333;
}

table.moduletable-bottom {
	/* styling the module table */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.moduletable-bottom td {
	color: #fdbf57;
	font-weight: normal;
}

a.mainlevel-top:link, a.mainlevel-top:visited {
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.mainlevel-top:hover {
	text-decoration: underline;
	color: #fdbf57;
}

a.mainlevel-top#active_menu {
	color:#333333;
	font-weight: normal;
}

a.mainlevel-top#active_menu:hover {
	text-decoration: underline;
	color: #333333;
}

table.moduletable-top {
	/* styling the module table */
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
}

table.moduletable-top td {
	color: #feefab;
	font-size: 13pt;
	font-weight: normal;
}

div.mainBody {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
