/*---Body */


body {
	background-color: #ffffff;
	scrollbar-3dlight-color: #9fcd2f;
	scrollbar-base-color: #cb4e50;
	scrollbar-darkshadow-color: #8cb4e5;
	scrollbar-face-color: #cb4e50;
	scrollbar-highlight-color: #cb4e50;
	scrollbar-shadow-color:#9fcd2f;
	scrollbar-track-color: #8cb4e5;
	scrollbar-arrow-color: #9fcd2f;
	margin-top: 35px;
	background-image: url(../images/dotbg.png);
}
td, tr, p, div {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #000000;
}

a:link, a:visited {
	color: #131313;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #cb4e50;
	text-decoration: none;
	font-weight: bold;
}

hr, hr.separator {
	height : 1px;
	width : 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Joomla Menu Styling
 * ------------*/

/* menu -nav */

#mainlevel-nav {
margin: 0;
padding: 0;
}

#mainlevel-nav a {
	display: block;
	float: left;
	text-decoration: none;
	color: #131313;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	margin: 0px;
}

#mainlevel-nav li {
	list-style:none;
	float: right;
	margin: 0;
	font-size: 10px;
	white-space: nowrap;
	text-indent: 15px;
	bottom: 5px;
	display: block;
}

#mainlevel-nav a {
    float: none;
}

#mainlevel-nav a:hover {
	color: #f1f1f1;
}

/* menu */
a.mainlevel:link, a.mainlevel:visited {
	color: #131313;
	font-weight: bold;
	padding-top: 2px;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;
	padding-left: 2px;
}
a.mainlevel:hover {
	color: #cb4e50;
}

a.mainmenu:hover {
color: #cb4e50; 
}


a.sublevel:link, a.sublevel:visited {
	color: #294470;
	text-decoration: none;
}

a.sublevel:hover {
color: #cb4e50;
text-decoration: none;
}

/* Joomla core stuff */

/* Module Boxen */

table.moduletable {
	width: 100%;
	margin-bottom:6px;
}

/* Module Heading */

table.moduletable th {
	color: #131313;
	line-height: 19px;
	text-align: left;
	background-color:#8cb4e5;
	border: 1px  groove #f1f1f1;
	padding-left: 2px;
}

table.moduletable td {}


.pathway {
	color: #131313;
	padding-left: 4px;
	padding-top: 4px;
}

a.pathway, a.pathway:visited {
	color: #131313;
}

a.pathway:hover {
    color: #f1f1f1;
}

/*** General Joomla Styles*/

.back_button{}
.pagenavbar {
	color: #f1f1f1;
} 
.pagenav, a.pagenav, a.pagenav:visited{
	color: #cb4e50;
	text-align: left;
}

a.pagenav:hover{
	color: #cb4e50;
}
	
.small {
	font-size: 10px;
	font-weight: bold;
	color: #131313;
}

/**
 * Joomla Form Styles
 * -----------------
 * Here are 2 styles that Joomla uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	background-color: #8cb4e5;
	border-top-width: 1px groove #9fcd2f;
	border-right-width: 1px groove #8cb4e5;
	border-bottom-width: 1px groove #8cb4e5;
	border-left-width: 1px groove #9fcd2f;
	font-size: 10px;
	font-weight: bold;
	color: #131313;
	margin-top: 2px;
	margin-bottom: 2px;
	
}
.inputbox {
	background-color: #FFFFff;
	border-top-width: 1px groove #9fcd2f;
	border-right-width: 1px groove #8cb4e5;
	border-bottom-width: 1px groove #8cb4e5;
	border-left-width: 1px groove #9fcd2f;
	font-size: 11px;
	color: #131313;
	}

/**
 * Joomla 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 {}
.offtab {}
.tabpadding {} 
.tabheading {}
.pagetext {}


/**
 * Joomla 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 {
	font-size: 9px;
	color: #ffffff;
} 

.modifydate {} 

.readon, a.readon:link, a.readon:visited{
	color: #131313;
	float: right;
}

a.readon:hover{
	color: #cb4e50;
	float: right;
}


/** 
 * Joomla Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */

.contentpane {
width: 500px;
padding: 4px;
}
.contentpaneopen {
padding: 4px;
}

.contentdescription {}
table.contenttoc {}
table.contenttoc td {}
.content_rating {}
.content_vote {}

/**
 * Joomla Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */
 /* For content item titles that are hyperlink instead of Read On */
.contentheading, .componentheading{}

.contentpagetitle, .category {
	color: #CC6600;
	font-weight: bold;
}
a.contentpagetitle:link, a.contentpagetitle:visited, a.category:link, a.category:visited {
	font-size: 12px;
	font-weight: bold;
 	color: #996600;
	text-align:left;
}

a.contentpagetitle:hover, a.category:hover {
	color: #131313;
	font-weight: bold;
}




/**
 * Joomla 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.
 */
 
.blogsection{}



/**
 * Joomlas Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 
 /*  Polls  */
 
.poll {
	font-size: 9px;
	color: #131313;
}
table.pollstableborder {
}

/**
 * Joomla Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.sectiontableheader {
	background-color : #9fcd2f;
	color            : #010101;
	font-weight      : bold;
	
}

.sectiontableentry1 {
  background-color : #ffffff;
  border: 1px groove #9fcd2f;
  padding: 2px;
}

.sectiontableentry2 {
  background-color : #ffffff;
  border: 1px groove #8cb4e5;
  padding: 2px;
}



/*  Weblinks */
.weblinks{} 


/*  Newsfeeds */
.newsfeedheading {} 
.newsfeeddate {} 
.fase4rdf {} 


/* Search page */
table.searchintro {} 


/*  Contact's table settings  */
table.contact {}
table.contact td.icons {} 
table.contact td.details {}

/*  Alex's table settings  */

/*  Imagecontent  */
div.mosimage {
border : 1px solid #ffffff; 
} 
.mosimage {
border : 1px solid #ffffff; 
margin : 5px; 
} 
.mosimage_caption {
margin-top : 2px; 
background : #cb4e50; 
padding : 1px 2px; 
color : #131313; 
font-size : 10px; 
border-top : 1px solid #ffffff; 
}

/*  Table settings  */

.header_main {
	width: 520px;
	background-color: #8cb4e5;
	height:100px;
}

.spacer_head_main {
	width: 520px;
	background-color: #cb4e50;
	height:22px;
}

.spacer_middle {
	width: 120px;
	background-color: #ff9900;
	height:22px;
}

.spacer_middle_small {
width: 35px;
background-color: #ff9900;
height:22px;
}

.spacer_bottom_main {
width: 520px;
background-color: #cb4e50;
height: 22px;
}

.time {
color: #ffffff;
background-color: #FF9900;
padding-left: 12px;
height: 22px;
}

.spacer {
width: 35px;
background-color: #FF9900;
height: 22px;
}

.spacer_top {
	width: 120px;
	height: 22px;
	background-color: #ff9900;
}

.spacer_bottom {
width: 120px;
background-color: #ff9900;
height: 22px;
}

.spacer_small_top {
width: 35px;
background-color: #FF9900;
height: 22px;
}

.spacer_small_bottom {
width: 35px;
background-color: #FF9900;
height: 22px;
}

.autoscroll {
height : 500px;
overflow : auto;
width: 520px;
}

.trans_box1 {
width: 180px;
height: 500px;
background-color: #9fcd2f;
}

.trans_box1_inner {
	display: block;
	padding-left: 2px;
	padding-right: 2px;
}

.trans_box2 { 
background-color: #8cb4e5;
width: 520px;
}

.trans_box3 {
width: 180px;
height: 500px;
background-color: #cb4e50;
}

.trans_box3_inner {
	display: block;
	padding-left: 2px;
	padding-right: 2px;
}

.ads {
width: 520px;
height: 100px;
background-color: #8cb4e5;
}

.ads_inner {
	margin-left: 24px;
	background-color: #8cb4e5;
	margin-top: 20px;
}

.bottom_left {
background-color: #9fcd2f;
}

.bottom_left_inner {
	background-color: #9fcd2f;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
}

.bottom_right {
background-color: #9fcd2f;
}

.bottom_right_inner {
	background-color: #9fcd2f;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
}

.top_left {
	background-color: #9fcd2f;
	padding-left: 2px;
	padding-right: 2px;

}

.top_right {
	background-color: #9fcd2f;
	padding-left: 2px;
	padding-right: 2px;
		
}
