/* MS NOTE: Have had to restyle the settings bar separately from the SE Routes version as this  */
/* page uses a different layout/stylesheet as the default causing interference from inheritence  */

.clearboth
    {
    clear: both;
    }

#ie6_abs_bugfix /* fixes absolute/relative positioning bug in IE6 */
    {
    position: relative;
    border: 1px solid #ffffff; /* needs this to give it layout */
    }

#mainbody
	{
	margin: 0px 0px 0px 210px; /* overwrites default margins defined in lo_styles.css */
	padding: 0px;
	}

#map_wrapper
	{
	margin: 4px 0px 0px 0px;
	padding: 0px;
	font-size: 14px; /* to reset standard sizes */
	}

#mp_map_results_wrapper
	{
	clear: right;
	position: relative;
	top: 0px;
	left: 0px;
    z-index: 1;
	}

/*
#mp_map_results_wrapper a, #mp_map_results_wrapper a:link, #mp_map_results_wrapper a:visited, #mp_map_results_wrapper a:hover, #mp_map_results_wrapper a:active
    {
    text-decoration: none;
    color: #1b5fa6;
    }

#mp_map_results_wrapper a:hover
    {
    text-decoration: underline;
    }
*/

#map_wrapper a, #map_wrapper a:link, #map_wrapper a:visited, #map_wrapper a:hover, #map_wrapper a:active
    {
    text-decoration: none;
    color: #1b5fa6;
    }

#map_wrapper a:hover
    {
    text-decoration: underline;
    }

#mp_settings_bar
	{
	float: right;
	display: inline;
	width: 100%;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}

#mp_settings_bar .mp_settings_heading
	{
	height: 36px;
	}

#mp_settings_bar .mp_settings_heading .align_left
	{
	float: left;
	display: inline;
	}

#mp_settings_bar .mp_settings_heading .align_right
	{
	float: right;
	display: inline;
	padding-top: 0.9em;
	}

#mp_settings_bar .mp_settings_heading .pad_right
	{
	padding-right: 8px;
	}
	
#mp_settings_bar input
	{
	font-size: 0.8em !important;
	font-size: 0.85em;
	color: #999999;
	margin: 0px;
	padding: 2px 3px;
	height: 16px;
	vertical-align: middle;
	}

#mp_settings_bar input.inline_button
	{
	/*font-size: 0.8em;*/
	color: #333333;
	text-align: center;
	border: none;
	height: 22px;
	background: transparent url('/images/buttons/btn_bg.gif') top right repeat-x;
	vertical-align: top;
	margin: 0px;
	padding: 0px 5px !important;	/* Used by standards compliant browsers */
	padding: 0px 4px;				/* Used by IE6 */
	vertical-align: middle;
	}
	
#mp_settings_bar input.textbox
	{
	width: 134px !important;
	width: 136px;
	border: 1px solid #abadb3;
	}
	
#mp_settings_bar input.course_searchbox
	{
	width: 128px !important;	/* Used by standards compliant browsers */
	width: 128px;				/* Used by IE6 */
	border: 1px solid #abadb3;
	}

#mp_settings_bar .input_container
	{
	/*margin: 4px 0px 0px 0px;*/
	}

#mp_settings_bar select
	{
	width: 210px;
	font-size: 0.8em;
	}

#mp_settings_bar input.mp_checkbox
	{
	margin: 0px 5px;
	}

#mp_settings_bar label
	{
	font-size: 0.8em;
	}

#mp_settings_home
	{
	float: left;
	display: inline;
	width: 180px !important;	/* Used by standards compliant browsers */
	width: 181px;				/* Used by IE6 */
	padding: 0px;
	border-right: 1px solid #d8d8d8;
	}

#mp_settings_home label.heading
	{
	font-weight: bold;
	font-size: 1em;
	color: #337bbf;
	}

#mp_settings_other
	{
	float: left;
	display: inline;
	width: 180px !important;	/* Used by standards compliant browsers */
	width: 181px;				/* Used by IE6 */
	margin: 0px 0px 0px 6px;
	border-right: 1px solid #d8d8d8;
	}

#mp_settings_other label.heading
	{
	font-weight: bold;
	font-size: 1em;
	color: #94c43a;
	}

#mp_settings_study
	{
	float: right;
	display: inline;
	width: 416px;
	/*margin: 0px 0px 0px 6px;*/
	}

#mp_settings_study label.heading
	{
	font-weight: bold;
	font-size: 1em;
	color: #616161;
	}

#course_map
	{
	/*float: left;
	display: inline;*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 580px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #abadb3;
	}

/* ----- map results window ----- */

#mp_results
    {
    font-size: 14px;
    margin-left: 582px;
    }

#mp_results h4
    {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #f68f1e;
    margin: 0px 0px;
    padding: 0px;
    }

#mp_results h5
    {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #f68f1e;
    margin: 0px;
    padding: 0px;
    }

#mp_results h6
    {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #808080;
    margin: 0.4em 0px 0px 0px;
    padding: 0px;
    }

#mp_results h6.camp_name
    {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #808080;
    margin: 0px;
    padding: 0px;
    }

#mp_results p
    {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0.4em 0px 0px 0px;
    padding: 0px;
    }

#mp_results #results_p
    {
    padding: 0.4em 0px 0px 40px;
    margin: 0px 8px;
    background: transparent url('/images/icons/institution-shadow-combi.gif') top left no-repeat;
    }

#mp_results #results_div
    {
    padding: 0.4em 0px 0px 0px;
    margin: 0px 8px 6px 8px;
    }

#mp_results #results_div ul
    {
    padding: 0px 0px 4px 14px;
    margin: 0px;
    }

#mp_results #results_div li
    {
    margin: 6px 0px;
    }

#mp_results #results_img
    {
    float: left;
    display: inline;
    margin-bottom: 6px;
    }

.mp_results_list
    {
    margin: 0px;
    margin-left: -1px;
    padding: 0px;
    list-style: none;
	border-bottom: 1px solid #abadb3;
    }

.mp_results_list li
    {
    display: block;
    padding: 6px 8px;
    background-color: #f5f5f5;
	border-left: 1px solid #abadb3;
	border-right: 1px solid #abadb3;
	border-top: 1px solid #abadb3;
    }

.mp_results_list li.list_header
    {
    background-color: #ffffff;
	border: none;
	border-left: 1px solid #abadb3;
    position: relative;
    top: 0px;
    left: 0px;
    }

.mp_results_list li.selected
    {
    cursor: default;
    background-color: #ffffff;
    }

.mp_results_list li.unselected
    {
    cursor: default;
    background-color: #f5f5f5;
    }

.mp_results_list li.list_header .mp_results_control
    {
    position: relative;
    top: 0px;
    left: 0px;
    width: 186px;
    height: 1.2em;
    display: block;
    }

.mp_results_list .mp_results_prev
    {
    position: absolute;
    top: 0px;
    left: 0px;
    }

.mp_results_list .mp_results_next
    {
    position: absolute;
    top: 0px;
    right: 0px;
    }

/* ----- map course window ----- */

* html #mp_courses
    {
    height: 400px; /* KLUDGE: IE6 workaround */
    }

#mp_courses
    {
    color: #555555;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 580px;
    min-height: 400px;
    background-color: #ffffff;
    display: none;
    border: 1px solid #abadb3;
    margin-bottom: 20px;
    }

.close_button
    {
    position: absolute;
    top: 8px;
    right: 8px;
    }

#mp_course_table
    {
    border-collapse: collapse;
    width: 580px;
    }

#mp_course_table tr.row_alt
    {
    background-color: #f5f5f5;
    }

#mp_course_table tr.row_alt td
    {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    }

#mp_course_table td.course
    {
    width: 220px;
    font-weight: bold;
    font-size: 0.8em;
    }

#mp_course_table td.level
    {
    width: 180px;
    font-size: 0.8em;
    }

#mp_course_table td.enquire
    {
    width: 80px;
    font-size: 0.8em;
    }

#mp_course_table td.link
    {
    width: 100px;
    font-size: 0.8em;
    }

#mp_course_table tr.subject_heading
    {
    font-size: 0.9em;
    font-weight: bold;
    color: #ffffff;
    background-color: #f68f1e;
    /*background-color: #777777;*/
    }

#mp_course_table tr.subject_heading td
    {
    padding: 4px
    }

/* ----- map enquiry window ----- */

* html #mp_enquiry
    {
    height: 400px; /* KLUDGE: IE6 workaround */
    }

#mp_enquiry
    {
    color: #555555;
    font-size: 14px;
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 580px;
    min-height: 400px;
    background-color: #ffffff;
    display: none;
    border: 1px solid #abadb3;
    margin-bottom: 20px;
    }

#mp_enquiry_form
    {
    margin: 4px;
    font-size: 0.8em;
    }

#mp_enquiry_form label
    {
    float: left;
    display: inline;
    width: 12em;
    font-weight: bold;
    }

#mp_enquiry_form label.hidden
    {
    float: left;
    display: inline;
    width: 12em;
    font-weight: bold;
    color: #ffffff;
    }

#mp_enquiry_form label.checkbox_para
    {
    float: none;
    display: inline;
    width: 20em;
    font-weight: normal;
    }

#mp_enquiry_form span.faux_label
    {
    float: left;
    display: inline;
    width: 12em;
    font-weight: bold;
    }

#mp_enquiry_form .required
    {
    font-weight: bold;
    color: #f68f1e;
    font-size: 1.2em;
    }

#mp_enquiry_form .institution
    {
    font-weight: bold;
    color: #f68f1e;
    font-size: 1.1em;
    }

#mp_enquiry_form .course_name
    {
    font-weight: bold;
    }

#mp_enquiry_form h4
    {
    font-weight: bold;
    color: #f68f1e;
    margin-bottom: 1.2em;
    }

#mp_enquiry_form p.intro
    {
    margin-bottom: 1em;
    border: none;
    }

#mp_enquiry_form .no_divide
    {
    border: none;
    }

#mp_enquiry_form .address
    {
    margin: 0em 0.4em 0.4em 0.4em;
    border: none;
    }

#mp_enquiry_form input.text_input
    {
    padding: 2px 3px;
    height: 1.6em;
    width: 20em;
    border:1px solid #abadb3;
    }

#mp_enquiry_form .checkbox
    {
    float:left;
    display: inline;
    margin: 0px 6px 8px 0px;
    }

#mp_enquiry_form textarea
    {
    padding: 2px 3px;
    width: 24em;
    height: 12em;
    border:1px solid #abadb3;
    }

#mp_enquiry_form .form_divide
    {
    padding: 0.4em;
    border-top: 1px solid #d8d8d8;
    }

#mp_enquiry_form .select_row
    {
    height: 2.5em;
    }

#mp_enquiry_form .form_submit
    {
    padding: 2em 0.4em 4em 12.2em;
    }

/* ----- keywords overlay window ----- */


#mp_keywords
    {
    color: #555555;
    font-size: 14px;
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 580px;
    min-height: 400px;
    background-color: #ffffff;
    display: none;
    border: 1px solid #abadb3;
    margin-bottom: 20px;
    }

#mp_keywords h4
    {
    font-size: 1.1em;
    font-weight: bold;
    color: #f68f1e;
    margin-left: 4px;
    margin-bottom: 1.2em;
    }

#mp_keywords p
    {
    font-size: 0.8em;
    margin: 4px;
    border: none;
    }

#mp_keywords #keyword_list
    {
    list-style: none;
    margin: 0px;
    padding: 3px 1px 3px 3px;
    }

#mp_keywords #keyword_list li
    {
    float: left;
    display: inline;
    font-size: 0.8em;
    margin: 2px 2px 2px 0px;
    padding: 0px;
    width: 190px;
    background-color: #f5f5f5;
    }

#mp_keywords #keyword_list li a
    {
    display: block;
    margin: 0px;
    padding: 0px 4px;
    }

#keyword_link
    {
    font-size: 0.8em;
    float: right;
    display: inline;
    margin-top: 12px;
    }

/* ----- map info window ----- */

.mp_info_win
    {
    font-size: 14px;
    padding: 8px 4px 4px 4px;
    }

.mp_info_win h4
    {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2em;
    color: #f68f1e;
    margin: 0px;
    padding: 0px;
    }

.mp_info_win h4:hover
    {
    cursor: pointer;
    }

#course_info_win h4:hover
    {
    cursor: default;
    }

.mp_info_win h5
    {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #f68f1e;
    margin: 0px;
    padding: 0px;
    }

.mp_info_win h6
    {
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #555555;
    margin: 0px;
    padding: 0px;
    }

.mp_info_win p
    {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #555555;
    margin: 0px 0px 0.6em 0px;
    padding: 0px;
    }

.mp_info_win .cluster_inst_row
    {
    margin-bottom: 0.4em;
    }

.mp_info_win .cluster_inst_row:hover
    {
    cursor: pointer;
    }

.mp_info_win .mp_info_details
    {
    float: left;
    display: inline;
    padding-right: 8px;
    margin: 0.8em 0px 0px 0px;
    }

.mp_info_win .mp_info_details_2
    {
    float: left;
    display: inline;
    border-left: 1px solid #abadb3;
    padding: 0px 8px 0px 10px;
    margin: 0.8em 0px 0px 0px;
    }

.mp_info_win .mp_info_location
    {
    float: left;
    display: inline;
    border-left: 1px solid #abadb3;
    margin: 0.8em 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    }

.mp_info_win .home_heading
    {
	font-weight: bold;
	font-size: 1em;
	color: #337bbf;    
    }

.mp_info_win .other_heading
    {
	font-weight: bold;
	font-size: 1em;
	color: #94c43a;
    }

.mp_info_win .mp_dist
    {
    float: left;
    display: inline;
    margin: 4px 10px 4px 0px;
    }
