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

/* ----- general css syles ------ */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;	
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */*/
	color: #333;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #333;
	font-size: .8em;
	vertical-align: top;
}
table {	
	/*border: 1px solid #A2CFE8;*/
	background-color: #EAF5FF;
	border: 0px;
	font-size: 110%;	
}
th {
	text-align: right;
	color: #2A72AE;
	margin: 0px;
	font-weight: normal;
	font-size: 0.9em;	
	padding: 4px 6px;
}
td {
	border-width: 0px;
	margin: 0px;
	padding: 4px 6px;
}
/*------------ extra table styles -----------*/
form table{
	border:none;   
}
form table td{
    border-top-style: none;
}
.formtable{
	margin:10px;
}
.formtable th{
	text-align:right;
}
.formtable a{
	text-decoration:underline!important;
}
caption  {
	margin: 0px;
	padding-bottom: 3px;
	text-align: left;
	width: 100%;
	padding-top: 2px;
	color: #69C;
	background: #FFF;
}
caption em {
	font-size: 70%;
	font-style: italic;
	color: #999999;
}
h1  {
	color: #69C;
	background: inherit;
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 0px;
	text-transform: none;
	line-height: 2.2ex;
	padding: 0px;
}
h1,h2,legend   {
	color: #69C;
	background: inherit;
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 0px;  
	line-height: 2.2ex;
	padding: 0px;
}
h2  {
	color: #2A72AE;
	font-size: 0.95em;
	margin: 0px;	
	padding-bottom: 2px;
}
h3  {
	text-transform: none;
	color: #2A72AE;
	font-size: 0.95em;
	line-height: 2ex;
	margin-top: 25px;
	margin-bottom: -5px;
}
h4 {
	color: #2A72AE;
	font-size: 0.88em;
	margin: 0px;
	text-transform: uppercase;
	padding-bottom: 2px;
}
h4 a{
  text-decoration: none;  
}
h4 a:hover{
  text-decoration: underline; 
}
h5 {
	color: #333;
	font-size: 0.88em;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 6px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align:middle;
}
a:link {
	color: #2A72AE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #D30039;
}
a:active {
	text-decoration: none;
	color: #D30039;
}
/* ----- header section css syles ------ */
#header  {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
} 
#headerBG   {
	margin: 0px;
	height: 70px;  /* was 120px */
	background-image: url(../images/hd_bckgrd.gif);
	background-repeat: repeat-x;
	background-position: 0px -10px;
}
#headerBG img {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logoWrapper {
	min-width: 780px;
}
#mainLogo {
	float: left;
	margin-top: 22px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
#mainLogo #cpd_logo {
	border-width: 0px;
}
#parnerLogos {
	float: right;
	width: 400px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#parnerLogos    #uol_logo  {
	margin-right: 12px;
	margin-left: 0px;
	border-width: 0px;
	float: left;
	margin-top: 15px;
}
#parnerLogos  #lhu_logo {
	margin-right: 12px;
	margin-left: 12px;
	border-width: 0px;
	float: left;
	margin-top: 7px;
}
#parnerLogos #ehu_logo {
	margin-right: 11px;
	margin-left: 11px;
	border-width: 0px;
	float: left;
	margin-top: 8px;
}
#parnerLogos    #ljmu_logo  {
	margin-right: 0px;
	margin-left: 14px;
	border-width: 0px;
	float: left;
	margin-top: 0px;
}
#headerStrap {
	background-color: #69c;
	min-width: 780px;
	height: 28px;
	margin: 0px;
}
#headerStrap    #strapline  img {
	font-weight: bold;
	color: #FFF;
	background: inherit;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	float: left;
	height: 28px;
}
#headerStrap #login {
	margin: 0px;
	float: right;
	padding: 0px;
	clear: none;
}
#headerStrap  #login p {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 900;
	background-color: inherit;
	padding: 0px;
	margin-top: 6px;
	margin-right: 14px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#headerStrap   #login a {
	color: #FFFFFF;
	background: inherit;
	text-decoration: underline;
}
/* ----- navigation strip css syles ------ */
#navbar {
	margin: 0px;
	height: 24px;
	padding: 0px;
	background-image: url(../images/nav_bckgrd.gif);
	min-width: 780px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	clear: both;
}
#navGroup {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 510px;
}
#navbar  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 24px;
}
#navbar a {
	display: block;
	margin: 0px;
}
#navbar #home {
	background-image: url(../images/bt_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 47px;
	text-indent: -5000px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#navbar #home:hover {
	background-image: url(../images/bt_home.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#navbar #home:active {
	background-image: url(../images/bt_home.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#navbar #mypage {
	background-image: url(../images/bt_mypage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 62px;
	text-indent: -5000px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navbar #mypage:hover {
	background-image: url(../images/bt_mypage.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#navbar #mypage:active {
	background-image: url(../images/bt_mypage.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#navbar #about {
	background-image: url(../images/bt_about.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 62px;
	text-indent: -5000px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navbar #about:hover {
	background-image: url(../images/bt_about.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#navbar #about:active {
	background-image: url(../images/bt_about.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#navbar #courses {
	background-image: url(../images/bt_courses.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 102px;
	text-indent: -5000px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navbar #courses:hover {
	background-image: url(../images/bt_courses.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#navbar #courses:active {
	background-image: url(../images/bt_courses.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#navbar #events {
	background-image: url(../images/bt_events.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 53px;
	text-indent: -5000px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navbar #events:hover {
	background-image: url(../images/bt_events.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#navbar #events:active {
	background-image: url(../images/bt_events.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#navbar #contact {
	background-image: url(../images/bt_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 72px;
	text-indent: -5000px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navbar #contact:hover {
	background-image: url(../images/bt_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#navbar #contact:active {
	background-image: url(../images/bt_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#navbar #feedback {
	background-image: url(../images/bt_feedback.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 64px;
	text-indent: -5000px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navbar #feedback:hover {
	background-image: url(../images/bt_feedback.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#navbar #feedback:active {
	background-image: url(../images/bt_feedback.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#navbar #help {
	background-image: url(../images/bt_help.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 38px;
	text-indent: -5000px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navbar #help:hover {
	background-image: url(../images/bt_help.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#navbar #help:active {
	background-image: url(../images/bt_help.gif);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}
#searchGroup {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 448px;
}
/* ----- main body content css syles ------ */
#mainContent/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
  {
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
} 
#mainContent p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#mainArea {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	padding: 0px;	
	font-size: 1em;	
}
.personaldetails{
	
	}
#helpcontents {
	width: 50em;
}
#mainContent form {
	background-color: #EAF5FF;  
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#mainContent form { /* Links */
	/* width: 55em;  Safari */
}
#mainContent table td form{
	background-color:transparent;
	border:none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent table .button{
	width:10em!important; 
}
#mainContent label {
	display: block;
	width: 12em;
	float: left;
	color: #2A72AE;
}
.indent {
	margin-left: 0em;
	float: left;
}
#mainContent textarea { /* Links */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 22em;
	float: left;
	margin-bottom: 10px;
}
#mainContent textarea {
	width: 20em; /* Safari */
}
#mainContent select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 22em; /* Links */
	display: block;
	font-size: 11px;
	float: left;
	margin-bottom: 10px;
}
#mainContent select {
	width: 20em; /* Safari */
}
#mainContent input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 22em; /* Links */
	display: block;  
	margin-bottom: 10px;
}
#mainContent input {
	width: 20em; /* Safari */
}
#mainContent input.radiobutton, #mainContent input.checkbox, #mainContent textarea {
	width: auto!important;
	float:none;
	display:inline;
	vertical-align: top;
}
#mainContentinside{
	padding: 16px 18px 16px 14px;
}
/* ----- sidebar css syles ------ */
#sidebar/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
  {
	float: right;
	width: 25.5em;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#sidebar h1 {
	color: #036;
	text-transform: none;
	background-color: inherit;
	margin-top: 3px;
	margin-bottom: 1px;
	font-size: 1.3em;
	position: relative;
	padding: 0px;
	line-height: 2.2ex;
}
#sidebar  h1 span {
	font-size: 80%;
}
#sidebar h1 a {
	color: #036;
	background-color: inherit;
}
#sidebar p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebarBox {
	background-color: #EAF5FF;
	padding: 5px 20px 5px 20px;
	margin: 8px 10px 8px 10px;
}
#sidebarBoxLinks {
	margin-top: 20px;
	margin-bottom: 5px;
}
/* ---------------------- sidebar form ----------------------- */
#sidebar form {
	margin: 5px 0px 0px 0px;
}
#sidebar label {
	color: #2A72AE;	
	padding: 0px;
	margin-bottom: 5px;	
	height: 2.7ex;
}
.label_eg {
	font-size: 75%;
	font-style: italic;
	color: #666666;
}
#sidebar select {
	margin: 2px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 20.2em;		
}
#sidebar input {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;	
	line-height: inherit;
}
#keywords{
	width:242px;
	border:1px solid #999;
	height:20px;	
}
#sidebar #selectsubject{
	margin-top:5px;
}
#buttons {
	padding-top: 10px;
}
button {
	display: block;
	margin: 6px 0px 4px 0px;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	padding: 2px 5px 3px 2px; /* Links */
	cursor: pointer;
	float: left;
}
button{
    width: auto;
    overflow: visible;
    padding: 1px 4px 2px 2px; /* IE6 */
}
button[type]{
    padding: 1px 4px 2px 2px; /* Firefox */
    line-height: 15px; /* Safari */
}
*:first-child+html button[type]{
    padding: 1px 4px 2px 2px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
button img  {
	margin: 0px 3px -1px 0px !important;
	padding: 0px;
	border: none;
	text-decoration: none;
}
button:hover  {
	background-color:#C6E3FF;
	border:1px solid #4097D9;
	color:#000;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	text-decoration: none;
}
button:active  {
	background-color:#A2CFE8;
	border:1px solid #2A72AE;
	color:#000;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	text-decoration: none;
}

#sidebar  ul {
	list-style-type: none;
	margin-top: 0px;
	font-size: 0.9em;
	list-style-image: url(../images/ul_arrow.gif);
}
#sidebarBox p {
	margin: 0px;
}
#sidebarFoot {
	background-color: #C9E4F2;
	margin: 10px;
	padding: 8px;
}
#sidebarFootIn {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px 10px 15px 10px;
}
#sidebarFootIn a{
	text-decoration:underline;
}
#sidebarFoot  ul {
	font-size: 0.85em;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
	font-weight: 700;
}
#sidebarFoot li {
	margin-top: 2px;
}

.sidelinks{
	position:absolute;
	z-index:0;
	margin-top:8px;
}
/* ----- footer css syles ------ */
#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	margin: 0px;
} 
#footerStrap {
	background-color: #69c;
	height: 28px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
	color: inherit;
}
#footerStrap img {
	font-weight: bold;
	color: #FFF;
	background: inherit;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#footerBG {
	margin: 0px;
	height: 56px;
	background-image: url(../images/ft_bckgrd.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-width: 0px;
}
#footerWrapper {
	min-width: 780px;
}
#footerText {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerText p {
	margin: 0px;
	padding: 0px;
	color: #808080;
	font-size: 0.80em;
	line-height: 2.5ex;
}
#footerText a {
	color: #808080;
}
#footerLogo {
	float: right;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#footerLogo #lcl_logo {
	border-width: 0px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.indexpage {
	font-size: 130%;
}

.imgSpace {
	margin-right: 1px;
	margin-left: 12px;
}
.rulestars {
	color: #69C;
	background: inherit;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ol1 {
	list-style-type: lower-alpha;
}
#sidebar2Box {
	background-color: #EAF5FF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#sidebar2BoxLinks {
	margin-top: 20px;
	margin-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.side_links {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: center;
}
.side_links img {
	margin-right: 1px;
	margin-left: 6px;
}
.error {
	color: #D30039;
}
/* ----- Frontpage only css syles ------ */

#mainIntro h1 {
	line-height: 2ex;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#mainIntro h1 span {
	color: #333333;
	font-weight: normal;
	font-size: 84%;
	text-transform: none;
	padding-left: 1px;
}
#mainIntro img {
	margin-top: 2px;
	margin-bottom: 6px;
}
.center {
	text-align: center;
	padding-bottom: 12px;
	padding-top: 8px;
	font-size: 80%;
	margin: 0px;
	line-height: 2.5ex;
}
#mainIntro ul {
	margin-top: 3px;
	margin-bottom: 2px;
	list-style-image: url(../images/ul_arrow.gif);
	list-style-type: none;
}
#mainIntro ul li {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-left: 20px;
}
#mainIntro ol li {
	list-style-type: lower-alpha;
}
#mainIntro ol {
	margin-top: 0px;
}
/* Content title bar
----------------------------------------------- */
#breaktop {
	clear: both;
}
#breakbottom {
	clear: both;
	height:5px !important;
}
#content-title {
	background-color: #69c;
	color: inherit;
	margin: 0px;
	width:100%;
	height: 28px;
}
#content-title img {
	font-weight: bold;
	color: #FFF;
	background: inherit;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#content-title form{
	width:auto; 
}
#content-title p{
	line-height: 1.2em;
	color: #FFF;
	margin: 0px;
	padding: 5px 10px;  
	position: absolute;
	left:0;
	z-index:100;  
	padding-left:20px;  
}
#content-title input{
	vertical-align:middle;  
}
img.imagebutton{
	vertical-align:middle;
}
a.imagelink{
	border:1px solid black;
	margin:0!important;
	padding:0;
}

.help {
	margin-left: 20px;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	width:97%;
}
select {
	line-height: 120%;
}
.submit input {
	margin-left: 85px;
}
select.keywordsselect{
	height:10em;
}
#search-results {
	margin-top: 20px;
}
select.filterselect{
	width:22.5em; 
}
span.displayname{
	font-weight:bold; 
}
form.coursesearchform input{
  vertical-align:middle;
}
p.middlealign input,
p.middlealign image{
	vertical-align:middle;  
}
/* ----------- searchbar ----------- */
#searchbar {
	margin: 0px;
	height:27px !important;
	width:100%;	
	overflow:hidden;
	padding: 2px 0px 2px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background: #EAF5FF;	
}
#searchbar form{
	display:inline;
	padding:0;
	margin:0;
}
#searchbar button{
	font-size:80%;
}
#padding-top{
	padding-top:0px;
}
#sbkeywords{
	border:1px solid #999;      
       margin-top:2px;		
	height:14px;
}
/* ---------------------- sbkeywords ------------------------*/
#searchbar #sbkeywords{
	width:120px;
}
#searchbar table{
	background-color:transparent;
	padding:0;
	margin:0;
	border-collapse:collapse;
	empty-cells: hide;
}
#searchbar tr{	
	padding:0;
	margin:0;
}
#searchbar td{		
	padding:0;
	margin:0;
	font-size:12px;
}
#searchbar p{		
	padding:0;
	margin-right:3px;
	margin-left:3px; 
    color: #2A72AE;  
    font-size:10px;
    margin-top:5px;
    white-space:nowrap;
}
#searchbar label {
	color: #2A72AE;  
}
#searchbar  button {
	float: none;
	display: inline;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; /* Links */
	cursor: pointer;
	margin: 5px 0px 0px 20px;
	padding: 0px 6px 0px 3px !important;
}
#searchbar button{
    width: auto;
    overflow: visible;
    padding: 1px 6px 1px 4px; /* IE6 */
}
#searchbar button[type]{
    padding: 1px 6px 1px 4px; /* Firefox */
    line-height: 14px; /* Safari */
}
#searchbar *:first-child+html button[type]{
    padding: 0px 6px 0px 4px; /* IE7 */
}
#searchbar button img  {
	margin: 0px 3px -1px 0px !important;
	padding: 0px;
	border: none;
	text-decoration: none;
}
/* ----------- events and search table styles top pages only css syles ----------- */
#results table {
	background-color: #EAF5FF;
	border: 1px solid #A2CFE8;
	margin: 0 0 10px 0;
	font-size: 110%;
}
#results th {
	text-align: left;
	text-transform: uppercase;
	color: #2A72AE;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
       
}
#results td form{
       width:auto;
}
#results td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A2CFE8;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
/* ----------- columns ----------- */
th.course-title{
    width:50%;
}
th.institution{
	width:20%;
}
th.course-date{
	width:20%;
}
th.bookmark{
	width:10%;
}
#results table{
	width:100%;
}
#results caption  {
	margin: 0px;
	padding-bottom: 3px;
	text-align: left;
	width: 100%;
	padding-top: 2px;
	color: #69C;
	background: #FFF;
}
#results caption em {
	font-size: 70%;
	font-style: italic;
	color: #999999;
}
/* ----------- events and search table styles top pages only css syles ----------- */
#event_results table {
	background-color: #EAF5FF;
	border: 1px solid #A2CFE8;
	margin: 0 0 10px 0;
	font-size: 110%;
}
#event_results th {
	text-align: left;
	text-transform: uppercase;
	color: #2A72AE;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
}
#event_results td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A2CFE8;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#event_results caption  {
	margin: 0px;
	padding-bottom: 3px;
	text-align: left;
	width: 100%;
	padding-top: 2px;
	color: #69C;
	background: #FFF;
}
#event_results caption em {
	font-size: 70%;
	font-style: italic;
	color: #999999;
}
/* ----------- register table styles top pages only css syles ----------- */
#registerbox {
	float: left;
}
#whyregister {
	float: left;
	clear: none;
	margin: 8px 10px 50px 50px;
}
#whyregister  ul {
	font-size: 0.85em;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
	font-weight: bold;
	list-style-image: url(../images/ul_arrow_big.gif);
}
#whyregister li {
	margin-top: 2px;
}
/*------------- notifications and errors -------------*/
p.notification {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}
ul.errors{
	color:red;
	font-weight:bold;
	list-style:none;
}

option.sector{
	text-transform:uppercase;
}
option.institution{
	text-transform:uppercase;
}

#narrowresults{
	background-color: #fff !important;  	
	margin:0 !important;
	padding:0 !important;
	margin-right:20px !important;
	margin-bottom:20px !important;
	font-size:80%;
	color:#000 !important;
	position:relative;
}
#narrowresults button{
	margin-left:10px;
}
#narrowresults select{
	margin-top:8px;
}
.bold-italic{
	font-weight:bold;
	font-style:italic;
}
.lowercase{
	text-transform:lowercase;
}
form#feedbackform{
	width:35em;
}
#feedbackform textarea{
	height:100px;
	width:100% !important;
}
form#enquiryform{
	width:35em;
}
#enquiryform textarea{
	height:100px;
	width:100% !important;
}
form#deactivateform{
	width:35em;
}
