/**
 * 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 #314B77;
	}

hr.separator {
	/* found this css style in Peekmambo's css style. Still haven't worked out
	   if this is a custom style or an in built style. Will update when I find out*/
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

.pagenavbar {
	/*for some weird reasons, this is not used in page nav, but found it used 
	  for nick names in forum threads by Simpleboard */
}

.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
	font-weight: normal;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: bold;
	color: #343A58;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #FF9900;
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }





/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	/* this style applies to most form buttons generated by
	   Mambo and its components. Change its format here*/
	color: #FFFFFF; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 4px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	background: #94B1CF;
	border: 1px solid #000066;
	height: 20px;
}

.inputbox {
	/* Again, the name implies that this style changes the 
	   way those input box looks */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #343A58;
	background: #FFFFFF;
	border: 1px solid;
	}





/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */
 
.ontab {
	/* For styling of the "Tab" buttons when editing contents through the frontend
	   (when you log in as admin in the frontend). This .ontab is the styling for the
	   tab when it is active or after its "clicked" */
	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 {
	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
	   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
	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 {
	/* this style is used set the size of the tab in 
	   in the above */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabheading {
	/* Not too sure what this is used for. Couldn't find anything
	   related to it yet at the moment */
}

.pagetext {
	/* this style is used to style the content of the editing form
	   contents (where HTMLArea sits and all its forms + contents) in
	   the frontend Administration interface */
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */
 
.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	/* For formatting the "Read on..." link for blogs and on frontpage. */
	color: #23598d; 
	text-decoration: none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a.readon:hover {
	/* Pfft..! */
	color: #23598d;	text-decoration: underline;
	font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}





/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */
 
.contentpane {
	/* This is used mainly for the table that holds the SECTIONS such as News.
	   This is when you create a link to a Section and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. Yes! That entire thing is contained in a table with this style */
		

	}

.contentpaneopen {	

	}

.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: #FF9900;
	text-align:left;
	line-height: 16px;
	height: 15px;
	}

.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: #fff;
	text-align:left;
	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */
	color: #343A58;
	background-color: #e0e0e0;
	border-top: 1px solid #465675;
	border-bottom: 1px solid #465675;
	border-left: 1px solid #465675;
	border-right: 1px solid #465675;
    }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
	padding: 3px;
}

.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */
	font-weight: normal;
	font-size: 8pt;
}


/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.sectiontableheader {
	/* This is for styling the section table headers on a SECTION's page.
	   An example would be those articles lists when you click on "News" or something?
	   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
	   header that you will be controlling through this style */
	background-color : #94B1CF;
	background-repeat: repeat;
	padding: 2px;
	color : #FFFFFF;
	font-weight : bold;
	padding: 2px;
	}


/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {
	/* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
	color: #3D4E6D; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	}

a.category:link, a.category:visited {
	/* same as above, but to set the link format */
	color: #3D4E6D; font-weight: bold;
	}

a.category:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #3D4E6D;
	}




/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */
 
a.blogsection:link, a.blogsection:visited {
	color: #44757D; 
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	}

a.blogsection:hover {
	color: #759328;	
	text-decoration: underline;
	font-size: 10px;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body{
	background-color: #EFF0F0;
	margin: 0;
	padding:0;
}
textarea, .inputbox{
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
}
td, tr, p, div {
  font-family      : Tahoma, Arial, sans-serif;
  font-size        : 11px;
}
a{
	color: #4F8BC1;
	text-decoration: none;
}
a:visited{
	color: #4F8BC1;
}
a:hover{
	text-decoration: underline;
}
a img{border: 0}
#search{
	float: right;
}
#search .inputbox{
	font-size: 10px;
	vertical-align: middle;
}
#search .button{
	width: 21px;
	height:21px;
	background: transparent url(../images/btn-go.gif);
	border: 0;
	cursor: hand;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 6px;
}
#topSelectMenu select{
	width: 125px !important;
}
#pathway{
	float : left;
	margin-top:  4px;
	margin-left: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:Gray;
	width: 480px;
	overflow: hidden;
}
#pathway a{
	text-decoration: none;
	color: #FF9933;
}
#pathway a:hover{text-decoration:underline}
#topMenu{background: url(../images/top-menu-bg.gif) no-repeat}
#footer{background: url(../images/footer-bg.gif) center repeat-y}
#copyright{background: url(../images/copyrigt-bg.gif) center repeat-y}
#footer a{
	color: #808080;
	text-decoration: underline;
	white-space: nowrap;
}
#footer a:hover{color: Black}
#footer {color: #CCCCCC}

#topMenu ul{
	margin: 0;
	margin-left: 10px;
	margin-top: 4px;
}
#topMenu li{
	list-style-type: none;
	margin-bottom: 4px;
}
#topMenu a{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: White;
	background: url(../images/li-green.gif) no-repeat left center;
	padding-left: 18px;
}
#topMenu a:hover{
	text-decoration: underline;
}

#left,  #right{
	width: 180px;
	background: White url(../images/module-180-bg-btm.gif) no-repeat bottom left;
	padding-bottom: 7px;
	overflow: hidden;
}
#left1, #right1{
	background: White url(../images/module-180-bg-top.gif) no-repeat top left;
}
#left  .moduletable,
#right .moduletable{
	width: 180px;
}

#right .moduletable tbody td{

}
#left  .moduletable th,
#right .moduletable th,
#left  .moduletable h3,
#right .moduletable h3{
	background: url(../images/left-header-bg.gif) 0px 2px  no-repeat;
	color: White;
	line-height: 30px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 36px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}
#right .moduletable th,
#right .moduletable h3{
	background-image: url(../images/right-header-bg.gif);
}
#left  .moduletable form,
#right .moduletable form{
	margin: 0 8px;
}

#content{
	border: 2px solid #EFF0F0;
	border-top-width: 0;
	border-bottom-width: 0;
	background: White url(../images/content-bg-btm.gif) no-repeat bottom left;
}
#divContent{
	background: url(../images/content-bg-top.gif) no-repeat top left;
	margin-bottom: 7px;
	width: 401px;
	overflow: hidden;
}

#divContent2{
	background: url(../images/content-bg-top.gif) no-repeat top left;
	margin-bottom: 7px;
	width: 500px;
	overflow: hidden;
}


x.sectiontableheader, 
.componentheading,
.contentheading{
	background:  url("../images/content-header-bg.gif") no-repeat top left;
	color: White;
	width: 366px;
	padding-left: 35px;
	height: 30px;
}
.componentheading,
.contentheading,
.componentheading h1,
.contentheading h1{
	line-height: 30px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	xoverflow: hidden;
}
.componentheading h1,
.contentheading h1{
	padding: 0;
	margin:  0;
}
.componentheading a,
.contentheading a,
.componentheading a:visited,
.contentheading a:visited
{
	color: White;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* IE fixes: */
* html div.componentheading,
* html div.contentheading{
	width: 401px;
}

.componentheading{
	padding-top: 2px;
	background-position: 2px 2px;
}
.contentpane .componentheading{
	background-position: 0px 2px;
}
.contentpane{
	width: 99%;
}

.contentpane .contentheading{
	color: #6296C5;
	font-size: 13px;
	line-height: 18px;
	background: inherit;
	width: 350px;
	padding-left: 3px;
	border-bottom: 1px dotted #6296C5;
}
.sectiontableentry1 a, .sectiontableentry2 a{
	display: inline-block;
	margin-left: 43px;
	padding-left:12px;
	background: url(../images/li-blue-small.gif) no-repeat 0 3px;
	text-decoration: none;
	color: #3D4E6D;
}
.sectiontableentry1 a:hover, .sectiontableentry2 a:hover{
	text-decoration: underline;
}
.sectiontableentry1 a{

}
.sectiontableentry2 a{

}

#mainlevel{
	margin: 0;
	padding:0;
	width: 180px;
}
#mainlevel li{
	list-style-type: none;
	line-height:  30px;
	margin: 0;
	padding:0;
	padding-left: 25px;
	margin-bottom: 1px;
}
#mainlevel a{
	color: White;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
	background: url(../images/main-menu-bg.gif) no-repeat top;
	margin-left: -25px;
	padding-left: 25px;
}
#mainlevel a:hover{
	color: Black;
}

li.liCat{
	list-style: none;
	line-height: 18px;
	padding-left: 18px;
	background: url(../images/li-blue.gif) no-repeat left 3px;
}

/* FORMS */

.inputbox{
	background: #EDF3F9;
	color: #4F8BC1;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
}
input.inputbox{
	height: 18px;
}
select.inputbox{
	height: 16px;
}

.button,
.pagenav_prev,
.pagenav_next,
.back_button{
	background: #4F8BC1 url(../images/button.gif) no-repeat center;
	width:  85px;
	height: 22px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	cursor: hand;
	cursor: pointer;
}
.pagenav_prev,
.pagenav_next,
.back_button{
	padding: 0;
}
.pagenav_prev a,
.pagenav_next a,
.back_button  a,
.pagenav_prev a:link,
.pagenav_next a:link,
.back_button  a:link,
.pagenav_prev a:visited,
.pagenav_next a:visited,
.back_button  a:visited{
	color: White;
	text-decoration: none;
}
.pagenav_prev,
.pagenav_next,
.button.w60{
	background-image: url(../images/button-w60.gif);
	width:  60px;	
}

.button.w70,
.back_button{
	background-image: url(../images/button-w70.gif);
	width:  70px;	
}
.back_button{
	line-height: 22px;
}
.button.orange{
	background: #FF7D00 url(../images/button-orange.gif) no-repeat center;
	width:  65px;
}

/* POLL */
#btnVote, #btnResults, #btnLogin{
	background-color: Transparent;
	height: 21px;
	width:  auto;
	border: 0;
	vertical-align: middle;
	background: none;
}

/* LAST NEWS */
ul.latestnews{
	margin:  0 6px;
	padding: 0;
}
li.latestnews{
	list-style-type: none;
	color: #737067;
	font-size: 11px;
	border-bottom: 1px solid #FFE5CC;
	padding: 2px 0;
}
ul.latestnews .date{color:#FF7C00;font-weight:bold;}
ul.latestnews .readmore{text-align:right}
ul.latestnews .readmore a{color:#8DB401;font-size: 10px;}
ul.latestnews .readmore a:hover{color:#799B00}
ul.latestnews .readmore a:visited{color:#9DC901}


a.readon{
	float:right;
}

tr.sectiontableentry1, tr.sectiontableentry2{
	margin-left: 60px;
}

/* CONTENT-RELATED */

.idxMenu th{
	line-height: 30px;
	width: 197px;
	background: #DEE0E2 url(../images/h3-bg.gif) no-repeat;
	color: #4F8BC1;
}
.idxMenu thead th{
	background: #FF7C00 url(../images/h2-bg.gif) no-repeat;
	color: White;
	border-bottom: 1px solid White;
}
.idxMenu th *{
	font-size: 12px;
	margin: 0;
	padding:0;
	text-align: left;
}
.idxMenu th a{
	text-decoration: none;
	color: #4F8BC1;
}
.idxMenu th a:hover{border-bottom: 1px dotted #4F8BC1}
.idxMenu td{
	height: 30px;
	color:  Gray;
	padding: 0 6px;
	width: 185px;
}
.idxMenu td div{
	vertical-align: top;
	margin: 0;
	padding:0;
}
.idxMenu td.spacer{
	padding: 0;
	width: 1px;
}
.idxMenu th * img{
	vertical-align: middle;
	margin-left: 7px;
	margin-right:10px;
}
.idxMenu th h3 img{
	margin-left: 4px;
	margin-right:6px;
}
.idxMenu th h3{
	height: 30px;
}

a.buttonQuoted,
a.buttonQuoted:link,
a.buttonQuoted:visited{
	display: block;
	color: White;
   background: #4F8BC1 url(../images/button-quoted.jpg) no-repeat center;
	width:  120px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	border: 0;
}

table.claim-form th {text-align:right; width:300px; vertical-align: top;}
table.claim-form td {text-align:left; vertical-align: top;}
table.claim-form td.claim-submit {text-align:center; vertical-align: top;}
table.claim-form input[type="text"] {width:150px;}
table.claim-form input[type="submit"] {width:100px;}
table.claim-form textarea {width:150px; height:200px;}

