body {
	color: #6C6D6C;
	font-family:Arial, Helvetica, sans-serif;
	background:url('/img/bg.png') 0 0 repeat-x;
}
a:focus{outline:none;}
a{
	text-decoration:none;
	color:#003E98;
}
a:hover{
	text-decoration:underline;
}
table{
	width:100%;
  margin:auto;
  border:1px solid #CCC;
}
input,select,textarea{
	font-size:1em;
	line-height:1em;
	color:#000;
}
.ui-widget-content{
	font-size:1em;
	line-height:1em;
	color:#6C6D6C;
}
hr, div.hr{
	width:100%;
  height:1px;
	font-size:1px;
	line-height:1px;
	border:none;
	color:#E0E0E0;
	border-color:#E0E0E0;
	background-color:#E0E0E0;
	margin:5px 0;
  padding:0;
	-moz-box-shadow: 0 1px 1px 1px #e4e6dc;
	-webkit-box-shadow: 0 1px 1px 1px #e4e6dc;
}
h1,h2,h3{
	margin:0;
}
h3{
	font-size:16px;
  color: #6C6D6C;
}
h4{
	font-size:12px;
  color: #222222;
  margin:5px 0;
  font-weight:bold;
}
div.container_12.wrapper{
	background:url('/img/menu.png') 50% 70px no-repeat;
}
fieldset{
  font-size:1.0em;
}
blockquote{
	margin:6px 15px;
}
span.bullet{
	font-size:0.7em;
  background:url('/img/arrow.gif') 3px 40% no-repeat;
  padding:0 0 3px 20px;
  line-height:0.8;
  vertical-align:middle;
}
/**
 * Login Form
 */
#loginform{
	margin:50px auto;
	font-size:16px;
  width:415px;
}
#loginform fieldset{
  padding:0;
}
#loginform fieldset legend{
	margin:0 0 0 10px;
  padding:0 5px;
}
#loginform fieldset form{
  margin:0 30px 15px;
}
#loginform div.message{
  font-size:14px;
  color:#FF0000;
  padding:0 0 5px;
}
#loginform div.input{
	border:0;
}
#loginform div.input input{
	width:340px;
	padding:5px;
}
#loginform label{
	float:none;
	text-align:left;
	width:auto;
}
/**
 * Top logo bar
 */
#topbar{
	height:70px;
	position:relative;
  z-index:11;
}
#logo{
	width:286px;
	height:60px;
	display:block;
	position:relative;
	top:5px;
}

#logo img {
  width: 90%;
}

#userbar{
	position:absolute;
	top:-1px;
	right:0;
	padding:5px 15px;
  z-index:11;
}
/**
 * Top admin menu styles
 */
#adminmenu, #adminmenu li{
	display:inline;
	position:relative;
	list-style:none;
	padding:0 0 8px;
	margin:0;
	cursor:pointer;
	z-index:10;
}
#adminmenu li ul{
	position:absolute;
	right:-10px;
	top:19px;
	z-index:11;
	background:#F9FAFB;
	display:none;
  padding:0 0 3px;
}
#adminmenu li ul li{
	display:block;
	padding:6px 12px;
	background:none;
	border:0;
	white-space:nowrap;
}
#adminmenu li ul li:hover{
  background:#E5F0F8;
}
#adminmenu li:hover ul, #adminmenu li.hover ul{
	display:block;
}
#adminmenu li ul li.ui-tabs-selected a{
	color:#6d6c6d;
}
/**
 * Top Menu Styles
 */
#menuwrap{
	height:33px;
  border-bottom:1px solid #AED0EA;
  padding:0 5px;
  margin:10px 5px 0;
}
#menuwrap li{
	width:90px;
	height:26px;
  float:left;
  line-height:28px;
  border:1px solid #AED0EA;
  border-bottom:0;
  margin:6px 5px 0;
  text-align:center;
  list-style:none;
}
#menuwrap li.ui-state-active{
	height:27px;
}
#menuwrap li a{
	height:26px;
	display:block;
  font-weight:bold;
  text-decoration:none;
  padding:0;
}
/**
 * Footer Styles
 */
div.footer.grid_12{
  width:920px;
  border-top:1px solid #DFDFDF;
  margin:10px;
  padding:4px 10px;
}
/**
 * Pagination Styles
 */
div.pagination{
	overflow:hidden;
	font-size:13px;
	padding:2px 0;
}
div.pagination span.paging{
	float:right;
}
div.pagination span.pagecounter{
	float:left;
}
div.pagination span.paging a{
	background:none;
	padding:0 2px;
}
/**
 * Action Buttons
 */
a.ui-button{
	background:url('cupertino/images/ui-bg_glass_50_3baae3_1x400.png') 0 50% repeat-x;
  border:1px solid #2694E8;
  color:#FFF;
  position:relative;
  white-space:nowrap;
  font-weight:normal;
  font-size:12px;
  text-transform:capitalize;
  padding:2px 5px 2px 22px;
  float:none;
  line-height:1.2;
  margin:0 2px;
}
a.ui-button:hover{
	background:url('cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png') 0 50% repeat-x;
  border:1px solid #AED0EA;
  color:#6C6D6C;
}
a.ui-button span.ui-icon{
  margin:0;
	float:none;
  position:absolute;
  left:0;
  top:50%;
	padding:0;
  margin:-8px 2px 0;
}
div.tasks a.ui-button{
  line-height:1.8;
}
/**
 * Index/Form pages
 */
div.index, div.tasks, div.form{
	padding:5px 10px;
}
div.ui-widget .ui-dialog-content, div.ui-widget .ui-tabs-panel{
	padding: 0 5px 5px;
}
.ui-tabs .ui-tabs-hide, .ui-tabs .tabcontent {
	left:-9999px;
	position:absolute;
	top:0;
	display:block !important;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0 !important;
	padding: 0 !important;
}
div.deleting{
	width:470px;
	margin:auto;
  color:#FF0000;
}
div.deleting div.deletemessage{
	padding:20px 15px;
  color:#FF0000;
}
div.deleting legend{
	padding:0 10px;
}
/**
 * Index Tables
 */
table.overview{
	width:100%;
	border-collapse:collapse;
	font-size:12px;
}
table.overview th{
	border:1px solid #CCC;
	padding:3px 4px 3px 0;
	font-weight:bold;
	vertical-align:middle;
	line-height:20px;
    font-size:11px;
}

table.overview td{
	border:1px solid #CCC;
	padding:3px 4px;
	font-weight:bold;
	vertical-align:middle;
	line-height:20px;
    font-size:11px;
}

table.overview th{
	color:#5D5D5D;
	text-transform:capitalize;
}
table.overview th.actions, table.overview td.actions{
	width:125px;
}
table.overview th div{
	overflow:hidden;
}
table.overview th .ui-icon{
	float:left;
	margin:1px 0 0 0;
}
table.overview th a{
	color:#1582C3;
}
table.overview td a{
	color:#1582C3;
}
table.overview tr td{
  background:#F0F7FB;
}
table.overview tr.altrow td{
	background:#EAF3FA;
}

table.overview tr.defaultPassword td{
    background:#fbfaa2;
}
table.overview tr.defaultPassword:hover td{
    background:#f1f077;
}

table.overview tr.recent td{
  background:#D1EFDB;
}
table.overview tr.altrow.recent td{
  background:#E0EFE5;
}
table.overview tbody tr:hover td{
	background:#b5d7ec;
}

.auditHover{
	background:#b5d7ec !important;
}

div.formrow{
	overflow:hidden;
	position:relative;
}
div.form fieldset.wrapper{
  margin:10px 0;
 /*border:1px solid #CCC;
	padding:10px;
	background:#f0f2e8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
}
div.input{
	border-top:1px solid #DDD;
	padding:8px 0;
}
div.tabBody div.formrow:first-child div.input{
	border:none;
}
div.input label{
	width:150px;
	display:block;
	float:left;
	font-weight:bold;
	color:#5d5d5d;
	padding:0 8px 0 0;
	text-align:right;
  text-transform:capitalize;
	font-size:0.9em;
	line-height:1.9em;
}
div.input .error-message{
	padding:2px 5px 0;
	font-size:11px;
	color:#FF0000;
	margin:0 0 0 155px;
}

div.message{
	padding:5px 0 5px 25px;
	font-size:14px;
	font-weight:bold;
	color:#27a400;
	margin:10px 0 0 0;
	background:url('../img/icons/tick.png') 3px 8px no-repeat;
	border:1px dotted #27a400;
}

div.errormessage{
    padding: 5px 0 5px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #FF2434;
    margin: 10px 0 0 0;
    background: url('../img/icons/cross.png') 3px 8px no-repeat;
    border: 1px dotted #FF7375;
}

div.input span.error{
  	padding:2px 5px 0;
	font-size:11px;
	color:#FF0000;
}

span.error{
	color:#FF0000;
}
form#NoteAddForm div.returneddate span.error {
    display: block;
    margin-left: 158px;
    padding: 0;
}
input.error, select.error{
  border:1px solid #FF0000;
}
div.text input{
	width:350px;
	height:19px;
	padding:2px 1px 1px;
  margin:0 8px 0 0;
}
div.text input.short{
  width:170px;
}
div.select select, div.input select{
	width:354px;
	padding:2px 1px;
  margin:0 8px 0 0;
	height:24px;
  vertical-align:middle;
}
div.select select.multiple, div.input select.multiple{
  height:96px
}
div.select select option, div.input select option{
  padding:3px 2px;
  vertical-align:middle;
}
div.datetime select, div.time select{
	width:auto;
}
div.submit{
	text-align:right;
	padding:0;
  overflow:hidden;
}
div.submit .left{
	float:left;
}
div.ui-widget .ui-dialog-content div.submit{
	padding:0 10px;
}
div.input *{
	vertical-align:middle;
}
textarea.richtext{
	height:352px;
}
.mceEditor{
	display:inline-block;
}
textarea{
	width:398px;
	height:140px;
	font-size:14px;
	padding:1px;
	border:1px solid #CCC;
}
input.ui-button{
    padding:0.2em 1em;
    line-height:1.2;
    border: none;
    background-color: #43a3d5;
    color:#fff;
    border: 1px solid #2694E8;
}

input.ui-button:hover{
    background-color:#0073EB;
}

a.quicklink{
  display:inline-block;
  vertical-align:middle;
  line-height:1.4;
}
/**
 * Ajax loading
 */
div.ajaxloading{
	min-height:180px;
  height:100%;
  background:url('/img/lightbox-ico-loading.gif') center no-repeat;
}
#ajaxBusySaving{
  background:url('/img/loader.gif') 0 50% no-repeat;
  padding:2px 0 2px 20px;
  line-height:22px;
}
/**
 * Index Filter popup
 */
a span.ui-icon{
	float:left;
  margin:2px 1px 0;
}
div.indexheading, div.editheading{
	position:relative;
  z-index:10;
}
div.editheading .status{
	position:absolute;
  top:4px;
  right:2px;
  font-size:16px;
}
div.editheading .status span{
	font-size:0.9em;
  text-transform:capitalize;
}
div.indexheading h2{
  width:100%;
  height:35px;
}
div.indexheading a.filters{
	position:absolute;
  top:-5px;
  right:0;
  z-index:1;
  padding:1px 8px 1px 2px;
  display:block;
  line-height:1.6;
  border-top:none;
  cursor:pointer;
}
div.filterswrap{
  position:absolute;
  top:-5px;
  right:0;
  z-index:10;
  min-width:300px;
  min-height:100px;
  border-top:0;
	-moz-box-shadow: 2px 2px 4px 1px #999;
	-webkit-box-shadow: 2px 2px 4px 1px #999;
  box-shadow: 2px 2px 4px 1px #999;
  display:none;
  width:auto;
}
div.filterswrap h3{
  color:#1582C3;
  padding:2px 5px 2px;
  font-size:14px;
  line-height:1.5;
}
div.filterswrap div.input, div.filterswrap div.submit{
	margin:0 1px;
  padding:5px;
  border-top:1px solid #DDD;
}
div.filterswrap span.close{
  position:absolute;
  top:8px;
  right:8px;
  cursor:pointer;
}
div.filterswrap div.input label{
	width:150px;
  font-size:13px;
  line-height:1.8;
}
div.filterswrap div.input input{
	width:190px;
  font-size:13px;
  margin:1px 0;
  padding:3px 1px 1px;
  height:18px;
}
div.filterswrap div.input select{
	width:194px;
  font-size:12px;
  margin:1px 0;
  padding:3px 1px;
}
div.filterfields div.formrow:first-child div.input{
	border:none;
}
/**
 * Div Lists
 */
div.listbox{
	overflow:hidden;
  overflow-y:scroll;
  height:360px;
  border:1px solid #DDD;
}
textarea.viewnote, #dialogbox textarea#NoteContent, #dialogbox textarea#NoteEmailcontent {
  width:560px;
  height:100px;
  background:#FFF;
  border:1px solid #DDD;
  overflow:hidden;
  overflow-y:scroll;
}

/**
 * Service Fees listings
 */
div.servicefeeslist{
	padding:5px 0;
}
div.servicefeeslist fieldset{
  padding:5px;
  overflow:hidden;
  clear:both;
  border:1px solid #DDD;
  height:55px;
}
div.servicefeeslist fieldset legend{
  padding:0 2px;
  margin:0 2px;
  font-size:13px;
  color:#2779AA;
}
div.servicefeeslist fieldset div.checkbox{
  width:30%;
  float:left;
  border:none;
}
div.servicefeeslist fieldset div.text{
  width:50%;
  float:left;
  border:none;
}
div.servicefeeslist fieldset div.text input{
	width:100px;
}
/**
 * Agent Photo
 */
img#agentphoto{
	max-width:350px;
  max-height:300px;
  border:1px solid #DDD;
  vertical-align:top;
  margin:0 5px 5px 0;
}
select#addAgent{margin-bottom: 10px;}
div.agentList{padding-bottom: 6px; width: 150px; margin-left: 160px;}
a.remove{margin-top: -3px; color: #5D5D5D;}

.new, .inactive { color: red; }
.completed, .active { color: green; }

div#feedback { margin-top: 10px; padding: 0pt 0.7em; }
div#feedback span { float: left; margin-right: 0.3em; }
div#feedback p { margin-bottom: 0; }
td.pdf a {background-image: url(/img/pdficon.gif); background-repeat:no-repeat;display:block; margin-left: 8px; text-indent: -9999em;}
td.xl a {background-image: url(/img/icons/xls.png); background-repeat:no-repeat;display:block; margin-left: 8px; text-indent: -9999em;}
td.xls a {background-image: url(/img/icons/xls.png); background-repeat:no-repeat;display:block; margin-left: 45%; text-indent: -9999em;}
td.chart a {background-image: url(/img/icons/stats.png); background-repeat:no-repeat;display:block; margin-left: 25px; text-indent: -9999em;}


.btnSaveAppt {float:left; position:relative; left:157px; }

td.flag span{background: url(/img/flag_red.png); display:block;width:16px;height:16px;margin-left: 25px;}

.dash-stats{
    text-align:center;
}

form#NoteAddForm div.left label{ text-align: left; }

/* ADDED 8th DEC FILE HANDLERS MULTI CHECK */
div.file-handlers{
   display: inline-block;
    overflow: hidden;
    width: 900px;


}


div.file-handlers .checkbox{
      border-left: 1px solid #DDDDDD;
    float: left;
    height: 20px;
    margin-left: 10px;
    width: 220px;
}

div.file-handlers .checkbox label{
    width:auto;
    margin:0px 0px 0px 10px;
}

div.file-handlers .checkbox input{
    float:left;
    margin:0px 0px 0px 10px;
}

label[for=InstructionSupplieruserId]{
    height:40px;
}

.loading{

    background: url("/img/loader.gif") no-repeat scroll left center transparent;
    display: inline-block;
    height: 17px;
    margin-left: 10px;
    margin-top: 1px;
    padding-left: 23px;
    padding-top: 3px;

}

.reportingForm {
	padding: 15px;
	margin: 0 auto;
	display:block;
}

.reportingForm .submit{
  font-size: 13px;
  padding: 5px;
  float:left !important;
  margin-top: -55px !important;
}

.reportingForm div {
	display: inline;
	border: none;
	float:left;
}

.reportingForm div.input label {
	display: inline;
	position: relative;
	width: auto;
}

.reportingForm select, .reportingForm input {
	width: auto !important;
}


.reportstable {
	margin-top: 25px;
}

.notesummary {
	width: 600px !important;
	margin: 10px auto;
}

.filters {
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px 0px 15px 0px;
  margin: 15px 0px 15px 0px;
}

.filters h2 {
  font-size: 14px;
}

.clearReportsFilters{
  float:right;
  margin-right: 15px;
  margin-top: 10px;
}

.exportCsv {
  float:right;
  margin-top: 20px;
}

span.archived{
    color:red;
    font-size:20px;
}

.hide {
	display: none;
}

/* Supplier invoices */

.inlineForm fieldset{
  margin: 1em 0;
  padding:5px;
  clear:both;
  border:1px solid #DDD;
}
.inlineForm fieldset legend{
  padding:0 2px;
  margin:0 2px;
  font-size:13px;
  color:#2779AA;
}
.inlineForm .input {
    border-width: 0;
}

.instructionAmount {
    display: none;
    float: right;
}
.instructionAmount input {
    width: 70px;
}
div.fileUpload {
	padding: 0;
	margin: 10px 0 30px 0;
	text-align: right;
}
