/*
E-motion design
joomla css file
*/

/*
Recommended cross-platform font families:

Arial, Helvetica, sans-serif
Verdana, Geneva, sans-serif
"Arial Black", Gadget, sans-serif
"Courier New", Courier, monospace
"Times New Roman", Times, serif

*/

/*
General
*/

body, td, p, div, span, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
	height: 1px;
	border-style: solid;
	border-width: 1px;
	line-height: 1px;
}

/*
Text rendering
*/

body, td, p, div, span , h1, h2, h3, h4, h5, h6 , .contentheading , .componentheading, .subheading {
	color: #3b3b3b;
}

h1, h2, h3, h4, h5, h6 , .contentheading , .componentheading, .subheading {
	font-weight: bold;
	color: #e78a00;
	margin: 0px;
}

a , a span , a div {
	color: #f79a0f;
	font-weight: bold;

	text-decoration: none;
}

a:hover {
	color: #d77a00;

	text-decoration: underline;
}

h6 {
	font-size: 100%;
}

h5 {
	font-size: 110%;
}

h4 , .contentheading {
	font-size: 120%;
}

h3, .componentheading {
	font-size: 130%;
}

h2 {
	font-size: 140%;
}

h1 {
	font-size: 150%;
}

input, textarea, .inputbox, .button {
	background-color: #ffffff;
	border-color: #999999;
	color: #3b3b3b;
}

/*
Main menu
*/

.mainlevel {
	font-size: 110%;
	color: #000000;
	font-weight: bold;

	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#active_menu {
}

/* 
Left Modules
*/

.moduletable {
}

.moduletable th {
}

.moduletable td {
}

/*
General mambo styles
*/

.readon {
}

.subheading {
}

.back_button {
	background-color: #999999;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;

	text-align: center;
	display: block;
	width: 60px;
}

.back_button a {
	font-size: 110%;
	color: #ffffff;
	font-weight: bold;

	line-height: 22px;
	width: 100%;
	display: block;
	text-transform: uppercase;
}

.back_button a:hover {
	color: #E0E0E0;

	background-color: #101010;
	text-decoration: none;
}

.pagenav_next , .pagenav_prev {
	font-size: 110%;
}

/*
Template styles
*/



/*
Forms
*/

input, textarea, .inputbox, .button {
	font-size: 100%;
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.formLabel , .formOpt , .formReq {
	font-size: 100%;
}

.formReq {
	color: #A7696B;
}

.button {
  height: 22px;
}

/*
Other styles
*/

hr {
	color: #bebebe;
	background-color: #bebebe;
	border-color: #bebebe;
	height: 1px;
	border-width: 0px;
}


.homeModule .moduletable {
        background-position: bottom left;
        background-repeat: no-repeat;
background-color: #faf3dc;
	width: 205px;
	border: 1px solid #facb29;
	padding: 10px;
	overflow: hidden;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.homeModule .moduletable h3 {
	padding-left: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fbcb29;
	margin: 0px;
	font-size: 110%;
	text-transform: uppercase;
	color: #f79a0f;
}

.homeModule .moduletable table {
	padding-top: 5px;
}

.homeModule .moduletable td , .homeModule .moduletable td a {
	color: #6f7071;
}



#mod_login_usernametext_bottom {
}
#mod_login_passwordtext_bottom {
}
#mod_login_greeting_bottom {
}
#mod_login_password_bottom {
margin-left: 2px;
}
.button_bottom {
margin-top: 10px;
margin-bottom: 10px;
}



ul {
padding-left: 20px;
}
.ie ul {
padding-left: 0px;
margin-left: 20px;
}
ul {
margin-top: 0px;
margin-bototm: 0px;
padding-top: 0px;
padding-bottom: 0px;
}


.contentheading {
	padding-top: 8px;
	margin-top: 8px;
}


.items {
border: 1px solid #fff;
background: #a00b00;
}

.sublevel {
color: #fff;
}
.sublevel:hover {
color: #ffd0b0;
text-decoration: none;
}

.items {
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
}

.componentheading {
padding-left: 3px;
padding-top: 8px;
}


.tableBorderLightGrey {
	border: 1px solid #afafaf;
}

.ie .transMenu {
margin-left: 10px;
margin-top: 15px;
}

/* 2009 redesign */

.menuCell {
 background-image: url(../images/left-background.jpg);
 background-repeat: repeat-y;
 background-position: top left;	
}
.mainContent {
 background-image: url(../images/content-background-repeat.jpg);
 background-repeat: repeat-y;
 background-position: top left;	
}
.mainContent .contentWrapper {
 background-image: url(../images/content-background.jpg);
 background-repeat: no-repeat;
 background-position: top left;	
 width: 590px;
 min-height: 304px;
}
.ie6 .mainContent .contentWrapper {
 height: 304px;
}
.mainContent .contentWrapper .contentPadder {
	padding: 0px 20px 0px 20px;
	text-align: left;
}

html, 
body {
 margin: 0px;
 padding: 0px;
}

.ie6 .headerCell ,
.ie7 .headerCell {
 font-size: 0px;
}

.componentheader {
 padding-top: 12px;
}