@charset "UTF-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
body {
	text-align: center;
	background-color: white;
	padding-top: 0;
	margin-top: 0;
	background-image: url(/images/header_bgrnd.gif);
	background-repeat: repeat-x;
        color: #262961;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:link, a:visited {
	text-decoration: underline;
        color: #476ed4;
        font-size: 1.0em;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
        font-size: 1.2em;
	text-align: justify;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
        color: #262961;
}

strong {
	font-size: 1em;
}

em {
        color: #476ed4;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
        color: #262961;
	margin: 0;
	padding: 0 0 3px 0;
}
h3 {
        font-size: 1.2em;
        padding: 0;
        margin: 5px 0 10px 0;
}
ul, li {
	list-style:none;
}

input, textarea, select {
	border: 0;
	border: 1px solid #6366a2;
	padding: 1px;
	vertical-align: middle;
}
.longerInput {
	width: 250px;
	padding: 3px;
	display: block;
	border: 1px solid #cccadd;
}
.sideInput {
	width: 184px;
	padding: 3px;
	display: block;
	border: 1px solid #cccadd;
}
textarea {
	height: auto;
	min-height: inherit;
}
.checkBoxStyle {
	width: 12px;
	height: 12px;
	min-height: 12px;
	margin: 0;
}
#wrapper {
	width: 997px;
	text-align: left;
	margin: 0px auto 0 auto;
	background-color: white;
}
#header {
	width: 997px;
}

#mainMenu {
	height: 45px;
	width: 997px;
	background-image: url(/images/menu_bgrnd.jpg);
	background-repeat: no-repeat;
}

.dateBlock {
	float: left;
	width: 215px;
}
.dateBlock span {
	display: block;
	width: 215px;
	text-align: center;
	padding-top: 11px;
	font-size: 10px;
	color: #0d286e;
}
.mainMenuBlock {
	float: left;
	width: 576px;
	padding-top: 10px;
}
.mainMenuBlock a {
	font-size: 13px;
}
.mainMenuBlock a, .mainMenuBlock a:visited, .mainMenuBlock a:active {
	text-decoration: none;
	color: #415ea7;
	font-size: 13px;
}

.mainMenuBlock a:hover {
	text-decoration: underline;
}


.mainMenuLink {
	padding: 0 4px 0 4px;
}

.mainMenuLink, .mainMenuAcitiveLink {
	border-right: 1px solid #dcdada;
}

.mainMenuAcitiveLink {
	padding: 0 4px 0 4px;
}

.lastLink {
	border: 0;
}
.searchBlock {
	float: left;
	width: 206px;
	padding-top: 5px;
}
.searchBlockInput {
	width: 110px;
	margin-left: 10px;
}
.searchButton {
	border: 0;
}

#content {
	padding: 0 0 10px 0;
	width: 997px;
}
/* -------------- 3 column Layout -------------- */

#leftMiddleBlock {
	float: left;
	width: 791px;
}
#left, #right {
	width: 206px;
	float: left;
}
#middle {
	width: 584px;
	float: right;
}
.middlePad {
	padding: 0 12px 0 12px;
}
/* ----------- Additional blocks  --------------- */

.sideBlock  form{ /* DE */
	margin:0;
	overflow:auto;
}

.sideBlockHeaderTop {
	background-image: url(/images/side_dblue_block_header.gif);
	background-repeat: no-repeat;
	height: 11px;
}

.sideBlockHeader {
	background-color: #182761;
	color: white;
	font-size: 1.1em;
	padding: 0 10px 10px 10px;
}

.sideBlockContent {
	background-image: url(/images/side_block_bgrnd.gif);	
	position:relative;  /* DE to fix haslayout issue on missing background image sections */
}

.navigationBlock .sideBlockContent{
	position:static; /* DE override to keep navigation working */
}

.sideBlockFooter {
	background-image: url(/images/side_block_footer.gif);
	background-repeat: no-repeat;
	height: 11px;
	margin-bottom: 8px;
}

.sideBlockPadding {
	padding: 15px 10px 0 10px;
}

.sideBlockPadding h4 {
	padding: 5px 0 5px 0;
	margin: 0;
	color: #2d306f;
	font-size: 1.0em;
}

.sideSearchHldr {
	 text-align: right;
	 padding-top: 9px;
}

a.sideMenuLinks, a.sideMenuLinks:visited, a.sideMenuLinks:active {
	background-image: url(/images/li_passive.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	margin: 0;
	padding: 8px 8px 8px 21px;
	display: block;
	color: #392e7a;
	text-decoration: none;
}

a.sideMenuLinks:hover {
	background-image: url(/images/li_active.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	background-color: #e3e5ea;
}

.menuLinkBorder {
	border-bottom: 1px solid #f4f1f1;
}

.lastMenuLink {
	border: 0;
	
}

.sideBlueBlock {
	background-image: url(/images/side_block_mblue_block.gif);
	background-repeat: no-repeat;
	height: 41px;
	text-align: center;
	margin-bottom: 8px;
	overflow: hidden;
}

.sideBlueBlock a, .sideBlueBlock a:visited, .sideBlueBlock a:active {
	display: block;
	padding-top: 13px;
	padding-bottom: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.sideBlueBlock a:hover {
	text-decoration: underline;
}

.sideRedBlock {
	background-image: url(/images/side_block_red_block.gif);
	background-repeat: no-repeat;
	height: 41px;
	text-align: center;
	margin-bottom: 8px;
	overflow: hidden;
}

.sideRedBlock a, .sideRedBlock a:visited, .sideRedBlock a:active {
	display: block;
	padding-top: 13px;
	padding-bottom: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.sideRedBlock a:hover {
	text-decoration: underline;
}
/* ------- Middle block ----------------- */

.middleBlock {
}

.middleBlockHeaderTop {
	background-image: url(/images/middle_block_dblue_header.gif);
	background-repeat: no-repeat;
	height: 11px;
}

.middleBlockHeader {
	background-color: #182761;
	color: white;
	font-size: 1.1em;
	padding: 0 10px 10px 10px;
}

.middleBlockContent {
	background-image: url(/images/middle_block_bgrnd.gif);
}

.middleBlockFooter {
	background-image: url(/images/middle_block_table_footer_bgrnd.gif);
	background-repeat: no-repeat;
	height: 34px;
	margin-bottom: 8px;
}

.middleBlockFooter a {
	display: block;
	background-image: url(/images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: 340px 14px;
	color: #083e89;
	text-align: right;
	padding: 10px 15px 0 0;
}

.middeBlockPadding {
	padding: 15px 10px 0 10px;
}

.tableBorder {
	border-bottom: 1px solid #dde2ec;
}

.coursesTd a {
	color: #373737;
	display: block;
	padding: 15px;
}


/* ------- Index Showcase Blocks -------- */

.showcaseBlock {
	margin-bottom: 8px;
}

.showcaseTabHldr {
}

.showcaseTab {
	display: block;
	float: left;
	width: 121px;
	height: 31px;
	
}

.showcaseTab a, .showcaseTab a:visited, .showcaseTab a:active {
	display: block;
	color: white;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 9px;
	background-image: url(/images/index_showcase_passive_tab.jpg);
	background-repeat: no-repeat;
}

.showcaseTab a:hover {
	background-image: url(/images/index_showcase_active_tab.jpg);
	background-repeat: no-repeat;
}

.activeShowcaseTab {
	display: block;
	float: left;
	width: 121px;
	height: 31px;
	background-image: url(/images/index_showcase_active_tab.jpg);
	background-repeat: no-repeat;
}

.activeShowcaseTab span {
	display: block;
	text-align: center;
	padding-top: 9px;
	color: white;
	font-size: 1.1em;
}

.showcaseContent {
	width: 560px;
	height: 305px;
}

.showcaseContent h1 {
	font-size: 1.5em;
	color: white;
	font-weight: bold;
	padding: 15px 11px 15px 11px;
}

.showcaseTextLeft {
	height: 210px;
	width: 50%;
	float: left;
}

.showcaseTextLeft p { color: white; padding: 0 10px 0 11px; }

.showcaseTextRight {
	height: 210px;
	width: 50%;
	float: left;
}

.showcaseTextRight p { color: white; padding: 0 11px 0 10px; }

.showcaseTextLeft p a, .showcaseTextRight p a { color: white; }

.showcaseBigNumber {
	clear: both;
	color: #b6c4e9;
	font-size: 1.7em;
	font-weight: bold;
	padding: 15px 0 8px 27px;
}

.showcaseBigNumber a { font-size: 1.0em; font-weight: bold; color: white; text-decoration : none;}

.dubaiBgrnd {
	background-image: url(/images/index_showcase_dubai_screen.jpg);
	background-repeat: no-repeat;
}

.abuDhabiBgrnd {
	background-image: url(/images/index_showcase_abu_dhabi_screen.jpg);
	background-repeat: no-repeat;
}

.qatarBgrnd {
	background-image: url(/images/index_showcase_qatar_screen.jpg);
	background-repeat: no-repeat;
}

.submitButton {
	margin-left: 5px;
	padding: 1px 4px 1px 4px;
	background-color: white;
}

.formButton {
        padding: 5px;
        border: 0;
        background-color: #3b59a6;
        color: white;
}

.rightImg {
	float: right;
	padding: 0 10px 0 5px;
}
.leftImg {
	float: left;
	padding: 0 5px 5px 0;
}
.breadcrumMenu {
	font-weight: bold;
	padding-bottom: 15px;
}
/* Footer */

#footer {
	padding-top: 2px;
	text-align: center;
	background-image: url(/images/footer_bgrnd.gif);
	background-repeat: no-repeat;
}
#footer p, #footer p a {
	color: #adacac;
}
.clearer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.middleAlign {
	text-align: center;
}
.leftAlign {
	float: left;
}
.padding20pxTop {
	margin-top: 20px;
}
.padding15pxTop {
	margin-top: 15px;
}


/*------ Left Menu -----*/

li.Over{
    display:block;
	padding: 0;
}

li.hover{
    display:block;
}


li a {
    display:block;
	margin: 0;
	padding: 0;
}


li  a:hover  {
    display:block;
}

ul#Navigation {
	padding: 0;
	margin: 0;
}

*html #Navigation   li{ /* Remove whitespace height between lis for IE http://www.456bereastreet.com/archive/200610/closing_the_gap_between_list_items_in_ie/ */
	display:inline-block;
}

ul#Navigation   li.Over ul,
ul#Navigation   li:hover ul  {
	display:block;
    border: 1px solid #ccc;
}

ul#Navigation li ul {
	display:none;
	position:absolute;
	/*left:300px;*/
	margin-left: 200px;
	margin-top: -30px;
    background-image: url(/images/middle_block_bgrnd.gif);
    float:left;
	padding: 0;
}

ul#Navigation li ul li a, 
ul#Navigation li ul li a:visited, 
ul#Navigation li ul li a:active {
	background-image: url(/images/li_passive.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	margin: 0;
	padding: 6px 8px 6px 21px;
	display: block;
	color: #392e7a;
	text-decoration: none;
}

ul#Navigation li ul li a:hover {
	background-image: url(/images/li_active.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	background-color: #e3e5ea;
}



/*------ Merged in from old CSS -----*/

.Dates
{
    background-color:#EAEAEA;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    margin: 5px;
    padding:5px;
}

.bluebg{
        background-color : #BEDBF6;
}

.redbg{
        background-color : #E5B08F;
}

.greenbg{
        background-color : #D5E382;
}

/* -------------- Courses ------------ */

.breadMenu {
        font-weight: bold;
        padding-bottom: 21px;
}

.breadMenu a, .breadMenu a:visited, .breadMenu a:active {
        font-weight: bold;
}

.breadMenu a:hover {
}

.printerFriendlyBlock {
        float: left;
        width: 55px;
        padding-bottom: 5px;
}

.courseTitle {
        float: left;
        width: 470px;
}

.squareBullets li {
        list-style-type: square;
}

.bookingBlock {
        margin-bottom: 10px;
}

.bookingHeader {
        background-image: url(/images/courses_block_header.gif);
        width: 540px;
        height: 5px;
}
.bookingBody {
        width: 540px;
        background-image: url(/images/courses_block_bgrnd.gif);
}

.bookingBody table tr td b {
        padding-left: 10px;
        color: #262961;
}

.bookingFooter {
        background-image: url(/images/courses_block_footer.gif);
        width: 540px;
        height: 5px;
}

.bookingfoot1 p{
font-size:1.2em;
}

.bookingfoot1 b{
font-size:1.0em;
}


em {
        color: #476ed4;
}


/* ------ General table styles -------*/

.tableBlock {
  background-color: #f8f8f8;
  border-top: 1px dashed #ebebeb;
  padding: 12px 15px 12px 15px;
  margin-top: 10px;
}

.resultsTable tr td{
        padding: 5px;
        font-size: 1.1em;
}

.resultsTable tr td a, .resultsTable tr td a:visited, .resultsTable tr td a:active {
        font-size: 1.0em;
}

.resultsRowPair {
        background-color: #dce2ec;
}

.tableHeader {
        background-color: #2d3071;
}

.tableHeader a, .tableHeader a:visited, .tableHeader a:active, .tableHeader h2 {
        color: white;
        font-size: 1.0em;
        text-decoration: none;
}
.tableHeader a:hover {
        text-decoration: underline;
}

.tableLabels {
        background-color: #ddd;
}

.tableLabels b {
        font-size: 1.0em;
}


.HighlightedError {
	border: solid red 2px;
}

/* Central column font styling */

#middle ul > li {
        list-style-type:disc;
	font-size:120%;
	padding-top:0px;

}
*html #middle ul li{
	font-size:1.2em;
	 list-style-type:disc;
}

#middle ul li p{
	font-size:1em;
}


.WhoAttends {
	padding-top:10px;
}

.AboutProgram {
        padding-top:10px;
}


