/* CSS Document */
/*
 * Purpose       : Stylesheet for MCSEUK.CO.UK

 * Author        : Developed by Hiran Karunananda[UI Engineer/ PHP Developer - hiran.c@gmail.com]

*/

* { margin:0px; padding:0px; }
body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background: #7B4757 url(../Images/bg.jpg) 50% 0;	
}

a { color:#7B4757; text-decoration:underline; } a:hover { text-decoration:none; }
h1, h2 { font-size: 1.7em; color:#7B4757; padding-bottom:10px; }
h3 { font-size:1.5em; color:#7B4757; font-weight:bold ; padding-bottom:10px; }
p { margin:1.1em 0; padding:0;	line-height:1.3em; }
.p { margin:0.4em 0; padding:0;	line-height:1.3em; }
.Clear { clear:both; } .TopPage { padding-left:170px; padding-top:5px; }
.required { color:#FF0000; padding-left:5px; }
h4 { font-size: 1.5em; color:#7B4757; padding-top:10px; }
h5 { font-size: 1.3em; color:#000000; padding-top:10px; padding-bottom:5px; text-align:center; }
.paraHighlighter { color:#7B4757; font-size:12px; font-weight:bold; }
.paraHighlighterBlack { color:#000000; font-size:12px; }
.paraClick a 
{
	background-color:#F8EBDA; border:1px solid #EDCB9C; padding:8px; font-weight:bold; color:#95621C; display:block;
	text-decoration:none; height:16px; font-size:12px;
}
.Note { color:#95621C; font-weight:bold; font-size:12px; }

/*h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }*/


#Page { background: url(../Images/bg2.jpg) repeat-x 50% 0; }
#Wrapper { width:785px; height:auto; margin:0 auto; padding-top:10px; }


#WrapperTopBC { width:784px; height:141px; }
#TopNavigation { width:784px; height:38px; }
#TopNavigation li { list-style-type:none; float:left; margin:0px; }
#WrapperMidFlowBC { background-image:url(../Images/flowMid.jpg); background-repeat:repeat-y; width:784px; margin-top:-3px; }

#ContentPane 
{
	width:784px;		
	min-height:385px !important;
	height:auto !important;
	min-height:385px;
	height:385px;			
}
#LeftPane 
{
	width:148px;
	min-height:385px !important;
	height:auto !important;
	min-height:385px;
	height:385px;
	float:left;
}
#RightPane
{
	width:636px;
	min-height:385px !important;
	height:auto !important;
	min-height:385px;
	height:385px;
	float:left;
}
#Footer { width:784px; height:20px; color:#E0D0BE; text-align:center; }
#Footer a { color:#E0D0BE; text-decoration:underline; } #Footer a:hover { text-decoration:none; }

.ContentPara { padding:15px 25px 0px 20px; }

#LeftPane li { list-style-type:none; padding-bottom:7px; }
#LeftPane li a { color:#E0D0BE; font-size:12px; text-decoration:underline; }
#LeftPane li a:hover { text-decoration:none; }

/*------ Form Elements Styles ------------------*/
#Wrapper input
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:2px;
	border:1px solid #999999;	
}
#Wrapper .textarea 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:2px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

#Wrapper .dropDown
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#Wrapper .button
{
	background-color:#FFFFFF;
	border:1px solid #FDBE2B;	
	color:#000000;	
	padding:1px 5px 1px 5px;	
}

#Wrapper .buttonBuyBox
{		
	color:#000000;
	background-image:url(../Images/butBox.gif); background-repeat:no-repeat;
	width:82px;
	height:20px;	
	padding-top:3px; font-weight:bold;
}
#Wrapper .buttonBuyBox a { display:block; height:20px; width:100%; text-decoration:none; }

#Wrapper .checkboxZero { border:0px; }
.mandatory td { background-color:#FFF0F0; }


/* Grid Table Styles */
.CommonGrid { background-color:#947023; border:1px solid #947023; border-collapse:collapse; }
.CommonGrid td { border:1px solid #F5ECD8; border-collapse:collapse; padding:5px; color:#FFFFFF; }

/* Common Form Styles */
.commonFormTextField { width:200px; } 
.PageForm { margin:10px 0px 10px 0px; background-color:#F8EBDA; border:1px solid #EDCB9C; padding:10px; }
.PageWindowsBox { border:1px solid #CCCCCC; background-color:#FFFFFF; width:180px; padding:5px; }
.PageWindowsBox td { text-align:center; }
.PageWindowsBox strong { font-size:12px; }

.listInPara { padding:10px 30px; list-style-type:disc; list-style-position:inside; }
.FormHeader { background-color:#EDCB9C; font-weight:bold; color:#95621C; font-size:12px; padding:5px 5px 5px 8px; margin-bottom:10px; }


/* Courses Table Structure Styles [Grid Styles] */
.CoursesGrid { border:0px; }
.CoursesGrid td { background-color:#DCE7B8; padding:6px;  }
.CoursesGrid .CoursesGridHeader { background-color:#FAE7A5; border:1px solid #F8D86B; }

.CoursesGrid .CourseDif { background-color:#FCDBC7; }
.CourseDifHeader { color:#973E09; font-size:12px; font-weight:bold; padding-bottom:5px; }
.CourseYelHeader { color:#796009; font-size:14px; font-weight:bold; }
.CourseYelHeaderStep1 { color:#000000; font-size:12px; font-weight:bold; padding-bottom:10px; }

