/*  -------------------------------------------------
	G E T   R I D   O F   N A T I V E   M A R G I N S
	-------------------------------------------------  */

* {
	margin: 0px;
	padding: 0px;
}


/*  -------------------------------------------------
	P U T   N E W   M A R G I N S   I N
	-------------------------------------------------  */

p, h1, h2, ul {
	padding-bottom: 1em;
}

li {
	margin-left: 20px;
	margin-bottom: 0.5em;
}


/*  -------------------------------------------------
	P A G E   L A Y O U T   B A S I C S
	-------------------------------------------------  */

form
{
	margin: 0px;
	padding: 0px;
}

html, body 
{
	font-family: arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #FFFFFF;
	padding-bottom:200px;
}

a
{
	color: #1052A6;
	text-decoration: underline; 

} 

a:hover 
{ 
	border-bottom: none;
}

img
{
	border: none;
}


#horizon {
    width: 1000px;
    background: url(../images/shadow_bg.gif) 0 0 repeat-y;
    padding: 0 0px;
    margin: 0 auto;
}

#outercontainer
{
	padding: 0 15px;
	
}


/*  -------------------------------------------------
	F O O T E R
	-------------------------------------------------  */


#footer
{
	clear: both;
	width: 1000px;
	height: 71px;
	margin-top: 10px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	margin-left: -15px;
}

#footer p#copyrightnotice
{
	padding-left: 50px;
	padding-top: 20px;
	
	font-style: normal;
	color: #999999;
	font-size: x-small;
}


a#qmulink
{
	float:right;
	height: 40px;
	width: 135px;
	margin: -40px 30px 0px 0px;
	text-decoration:none;
}


/*  -------------------------------------------------
	H E A D E R
	-------------------------------------------------  */


#header
{
	background: url(../images/header_bg2.jpg) 0 0 no-repeat;
	height: 135px;
	width: 960px;
	margin-left: 5px;
	position:relative;
}

#header #topnav
{
	width: 600px;
	height: 25px;
	padding-top:50px;
	margin-left: 20px;
	
}

#header #subnav
{
	width: 400px;
	height: 25px;
	margin-left: 20px;	
	position: relative;
	top: -8px;	
	float: left;
	display: inline;
}

#site_title span
{
	display:none;
}

#header h1
{
	position: absolute;
	top: 105px;
	font-weight: normal;
	font-size: 1.5em;
	color: #417C71;
	margin: 0px 0px 0px 20px;
	clear: left;
	float: left;
	padding: 0px;
}

#header a#logout
{
	color: #417C71;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	width: 70px;
	height: 20px;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
	background: url(../images/icons/nav_right_blue.gif) no-repeat 100% 50%;
	position: relative;
	left: -250px;
	top: -4px;
}

#loggedinas
{
	float: right;
	margin-right: 0px;
	clear: right;
	color: #999999;
	font-size: small;
	padding-top: 8px;
	width: 250px;
	display: inline;
	text-align: right;
	position: relative;
	left: -250px;
	top: -4px;
}

#loggedinas #name
{
	font-weight: bold;
	color: #699cc2;
}

a#esdlink
{
	position:absolute;
	top: 15px;
	right: 0;
	height: 65px;
	width: 146px;
	text-decoration:none;
}

/*  -------------------------------------------------
	N A V I G A T I O N
	-------------------------------------------------  */

#subnav ul,
#topnav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#subnav ul li,
#topnav ul li
{
	display: inline;
	padding: 0px;
	font-size: small;
	margin: 0px;
	
}

#topnav a
{
	text-decoration: none;
	color: #417c71;
	background-image: url(../images/topnav_a_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 20px;
	padding-right: 10px;
} 

#topnav a:hover
{
}

#topnav a.alert
{
	color: #f00;
}


#topnav a.alertselected
{
	color: #f00;
	font-weight: bold; 
}

#topnav a.selected 
{ 
	color: #417c71;
	font-weight: bold; 
}

#subnav a
{
	text-decoration: none;
	color: #417C71;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 20px;
	padding-right: 10px;
}

#subnav a.selected 
{ 
	color: #417C71;
	font-weight: bold; 
}


/*  -------------------------------------------------
	M A I N   C O N T E N T   B L O C K 
	-------------------------------------------------  */

#maincont
{
	width: 960px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
	margin-left: 5px;
}

#maincont p.note
{
	font-size: small;
	font-style: italic;
	color: #1052A6;
	margin-left: 20px;
	margin-top: 10px;
}

/*  -------------------------------------------------
	D A T A L I S T   T A B L E
	-------------------------------------------------  */

table.datalist
{
	width: 940px;
	font-size: x-small;
	clear: both;
	margin-bottom: 10px;
}

table.datalist th
{
	text-align: left;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	height: 20px;
	padding: 0px 3px 0px 3px;
}

table.datalist th a
{
	color:#fff;
}

table.datalist td
{
	background-color: #CEDFD9;
	color: #333333;
	text-align: left;
	padding: 2px 3px 2px 3px;
}

table.datalist tr
{
	height: 22px;
}

table.datalist tr.disabled td
{
	background-color: #F2F2F2;
	color: #999999;
}

table.datalist tr td a{
	font-weight: bold;

}

table.datalist tr.disabled td a
{
	color: #999999;
}

table.datalist tr.alternative td
{
	background-color: #B1D7F4;
}

table.datalist td.actioncell
{
	background-color: #FFFFFF;
	width: 66px;
}

div.datalistbuttons
{
	text-align: right;
	margin: 0px 30px 0px 0px;
}

p.emptydatalist
{
	font-size:small;
	margin: 20px 0px 20px 20px;
}


.datalist .listcontrols a
{
	text-decoration:none;
}

.datalist .highlight
{
	background-color:#faff66;
}

table.queued-email td {
	font-weight: bold;
}

table.userlistcourse td {
	font-weight: bold;
}

table.listcourse td {
	font-weight: bold;
}

table.listuser_paged td{
	font-weight: bold;
}


/*  -------------------------------------------------
	I C O N S   A N D   B U T T O N S
	-------------------------------------------------  */


a.view,
a.cart
{
	width: 28px;
	height: 22px;
	text-decoration: none;
	display: inline;
	background-repeat: no-repeat;
}


a.view span,
a.cart span
{
	position: absolute;
	left: -20000px;
} 

a.view
{	
	background-image: url(../images/view_button.gif); float: left; 
}
a.cart
{	
	background-image: url(../images/cart_button.gif); float: left;
}

a.button_negative,
a.button_positive
{
	padding-right: 25px;
	line-height: 28px;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

a.button_negative
{
	color: #E13816;
	background-image: url(../images/redarrow_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.button_positive:hover
{
	color: #00ff00;
}

a.button_negative:hover
{
	color: #ff0000;
}
a.button_positive
{
	color: #219810;
	background-image: url(../images/greenarrow_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*  --------------------------------------------------------------------------------------------------
	F O R M   P A G E   S E C T I O N S   A N D   H E A D E R S
	--------------------------------------------------------------------------------------------------  */

div.section,
div.tabular_form_section,
div.form_header
{
	width: 930px;
	float: left;
	margin-left: 15px;
	display: inline; /* IE bug fix */
}

div.section
{
	float: left;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}

div.section p
{
	font-size: small;
	margin: 0px 0px 0px 20px;
}

div.section div.text
{
	font-size: small;
	margin: 20px 0px 0px 20px;
	padding-bottom: 10px;
}

div.section div.text p
{
	margin:0px;
	padding:0px;
}

div.tabular_form_section
{
	float: left;
	background-color: #B1D7F4;
	margin-bottom: 10px;
}

div.tabular_form_bg
{
	background-color: #B1D7F4;
	width:100%;
	float: left;
	clear: left;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

div.tabular_form_bg p
{
	font-size: small;
	margin: 10px 0px 0px 20px;
}

.section .controls,
.tabular_form_section .controls
{
	width: 930px;
	float: left;
	margin-top: 2px;
	background-image: url(../images/controls_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

.controls_buffer
{
	background-image: url(../images/controls_wrapper_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	padding-left: 10px;
}

.section .controls a,
.tabular_form_section .controls a
{
	margin-left: 12px;
}

.nocontrols
{
	float: left;
	width: 930px;
	height:20px;
}

/*  -------------------------------------------------
	T A B S   S E C T I O N
	-------------------------------------------------  */


div.tabs
{
	float: left;
	width: 930px;
}

.tabs ul
{
	display: block;
	float: right;
	list-style: none;
	height: 24px;
	padding: 0px;
	padding-right: 18px;
	background-image: url(../images/tabs_ul_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
} 

.tabs ul.last_tab_selected 
{ 
	background-image: url(../images/tabs_ul_selected_bg.gif); 
}

.tabs ul li
{
	float: left;
	
	height: 24px;
	
	padding-right: 5px;
	padding-left: 30px;
	margin: 0px;
	
	background-image: url(../images/tabs_li_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;

	font-size: small;
	font-weight: bold;
}

.tabs ul li a
{
	text-decoration: none;
	color: #666666;
	font-size: small;
	font-weight: bold;
	
	line-height: 24px;
}

.tabs ul li.selected_end a,
.tabs ul li.selected a
{
	background-color: #666666;
	color: #fff;
}

.tabs ul li.end
{	
	background-image: url(../images/tabs_li_end_bg.gif); 
}

.tabs ul li.selected
{	
	color: #fff;
	line-height: 24px;
	background-image: url(../images/tabs_li_selected_middle_bg.gif); 
}

.tabs ul li.selected_end
{	
	color: #fff;
	line-height: 24px;
	background-image: url(../images/tabs_li_selected_end_bg.gif); 
}

.tabs ul li.next2selected
{
	background-image: url(../images/tabs_li_next2selected_bg.gif);
}


.tabs ul li a 
{ 
	background-color: #CCCCCC; 
}


/*  -------------------------------------------------
	F O R M   H E A D I N G S
	-------------------------------------------------  */



h2.form_heading
{
	clear: both;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-weight: normal;
	font-size: large;	
	color: #FFFFFF;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-color: #666666;
	line-height: 1.8em;
}



h3.form_subheading,
h3.form_subheading_notfirst
{
	clear: both;
	background-color: #417C71;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	font-size: medium;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	line-height: 1.7em;
}

h3.form_subheading_notfirst
{
	background-image: url(../images/subheader_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #417C71;

}

h3.form_subheading a,
h3.form_subheading_notfirst a
{
	color: #fff;
	margin-left: 20px;
	font-size: small;
	text-decoration: none;
}


/*  -------------------------------------------------
	F O R M   T A B L E
	-------------------------------------------------  */

table.tabular_form
{
	float: left;
	background-color: #B1D7F4;
}

table.tabular_form th
{
	font-size: small;
	font-weight: bold;
	color: #417C71;
	text-align: left;
	padding: 0px 5px 3px 5px;
}

table.tabular_form td
{
	text-align: left;
	font-size: small;
	padding: 0px 5px 3px 5px;
}

table.tabular_form .caption
{
	font-size: small;
	font-weight: bold;
	color: #1052A6;
	width: 80px;
}

table.tabular_form
{
	padding: 10px;
}

table.tabular_form input
{ 
	width: 80px;
}

table.tabular_form input.date
{ 
	width: 40px; 
}

table.tabular_form select
{ 
	width: 150px; 
}

table.tabular_form span.caption
{ 
	width: 30px;
	display: block;
	float: left;
	color: #1052A6;
	font-weight: bold;
	font-size: small;
}


/*  -------------------------------------------------
	F O R M   I N P U T   L I N E S
	-------------------------------------------------  */
div.inputline
{
	display: block;
	margin: 0px 0px 0px 20px; 
	padding: 2px 0px 2px 0px;
	float: left;
	clear: left;
	display: inline; /* IE bug fix */
}

.inputline label
{
	width: 180px;
	float: left;
	clear: left;
	font-size: small;
	font-weight: bold;
	color: #1052A6;
}

.inputline input,
.inputline textarea,
.inputline select
{ 
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: small;
}

.inputline input
{ 
	width: 240px;
}

.inputline input.checkbox
{
	width: auto;
}

.inputline textarea
{
	width: 430px;
}

.inputline select
{
	width: 150px;
}


.section .note
{
	font-size: x-small;
	font-style: italic;
	color: #1052A6;
	padding-left: 10px;
}

div.radiogroup
{
	margin: 0px 0px 0px 20px; 
	padding: 2px 0px 2px 0px;
}

div.radiogroup span.grouplabel
{
	display:block;
	width: 180px;
	font-size: small;
	font-weight: bold;
	color: #1052A6;
	float: left;
	clear: left;
	display: inline; /* IE bug fix */
}

div.radiogroup label
{
	font-size: small;
}

span.fieldnote, span.fieldnote-right, span.fieldnote-long, span.fieldnote-left
{
	font-size: small;
	color: #1052A6;
	margin-left: 5px;
}

span.fieldnote-right
{
	float: right;
}

span.fieldnote-left
{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

span.fieldnote-long
{
	clear: both;
}

div.welcomenote-left
{
	font-size: small;
	color: #000;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#rsssubscribe
{
	color: #699cc2;
	float:right;
	text-align:right;
	clear:both;
	font-size:0.7em;
	background:url(../images/rss12.gif) no-repeat top right;
	padding-right:14px;
	margin:0 10px 5px 0;
	width:10em;
}

#rssalert
{
	float:right;
	display:inline;
	text-align:right;
	clear:both;
	font-size:0.7em;
	margin:0 10px 5px 0;
}


/*  -------------------------------------------------
	ERROR NOTIFICATIONS AND MESSAGES
	-------------------------------------------------  */

a.error
{
	vertical-align:bottom;
	position:relative; 
}

a.error span
{
	display:none;
}

a.error:hover
{
	cursor:help;
	text-decoration: none;
}

a.error:hover span
{
    display:block;
    position:absolute;
    font-size: 0.8em;
    top:0px; 
    left:2em; 
    width:15em;
    padding: 5px 10px 5px 40px ;
    border:2px solid #1052a6;
    background-color:#e4f1fa; 
    background-image: url('../images/information_big.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    color:black;
    text-align: left;
    z-index: 100;
}

div.message
{
	clear:both;
	color: #ff0000;
	font-size: small;
	margin: 10px 30px 0 30px;
}


/*  -------------------------------------------------
	LISTING FILTER FORMS
	-------------------------------------------------  */

form.filter
{
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-left: 1px;	
	height: 60px;
	width: 450px;
	background-color: #F2F2F2;
	float: left;
	display: inline;
}

.topfloor
{
	margin-bottom: 7px;
}

.groundfloor
{
	margin: 0px;
}

form.filter label,
form.filter span.fakelabel
{
	color: #417C71;
	font-size: small;
	font-weight: bold;
	margin:0px 5px 0px 10px;
}

form.filter input
{
	border:1px solid #666;
}

form.filter input.checkbox
{
	border:none;
}

form.filter input.dates
{
	width: 50px;
}

form.filter span.dash
{ 
	color: #1052A6;
	font-weight: bold;
}

form.filter select
{
	width: 160px;
	border:1px solid #666;
}

form.filter select.typeselect
,select.typeselect
{
	width: 265px;
}

form.filter input.searchbutton
{
	border:1px solid #666;
	background-color:#d4d4d4;
	color:#1052A6;
	margin:0px 0px 0px 15px;
	cursor:pointer;
}

.filterinfobox
{
	float: left;
	width: 460px;
	height: 60px;
	background-color: #F2F2F2;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: small;
}

.filterinfobox a
{
	margin-right: 10px;
}

#emptygreybox
{
	float: left;
	width: 460px;
	height: 60px;
	background-color: #F2F2F2;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

/*  -------------------------------------------------
	BOOKINGS
	-------------------------------------------------  */

table.courseinfo
{
	margin: 0px 0px 0px 30px;
}
	
table.courseinfo td
{
	font-size: small;
	padding: 0px 20px 0px 0px;
}

#bookingscourseinfo
{
	width: 930px;
	float: left;
	margin-left: 15px;
	display: inline; /* IE bug fix */
	background-color:#ccc;
}

#bookingscourseinfo th
{
	padding:5px 0 5px 20px;
	text-align:left;
	font-size:0.8em;
	font-weight:bold;
}

#bookingscourseinfo td
{
	padding:5px 0 5px 10px;
	font-size:0.8em;
}

/*  -------------------------------------------------
	SYSTEM OFFLINE MESSAGE
	-------------------------------------------------  */
	
div.systemoffline
{
	font-size: small;
	margin: 20px 0px 200px 40px;
}

/*  -------------------------------------------------
	FAQs
	-------------------------------------------------  */

div.faq {
	width: 930px;
	float: left;
	clear: left;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-left: 15px;
	display: inline;
	color: #1052A6;
}	
	
div.faq_odd
{
	background-color: #CEDFD9; /*#F2F2F2;*/
}

div.faq_even
{
	background-color: #B1D7F4;
}	


div.faq p 
{
	font-size: small;
	margin: 10px 0px 0px 20px;
}

div.faq li
{
	font-size: small;
	margin: 10px 0px 0px 40px;
}




/*  -------------------------------------------------
	REPORTS
	-------------------------------------------------  */
	
div.report_info,	
div.report_top_info 
{
	width: 930px;
	float: left;
	background-color: #F2F2F2;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
	display: inline; /* IE bug fix */
}

div.report_top_info p
{
	font-size: small;
	margin: 0px 0px 0px 20px;
	color: #1052A6;
}

div.report_info p
{
	font-size: small;
	margin: 30px 0px 0px 50px;
	color: #1052A6;
}

div.report_info ul
{
	font-size: small;
	margin-left:150px;	
	color: gray;
}

div.report_filter
{
	width: 930px;
	float: left;
	background-color: #F2F2F2;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
	display: inline; /* IE bug fix */
}

form.report_filter
{
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-left: 10px;	
	width: 810px;
	background-color: #F2F2F2;
	float: left;
	display: inline;
}

form.report_filter label,
form.report_filter span.fakelabel
{
	color: #417C71;
	font-size: small;
	font-weight: bold;
	margin:0px 5px 0px 10px;
	vertical-align: top;
}

form.report_filter .selectLabel
{
	float: left;
	display: inline;
	width: 120px;
}

form.report_filter input
{
	border:1px solid #666;
	vertical-align: top;
}

form.report_filter .clear
{
	clear: both;
	margin-top: 10px;
}

form.report_filter input.checkbox
{
	border: none;
}

form.report_filter input.dates
{
	width: 50px;
}

form.report_filter span.dash
{ 
	color: #1052A6;
	font-weight: bold;
}

form.report_filter select
{
	width: 200px;
	border:1px solid #666;
}

form.report_filter input.searchbutton
{
	border:1px solid #666;
	background-color:#d4d4d4;
	color:#1052A6;
	margin:10px 0px 10px 140px;
	cursor:pointer;
}

.reportfilterinfobox
{
	float: left;
	width: 460px;
	height: 60px;
	background-color: #F2F2F2;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: small;
}

.reportfilterinfobox a
{
	margin-right: 10px;
}

span.report_label
{
	width: 100px;
	float: left;
	clear: left;
	font-weight: bold;
}

table.report_table
{
	width: 930px;
	font-size: small;
	clear: both;
	margin-bottom: 10px;
	margin-left: 15px;
}

table.report_table th
{
	text-align: left;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	height: 20px;
	padding: 0px 3px 0px 3px;
}

table.report_table th a
{
	color:#fff;
}

table.report_table td
{
	background-color: #CEDFD9;
	color: #333333;
	text-align: left;
	padding: 2px 3px 2px 3px;
}

table.report_table tr
{
	height: 22px;
}

div.report_controls
{
	text-align: right; 
	padding-bottom: 15px; 
	width: 930px; 
	font-size:1em;
	float: left;
}

a.report_export
{
	padding-right: 25px;
	line-height: 28px;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #219810;
}

a.report_export:hover
{
	color: #00ff00;
}

a.report_export
{
	background-image: url(../images/icons/export1.gif);
	background-repeat: no-repeat;
	background-position: right;
}

h1.report_header
{
	font-weight: normal;
	font-size: 1.5em;
	color: #417C71;
	margin: 0px 0px 10px 20px;
	clear: left;
	float: left;
	padding: 0px;
}

div.report_divider
{
	width: 80%; 
	border:1px solid gray; 
	margin-left:70px; 
	margin-bottom: 10px;
}

/*  -------------------------------------------------
	PAGING
	------------------------------------------------- 
*/

.paging_info
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 1px;	
	margin-right: 5px;
	background-color: #F2F2F2;
	float: left;
	display: inline;
	font-size: 0.8em;
}

.bookings_pages
{
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	margin-left: 15px;	
	background-color: #F2F2F2;
	float: left;
	display: inline;
	font-size: 0.8em;
	width: 890px;
}

/********************************* user list training record merge **********************************/

#mergetrainingrecord
{
	position:absolute;
	z-index:200;
	top:100px;
	left:100px;
	width:300px;
	background-color:#fff;
	border:2px solid #000;
	padding-bottom:10px;
}

#mergetrainingrecord h2
{
	font-size:0.9em;
	margin:10px;
	padding:0;
}

#fromuserdetails
{
	float:left;
	background-color: #F2F2F2;
	margin-bottom: 10px;
	margin:0 10px;
	width:280px;
}

#fromuserdetails label
{
	display:block;
	font-size:0.9em;
	margin:10px 10px 0 10px;
}

#annoyingwrapperwhichieneeds
{
	clear:both;
	float:left;
	display:inline;
	width:270px;
	margin-left:10px;
}

#fromuserdetails input
{
	float:left;
	display:inline;
	width:80px;
	border:1px solid #000;
	margin:5px 0 0 0;
}

#getfromuserdetailswait
{
	float:left;
	display:inline;
	width:16px;
	height:16px;
	background:url(../images/ajax-loader.gif) no-repeat top left;
	margin:6px 0 0 4px;
}

#getfromuserdetailserror
{
	clear:both;
	display:block;
	font-size:0.7em;
	color:#f00;
	padding:2px 0 0 10px;
}

#fromuserdetails .controls
{
	clear:both;
	float: left;
	display:inline;
	width:270px;
	margin-top: 2px;
	background-image: url(../images/controls_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

#fromuserdetails .controls a
{
	margin-left: 12px;
}

#confirmmergedetails
{
	float:left;
	background-color: #F2F2F2;
	margin:0 10px 10px 10px;
	padding-top:10px;
	width:280px;
}

#confirmmergedetails .controls
{
	clear:both;
	float: left;
	display:inline;
	width:270px;
	margin-top: 2px;
	background-image: url(../images/controls_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

#confirmmergedetails .controls a
{
	margin-left: 12px;
}

#confirmmergedetails p
{
	font-size:0.9em;
	margin:0 10px 2px 10px;
	padding:0;
}

#confirmmergedetails p#cantundo
{
	font-weight:bold;
	padding:10px 0;
}

#confirmmergedetails #confirmmergetouser,
#confirmmergedetails #confirmmergefromuser1,
#confirmmergedetails #confirmmergefromuser2
{
	padding-left:10px;
	font-weight:bold;
}


#mergeresult
{
	float:left;
	background-color: #F2F2F2;
	margin-bottom: 10px;
	margin:0 10px;
	padding-top:10px;
	width:280px;
}

#domergewait
{
	display:block;
	width:16px;
	height:16px;
	background:url(../images/ajax-loader.gif) no-repeat top left;
	margin:6px 0 0 10px;
}

#mergeresult p
{
	font-size:0.9em;
	margin:0 10px 2px 10px;
	padding:0;
}

#mergeresult p.error
{
	color:#f00;
}

#mergeresult .controls
{
	clear:both;
	float: left;
	display:inline;
	width:270px;
	margin-top: 2px;
	background-image: url(../images/controls_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}


#mergeresult .controls a
{
	margin-left: 12px;
}

a.button_close
{
	padding-right: 25px;
	line-height: 28px;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color:#4874bd;
	background-image: url(../images/icons/navigate_cross.gif);
	background-repeat: no-repeat;
	background-position: right;
}


a.button_close:hover
{
	color:#66aae8;
}