/* =BODY
================================================= */
html, body {
 background: black;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 font-family: verdana, "trebuchet MS", helvetica, sans-serif;
 color: #463D2E;
 text-align: center;
 
}

/* commented backslash hack - Hide from Mac IE \*/ 
html, body{
	height:100%;
}

table.wrap	{
 min-height: 100%;
 min-width: 100%;
 height: 100%;
 width: 100%;
}

/* =UNIVERSAL ELEMENTS
================================================= */
h1, h2, h3, h4 {
	margin-top: 0;
  	margin-bottom : 0.5em;
}

h6 { margin: 0; }

h1 { font-size : 150%;	}
h2 { font-size : 110%; }
h3 { font-size : 100%; }
h4 { font-size : 90%; }
h6 { font-size : 100%; }


h1, h2, h3 {
  font-family:  georgia, "times new roman", "times roman", serif;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
}

h3,h4,h5,h6 {
	font-weight: normal;
}

p {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
/*  padding : 10px 20px 10px 20px;
  line-height : 160%;
  letter-spacing : .06em;*/
}

img {
	display: block;
}

/* =ANCHOR LINKS
================================================= */
a:link, a:visited 	{
 text-decoration: none;
 /*color:#339933;*/
 color: #2A6934;
}

a:hover {
 /*color:#A6E650;*/
 /*color:#339933;*/
 color: white;
}

a:active {
 text-decoration: underline;
}

a img {
	border: none;
}

/* =LISTS
================================================= */
ul {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 font-size: 0.7em;

}

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%;
}



/* =MISC
================================================= */
blockquote {
 font-family: georgia, courier, verdana, "trebuchet MS", helvetica, sans-serif;

 /*background:url(../images/en/leftquote.gif) no-repeat top left;*/
 padding-left: .5em;
 border-left: 4px solid #CCC;
 color: #0b3e8e;

 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: 8pt;
}

.currentpage	{
 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;
}

/* =FORMS =CONTROLS
================================================= */
form {
}

form #buttons {
	text-align: center;
}

fieldset {
	clear: both;
	margin: 0.5em;
	padding: 1em 0.5em;
	/*border: dotted 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;
}

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 {
	/*display: block;*/
	color: #295989;
}
label:hover {
	color: #000;
}

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;
}

