/* =BODY
================================================= */
html, body {
 background: white url("../images/en/background.jpg") repeat;
 margin: 0;
 padding: 0;
 font-family: verdana, "trebuchet MS", helvetica, sans-serif;
 color: black;
 text-align: center;
}

/* commented backslash hack - Hide from Mac IE \*/ 
html, body{
	height:100%;
}

/* =UNIVERSAL ELEMENTS
================================================= */
h1, h2, h3, h5 {
	margin-top: 0;
  	margin-bottom : 0.5em;
}

h6 { margin: 0; }

h1 { font-size : 150%;	}
h2 { font-size : 90%; }
h3 { font-size : 120%; }
h4 { font-size : 80%; }
h5 { font-size : 100%; }
h6 { font-size : 100%; }


h1, h2, h3, h4, h5 {
  font-family: "arial black",arial, helvetica, sans-serif;
}

h2,h4,h5,h6 {
	font-weight: normal;
}

/*h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #73c9d4;
}*/

h2 {
	color: white;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px white;
}

h5 {
	text-transform: uppercase;
}

p, label {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
/*line-height : 160%;
  letter-spacing : .06em;*/
}

table {
	font-size: 0.6em;
}

td {
	padding: 0 0.5em 0 0;
}

img {
	display: block;
}

/* =ANCHOR LINKS
================================================= */
a:link, a:visited 	{
 text-decoration: none;
 color: #0083d7;

}

a:hover {
 color:#e20c15;
}

a:active {
 text-decoration: underline;
}

a img {
	border: none;
}

/* =LISTS
================================================= */
ul, ol {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 /*font-size: 0.7em;*/
}

ul li,
ol li {
 margin-bottom: 0.5em;
}

ul li p,
ol li p {
 font-size: 100%;
}

dl {
	margin: 0;
	padding: 0;
}

/* =MISC
================================================= */
blockquote {
 
 /*background:url(../images/en/leftquote.gif) no-repeat top left;*/
 padding-left: .5em;
 border-left: 2px solid white;
 
 text-align:left;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

code, samp, kbd, var, pre {
	color: #0b3e8e;
}

cite {
	font-style: normal;
}

/* =PAGES
================================================= */
#pages {
 font-size: 0.7em;
 clear:both;
 text-align: right;
 margin: 1em 1em 0 1em;
 list-style-type: none;
 padding: 0;
}

#pages li {
 float: left;
 margin-left: 0.3em;
}

#pages a {
 background-color: black;
 padding: 0 0.2em;
}

.currentpage 	{
 background-color: black;
 padding: 0 0.2em;
 font-weight: bold;
}

/* =MCUBE-SPECIFIC
================================================= */
.dropcap {
 font-size:42pt; 
 float:left;
 font-family:'Times New Roman';
 line-height:40px;
 padding-top:1px;
 color: white;
}

.current_category a:link,
.current_category a:visited {
 font-weight: bold;
 color: white;
}

.current_subcategory a:link,
.current_subcategory a:visited {
 font-weight: bold;
 color: white;
}

.new	{
 color: red;
 font-size: 8pt;
}

.lowlight	{
 color:#ACACAC;
}

.hidden {
	display: none;
}

.error {
	color: #fb9622;
}

#copyright {
 font-size: 0.6em;
 font-family: arial, verdana, "trebuchet MS", helvetica, sans-serif;
 color: #7c7c7c;
}

/* =FORMS =CONTROLS
================================================= */
form {
}

form #buttons {
	text-align: center;
	padding: 0;
}

fieldset {
	clear: both;
	margin: 0.5em;
	padding: 1em 0.5em;
	border: solid 1px #73c9d4;
	/*width: 90%;*/
}

legend {
	text-transform: uppercase;
 	color: #5B9096;
}

form div {
	position: relative;
	/*float: left;
	width: 45%;*/
	padding: 0 6px;
	margin: 0.5em 0 0;
}

div input {
	border: 1px inset #295989;
	background: #eef4f8;
}

input.text {
	width: 15em;
}

input.checkbox {
	width: auto;
	background: none;
}


input.radio {
}


input.hidden {
	margin: 0;
	padding: 0;
}

form input.submit,
form input.reset,
form button {
	border-style: outset;
	background: #71CBD3;
	padding: 0;
}

form input:focus, form textarea:focus {
	background: #cef;
	color: #000;
}

textarea {
	width: 92.5%;
	height: 11em;
	border: 1px inset #295989;
	background: #eef4f8;
}

select	{
 background: #BDDD91;
}

label {

}

label:hover {
 	color:#e20c15;
}

label em {
	color: #f00;
}
form p em {
	color: #f00;
}
.mail em {
	position: relative;
}
.mail div {
	float: none;
	width: auto;
}
.mail input {
	width: 92.5%;
}

/* =FORM VALIDATION
================================================= */
.formlabel_error	{
 color: red;
}

.formlabel 	{

}

/* =DEBUG
================================================= */
#debug_frame {
 font-size: 0.7em;
 background:black;
 color: white;
 padding: 0.5em;
}
