
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
}

a {
	color: #4881b5;
	padding:1px;
}

a:hover {

}

h1, h2, h3, h4, h5, h6 {
	color:#446;
	margin:0;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

.ajax_loading {
	background-image:url(../../../images/common/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
}

em {
	font-weight:bold;
	font-style:normal;
}

a.button, span.button{
	background-color:#FCF4B1;
	border:1px solid #DAD186;
	color:#666666;
	display:inline-block;
	min-width:40px;
	padding:1px 5px;
	text-align:center;
	text-decoration:none;
}

.modalContainer {
	display:none;
}

button, input.button, input[type=button], input[type=submit] {
	cursor:pointer;
}

.loading {
    background-image: url('../../../images/common/indicator.gif');
    background-repeat:no-repeat;
}

.sv-dialogue .sv-dialogue-actionrow {
    padding:5px;
    text-align:center;
}

.sv-dialogue .sv-dialogue-actionrow .sv-dialogue-ok,
.sv-dialogue .sv-dialogue-actionrow .sv-dialogue-cancel {
    margin:0px 5px;
}

.sv-dialogue .sv-dialogue-actionrow .sv-dialogue-cancel {
    text-transform:lowercase;
}


#header_container {
	background-color:#e5e6e1;
	width:100%;
	height:65px;
}

#actionlinks_container {
	float:right;
}


#topnavigation_container {
	float:left;
}


#mainnavigation_container {
	height:29px;
	width:100%;
	background-image:url(../../../images/common/mainnavigation_background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#sectionheading_container {
	margin:5px;
}

#sectionheading_container h1 {
	margin:0px;
}

#topsection {
	clear:both;
	width:100%;
}

#sectionsearch_container {
	float:right;
}

#mainsection_container {
	clear:both;
	margin:5px;
	margin-top:0px;
	padding-left:15px;
}

#mainsection {
	text-align: left;
	margin: 0;
}

#quicklinks_container {
	position:absolute;
	right:8px;
	width:200px;
}


#maincontent_container {
	padding-top:10px;
	min-height:400px;
}

#footer_container {
  position: relative;
}

#sectionheader_container {
	padding:5px;
	margin-right:205px;
	padding-left:20px;
	padding-bottom:0px;
}

#sectionheader_container h1 {
	float:left;
	padding-top:15px;
	padding-left:10px;
}

#sectionsearch_container form{
	text-align:right;
	border:1px solid #dad186;
	background-color:#fcf4b1;
	padding:10px;
	margin: 5px;
	font-size:14px;
}

#sectionsearch_container form input {
	font-size:14px;
}

#searchfilters_container {
	clear:both;
	text-align:right;
	margin-right:5px;
}

#footer_container {
	padding:2px 20px;
	font-size:90%;
}

.hidden {
	display:none;
}

.errorHolder {
	text-align:left;
}
.requiredFlag {
	color: #cc0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#requiredFlagKey{
	font-size: x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.item_part {
	float:left;
	padding-right:2px;
}

form .item {
	clear:left;
	padding-top:3px;
}

label.formLabel {
	width:100px;
	font-weight:bold;
	clear:left;float:left;width:8em;
}

form label {
	display:-moz-inline-box;
	display:inline-block;
	width:110px;
	font-weight:bold;
	vertical-align:middle;
}

form label.textarea {
	vertical-align:top;
}

input.error, textarea.error {
	border:2px solid #f00;
}

label.error, label.alert, span.error{
	color:#d00;
	font-weight:normal;
	width:auto;
}

input, select, textarea {
	border:1px solid #4881b5;
	padding: 2px
}
input.checkbox{
	border: none;
	padding: 0px;
	margin-left: 0px;
}

input.company_name {
	width:200px;
}

input.supplier {
    width:150px;
}

input.subject, input.title {
	width:200px;
}

input.company_selected,
input.person_selected,
input.autocomplete_selected {
	background-color:#E1E9F6;
}

input.date {
	width:100px;
}

input.price {
    width:50px;
}

fieldset {
	border: none;
	padding:0px;
	margin:0px;
}

label.checkbox {
	font-weight:normal;
}

.checkboxwrapper {
	display:inline-block;
}

textarea {
	font-family:inherit;
	font-size:110%;
}

textarea.description, textarea.notes {
	width:350px;
	height:75px;
}

textarea.long_description {
	width:355px;
	height:150px;
}

input.quantity {
	width:30px;
}

label.radiolabel {
	font-weight:normal;
	width:50px;
}

form .item_part label {
	width:auto;
}

input, select {
	margin-right:3px;
}

input.code {
	width:100px;
}

input.dimension, input.weight {
	width:40px;
}

form fieldset ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

form fieldset ol li {
    padding:2px 0px;
}

label.disabled {
    color:#ddd;
}

div.colorpicker {
    z-index:2000;
}

.colourswatch_admin {
    width:50px;
    height:20px;
    display:block;
}

#header {
	color:#444;
}

#main_site_logo {
	float:left;
	width:402px;
	height:60px;
	background-repeat:no-repeat;
	background-position:20px center;
	background-image:url(/images/common/paintboxlogo.png);
}


#accountlinks_container {
	height:20px;
	margin:5px;
	padding-top:10px;
	text-align:right;
	width:400px;
}

#globalsearch_container {
	height:20px;
	margin:5px;
	width:400px;
	text-align:right;
}

#globalsearch {
	text-align:right;
}

#globalsearch form label {
	font-weight:bold;
	padding-top:3px;
	padding-right:3px;
}

#globalsearch form label, #globalsearch form input {
	display:inline;
}

#accountlinks {
	padding-top:3px;
	text-align:right;
}

#accountlinks .username {
	font-weight:bold;
}

#mainnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-left:20px;
}

#mainnavigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainnavigation ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding:7px 13px;
	text-transform:uppercase;
}

#mainnavigation ul li a:hover, #mainnavigation ul li a.selected {
	background-image:url(../../../images/common/mainnavigation_background_hover.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}



#subnavigation_container {
	width:100%;
	height:23px;
	background-color:#5485b3;
	border-bottom:1px solid #d6d6d6;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
}

#subnavigation {
}

#subnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-left:15px;
}

#subnavigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#subnavigation ul li a {
	display: block;
	text-align: left;
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	padding:2px 8px;
}


.quicklinks {
	border:1px solid #ccc;
	margin-bottom: 10px;
}

.quicklinks .header {
	padding:5px;
	color:#666;
	background-color:#f4f4f4;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

.quicklinks .body {
	padding:5px;
	background-color:#fff;
}

.quicklinks ul.links {
	list-style:none;
	padding:0px;
	margin:0px;
}

.quicklinks ul.links li {
	padding:2px 0px;
}

.section .toolbox a.save_edit,
.section .toolbox a.edit_section,
.section .toolbox a.addnote,
.section .toolbox a.dropdownbutton,
.section .toolbox a.editprospectdetails,
.section .toolbox a.editsalesinfo,
.section .toolbox a.savenote,
.section .toolbox a.editnote,
.section .toolbox a.deletenote,
a.linkbutton {
	padding:1px 5px;
	min-width:40px;
	background-color:#FCF4B1;
	border:1px solid #DAD186;
	text-decoration:none;
	color:#666;
	display:-moz-inline-box;
	display:inline-block;
	text-align:center;
	text-transform:lowercase;   
	font-size:105%;
	
}
.section .toolbox a.deletenote{
	padding-left: 21px;
}

a.cancel_edit {
    text-transform:lowercase;   
}

a.admin{
	background-image:url(../../../common_images/icons/cog.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 21px;
}


#rows_container {
	padding-bottom:3px;
}

#rows_container > .datarow:first-child {
	border-top:1px solid #d6d6d6;
}

.pagination_container {
}

.pagination_details {
	padding-top:5px;
	float:left;
}

.pagination {
	padding:5px 0px;
	float:right;
	height:20px;
}

.pagination_footer {
	clear:both;
}

.pagination .paginationNumbers, .pagination .paginationText {
	border:1px solid #c4c4c4;
	padding:2px 5px;
	color:#c4c4c4;
	background-color:#fff;
}

.pagination .paginationText {

}

.pagination a {
	text-decoration:none;
}

.pagination .paginationPageNumberSelected .paginationNumbers {
	background-color:#c4c4c4;
	border-color:#c4c4c4;
	color:#fff;
}

.pagination .paginationNextDisabled .paginationText,
.pagination .paginationLastDisabled .paginationText,
.pagination .paginationFirstDisabled .paginationText,
.pagination .paginationPreviousDisabled .paginationText {
	background-color:#fff;
	border-color:#f4f4f4;
	color:#f4f4f4;
}


.datalist .datarow {
	background-repeat:no-repeat;
	background-position:8px 8px;
	padding:8px;
	padding-left:60px;
	min-height:55px;
	height:auto !important;
	height:55px;
}

div.row {
	background-color:#f6f6f6;
}

.datarow h2 {
	font-size:medium;
}

.datarow h3 {
	padding-top:0px;
	font-size:12px;
}

.datarow .footer {
	clear:both;
}

.datarow .row_actions {
	padding-top:0px;
	padding-bottom:0px;
	float:right;
	clear: right;
	margin-bottom: 2px;
}

.main_details {
    max-width:65%;
}

.main_details, .secondary_details {
	float:left;
}
.main_subsection {
	float: none;
	clear: left;
	padding: 10px 0px 0px 0px;
}

.teamlist {
	clear:both;
	margin: 10px;
}

.additional_details {
	float:right;
	text-align:right;
	clear:right;
}

.telephone .detail, .mobile .detail, .fax .detail, .email .detail, .website .detail {
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:10px;
	font-weight:bold;
}

.datarow .row_actions a.icon {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;
	float:left;
	margin-left:5px;
}

.datarow .row_actions a.icon span {
	display:none;
}

.telephone .detail {
	background-image:url(../../../common_images/icons/telephone.png);
}

.mobile .detail {
	background-image:url(../../../common_images/icons/phone.png);
}

.fax .detail {
	background-image:url(../../../common_images/icons/printer.png);
}

.email .detail {
	background-image:url(../../../common_images/icons/email.png);
}

.website .detail {
	background-image:url(../../../common_images/icons/world.png);
}

.additional_details .item .notlisted, .main_details .item .notlisted {
	font-weight:normal;
	font-style:italic;
	color:#aaa;
}
/* absolutely positioned items must have their containing block set to position: relative */
/* containing block is the one containing the 'head' or 'building' icon.  */
.id {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 60px;
	color: #5485B3;
}

a.imagebutton {
	padding-left:26px;
	background-position:5px;
	background-repeat:no-repeat;
}

a.person {
	background-image:url(../../../images/common/person_small.png);
	background-repeat:no-repeat;
	padding-left:21px;
}

a.company, a.organisation {
	background-position:0px 2px;
	background-image:url(../../../images/common/company_small.png);
	background-repeat:no-repeat;
	padding-left:21px;
}

a.salesteam {
	background-image:url(../../../images/common/team_small.gif);
	background-repeat:no-repeat;
	padding-left:21px;
}

a.excel {
	background-image:url(../../../common_images/icons/page_white_excel.png);
	background-repeat:no-repeat;
	padding-left:21px;
}
a.pdftextlink {
	background-image:url(../../../common_images/icons/fuge/document-pdf.png);
	background-repeat:no-repeat;
	padding-left:21px;
}

a.delete {
	background-image:url(../../../common_images/icons/bin_closed.png);
	background-repeat:no-repeat;
	padding-left:21px;
}
a.add {
	background-image:url(../../../common_images/icons/plus.png);
	background-repeat:no-repeat;
	padding-left:21px;
}

a.import {
	background-image:url(../../../common_images/icons/fuge/database-import.png);
	background-repeat:no-repeat;
	padding-left:21px;
}

a.export {
	background-image:url(../../../common_images/icons/fuge/database-export.png);
	background-repeat:no-repeat;
	padding-left:21px;
}

a.entitylist {
	background-image:url(../../../common_images/icons/list.gif);
	background-repeat:no-repeat;
	padding-left:21px;
	display: block;
	margin-bottom: 1px;
}
a.remove{
	background-image:url(../../../common_images/icons/cross.png);
	background-repeat:no-repeat;
	display: block;
	margin-bottom: 1px;
}

a.remove_small {
	background-image:url(../../../common_images/icons/cross_shadow_small.png);
}

a.report {
	background-image:url(../../../common_images/icons/fuge/report.png);
	padding-left: 21px;
	background-repeat:no-repeat;
}

a.listlocked {
	background-image:url(../../../common_images/icons/cross_small_bw.png);
	background-repeat:no-repeat;
	padding-left: 16px;
	display: block;
	margin-bottom: 1px;
	color: #aaa;
}

a.options {

}

div#listlockedmodal a{
margin: 10px 100px 10px 100px;

}
div.quicklinks_list {
	margin: 1px 0px;
}
div.quicklinks_list a{
	display: inline-block;
}
div.quicklinks_list a.locked, div.quicklinks_list a.removeEntityFromList{
	background-repeat:no-repeat;
	display: inline-block;
	margin-bottom: 1px;	
	width: 16px;
	height: 16px;
	padding: 0px;
	text-decoration: none;
}
div.quicklinks_list a.locked{
	background-image:url(../../../common_images/icons/cross_small_bw.png);
}
div.quicklinks_list a.removeEntityFromList{
	background-image:url(../../../common_images/icons/cross_shadow_small.png);
}
div.quicklinks_list a.listLockedPrivate, div.quicklinks_list a.listLockedPublic, div.quicklinks_list a.listUnlockedPrivate, div.quicklinks_list a.listUnlockedPublic{
	background-repeat: no-repeat;
	padding-left: 21px;
	background-image:url(../../../common_images/icons/list_aligned.gif);
}
div.quicklinks_list a.listLockedPrivate,  div.quicklinks_list a.listUnlockedPrivate{
	background-repeat: no-repeat;
	padding-left: 21px;
	background-image:url(../../../common_images/icons/list_keys.gif);
}

a.product {
	background-image:url(../../../images/common/product_small.png);
	background-repeat:no-repeat;
	padding-left:21px;
}

h2 a.product {
    background-image:none;
	padding-left:1px;
}

a.remove {
	background-image:url(../../../common_images/icons/fuge/minus_circle.png)
}

.main_details .item, .additional_details .item, .secondary_details .item {
	padding-top:3px;
}

.main_details .item .header, .secondary_details .item .header, .additional_details .item .header {
	font-weight:bold;
}

.main_details .item .lesser {
	font-size: smaller;
}
.main_details .item .block{
	white-space:pre;
}
#entitylistselect{
	display: inline-block;
}
#entityListId {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #999;
	width: 150px;
}
#entityListId > optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #999;
}
#entityListId  option {
	color:#4881B5;
}
#entityListId  option.entitylistOptionDisabled {
	color: #999;
}

.IntroText{
	width: 280px;
	margin-bottom: 10px;
}
#create_entitylist_form .errorHolder{
	height: 20px;
}
div.entityListsQuickLinks  div.body img.icon{
	margin: 0px;
}
div.entityListsQuickLinks  div.body a.deleteList{
	background-image:url(../../../common_images/icons/cross.png);
	background-repeat:no-repeat;
	padding-left:21px;
	margin-bottom: 1px;
	display: inline-block;
}
div.entityListsQuickLinks  div.body a.editList{
	background-image:url(../../../common_images/icons/list_edit.gif);
	background-repeat:no-repeat;
	padding-left:21px;
	margin-bottom: 1px;
	display: inline-block;
	float: left;	
}
div.entityListsQuickLinks  div.body img.listLarger{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.entityListsQuickLinks  div.body div.listDescription{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 150px;
}
div.entityListsQuickLinks  div.body div.listActionButtons a{
	margin-right: 3px;
}
div.clear{
	height: 1px;
	line-height: 0px;
	border: none;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: none;
}
div.deletelist_buttons{
	margin: 20px auto 0px auto; 
	width: 120px; 
	white-space: nowrap; 
	padding-right: 20px;
}
.addtoentitylist{
	float: left;
}
div#entitylistselect{
	float: left;
}
div.importResult{
	padding: 10px 10px 10px 36px;
	background-image:url(../../../common_images/icons/fuge/tick.png);
	background-repeat:no-repeat;
	background-position: 10px 10px;
	width: auto;
	font-weight: bold;
}
div.importErr{
	background-image:url(../../../common_images/icons/cross_shadow.png);
}

div.linkPopUp {
    clear:both;
    width:390px;
    height:185px;
    position:absolute;
    background: url(../../../common_images/dropshadow.png) no-repeat;
    display:none;
    overflow:hidden;
    padding-right:10px;
    padding-bottom:10px;
    z-index:1000;
    
}

div.linkPopUp .header {
    background-color:#4881b5;
}

div.linkPopUp .header, div.linkPopUp .body {
    padding:6px;
}

div.linkPopUp .body {
    background-color:#fff;
    margin-left:1px;
    margin-right:2px;
}

div.linkPopUp .item .header {
    width:auto;
    background-color:Transparent;
    padding:0px;
    margin-right:0px;
    font-weight:bold;
    display:block;
}

div.linkPopUp h2 a {
    color:#fff;
}

div.linkPopUp img {
    float:right;
}

div.linkPopUp .inner div.col1,
div.linkPopUp .inner div.col10,
div.linkPopUp .inner div.col15,
div.linkPopUp .inner div.col20 {
    float:left;
}

div.linkPopUp .inner div.col1 {
    width:10px;
}

div.linkPopUp .inner div.col10 {
    width:100px;
}

div.linkPopUp .inner div.col15 {
    width:150px;
}

div.linkPopUp .inner div.col20 {
    width:200px;
}

div.linkPopUp .inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#maintabs, #recipientsTabs
{
    padding: 0px;
}


#maintabs ul, ul.ui-tabs-nav, ul.paintboxtabs
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    top: 1px;
    position: relative;
    border: none;
    font-family: inherit;
}
.paintboxtabs_container
{
    border: 1px solid #DDDDDD;
    padding: 5px;
}

#maintabs ul li, ul.ui-tabs-nav li, ul.paintboxtabs li
{
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
}

#maintabs ul li a,
ul.ui-tabs-nav li a,
ul.ui-tabs-nav li a:hover,
ul.paintboxtabs li a
{
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 8px;
    border: none;
    margin-right: 0px;
    margin-left: 10px;
    background-color: #eee;
    color: #666;
    font-size: 100%;
    top: 4px;
    background-image: none;
}

ul.lookuptabs li a {
    top:6px;
}




ul.lookuptabs {
    border-bottom:1px solid #ddd;
    margin:5px 0px;
}


#maintabs ul li a.selected, ul.ui-tabs-nav li.ui-tabs-selected a, ul.paintboxtabs li a.selected
{
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #5485b3;
    font-size: 125%;
    top: 0px;
}

ul.paintboxtabs:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.paintboxtabs_container:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.ui-tabs-nav li a
{
    line-height: 15px;
}
ul.ui-tabs-nav li.ui-tabs-selected a
{
    line-height: 18px;
}
ul.ui-tabs-nav li.ui-tabs-selected a:hover
{
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #5485b3;
    font-size: 125%;
    top: 0px;
}

#maintab_body_container
{
    clear: both;
}

#maintab_body
{
    margin-right: 210px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding: 0 10px;
}

.ui-tabs-panel
{
    margin-right: 0px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding: 10px;
    font-size: 1em;
    font-family: Arial, Helvetica, Sans-Serif;
}


#maintabs .tools
{
    text-align: right;
    padding-right: 210px;
}

ul.lookuptabs li a.selected {
    top:1px;
}

#salesteamsdatalist {
	padding: 5px 0px;
}


#salesteamsdatalist .datarow {
	background-image:url(../../../images/common/team.gif);
}

#salesteamsdatalist .team, #salesteamsdataview .team {
	padding-top:2px;
}

#salesteamsdatalist .telephone_numbers {
	padding-top:4px;
	font-size:14px;
}



.dataview {
	
}

.dataview .section {
	border-top:1px solid #eee;
	margin-bottom:3px;
	padding:8px 2px;
}

.dataview .section .body {
	
}

.dataview .section-alt {
	background-color:#fff;
}

.dataview .headersection {
	border-top:none;
	background-color:#fff;
	padding-left:60px;
	background-repeat:no-repeat;
	background-position:4px 6px;
	border:none;
}

.dataview .topsection {
    border-top:none;
}

.dataview .section .header h2 {
	font-size:15px;
	color:#5485b3;
}

.dataview .headersection h2 {
	font-size:medium;
	color:#5485b3;
}

.dataview .section h3 {
	font-size:13px;
}

.dataview .headersection h3 {
	font-size:13px;
	color:#5485B3
}

.dataview .headersection h4 {
	font-size:12px;
}

.dataview .additional_details {
	text-align:left;
}

.businesscard .telephone .detail,
.businesscard .mobile .detail,
.businesscard .fax .detail,
.businesscard .email .detail,
.businesscard .website .detail,
.dataview .additional_details .detail,
.main_details .telephone .detail {
	padding-bottom:5px;
	background-position:top left;
}

.businesscard .telephone .detail,
.businesscard .mobile .detail,
.businesscard .fax .detail,
.businesscard .email .detail,
.businesscard .website .detail,
.dataview .additional_details .telephone .detail,
.dataview .additional_details .mobile .detail,
.dataview .additional_details .fax .detail,
.dataview .additional_details .email .detail,
.dataview .additional_details .website .detail,
.main_details .telephone .detail {
	display:block;
}

.dataview form .additional_details .detail {
	padding-bottom:0px;
}

.dataview .section .footer {
	clear:both;
	padding-bottom:10px;
}

.sectioneditor {
	display:none;
}

.section .toolbox {
	float:right;
	padding-bottom:4px;
}

.section .toolbox a {
	
}

.section .toolbox a.save_edit:hover, .section .toolbox a.edit_section:hover {
	background-color:#fdf198;
}

.section .toolbox ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.section .toolbox ul.first {
	position: relative;
}

.section .toolbox ul ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: -80px;
}

.section .toolbox ul.first li:hover ul,
.section .toolbox ul.first li.sfHover ul {
  top: 18px;
}

.section .toolbox ul ul li a {
  width: 130px;
  text-align:left;
}

.section .toolbox ul ul li.later a {
	border-top:none;
}

.section .toolbox a:hover {
	/*background-color:#fdf198;*/
}

.section .toolbox ul.dropdown li a.dropdownbutton {
	background-image:url(../../../images/common/drowndownindicator.png);
	background-position:right 3px;
	padding-right:15px;
	background-repeat:no-repeat;
}



#peopledatalist .datarow {
	background-image:url(../../../images/common/head.png);
}

#organisationsdatalist .datarow {
	background-image:url(../../../images/common/building.png);
}

#peopledatalist .company, #persondataview .company {
	padding-top:2px;
}

.row_actions a.email_contact {
	background-image:url(../../../common_images/icons/email.png);
}

.row_actions a.star_contact {
	background-image:url(../../../common_images/icons/star.png);
}

.row_actions a.hotlist_contact {
	background-image:url(../../../common_images/icons/flag_red.png);
}

#contactdatalist .telephone_numbers {
	padding-top:4px;
	font-size:14px;
}

.telephone .header, .mobile .header, .email .header, .fax .header, .website .header {
	display:none;
}

.datalist .additional_details .telephone_numbers .item {
	display:inline;
}

.additional_details .address {
	padding-top:18px;
}



#persondataview .headersection {
	background-image:url(../../../images/common/head.png);
}

#organisationdataview .headersection {
	background-image:url(../../../images/common/building.png);
}

.addresssection .maindetails .address {
	float:left;
	min-width:340px;
	padding-bottom:5px;
	background-image:none;
	padding-left:0px;
}

.addresssection .compAddress {
	font-style:italic;
}

.dataview .section h3.salesstatus {
	color:#5485B3;
	font-size:16px;
}

label.rolename {
	font-weight:normal;
	vertical-align: top;
	width: 130px;
}

input.firstname, input.surname {
	width:130px;
}

table.personList td.deletecolumn {
	width:50px;
}
.userRole{
	display: inline-block;
	margin: 2px;
}

#trainerprofileheader-edit-body textarea{
	width: 500px;
	height: 100px;
}

.ui-dialog #roomdetailsection-edit .footer {
    clear:both; padding-bottom:20px
}

#salesteamdataview .headersection {
	background-image:url(../../../images/common/team.gif);
}


#productdataview .headersection {
	background-image:url(../../../images/common/product.png);
}


.imageadmin_container {
	float:left;
	width:100px;
	display:inline;
	margin:5px;
	text-align:center;
}

.imageadmin_container img {
	margin-bottom:5px;
	border:1px solid #ddd;	
}

#uploadimage {
	clear:both;
	margin-left:5px;
}

#uploadimagelink {
	background-image:url(../../../common_images/icons/fuge/image_plus.png);
	cursor:pointer !important;
}

a.removeproductimage {
	background-image:url(../../../common_images/icons/fuge/minus_circle.png);
}

table.bom {
	width:600px;
}


table.bom th.code {
	width:20%;
}

table.bom th.name {
	width:60%;
}

table.bom th.quantity {
	width:8%;
}

table.bom th.action {
	width:12%
}

textarea.productdescription {
	width:250px;
}

table.postagetable .areaname {
    text-align:center;
}

table.postagetable input.bandname {
    width:90px;
}

table.productlist tr, table.addremovelist tr {
    height:24px;
}

table.addremovelist td.remove {
    width:80px;
}

div.variantgroup {
    padding-bottom:20px;
}

#productdatalist .datarow {
	background-image:url(../../../images/common/product.png);
}

#addproductmodal {
    width:735px!important;
}

#categorymodal label {
    vertical-align:top;
}

#categorymodal textarea {
    width:400px;
    height:60px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../../../images/common/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.ac_results .name {
	font-weight:bold;
}

.ac_results .address {
	font-size:80%;
}

.ac_results strong {
	color:#4881b5;
	font-weight:inherit;
}

.ac_over strong {
	color:#B58048;
}


.ui-dialog {
    font-family:Arial,Helvetica,sans-serif;
	background-color:#fff;
	border:3px solid #D6D6D6;
}

.ui-dialog-container { /* the whole dialog window. */
	
}

.ui-dialog-titlebar { /*the titlebar.*/
	color:#5485B3;
	font-weight:bold;
	background-color:#eee;
	padding:5px;
	border-bottom:1px solid #d6d6d6;
}

a.ui-dialog-titlebar-close { /* the close button (the top-right X)... */
	right:4px;
	position:absolute;
	text-decoration:none;
	color:#aaa;
	padding:0 2px 0 3px;
	font-size:12px;
	margin-top:2px;
}

a.ui-dialog-titlebar-close-hover { /* ...and its hover style. */
	background-color:#aaa;
	color:#eee;
	text-decoration:none;
}

.ui-dialog-content { /* additional style for dialog contents. */
	padding:10px;
}

.ui-dialog-buttonpane { /* the container for the dialog buttons (like "Yes", "No", "Cancel") */
	padding:10px;
}

.ui-dialog-buttonpane button {
	background-color:#FCF4B1;
	border:1px solid #DAD186;
	color:#666666;
	display:inline-block;
	min-width:40px;
	padding:1px 5px;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	margin-right:3px;
}

.activitynote-edit {
	display:none;
}

.section .toolbox a.savenote {
	display:none;
}

.activitynote-edit, .activitynote {
	padding:8px;
	margin:5px 0px;
	margin-left:0px;
	padding-bottom:0px;
	background-color:#f4f4f4;
}

.activitynote .header {
	font-weight:bold;
}

.activitynote .body {

}

.activitynote .footer {
	padding-top:12px;
}

.activitynotes_container .dateseparator {
	font-weight:bold;
	margin-top:5px;
}

.prospecthistory .propsectdetail {
	margin-bottom:15px;
}

.orderhistorydetail {
	margin-bottom:15px;
}

#newnote {
	display:none;
}
form.deletenoteform{
	display: inline;
}

body.login_body{
	background-color: #fff;
}
div#loginSection, div#errMsgSection{
	background-color: #fff;
	padding: 10px;
}

div#loginpanelwrapper h1{
	text-align: center;
	margin-top: 20px;
}

div#loginpanelwrapper, div#errMsgBox{
	margin: 20px auto;
	border: 1px solid #DAD186;
	background-color:#FCF4B1;
	width: 400px;
}
form#miniloginform, div.loggedin_info, form#forgottenpasswordform, div#passwordremindertext, div#errMsg{
	width: 360px;
	margin: 20px auto;
	text-align: center;
}

form#miniloginform fieldset, form#forgottenpasswordform fieldset{
	border: none;
	margin:5px 0px;
}

form#miniloginform fieldset div.formRow, form#forgottenpasswordform fieldset div.formRow{ 
	margin:5px 0px;
	clear: left;
}

form#miniloginform fieldset div.formRow label, form#forgottenpasswordform fieldset div.formRow label{
	float:left;
    margin:2px 5px 2px 0;
    padding-left:20px;
    text-align:left;
    width:130px;
}

form#miniloginform fieldset div.formRow input#username,
form#miniloginform fieldset div.formRow input#password {
    width:170px;
}

form#miniloginform fieldset div.formRow input, form#forgottenpasswordform fieldset div.formRow input{
	margin: 2px 0px;
	float: left;
}

form#miniloginform .buttonstyling input, form#forgottenpasswordform .buttonstyling input{
	padding:1px 5px;
	text-decoration:none;
	min-width:40px;
	display:-moz-inline-box;
	display:inline-block;
	text-align:center;
}

div.afterFormSubmit{
	clear: both;
	float: none;
}
div.forgotlink{
	clear: both;
	text-align: right;
	margin-top: 20px;
	color:#4881B5;
}

span.user_name{
	color: #231F51;
	font-weight: bold;
	font-size: larger;
}
span.logoutlink{
	display: block;
}




/* CSS Document */

div.picker_group{
	clear: both;
}
div.picker_type{
	clear: both;
	margin: 10px;
	color: #444466;
}
div.picker_selected, div.picker_buttons, div.picker_available{
	float: left;
	margin: 10px;
}
.picker_selectbox{
	width: 200px;
	border: 1px solid #D6D6D6;
}
.picker_selectbox option{
	color: #6C91B4;
}
.picker_buttons input{
	display: block;
	margin: 20px;
	width: 30px;
	text-align: center;
	border:1px solid #DAD186;
	color:#666666;
	background-color:#FCF4B1;
	padding:1px 5px;
	text-decoration:none;	
}



#filterContainer  {
	color:#666;
}

#filterContainer .filter,  #filterContainer .sort{
	background-color:#ffdda6;
	border:1px solid #cda566;
	padding:1px 5px;
	display:-moz-inline-box;
	display:inline-block;
	width:auto;
}

#filterContainer .sort {
	background-color:#EEE9D7;
	border:1px solid #BCBC7A;
}


#filterContainer ul.jd_menu {
	display:-moz-inline-box;
	display:inline-block;
	width:auto;
	margin:0px;
	padding:0px;
}

#filterContainer ul.jd_menu, 
#filterContainer ul.jd_menu_vertical {
	list-style-type: none;
}
#filterContainer ul.jd_menu ul,
#filterContainer ul.jd_menu_vertical ul {
	display: none;
	margin-left:0px;
}
#filterContainer ul.jd_menu li {
	margin:0px;
	text-align:right;

}

#filterContainer ul.jd_menu ul li {
	padding:1px 5px;
}
#filterContainer ul.jd_menu_vertical {
	width: auto;
}
#filterContainer ul.jd_menu_vertical li {
	float: none;
}

#filterContainer ul.jd_menu,
#filterContainer ul.jd_menu ul,
#filterContainer ul.jd_menu_vertical,
#filterContainer ul.jd_menu_vertical ul {
}

#filterContainer ul.jd_menu ul {

	background-color: #ffdda6;
	border: 1px solid #cda566;
}
#filterContainer .sort ul.jd_menu ul {

	background-color:#EEE9D7;
	border:1px solid #BCBC7A;
}

/* -- Sub-Menus -- */
#filterContainer ul.jd_menu ul,
#filterContainer ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 90000;
	background-color:#ffdda6;
}
#filterContainer .sort ul.jd_menu ul,
#filterContainer .sort ul.jd_menu_vertical ul {
	background-color:#EEE9D7;
}
#filterContainer ul.jd_menu ul li,
#filterContainer ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

#filterContainer ul.jd_menu ul {
	margin-left:16px;
	margin-top:2px;
}

#filterContainer ul.jd_menu ul.addfilter {
	margin-left:6px;
}

#filterContainer ul.jd_menu ul ul {
	margin-top:-2px;
	margin-left:-1px;
}


#filterContainer ul.jd_menu_vertical {
	height: auto;
}

#filterContainer ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}

#filterContainer ul.jd_menu li {
	color: #666;	
	cursor: pointer;
	white-space: nowrap;
}

#filterContainer ul.jd_menu li li {
	/*width: 200px;*/
}

#filterContainer ul.jd_menu li a {
	color: #666;
	text-decoration: none;
}

#filterContainer ul.jd_menu li.jdm_hover,
#filterContainer ul.jd_menu li.jdm_active {

}


#filterContainer .filter .delete a, #filterContainer .sort .delete a{
	display:-moz-inline-box;
	display:inline-block;
	width:7px;
	background-image:url(../../../images/common/tinycross.png);
	height:0px;
	padding-top:7px;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-left:2px;
	margin-right:-2px;
}

#filterContainer .filter .delete a:hover {
	background-image:url(../../../images/common/tinycross_dark.png);
}






div.tools button{
	background-color: #C4CBAA;
	border: 1px solid #6F7849;
	color: #000;
}
button.expand{
	background-image: url(../../../images/genericwebsite/bullet_plus_min.gif);
	height: 9px;
	width: 9px;
	border: none;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	position: relative;
	top: -3px;
}
	

a.moreIconsToggle, a.lessIconsToggle{
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	float: right;
}
ul.iconList{
	list-style-type: none;
}

ul.salesReports, ul.adminReports, ul.adminTools {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: small;
	margin-left:10px;
	margin-top: 10px;
	height: 80px;
}

ul.salesReports li, ul.adminReports li , ul.adminTools li{
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0;
	height: 80px;
}
ul.salesReports li a, ul.adminReports li a, ul.adminTools li a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
    padding-top:45px;
}
ul.salesReports li a, ul.adminReports li a, ul.adminTools li a
{
	background-image:url(../../../images/common/report.png);
	background-repeat:no-repeat;
	background-position:top;
	width: 60px;
}

ul.adminTools li a
{
	background-image:url(../../../images/common/tools.gif);
}
.downloadButton{
	padding-right: 20px;
	background-image: url(../../../common_images/icons/icon_download_paddedright.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.viewButton{
	padding-right: 20px;
	background-image: url(../../../common_images/icons/eye_paddedright.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div.report{
	width: 100%;
}

div#reportOptions{
    background-color: #FFFFCC;
}

div#reportOptions form {
    
}

form#form_pipeline_report_options, form#form_companyspend_report_options{
    background-color:#FCF4B1;
    border:1px solid #DAD186;
    margin:10px 0px 5px 0px;
    padding:10px;
    width: 675px;
}

form#form_companyspend_report_options{
width: 550px;
}

div.report span.reportOutputOptionLabel{
	display: block;
	float:left;
	clear: left;
	width: 10em;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div.report span.reportOutputOption{
	display: block;
	float:left;
	clear: none;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
div.report table{
	border: none;
	border-collapse: collapse;
	background-color: #ffffff;
	float: none;
	clear: left;
}

td.sectionHeader, td.separator{
	border: none;
}

div.report table tr td, div.report table tr th{
	padding: 5px;
	vertical-align: top;
}

div.report table tr td.reportRowLabel{
	font-weight: bold;
}

tr.headerRow{
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #000;
}
tr.sortableHeaderRow{
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #000;
}
div.report table tr.sortableHeaderRow th.col1 {
	border-left:1px solid #ccc;
}

div.report table tr.sortableHeaderRow th {
	border-right:1px solid #ccc;
	padding-right: 20px;
	cursor: pointer;	
}

div.report table tr th.ascending{
	background-image: url(../../../common_images/icons/sort_arrow_up_paddedright.gif);
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right top;	
	cursor: pointer;
}
div.report table tr th.descending{
	background-image: url(../../../common_images/icons/sort_arrow_down_paddedright.gif);
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right top;	
	cursor: pointer;	
}
div.report table tr th.col1{
	width: 190px;
	min-width: 190px;
}

div.report table tr th.col2{
	width: 190px;
	min-width: 190px;
}

div.report table tr th.col3{
	width: 70px;
	min-width: 70px;
}

div.report table tr th.col4{
	width: 70px;
	min-width: 70px;
}
div.report table tr th.col5{
	width: 70px;
	min-width: 70px;
}
div.report table tr th.col6{
	width: 70px;
	min-width: 70px;
}
div.report table tr th.col7{
	width: 70px;
	min-width: 70px;
	text-align: right;
}
tr.alt-row{
	background-color: #F5F9FC;
}

th.totalsLine, td.totalsLine{
	background-color: #E9F1F8;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

div#scroll {
  width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}

div#scroll th.col1,
div#scroll td.col1{
  width: 190px;
  min-width: 190px;
  text-align: left;
}
div#scroll th.col2,
div#scroll td.col2{
  width: 60px;
  min-width: 60px;
  text-align: left;
}
div#scroll th.col3,
div#scroll td.col3{
  width: 80px;
  min-width: 80px;
  text-align: left;
}
div#scroll th.col4thru16,
div#scroll td.col4thru16{
  width: 75px;
  min-width: 75px;
  text-align: right;
}
div#companyspendreport table {
	width: 100%;
	margin-bottom: 3px;
}
div#companyspendreport tr th.col2{
	width: 250px;
	min-width: 250px;
}
div#companyspendreport tr th.col1{
	width: 250px;
	min-width: 250px;
}


.reportoptions {
	width: 100%;
}

.reportoptions form {
	background-color:#FCF4B1;
	border:1px solid #DAD186;
	padding:10px;
	display:none;
	text-align:left;
    position:absolute;
    z-index:900;
    right:215px;
    width:730px;
}

a.options_on {
	border-bottom:none;
}

.persistantoptions form {
	margin:10px 0px 5px 0px;
	display:block;
}

table.reportTable {
	border-collapse:collapse;
	width:100%;
}

table.reportTable tr.header {
	background-color: #eeeeee;
}

table.reportTable tr th, table.reportTable tr td {
	padding:10px;
}
div.afterReportsIconsSection{
	clear:both;
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 0em;
	font-size: 0em;
	width: 100%
}

#reportdatalist.datalist .datarow {
	padding:8px;
}

.delta_up, .delta_down {
	padding-right:16px;
	background-repeat:no-repeat;
	background-position:right;
}

.delta_up {
	background-image:url(../../../common_images/icons/fuge/arrow_090.png)
}

.delta_down {
	background-image:url(../../../common_images/icons/fuge/arrow_270.png)
}



#docrepdatalist .datarow {
	background-image:url(../../../images/common/document.gif);
}
a.summarytoggle{
	text-decoration: underline;
	cursor: pointer;
}
span.meta{
	color: #999999;
	}



#docrepdataview .headersection {
	background-image:url(../../../images/common/document.gif);
}

#docrepdataview #classHeaderSection, #docrepdataview #classHeaderSection-edit {
	background-image:url(../../../images/common/document_class.gif);
}

#docrepdataview .headersection .summary{
	width: 450px;
	min-height:150px;
	height:auto !important;
	height:150px;

}
#docrepdataview .masterSelect, #docrepdataview .slaveSelect{
	float: left;
	margin: 10px;
}
#docrepdataview .masterSelect select, #docrepdataview .slaveSelect select{
	width: 250px;
	color: #5F5F5F;
}
#docrepdataview #optionHolder {
	visibility: hidden;
}

#documentHeaderSection-edit-body form div.main_details{
	width: 90%;
}

#documentHeaderSection-edit-body div.summary{
	vertical-align: top;
}

#documentHeaderSection-body{
	width: 90%;
}

#docrepdataview div.roleList div{
	display: inline; 
	white-space: nowrap;
}
#docrepdataview div.roleList label.checkbox{
	width: 200px;
	margin: 3px;
}
#documentPermissionsSection-edit-body, #documentPermissionsSection-body{
	width: 90%;
}

	




a.documentdownload {
	background-image:url(../../../common_images/icons/fuge/document.png);
	background-repeat:no-repeat;
	padding-left:21px;
	padding-top:1px;
}

.downloadDocument{
	font-size: small;
	font-weight: normal;
	color: #4881B5;
	margin-top: 3px;
}

a.doc, a.docx {
    background-image:url(../../../common_images/icons/fuge/document_word.png);
}

a.pdf {
    background-image:url(../../../common_images/icons/fuge/document-pdf.png);
}

a.ppt {
    background-image:url(../../../common_images/icons/fuge/document-powerpoint.png);
}

a.ai {
    background-image:url(../../../common_images/icons/fuge/document-illustrator.png);
}

a.xls, a.xlsx {
    background-image:url(../../../common_images/icons/fuge/document_excel.png);
}

a.jpg, a.jpeg, a.gif, a.png, a.bmp {
    background-image:url(../../../common_images/icons/fuge/document-image.png);
}

.searchTerms{
	background-color: #FEFBE0;
	padding: 2px;
}

.searchTerms .query {
	font-weight:bold;
}

.hilite {
	background-color:#fcf4b1;
	text-decoration:inherit;
}

a.siliconvine {
	padding-left:15px;
	background-image:url(../../../images/common/sv-leaftiny.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	text-decoration:none;
}

a.siliconvine .silicon {
	color:#FF6600;
}

a.siliconvine .vine {
	color:#A7B8A6;
}

dl.activityfeed dt {
	color:#5485B3;
	font-weight:bold;
}

dl.activityfeed dd .date {
	font-size:10px;
	font-weight:bold;
	color:#aaa;
}

dl.activityfeed dd em {
	font-weight:normal;
}

dl.activityfeed dd {
	padding-top:2px;
	padding-bottom:2px;
}

.freetext_tag, .product_tag {
	
}

.product_tag {
	background-repeat:no-repeat;
	padding-left:17px;
	background-image:url(../../../images/common/product_small.png);	
}

/*
------------------------------
	Impromptu's
------------------------------
*/
.jqiwarning .jqi{ background-color: #b0be96; }
.jqifade{
	position: absolute;
	background-color: #ffffff;
}
div.jqi{
	position: absolute;
	background-color: #d0dEb6;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.jqi .jqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #c0cEa6;
}
div.jqi .jqicontainer{
	background-color: #e0eEc6;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.jqi .jqimessage{
	background-color: #c0cEa6;
	padding: 10px;
}
div.jqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.jqi button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

/*
------------------------------
	impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
	position: absolute;
	background-color: #ffffff;
}
div.impromptu{
    position: absolute;
	background-color: #cccccc;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.impromptu .impromptuclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer{
	background-color: #213e80;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.impromptu .impromptumessage{
	background-color: #415ea0;
	padding: 10px;
}
div.impromptu .impromptubuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.impromptu button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

/*
------------------------------
	columns ex
------------------------------
*/
.colsJqifadewarning .colsJqi{ background-color: #b0be96; }
.colsJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.colsJqi{
    position: absolute;
	background-color: #d0dEb6;
	padding: 10px; 
	width: 400px;
	text-align: left;
}
div.colsJqi .colsJqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #bbbbbb;
}
div.colsJqi .colsJqicontainer{
	background-color: #e0eEc6;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
	height: 160px;
}
div.colsJqi .colsJqimessage{
	background-color: #c0cEa6;
	padding: 10px;
	width: 280px;
	height: 140px;
	float: left;
}
div.colsJqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.colsJqi button{
	background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
	width: 75px;
}
div.colsJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
------------------------------
	brown theme
------------------------------
*/
.brownJqiwarning .brownJqi{ background-color: #cccccc; }
.brownJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.brownJqi{
	position: absolute;
	background-color: transparent;
	padding: 10px;
	width: 300px;
	text-align: left;
}
div.brownJqi .brownJqiclose{
    float: right;
    margin: -20px 0 0 0;
    cursor: pointer;
    color: #777777;
    font-size: 11px;
}
div.brownJqi .brownJqicontainer{
	position: relative;
	background-color: transparent;
	border: solid 1px #5F5D5A;
	color: #ffffff;
	font-weight: bold;
}
div.brownJqi .brownJqimessage{
	position: relative;
	background-color: #F7F6F2;
	border-top: solid 1px #C6B8AE;
	border-bottom: solid 1px #C6B8AE;
}
div.brownJqi .brownJqimessage h3{
	background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
	margin: 0;
	padding: 7px 0 7px 15px;
	color: #4D4A47;
}
div.brownJqi .brownJqimessage p{
	padding: 10px;
	color: #777777;
}
div.brownJqi .brownJqimessage img.helpImg{
	position: absolute;
	bottom: -25px;
	left: 10px;
}
div.brownJqi .brownJqibuttons{
	text-align: right;
}
div.brownJqi button{
	background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
}
div.brownJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
*------------------------
*   clean blue ex
*------------------------
*/
.cleanbluewarning .cleanblue{ background-color: #acb4c4; }
.cleanbluefade{ position: absolute; background-color: #aaaaaa; }
div.cleanblue{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; width: 300px; font-size: 11px; text-align: left; border: solid 1px #213e80; }
div.cleanblue .cleanbluecontainer{ background-color: #ffffff; border-top: solid 14px #213e80; padding: 5px; font-weight: bold; }
div.cleanblue .cleanblueclose{ float: right; width: 18px; cursor: default; margin: -19px -12px 0 0; color: #ffffff; font-weight: bold; }
div.cleanblue .cleanbluemessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.cleanblue .cleanbluebuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.cleanblue button{ padding: 3px 10px; margin: 0 10px; background-color: #314e90; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.cleanblue button:hover{ border: solid 1px #d4d4d4; }

/*
*------------------------
*   Ext Blue Ex
*------------------------
*/
.extbluewarning .extblue{ border:1px red solid; }
.extbluefade{ position: absolute; background-color: #ffffff; }
div.extblue{ border:1px #6289B6 solid; position: absolute; background-color: #CAD8EA; padding: 0; width: 300px; text-align: left; }
div.extblue .extblueclose{ background-color: #CAD8EA; margin:2px -2px 0 0; cursor: pointer; color: red; text-align: right; }
div.extblue .extbluecontainer{ background-color: #CAD8EA; padding: 0 5px 5px 5px; color: #000000; font:normal 11px Verdana; }
div.extblue .extbluemessage{ background-color: #CAD8EA; padding: 0; margin:0 15px 15px 15px; }
div.extblue .extbluebuttons{ text-align: center; padding: 0px 0 0 0; }
div.extblue button{ padding: 1px 4px; margin: 0 10px; background-color:#cccccc; font-weight:normal; font-family:Verdana; font-size:10px; }

.pbpromptfade { position: absolute; background: #000;}
div.pbprompt {background-color:#fff; border:8px #ddd solid; position: absolute; padding:5px; width:300px;}

div.pbprompt .pbpromptclose { float: right;
    margin: 0px 5px 0 0;
    cursor: pointer;
   color:#AAAAAA;
font-size:12px; font-weight:bold;}
	
div.pbprompt .pbpromptbuttons{
	text-align: center;
	padding: 10px 0 0 0;
}

div.pbprompt h2 {
	margin-bottom:5px;
}

.infobox {
	margin:auto;
	margin-top:5px;
	padding:5px;
	border-width:1px;
	border-style:solid;
	background-repeat:no-repeat;
	background-position:10px 5px;
	padding-left:36px;
}

.warningbox {
	border-color:#f90;
	background-color:#FFC266;
	background-image:url(../../../common_images/icons/fuge/exclamation__frame.png);
}

#createpersonatorganisationmodal .warningbox {
	margin-right: 20px;
}

#ticketdataview .headersection {
	background-image: url(../../../images/common/supportticket.png)
}

#warehousesdatalist .datarow {
	background-image:url(../../../images/common/warehouse.png);
}

#warehousedataview .headersection {
	background-image:url(../../../images/common/warehouse.png);
}

a.goodsin {
	background-image:url(../../../common_images/icons/fuge/arrow.png);
}

a.goodsout {
	background-image:url(../../../common_images/icons/fuge/arrow_180.png);
}

a.stocktransfer {
	background-image:url(../../../common_images/icons/fuge/arrow_transfer.png);
}

input.rack, input.row, input.bin {
	width:50px;
	margin-right:15px;
}

#goodsinmodal.ui-dialog-content,
#goodsoutmodal.ui-dialog-content,
#stocktransfermodal.ui-dialog-content {
	padding:0px;
}

table.productStockTable {
    margin-bottom:10px;
    margin-top:10px;
}

.dataview .section table.productStockTable h3 {
    font-size:125%;
}

table.productStockTable th.location {
	width:200px;
}

table.productStockTable th.instock,
table.productStockTable th.available {
	width:100px;
}

table.productStockTable tr.contractTotals {
    font-size:125%;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}

.warehouseStockReport {
	margin:20px 0px;
}

table.stockmovement_quantities {
	padding-bottom:0px;
}

table.stockmovement_quantities th, table.stockmovement_quantities td {
	width:90px;
	text-align:center;
	padding:0px;
}

table.stockmovement_quantities th {
	font-size:120%;
}

table.stockmovement_quantities td .new_quantity {
	font-size:120%;
	font-weight:bold;
	color:#0a0;
}

#reportdatalist.stockmovementreport .typedate {
	width:25%;
}

#reportdatalist.stockmovementreport .productname {
	font-size:120%;
	font-weight:bold;
	padding-top:3px;
}

.stockmovementreportoptions .daterange {
	width:40%;
	float:right;
}

.stockmovementreportoptions .daterange label {
	width:auto;
}

.stockmovementreportoptions .warehouses {
	width:60%;
	float:left;
}

.stockmovementreportoptions .warehouses label.checkbox {
	width:auto;
}

.stockmovementreportoptions .actionRow {
	clear:both;
	text-align:right;
}

#goodsinmodal textarea.notes,
#goodsoutmodal textarea.notes,
#stocktransfermodal textarea.notes {
	height:40px;
}

#reportdatalist.stockmovementreport .main_details {
	width:35%;
}


.modal fieldset {
	display:block;
}

.modal fieldset.actionrow {
	position:absolute;
	bottom:10px;
	border:none;
	padding:0px;
}

.modal .statusrow {
	padding:5px 0px;
}

.modal .statusrow label {
	width:auto;
	vertical-align:inherit;
}

.modal fieldset {
	border:1px solid #D6D6D6;
    margin:5px 15px 0 5px;
	padding:5px 15px;
}

.modal fieldset legend {
	color:#5485b3;
	font-weight:bold;
	
}

.modal .actionrow {
    padding-top:5px;
    clear:both;
}

.modal fieldset.actionrow a.linkbutton {
	padding:5px 10px;
	font-weight:bold;
}

.ui-dialog .modal  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.ui-dialog-buttonpane {
    padding:0px;
}

.ui-dialog-content {
    padding:5px;
}

.row_actions  {
	color:#666;
}

.row_actions ul.jd_menu {
	display:-moz-inline-box;
	display:inline-block;
	width:auto;
	margin:0px;
	padding:0px;
}

.row_actions ul.jd_menu, 
.row_actions ul.jd_menu_vertical {
	list-style-type: none;
}
.row_actions ul.jd_menu ul,
.row_actions ul.jd_menu_vertical ul {
	display: none;
	margin-left:0px;
}
.row_actions ul.jd_menu li {
	margin:0px;
	text-align:right;

}

.row_actions ul.jd_menu ul li {
	padding:1px 5px;
}
.row_actions ul.jd_menu_vertical {
	width: auto;
}
.row_actions ul.jd_menu_vertical li {
	float: none;
}

.row_actions ul.jd_menu,
.row_actions ul.jd_menu ul,
.row_actions ul.jd_menu_vertical,
.row_actions ul.jd_menu_vertical ul {
}

.row_actions ul.jd_menu ul {

	background-color: #FCF4B1;
	border: 1px solid #cda566;
}

/* -- Sub-Menus -- */
.row_actions ul.jd_menu ul,
.row_actions ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
	background-color:#FCF4B1;
}

.row_actions ul.jd_menu ul li,
.row_actions ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

.row_actions ul.jd_menu ul.addfilter {
	margin-left:6px;
}

.row_actions ul.jd_menu ul ul {
	margin-top:-2px;
	margin-left:-1px;
}


.row_actions ul.jd_menu_vertical {
	height: auto;
}

.row_actions ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}

.row_actions ul.jd_menu li {
	color: #666;	
	cursor: pointer;
	white-space: nowrap;
}

.row_actions ul.jd_menu li li {
	/*width: 200px;*/
}

.row_actions ul.jd_menu ul li a {
	color: #666;
	text-decoration: none;
}

.row_actions ul.jd_menu li.jdm_hover,
.row_actions ul.jd_menu li.jdm_active {

}


.row_actions .filter .delete a {
	display:-moz-inline-box;
	display:inline-block;
	width:7px;
	background-image:url(../../../images/common/tinycross.png);
	height:0px;
	padding-top:7px;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-left:2px;
	margin-right:-2px;
}

.row_actions .filter .delete a:hover {
	background-image:url(../../../images/common/tinycross_dark.png);
}






a.newcontract {
	background-image:url(../../../common_images/icons/fuge/document__plus.png);
}

.modal .parties {
	height:75px;
	width:600px;
	overflow:auto;
}

#organisationContractsSection-edit-body .serviceList label, #contractmodal-edit .serviceList label {
    width:140px;
    font-weight:normal;
}

#organisationContractsSection-edit-body .serviceList input, #contractmodal-edit .serviceList input {
    vertical-align:middle;
}

ul.subcontractlist {
    list-style:none;
    padding:0px;
    margin:0px;
    margin-top:10px;
}

div.contractcode .code {
    border: 1px solid #4881B5;
    padding:2px;
    padding-top:3px;
    border-right:none;
    padding-right:0px;
    vertical-align: middle;
    color:#000;
}

div.contractcode input, div.contractcode input.error {
    border: 1px solid #4881B5;
    border-left:none;
    outline-style:none;
    padding:2px;
    padding-left:0px;
    margin-left:0px;
    vertical-align: middle;
}

#contractdataview div.contractcode .code {
    padding-top:3px;
}

form.createorder fieldset
{
	border-top:1px transparent solid;
	border-left:1px transparent solid;
	border-right:1px transparent solid;
	border-bottom:1px #ddd solid;
	padding-bottom: 10px;
}
form.createorder fieldset legend
{
	padding-left: 5px;
	padding-top: 10px;
	font-size: 120%;
	color: #5f5f5f;
}

form.createorder fieldset ol
{
    list-style: none;
    margin-top: 10px;
}

form.createorder fieldset ol li
{
    padding: 3px 0px;
}

form.createorder fieldset ol li.actionRow
{
    height: 25px;
    vertical-align: middle;
}

#dispatchto {
}

#dispatchto #addresses
{
    width: 65%;
    margin:30px 5px 5px;
    position: relative;
}

form.createorder  div.tabrow
{
	position: relative;
}

#dispatchto #addresses ul.addresstabs
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    top: 1px;
    position: relative;
}

#dispatchto #addresses ul.addresstabs li
{
    float: left;
    margin: 0px;
    padding: 0px;
}

#dispatchto #addresses ul.addresstabs li a
{
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 8px;
    border: none; /*1px solid #d6d6d6;*/
    border-bottom: none;
    margin-right: 0px;
    margin-left: 10px;
    background-color: #eee;
    color: #bbb;
    font-size: 100%;
    top: 4px;
}

#dispatchto #addresses ul.addresstabs li a.selected
{
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #5485b3;
    font-size: 125%;
    top: 0px;
}

#dispatchto #addresses ul.addresstabs li a.addDispatch {
    font-size:150%;
    font-weight:bold;
    padding: 0px 7px;
    top:8px;
}

#dispatchto #tabrow .tablist_container
{
    position: absolute;
    right: 0px;
    top:10px;
}

#dispatchto #tabrow .tablist {
    background-color:#fff;
    display:none;
    max-height:200px;
    position:absolute;
    right:0;
    width:350px;
    z-index:200;
    overflow:auto;
}

#dispatchto #tabrow .show {
    display:block;
}

#dispatchto #tabrow ul.tablist {
    list-style-type: none;
    margin: 0px;
    font-size: 12px;
    padding:2px;
    border:solid 1px #ddd;
}

#dispatchto #tabrow ul.tablist li {
    
}

#dispatchto #tabrow ul.tablist li:hover {
    background-color:#00d;
}

#dispatchto #tabrow ul.tablist li:hover a {
    color:#fff;
}

#dispatchto #tabrow ul.tablist li a {
    display:block;
    text-decoration:none;
    color:#777;
    padding:3px 3px;
}

#dispatchto #tabrow ul.tablist li a:hover {
    /*background-color:#00f;*/
}

#dispatchto #tabrow ul.tablist li a.selected {
    font-weight:bold;
}

#dispatchto #tabrow a.tablistbutton {
    display:block;
    width:10px;
    height:10px;
    padding:5px;
    background-color:#eee;
    text-align:center;
    background-image:url(../../../common_images/icons/bullet_arrow_down.png);
    background-position:center;
    text-decoration:none;
}

#dispatchto #addressform
{
    clear: both;
    border: 1px solid #eee;
}

#dispatchto #addressform.loading {
    background-position:99% 1%;
}

li.orderlines table td.sufficient {
    background-color:#ada;
}

li.orderlines table td.somestock {
    background-color:#dda;
}

li.orderlines table td.outofstock {
    background-color:#daa;
}

#addressform {
    padding:0px 20px;
}

#addressform.readonly {
    padding-top:20px;
}

#dispatchto #addresses.readonly {
    margin-top:5px;
}

#dispatchsection-body fieldset {
    border:none;
}

table.pickpacklist {
    width: 95%;
    border: 1px solid #dddddd;
    margin: 10px auto;
}

table.pickpacklist th{
    text-align:left;
    font-size:100%;
    padding:5px;
    background-color: #f9f9f9;
}

table.pickpacklist th.orderno {
    text-align:left;
    font-size:140%;
    padding-top:20px;
    background-color: #eeeeee;
}

table.pickpacklist td {
    text-align:left;
    padding:5px;
}

form.orderPicker, form.orderPacker {
    margin-top:10px;
    margin-bottom:10px;
}

form.orderPicker .submitrow, form.orderPacker .submitrow {
    padding:5px 0px;
}


ul.orderPicker, ul.orderPicker ul, ul.orderPacker, ul.orderPacker ul {
    list-style:none;
}

ul.orderPicker, ul.orderPacker {
    width:100%;
    padding-left:0px;
    margin-left:0px;
    background-color:#bbb;
    margin-bottom:5px;
    margin-top:0px;
    padding-bottom:0px;
}

ul.orderPicker ul {
    background-color:#fff;
    margin-top:5px;
}

ul.orderPicker ul li {
    background-color:#eee;
}


ul.orderPicker li, ul.orderPacker li {
    padding:0px;
    padding-top:5px;
}

ul.orderPicker ul ul li {
    padding-bottom:5px;
}

ul.orderPicker > li, ul.orderPacker > li {
    padding-bottom:0px;
    font-size:medium;
    font-weight:bold;
    color:#fff;
}

ul.orderPicker > li a {
    font-weight:normal;
    font-size:small;
}

ul.orderPicker > li ul {
    font-size:small;
    color:#000;
    font-weight:normal;
}

ul.orderPicker ul {
    display:none;
}

ul.orderPicker .shipping_details {
    display:inline-block;
}

ul.orderPicker .shipping_details label {
    font-size:80%;
    width:auto;
    padding-right:3px;
}

a.delete_line {
    width:16px;
    height:0px;
    padding-top:16px;
    display:block;
    overflow:hidden;
    background-image:url(../../../common_images/icons/cross_shadow_small.png);
}
table#orderLineTable th, table#orderLineTable td{
	padding: 3px 3px 3px 5px;
	white-space: nowrap;
}
table#orderLineTable tr th:first-child, table#orderLineTable tr td:first-child{
	padding: 3px;
	white-space: nowrap;
}
table#orderLineTable .productNotInContract{
	background-color:#DDAAAA
}


.specialInstruction {
    padding-bottom:5px;
    padding-top:10px;
}

.specialInstruction .type {
    font-weight:bold;
}

table.regOptions th.name {
    width:160px;
}

table.regOptions th.price {
    width:80px;
}

table.regOptions th.vatable {
    width:30px;
}

table.delegates tr {
    height:25px;
}

table.delegates th.management {
    width:80px;
    text-align:left;
}

table.delegates ul.options {
    display:none;
}



#mailingsdatalist  .datarow {
	background-image:url(../../../images/common/mailing.gif);
}

#mailingHeaderSection.headersection{
	background-image:url(../../../images/common/mailing.gif);
}
#mailingRecipientsSection{
	padding: 10px;
}


.emailPreview .emailLabel{
	float: left; 
	width: 100px; 
	padding: 3px; 
	color: #999999; 
	font-family: verdana, arial, 'sans serif';
	min-height: 15px;
	height: auto !important;
	height: 15px;
}

.emailPreview .emailField{
	background: #ffffff;
	float: left; 
	width: 378px; 
	padding: 3px; 
	color: #999999; 
	font-family: verdana, arial, 'sans serif';
	min-height: 15px;
	height: auto !important;
	height: 15px;
}

.emailPreview .emailBody{
	background: #ffffff; 
	clear: both;
	padding: 5px;
	overflow:auto;
}
.emailPreview iframe.mailingBodyIframe{
	background: #ffffff; 
	clear: both;
	padding: 5px;
	overflow:auto;
	width: 600px;
	height: 400px;
	border: none;
}


.emailPreview .email_item{
	padding: 5px;
}
.emailPreview{
	background: #eeeeee;
	width: 640px;
}
.clearfloat{
	height: 0px; 
	line-height: 0px; 
	clear: both;
}
#mailingPreviewSection .emailPreviewHolder{
	clear: left;
	margin: 15px 0px 0px 0px;
}
#mailingHeaderSection .emailPreview{
	margin-top: 10px;
}
#mailingPreviewSection .hidden{
	display:none;
}

.headerfooterpair{
	float: left;
	padding: 10px;
	width: 400px;
}
.headerfooterpair div div{
	margin-bottom: 10px;
	border: 1px #eeeeee solid;
	padding: 5px;
	overflow:auto;
}
.headerfooterpair div{
	margin-top: 10px;
}
.headerfooterpair div.item{
	height: 250px;
}
.headerfooterpair div.item div{
	margin: 0px;
	border: none;
	padding: 0px;
}
.headerfooterpair span.label{
	display: block;
	font-weight:bold;
}
.headerfooterpair div.item div.wysiwyg{
	border: 1px #eeeeee solid;
}

div.addRecipients{
	float: right;
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
}
div.quicklinks a#btnSendPreview{
	background-image:url(../../../common_images/icons/email_go.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 21px;
}
div.quicklinks a{
	display: inline-block;
	margin: 0px 0px 2px 0px;
}

span#sentPreviewMsg, span#expPreviewMsg{
	color: #666666;
	margin: 10px auto;
	display: block;
}
div.addRecipients .header , div.sendPreview .header{
	background-color:#F4F4F4;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-weight:bold;
	padding:5px;
}
div.addRecipients .body, div.sendPreview .body{
	padding: 5px;
}
div.addRecipientsType label{
	display: block;
	clear: both;
	float: none;
	width: auto;
	white-space: nowrap;
	margin: 10px auto 3px auto;	
}
div.addRecipientsType input, div.addRecipientsType select, div.addRecipientsType textarea{
	width:250px;
	float: left;
	clear: left;
}
div.addRecipientsType a.button{
	width:50px;
	float: right;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 2px;
}
div.recipients{
	float: left;
	clear: left;
	width: 50%;
}
div.recipients h2, div.recipients h3{
	margin-bottom: 15px;
}
a#btnConfirmNewRecipients{
	display: block;
	float: right;
	background-image:url(../../../common_images/icons/fuge/mail__arrow.png);
	background-repeat:no-repeat;
	padding-left:21px;
}
div#recipientsImportHelp{
	white-space: normal;
	width: 280px;
	margin-top: 20px;
}
div#recipientsImportHelp ul li{
	list-style-type:square;
	margin-left: -15px;
	color: #666666;
}
div#mailingHeaderSection-edit-body div.main_details input{
	width: 300px;
}
div#mailingHeaderSection-edit-body div.main_details textarea{
	width: 410px;
}
div#mailingHeaderSection-body .additional_details .item span{
	width: 100px;
	display:inline-block;
	text-align: left;
	height: 16px;
	vertical-align: bottom;
	padding-bottom: 0px;
	padding-top: 5px;
}
div.recipient a.remove, div.recipient  a.person, div.recipient  a.organisation, div.recipient .emailRecipient{
	display: inline-block;
	padding: 2px 5px 2px 21px ;
	background-position: left center;
	margin-left: 5px;
}
div.recipient a.person,  div.recipient  a.organisation, div.recipient .emailRecipient{
	margin: 1px 1px 2px 1px;
}

div.emailbody{
	border: 1px #eeeeee solid;
	padding: 3px;
	margin: 5px 0px 0px 0px;
}

div#mailingHeaderSection-body span.true, div#mailingHeaderSection-body span.false{
	background-image: url(../../../common_images/icons/tick.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div#mailingHeaderSection-body span.false{
	background-image: url(../../../common_images/icons/cross.png);
}
a#copyFromHTMLBody{
	background-image:url(../../../common_images/icons/fuge/wand.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 2px 5px 2px 21px ;
}	
div.ValidInvalidCount{
	color: #999999;
}

.headerfooterpair .item {
    padding-bottom:40px;
}

.itemcontrol {
    width:550px;
    height:300px;
    margin:5px;
    margin-bottom:10px;
}

.itemcontrol .controlheader {
    background-color:#5485b3;
    padding:5px;
    color:#fff;
    font-weight:bold;
}

.itemcontrol .controlbody {
    padding:5px;
    border:solid 1px #ddd;
    border-top:none;
    height:250px;
    overflow:auto;
}

.itemcontrol .controlbody .editor {
    display:none;
}

.itemcontrol .controlfooter {
    background-color:#ddd;
    text-align:right;
    padding:2px 5px;
}

.itemcontrol .controlfooter .cancel, .itemcontrol .controlfooter .save {
    display:none;
}

#sitemap {
    width:150px;
    float:right;
    border:1px solid #d6d6d6;
    margin-top:30px;
}

#sitemap .sitemap_header {
    font-weight:bold;
}

#sitemap .sitemap_header, #sitemap .sitemap_footer {
    background-color:#d6d6d6;
    padding:5px;
}

#sitemap ul, #sitemap_lookup ul {
    padding-left:15px;
    list-style:none;
}

#sitemap ul ul li, #sitemap_lookup ul ul li {
    padding-top:4px;
}

#sitemap a.current {
    font-weight:bold;
}

#contenteditor {
    padding-right:160px;
}


#contenteditor .ui-tabs-panel {
    padding:0px;
}

#contenteditor .ui-tabs-panel, #contenteditor .ui-tabs-nav {
    font-family:Arial, Helvetica, sans-serif;
}

#page_details fieldset, #page_content fieldset, #page_options fieldset {
    padding:5px;
}

#page_content .contenttoolbar {
    background-color:#ddd;
    padding:5px;
}

#page_details_section, #page_details_section-edit {
    padding:10px;
}

div#toolsIconsSection{
	margin: 10px 0px;
}

div.afterToolsIconsSection{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

input.taskname {
    width:400px;
}

dl.todos {
    padding:0px;
    margin:0px;
}

dl.todos dt {
    padding-top:5px;
    font-weight:bold;
}

dl.todos > dt:first-child {
    padding-top:0px;
}

dl.todos dl {
    padding-bottom:3px;    
}

table.ui-datepicker td.ui-datepicker-current-day a {
    background-color:#aaa!important;
    background-image:none!important;
}

.svDatePicker .timepicker {
    position:relative;
    left:10px;
}

.svDatePicker .actionrow {
    position:relative;
    top:154px;
    left:10px;
}


.dashWidget {
    width:80%;
}

.dashWidget .header {
    background:#5485B3;
    color:#fff;
    font-weight:bold;
    padding:5px;
    border:solid 1px #5485b3;
}

.dashWidget .body {
    border:solid 1px #eee;
    border-top:none;
    border-bottom:none;
    padding:10px;
}

.dashWidget .footer {
    clear:both;
    border:solid 1px #eee;
    border-bottom:none;
}

.dashWidget .todoTabContent {
    height:100px!important;
    min-height:0px;
    max-height:150px;
    overflow:auto;
}

.dashWidget .body .pageTabs li a,
.dashWidget .body .pageTabs li a:hover,
.dashWidget .body .pageTabs li.ui-tabs-selected a {
    font-size:100%;
    padding:3px 3px;
}

.dashWidget .todoTabContent ul {
    padding:0px;
    margin:0px;
    list-style:none;
}



a.iconlink {
    background-repeat:no-repeat;
    height:0px;
    overflow:hidden;
    display:inline-block;
    text-align:center;
    position:relative;
    top:3px;
}

a.calendar_iconlink {
    background-image:url(../../../common_images/icons/fuge/calendar-select.png);
    padding-top:16px;
    width:16px;
}

table.coursematerials td.document{
	padding-right: 20px;
}
a.cancel_course_offering{
	background-image: url(../../../common_images/icons/fuge/calendar-delete.png);
	background-repeat:no-repeat;
	padding-left:21px;
}

table.enrolmentlist ul.options {
    display:none;
}

table.enrolmentlist tr.enrolmentRow {
    height:25px;
}

table.enrolmentlist tr.enrolmentRow td.row_actions {
    width:100px;
}

.questionnairereport .answerset {
    float:left;
    width:350px;
    padding-right:15px;
}

.questionnairereport .answers:after {
    content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.questionnairereport h3 {
    display:none;
}

.questionnairereport h4 {
    font-size:medium;
}

.questionnairereport h5 {
    font-size:small;
}

.questionnairereport .question {
    margin-top:10px;
    margin-bottom:30px;
}

.responsesmodal .person {
    width:150px;
}

.responsesmodal .responseText {
    width:400px;
}
.responsesmodal .person, .responsesmodal .responseText {
    float:left;
}

.questionnaireresponse .question {
    margin-bottom:20px;
}

.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../images/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../images/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../images/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../images/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../images/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../images/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../images/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../images/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}


