﻿.mc
{
	width: 100%;
}

.mc_status_image
{
	background: url("../../Images/Programme/bg_grey_bottom.png") repeat scroll 0 0 transparent;
	border-left: 1px solid #BAB8B2;
	font-size: 1px;
	padding: 0 0 0 5px;
	width: 1px;
}

.mc_status_text
{
	background: url("../../Images/Programme/bg_grey_bottom.png") repeat scroll 0 0 transparent;
	color: Black;
	font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.mc_button_image
{
	background: url("../../Images/Programme/bg_orange_bottom.png") repeat scroll 0 0 transparent;
	border-left: 1px solid #EA690E;
	cursor: pointer;
	font-size: 1px;
	padding: 0 0 0 5px;
	width: 1px;
}

.ms_body_ie
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background: #ededed url('../../Images/Programme/bg_body.png') top repeat-x;
	width: 100%;
}

.ms_body
{
	padding: 10px 10px 10px 10px;
	background: #ededed url('../../Images/Programme/bg_body.png') top repeat-x;
	width: 100%;
}

.ms_image
{
	border: 0;
	padding-left: 5px;
}

.ms_image_default
{
	border: 0;
	width: 33px;
	height: 33px;
	background: url('../../Images/Programme/sh_default.gif') no-repeat;
}

.ms_image_software
{
	border: 0;
	width: 33px;
	height: 33px;
	background: url('../../Images/Programme/sh_software.gif') no-repeat;
}

.ms_image_card
{
	border: 0;
	width: 33px;
	height: 33px;
	background: url('../../Images/Programme/sh_card.gif') no-repeat;
}

.ms_image_progress_update
{
	border: 0;
	width: 33px;
	height: 33px;
	background: url('../../Images/Programme/sh_progress_update.gif') no-repeat;
}

.ms_title
{
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	padding-left: 5px;
}

.ms_content
{
	padding-left: 5px;
}

.mc
{
	width: 100%;
}

.mc_status_image
{
	border-left: solid 1px #BAB8B2;
	background: url('../../Images/Programme/bg_grey_bottom.png');
	font-size: 1px;
	padding: 0;
	width: 1px;
	padding-left: 5px;
}

.mc_status_img_show
{
	background: url('../../Images/Programme/checkmark.png');
	width: 21px;
	height: 21px;
}

* html .mc_status_img_show
{
	background: url('../../Images/Programme/checkmark.png');
	filter: expression(fixPNG(this));
}

.mc_status_img_hide
{
	display: none;
}

.mc_status_text
{
	padding-left: 5px;
	padding-right: 5px;
	background: url('../../Images/Programme/bg_grey_bottom.png');
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: Black;
}

.mc_button_image
{
	border-left: solid 1px #EA690E;
	background: url('../../Images/Programme/bg_orange_bottom.png');
	font-size: 1px;
	padding: 0;
	width: 1px;
	padding-left: 5px;
	cursor: pointer;
}

.mc_button_text
{
	background: url('../../Images/Programme/bg_orange_bottom.png');
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: White;
	width: 1%;
	cursor: pointer;
}

.mc_button_arrow
{
	font-size: 1px;
	padding: 0;
	border: 0;
	width: 22px;
	height: 43px;
	cursor: pointer;
	background: url('../../Images/Programme/orange_arrow.gif');
}

/*-- programmeModuleArea --*/
.programmeModuleTitle
{
	color: #FE8900;
	margin-bottom: 15px;
	font-size: 24px;
	font-family: 'Century Gothic';
}
.programmeModuleArea
{
	padding: 0px;
}

.programmeModuleArea > table
{
	font-size: 12px;
	color: #333333;
	width: 100%;
}

.programmeModuleArea p
{
	font-size: 12px;
}

.programmeModuleArea col.mc_column_half
{
	width:50%;
}

.programmeModuleArea col.mc_column_left
{
}

.programmeModuleArea col.mc_column_left td
{
	padding-right: 40px;
}

.programmeModuleArea col.mc_column_right
{
	width: 460px;
}

.programmeModuleArea td
{
	padding-bottom: 10px;
	padding-right: 5px;
	vertical-align: top;
}

.programmeModuleArea td ul 
{	
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 8px;
	padding-left: 3px;
}

.programmeModuleArea p.blue
{
	color:#4F91DA;
}

.programmeModuleArea td ol
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

.programmeModuleArea ol li
{
	margin-bottom: 9px;
	list-style-type:decimal;
	list-style-position:inside;	
}

.programmeModuleArea ol.ms li
{
	margin-left:21px;
	margin-bottom: 9px;
	list-style-type:decimal;
	list-style-position:outside;	
}

.programmeModuleArea ul li
{
	padding-left: 19px;
	background-image: url('../../Images/Programme/li_item.png');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin-bottom: 9px;
	list-style-type: none;
}

.programmeModuleArea div.alt_item
{
	color: #4F81BD;
	padding-bottom:0px;
	margin-bottom:5px;
}

.programmeModuleArea .enhancement
{
	font-weight: normal;
	font-size: smaller;
}

.programmeModuleArea .italic
{
	font-style: italic;
}

.programmeModuleArea .boldnote
{
	color: #808080;
	font-weight: bold;
}

.programmeModuleArea .note
{
	color: #808080;
}

.programmeModuleArea .section img
{
	border: 0px solid;
}

.programmeModuleArea .section a
{	
	text-decoration: none;	
	vertical-align: top;
}

.programmeModuleArea .section .linkTable > a
{
	display:block;	
}

.programmeModuleArea .section a:hover
{
	color: #3b89b0;
	text-decoration: underline;
}


/* video container on */
.programmeModuleArea div.mc_video
{
	text-align:center;
	margin-top:4px;
	margin-bottom: 10px;
}

.programmeModuleArea td.mc_video
{
	width: 460px;
	height: 278px;
	padding-bottom: 0px;
}

.programmeModuleArea td.mc_text
{
	padding-right: 40px;
}

.programmeModuleArea td.mc_text p
{
	margin-top: 0px;
	margin-bottom: 10px;
}




div.mc_separator
{
	height: 0px;
	border-top: 1px solid #B2CEE1;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.section
{
	padding-top: 16px;
}

.section .title
{
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

.section .mc_sectionBody
{
	height: 90px;
	overflow-y: auto;
	padding-bottom: 16px;
}

.programmeModuleArea td.mc_text .section .md_doc_pdf
{
	margin-right: 10px;
}

.section .md_doc_pdf
{
	width: 96px;
	margin-right: 10px;/*20px*/
	margin-bottom: 1em;
}

.section div.mc_doc_scrollable
{
	height: 90px;
	overflow-y: auto;
}

.section div.mc_doc_scrollable_x2
{
	height: 180px;
	overflow-y: auto;
}

.md_doc_pdf
{
	background: url('../../Images/Programme/file_pdf.gif') no-repeat;
	width: 16px; /*height: 16px;*/
}

a.md_doc_pdf
{
	background: url('../../Images/Programme/56_file_pdf.png') 0px 0px no-repeat;
	width: 56px;
	padding-top: 56px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

a.md_doc_pdf:hover
{
	color: #3b89b0;
	text-decoration: underline;
}



.md_doc_link
{
	padding-left: 5px;
	font-size: 8pt;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.md_doc_link a
{
	text-decoration: underline;
}

.ms_btn
{
	cursor: pointer;
}
.ms_btn td
{
	padding: 0px;
}

.ms_btn_left
{
	border: 0;
	background: url('../../Images/Programme/btn_orng_left.png') no-repeat;
	width: 22px;
	height: 51px;
}

* html .ms_btn_left
{
	border: 0;
	background: url('../../Images/Programme/btn_orng_left.png') no-repeat;
	filter: expression(fixPNG(this));
	width: 22px;
	height: 51px;
}


.ms_btn td.ms_btn_right
{
	font-size: 13pt;
	font-weight: bold;
	color: White;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background: url('../../Images/Programme/btn_orng_right.png') right no-repeat;
	padding-right: 22px;
	height: 51px;
	text-decoration: none;
	vertical-align: middle;
}

* html .ms_btn_right
{
	font-size: 13pt;
	font-weight: bold;
	color: White;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background: url('../../Images/Programme/btn_orng_right.png') right no-repeat;
	filter: expression(fixPNG(this));
	padding-right: 22px;
	height: 51px;
	text-decoration: none;
}

.programmeModuleArea .section .ms_btn a, .programmeModuleArea .section .ms_btn a:hover
{
	cursor: pointer;
	text-decoration: underline;
	color:#006699;
}

.ms_btn a
{
	cursor: pointer;
	text-decoration: underline;
	color:#006699;
}


/*------- Programme styles -------*/


.programmePercents
{
	padding-bottom: 3px;
}

.programmeLineRow td
{
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	font-size: 4pt;
}

.programmeProgress
{
	border: 1px solid #C9C9CB; /* #3D8D1C;*/
	background-color: #efefef;
	margin-top: 6px;
}

.programmeProgressBar
{
	background: #61CA1E url('../../Images/Programme/programme_progress.gif');
	height: 16px;
}

.programmeModulesTable
{
	background-color: #efefef;
}

.programmeItemCompletedCompulsory
{
	border: 1px solid #C9C9CB;
	background-color: #E0E0E0;
	vertical-align: middle;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	height: 90px;
	padding: 5px;
}

.programmeItemCompletedCompulsory a
{
	color: #393939;
}

.programmeItemNotCompletedCompulsory
{
	border: 1px solid #C9C9CB;
	background-color: #E0E0E0;
	vertical-align: middle;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #c0c0c0;
	height: 90px;
	padding: 5px;
}

.programmeItemCompletedCore
{
	border: 1px solid #C9C9CB;
	background-color: #EFEFEF;
	vertical-align: middle;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	height: 90px;
	padding: 5px;
}

.programmeItemCompletedCore a
{
	color: #393939;
}

.programmeItemNotCompletedCore
{
	border: 1px solid #C9C9CB;
	background-color: #EFEFEF;
	vertical-align: middle;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #c0c0c0;
	height: 90px;
	padding: 5px;
}
.programmeItemCompletedAdditional
{
	border: 1px solid #C9C9CB;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	height: 90px;
	padding: 5px;
}

.programmeItemCompletedAdditional a
{
	color: #393939;
}

.programmeItemNotCompletedAdditional
{
	border: 1px solid #C9C9CB;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #c0c0c0;
	height: 90px;
	padding: 5px;
}

.programmeItemCompletedCompulsory img, .programmeItemNotCompletedCompulsory img, .programmeItemCompletedCore img, .programmeItemNotCompletedCore img, .programmeItemCompletedAdditional img, .programmeItemNotCompletedAdditional img
{
	vertical-align: middle;
	margin-right: 4px;
	border: 0px;
}

.programmeItemIndex
{
	font-family: Tahoma;
	font-weight: bold;
	color: #e07000;
}

.programmeItemTitle
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.programmeItemStatus
{
	font-family: Tahoma;
	font-size: 8pt;
}


.programmeItem
{
	margin: auto;
	height: 100%;
}


/*-------- Programme Module styles -------*/
.programmeModuleContainer
{
}

.programmeModuleContent
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	padding-top: 15px;
	
}

.programmeModuleCompletion
{
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
	vertical-align: bottom;
}

.programmeModuleCompletion td
{
	vertical-align: middle;
}





/*******************    Package selector styles     **************************/
.leftH1
{
	color: #181B21;
	font-size: 16px;
	padding-bottom: 15px;
}

.packageMenuLi
{
	padding-top: 7px;
	background-color: #F1F6F7;
	border-top: solid 1px #fff;
}

.packageMenuLi a
{
	font-size:13px;
	height:auto;
	padding-left:28px;
	width:100%;
	white-space:nowrap;
}

.packageMenuLiActive
{
	background-color: #fff;
}

.packageMenuLiActive a
{
	color: #999999;
}

.packageHeadTable
{
	width: 100%;
}

.packageHeadTable h2
{
	color: #FE8900;
}

.packageHeadImageTd
{
	width: 130px;
	height: 100px;
}

.packageHeadDescriptionTd
{
	padding-left: 10px;
}

.topicSelect
{
	width: 260px;
	padding-left: 0px;
	margin-left: 25px;
}

.divModuleSelector
{
	width: 700px;
	height: 150px;
	border: solid 1px #C1EBFF;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 10px;
	margin-left:0px;
}

.interviewSkillsPage hr
{
	border-color: #B2CEE1;
	margin-bottom: 20px;
}

.selectorTable
{
	width: 100%;
	margin-top: 10px;
}

.selectorTr
{
	cursor: pointer;
}

.selectorTrDisable td.completeStatus
{
	color: #bbb;
}

.topImg
{
	width: 774px;
	height: 386px;
	/*background: url("../../images/Programme/interviewsHomePage.jpg") no-repeat scroll left center #B6D1E3;*/
	background: url("../../images/Dashboard/interviewsHomePage.jpg") no-repeat scroll left center #B6D1E3;
}

.centreSelect
{
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 30px;
	width: 200px;
}

/*************** Advice Search ***********/
.adviceSearchHeader
{
	width: 100%;
}

.adviceSearchHeader h2
{
	margin: 0px;
	padding: 0px;
}

.searchAgainTextBox
{
	width: 150px;
}

.searchResultTable
{
	width: 100%;
}

.searchResultDiv
{
	width: 100%;
}

.searchResultDiv .MWSPager
{
	float: right;
}

.searchResultHead th
{
	padding: 5px;
	color: #8FC9D2;
	border-top: solid 1px #8FC9D2;
	border-bottom: solid 1px #8FC9D2;
}

.searchResultHead
{
}

.searchResultTable td
{
	padding: 5px;
	border-bottom: dotted 1px #bbb;
}

.searchResultSeparatedTr td
{
	border-bottom: none;
}

.searchResultDescription
{
	color:#6F6F6F;
	font-size:11px;
}
.programmeModuleArea h2
{
	color: #4F81BD;
}

* html .imgPaddedRight
{
    width:23px;
    height:23px;
    filter:expression(fixPNG(this));
}

* html .adviceItemLinkImg
{
    width:16px;
    height:16px;
    filter:expression(fixPNG(this));
}