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

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

/* =UNIVERSAL ELEMENTS
================================================= */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.7em;
	clear: both;
}


h1 { margin: 0; }

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


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

h1 {
	float: left;
	padding: 5px;
	position:relative;
}

h4 {
 	font-family: arial, helvetica, sans-serif;
}

h3, h4, h5 {
	font-weight: normal;
}

h6 {
 	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background: #35a2da;
	font-weight: normal;
	padding: 0.2em 0.5em;
}

p {
	padding: 0;
	margin: 0 0 1.5em 0;
	font-size: 0.75em;
	line-height: 135%;

/*line-height : 160%;
  letter-spacing : .06em;*/
}
.caption {
	font-size: xx-small;
	text-align: center;
}
.highlight { color: #ff9900;}

.enrol {
	text-align: center;
}

.enrol a {
	display: block;
	text-indent: -9999px;
	background: transparent url("../images/en/enrol.gif") 0 0 no-repeat;
	width: 115px;
	height: 35px;
	margin: auto;
	border: none;
}

.enrol a:hover {
	background: transparent url("../images/en/enrol.gif") 0 -80px no-repeat;
}



.back-link {
	text-align: right;
}

.back-link a {
	display: block;
	width: 4em;
	width: 2em;
	margin-left: auto;
	margin-right: 0;
	padding-left: 22px;
	background: transparent url("../images/en/back-to-top.gif") 0 0 no-repeat;
}

table {
	font-size: 0.7em;
}

td {
	padding: 0 0.5em 0 0;
}

img {
	display: block;
}

li img, h5 img {
	display: inline;
}


/* =hCARD SPECIFIC
================================================= */
h1 span	{
	display:none;
}

/* =ANCHOR LINKS
================================================= */
a	{
 text-decoration: none;
 color: white;
 border-bottom: dotted 1px;
 padding: 0 0.2em;
}

a:hover {
 color:#04409e;
 background-color:white;
}

a:active {
 text-decoration: underline;
}

a img {
	border: none;
}

.img a:link,
.img a:visited{
	border: none;
}
.img a:hover {
	background-color: transparent;
}

a#top {
	display: none;
}


h1 a:link, h1 a:visited	{
	border: none;
	background: none;
	padding: 0;
}

/* =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: transparent url(../images/en/background-blockquote.gif) top left no-repeat;
 margin: 0 1.5em;
 padding: 0.5em 0 0 0.5em;

 text-align:left;
 color: white;
 font-family: georgia, "times new roman", "times roman", serif;
 font-style: oblique;
 font-size: x-large;
 /*line-height: 0.7em;*/

}

blockquote p {
 text-align: left;
}

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

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

cite {
 font-family: georgia, "times new roman", "times roman", serif;
 line-height: 110%;
 font-style: normal;
}

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

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

#pages a {
 padding: 0 0.2em;
 color: white;
}

#pages a:hover {
 background-color:#2bb6e0;
}


.currentpage 	{
 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;
}

.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 {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
}

/* Fieldsets */
fieldset {
	clear: both;
	margin: 0.5em;
	padding: 1em;
	border: inset 1px #053785;
}

legend {
	color: #a0bff2;
}


/* Labels */
label, span.label {
	width: 8em;
	display: block;
	float: left;
	clear: left;
}

#purchase-details label {
	width: 24.5em;
}

#purchase-details input {
	width: 2em;
}

label:hover {
 	color:#a0bff2;
}

label em {
	color: #f00;
}

/* Inputs */
input {
}

input.text {
	border: 1px inset #295989;
	background: #eef4f8;
	margin-bottom: 0.2em;
}

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

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

/* Radios & Checkboxes */

input.radio,
input.checkbox {
	background: none;
	border: none;
	margin-right: 0.2em;
}

label.checkbox	{
	display: inline;
	float: none;
	width: 90%;
}

#course-particulars label { width: 100%; margin-bottom: 0.5em;}

ul.radio, ul.checkbox-group	{
	list-style-type: none;
	float: left;
	padding: 0 0.5em 0.5em 0.5em;
	margin: 0 0 0.5em 0;
}

/*ul.radio {
	width: 90%;
	clear: both;
}*/

ul.radio li	{
	float: left;
	margin: 0 1em 0.5em 0;
	width: 10em;
	list-style: none;
}

ul.radio li	label, ul.checkbox-group label {
	float: none;
	display: inline;
	font-size: 1.3em;
	padding-bottom: 0.5em;
}

ul.radio li label {
	width: 5em;
}

ul.checkbox-group li	{
	list-style: none;
}


ul.checkbox-group li label {
	width: 10em;
	margin-left: 0.2em;
}


/* Textarea */
textarea {
	border: 1px inset #295989;
	background: #eef4f8;
	margin-bottom: 0.2em;
	font-family: arial, helvetica, sans-serif;
}

/* Select */
select	{
	margin-bottom: 0.2em;
	background: #eef4f8;
}

/* Buttons */

form input.submit,
form input.reset,
form button {
	border-style: outset;
	background: #cef;
	padding: 0;
	margin-left: 0.5em;
}

form .buttons {
	text-align: right;
	padding: 0;
	border: none;
}
form .remember {
	border: none;
}

form h4 {
	font-family: "arial black", sans-serif;
	margin-top: 1em;
}

form p {
	font-size: 100%;
}
form li {
	font-size: 120%;
}

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

/* =FORM VALIDATION
================================================= */
ul.errors li {
	color: #fb9622;
	font-size: 1.4em;
}

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