/*
================================================================================
emCETL Stylesheet
================================================================================
*/

/*
--------------------------------------------------------------------------------
HTML Elements
*/

* {font-size: 1em; font-family: verdana, sans-serif; }

a {	color: #00f;	text-decoration: none; }
a:link { color: #00f; }
a:visited {color: #00f; }
a:hover { text-decoration: underline; }
a:active { color: #00f; }

body {
	color: #006;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	min-height: 200px;

	font-family: Verdana, Arial, Helvetica, sans-serif
}

img {
	border-style: none;
}


/*
--------------------------------------------------------------------------------
Page Components
*/

* {font-size: 1em; font-family: verdana, sans-serif; }


h1 { margin-top: 1em; padding-bottom: 0.1em; color: #000066; font-size: 1.8em; line-height: 1.8em; }
h2 { margin-top: 1em; padding-bottom: 0.1em; color: #000066; font-size: 1.2em;  line-height: 1.4em; }
h3 { margin-top: 1em; color: #000066; font-size: 1.1em; }
h4 { margin-top: 1em; color: #000066; font-size: 1.0em; }

p {	margin: 6px 0px 6px 0px; padding: 0px; line-height: 1.5em; color: #006 }

label { font-weight: bold; }

li { height: 1em; line-height: 1.5em; }							/*  (height:)  Fix IE adding line-breaks to LI tags */
html>body li { height: auto; }


#page_heading { margin: 0px 0px 24px 0px; color: #000066; font-size: 1.8em; font-weight: bold; }
#page_subheading { margin: 0px 0px 6px 0px; color: #000066; font-size: 1em; font-weight: bold; }

p.contact_info {
	color: #0033CC;
	font-weight: bold;
	font-size: 0.8em;
}

a.contact_info {
	color: #0033CC;
	font-weight: bold;
	font-size: 0.8em;
}

a.contact_info:link {
	color: #0033CC;
}

a.contact_info:hover {
	color: #000066;
}

#content {
	margin: 102px 0px 20px 260px;
	padding: 6px;
	height:auto
}


#content { 
	min-height: 610px; 
}	/* reset height to something sensible (non-IE) */



#header {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 88px;
/*	zheight: 40px; */
	z-index: 3;

	text-align: left;
	vertical-align: top;
	padding: 5px 5px 0px 10px;
	border-bottom: 2px solid #000066;
}

#header table 
{
	width: 100%;
	height:88px;
}

#header table td 
{
	width:auto; 
	vertical-align:top;
	border: 0px;
}

#header table td#hefce_logo 
{
	text-align:right;
	vertical-align: top;
}

#side_bar {
	position: absolute;
	left: 0px;
	top: 0px;

	min-height: 400px;
	width: 240px;
	z-index: 2;

	padding: 103px 0px 0px 0px;

	font-size: 0.8em;
}

#footer {
	clear: both;
	color: #000066;
	font-size: 0.8em;
	width: 100%;
	padding:0px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat;
	background-color: #E5E5E5;
	border-top: 1px solid #000066;
}

#footer table td {
	padding: 20px;
}

#footer table td#footer_title {
	text-align: left;
}

#footer table td#footer_strapline {
	text-align: center;
}

#footer table td#footer_url {
	text-align: right;
}

#emcetl_logo {
	float: right;
} 

#cetl_logo {
	float:left;
	padding: 20px 0px 0 10px;
}

#uni_logo {
	float:right;
	padding: 20px 10px 0 10px;
}

/*
--------------------------------------------------------------------------------
Menu Elements
*/


div#menu { margin: 6px 0px 10px 0px; padding-top: 0px; line-height: 1.3em; text-align: right; background-color:#E5E5E5; border-right: 1px solid #000066;}
#menu ul { margin: 0px; padding: 0px; list-style: none; }
#menu ul li { margin: 5px 0px 5px 0px; line-height: 1.3em; border-bottom: 1px solid #000066; min-height:50px; }

#menu ul.section_menu { margin: 2px 0px 10px 0px; padding: 0px; list-style: none; font-size: 0.95em;}
#menu ul.section_menu li { margin: 0px; }

a.menu { padding: 2px 10px 2px 10px; display: block; color: #000066;  line-height: 1.5em; text-decoration: none; }
a.menu:link { }
a.menu:visited {  }
a.menu:hover, a.menu:focus { background-color: #ADBCD0; text-decoration: none;}
a.menu:active { }

a.menu_selected { padding: 2px 10px 2px 10px; display: block; background-color: #000066; color: #fff;  line-height: 1.5em; text-decoration: none; font-weight: bold}
a.menu_selected:link { }
a.menu_selected:visited { color: #fff; }
a.menu_selected:hover, a.menu_selected:focus { text-decoration: none; }
a.menu_selected:active { }

za.section_menu { padding: 2px 25px 2px 20px; color: #ca006c; font-weight: normal; line-height: 1.7em; text-align: right; text-decoration: none; }
za.section_menu:link { }
za.section_menu:visited { color: #ca006c; }
za.section_menu:hover, a.section_menu:focus { background-color: #c6e7e2; text-decoration: none; }
za.section_menu:active { }

za.section_menu_selected { padding: 2px 25px 2px 20px; background-color: #c6e7e2; color: #ca006c; font-weight: bold; line-height: 1.7em; text-decoration: none; }
za.section_menu_selected:link { }
za.section_menu_selected:visited { color: #ca006c; }
za.section_menu_selected:hover, a.section_menu_selected:focus { background-color: #c6e7e2; text-decoration: none; }
za.section_menu_selected:active { }



/* --------------------------------------------------------------------------------
 * Form Styling
 */

div.button_bar {	margin: 0px; padding: 4px; text-align: center; }

div.form { padding: 1px; background-color: #f0f0f0; border: 1px solid #999999; }
div.form_title { margin-bottom: 10px; padding: 4px; background-color: #999999; color: #ffffff; font-weight: bold; }

div.form_button_bar {	margin: 0px; padding: 4px; text-align: right; }

div.form_section { margin-bottom: 10px; padding: 2px 20px 10px 20px; }
div.form_line { border-bottom: 1px solid #ccc; }

table.form { }
table.form th { padding: 6px 2px 2px 2px; text-align: right; vertical-align: top; }
table.form th.title { padding: 4px; text-align: left; vertical-align: middle; }
table.form td { padding: 2px; text-align: left; vertical-align: top; }

table.checkbox_grid { }
table.checkbox_grid th { padding: 2px 2em 2px 2px; text-align: left; vertical-align: middle; }
table.checkbox_grid td { padding: 2px; text-align: center; vertical-align: top; }

table.radio_grid { }
table.radio_grid th { padding: 2px 2em 2px 2px; text-align: left; vertical-align: middle; }
table.radio_grid td { padding: 2px; text-align: center; vertical-align: top; }



/* --------------------------------------------------------------------------------
 * Template Formatting
 */

div.template_box { margin-bottom: 1em; border: 1px solid #999; }
div.template_bar { padding: 2px; background-color: #ccc; color: #000; font-size: 8pt; font-weight: normal; line-height: 1em; text-align: right; }

div.command_bar { padding: 2px; background-color: #eee; border: 1px solid #ccc; text-align: right; }
