﻿/* Styles for the Qualification/Subject drop down area only */
.ui-widget-overlay { 
background: #000000/*{bgColorOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; 
opacity: .3;
filter:Alpha(Opacity=30)/*{opacityOverlay}*/; 
position:absolute;
top:0px;
left:0px;
}

.edx-qualDropDownFrame
{
	height: 109px;	
}


.edx-qualDropDownArea{
	display:block;
	float:none;
	clear:both;
	padding-top:7px; /*no additional space at the bottom*/
}


.close_button{
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QualsDDCloseBtn.gif');
	background-repeat:no-repeat;
	
	width:12px;	
	height:13px;
	
	display:block;
	float:right;
}

/* the psuedo drop down*/
a.edx-dropDownButton{
	display:block;
	float:left;
	cursor:hand;
	
	width: 263px;
	/*height: 32px;*/ /*Editing DH 15/09/2010*/
	border: solid 1px #6e8ba2;
	padding-left:9px;
	
	color: #6e8ba2 !important; /* there is a default "<a>" style to override*/
	font-family:Arial, Helvetica, sans-serif;
	line-height:29px; 
	font-weight:bold;
	text-decoration:none;
	
	
	background-color: #FFF;
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QualsDDArrow.gif');
	background-repeat: no-repeat;
	background-position:right center;
}

a.edx-dropDownButton:hover{
	color:#3264a4;
	text-decoration:none;
}

a.edx-dropDownButton img.loading{
	display:none;
	float:right;
	width:16px;
	height:16px;
	background-color:#fff;
	padding-top:8px;
	padding-right:8px;
}

a.edx-dropDownButton.progress img.loading{
	display:block;
}

a.edx-goButton{
	display:block;
	float:right;	
	width: 45px;
	height: 34px;
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QualsDDGoBtn.gif');
}

.edx-qualDropDownArea.disabled a.edx-dropDownButton,
a.edx-dropDownButton.disabled,
.edx-qualDropDownArea.disabled a.edx-dropDownButton:hover,
a.edx-dropDownButton.disabled:hover{
	text-decoration:none;
	border-color:#95a3b4;
	color: #b7c5d1 !important; /*lighter than border*/
	background-image: url('/Style Library/Edexcel/images/QualsDropDown/QualsDDArrow_disabled.gif');
}


.edx-qualDropDownArea.disabled a.edx-goButton,
a.edx-goButton.disabled,
.edx-qualDropDownArea.disabled a.edx-goButton:hover,
a.edx-goButton.disabled:hover{
	text-decoration:none;
	background-image: url('/Style Library/Edexcel/images/QualsDropDown/QualsDDGoBtn_disabled.gif');
}

/******************* dialog styles *****************/

/*remove the standard title bar from the jqdialog*/

.ui-dialog-titlebar{
	display:none;
}

.layout_table, .layout_table td{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border:0px transparent none;
	vertical-align:top;
}

#edx-QualsDropDown_dialog td.DialogColumn{
	padding-right:20px;
}

#edx-QualsDropDown_dialog td.DialogColumn h2{
	margin-top:0px;
}

#edx-QualsDropDown_dialog{
	display:block;
	width:150px;
}

#edx-QualsDropDown_dialog #dialogcontent a, 
#edx-QualsDropDown_dialog #dialogcontent a:hover, 
#edx-QualsDropDown_dialog #dialogcontent a:focus{
	display:block;
	padding-bottom:5px;
	color:#1e375a;
	text-decoration:none;
}

#edx-QualsDropDown_dialog #dialogcontent a:hover, 
#edx-QualsDropDown_dialog #dialogcontent a:focus{
	color:#8f9bad;
}



/* make sure only one block shows at a time*/
#edx-QualsDropDown_dialog #dialogcontent .ajaxresult{
	display:none;
}
#edx-QualsDropDown_dialog #dialogcontent div.showing{
	display:block !important;
}



/* dialog box */
#edx-QualsDropDown_dialog #dialogcontent{
	width:auto;
	height: auto;
	background-color:#fff;
}

#edx-QualsDropDown_dialog #dialog_top,
#edx-QualsDropDown_dialog #dialog_middle,
#edx-QualsDropDown_dialog #dialog_bottom,
#edx-QualsDropDown_dialog #dialog_left,
#edx-QualsDropDown_dialog #dialog_right
{
	display:block;
	width:auto;
}


#edx-QualsDropDown_dialog #dialog_top,
#edx-QualsDropDown_dialog #dialog_bottom,
#edx-QualsDropDown_dialog #dialog_top div,
#edx-QualsDropDown_dialog #dialog_bottom div
{
	height:13px;
	font-size:1px;
}

#edx-QualsDropDown_dialog #dialog_left,
#edx-QualsDropDown_dialog #dialog_right{
	background-repeat:no-repeat;
}

#edx-QualsDropDown_dialog #dialog_middle #dialog_left,
#edx-QualsDropDown_dialog #dialog_middle #dialog_right{
	background-repeat:repeat-y;
}

#edx-QualsDropDown_dialog #dialog_top #dialog_center,
#edx-QualsDropDown_dialog #dialog_bottom #dialog_center{
	background-repeat:repeat-x;
}

#edx-QualsDropDown_dialog #dialog_left{
	padding-left:12px;
	background-position:left top;
}

#edx-QualsDropDown_dialog #dialog_right{
	padding-right:12px;
	background-position:right top;
}

#edx-QualsDropDown_dialog #dialog_middle #dialog_center{
	background-color: #ffffff;
}

/*dialog corner image set IE7/FF2+*/
#edx-QualsDropDown_dialog #dialog_top #dialog_center{
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QulsDDDialog_T.png');
}
#edx-QualsDropDown_dialog #dialog_bottom #dialog_center{
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QulsDDDialog_B.png');
}
#edx-QualsDropDown_dialog #dialog_top #dialog_left{
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QulsDDDialog_TL.png');
}
#edx-QualsDropDown_dialog #dialog_top #dialog_right{
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QulsDDDialog_TR.png');
}
#edx-QualsDropDown_dialog #dialog_middle #dialog_left{
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QulsDDDialog_L.png');
}
#edx-QualsDropDown_dialog #dialog_middle #dialog_right{
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QulsDDDialog_R.png');
}
#edx-QualsDropDown_dialog #dialog_bottom #dialog_left{
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QulsDDDialog_BL.png');
}
#edx-QualsDropDown_dialog #dialog_bottom #dialog_right{
	background-image:url('/Style Library/Edexcel/images/QualsDropDown/QulsDDDialog_BR.png');
}








