/* ---- general layout ---- */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/backgroundgradient.jpg);
	background-repeat: repeat-x;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#container {
	background-repeat: repeat-y;
	overflow: hidden;
	min-width:1000px;
}
.leftshadow
{
    width:1%;
	/*min-width: 19px;*/
}
.rightshadow
{
    width:2%;
	/*min-width: 18px;*/
}
.leftshadow,.rightshadow{
	float:left;
	display:inline;
	overflow:hidden;
}
.content{
	width:95%;
	float:left;
	display:inline;
	overflow:hidden;
	background: #FFFFFF;
	min-height: 680px;
	padding-left: 1%;
	padding-right: 1%;
}
#header {
	height: 64px;
	background-image: url(../images/clouds.jpg);
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}
#ribbon {
	height: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9a9aa3;
	background-image: url(../images/ribbongradient.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#trail {
	height: 22px;
	border: 1px solid #afafaf;
	background-image: url(../images/trailbackground.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
	color: #595959;
	margin-top: 4px;
	margin-bottom: 8px;
	overflow: hidden;
}
#footer {
	height: 20px;
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
	text-align: center;
	clear:left;
}

/* ---- header ---- */

#header .logoarea {
	float: left;
	margin-top:5px;
	padding-top: 0px;
	width:450px;
}
#header .userdetails {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 16px;
	font-size: 12px;
	color: #606060;
	margin-right: 10px;
}
#header .userdetails a {
	color: #375284;
	text-decoration: none;
	font-weight: bold;
	padding-top:8px;
}
#header .userdetails a:hover {
	text-decoration: underline;
}

/* ---- overview ---- */

#dashboard {
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #aaaaaa;
	background-color: #d4d4d3;
	background-image: url(../images/dashboardgradient.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#dashboard #detailmenu {
	width: 18%;
	float: left;
	background: #ececec;
}

#dashboard #details {
	float: left;
	min-width: 700px;
	width:80%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cecece;
}
#details #actionbar {
	min-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

#details #entitydetails {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}
#entitydetails h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #375284;
	font-size: 14px;
}
#details #entitydetails h3 {
	color: #353535;
	font-size: 12px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#details #entitydetails a {
	color: #375284;
}
#details #entitydetails a:hover {
	text-decoration:underline;
}
#details #entitydetails .entityform {
	overflow: hidden;
}
#details #entitydetails .entityform .entityfields {
	width: 410px;
	float: left;    
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #afafaf;
	padding-right: 9px;
}
#entitydetails .entityend
{
    clear:left;
} 
#entitydetails .entityfields .field {
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 8px;
	margin-right:10px;
}
#entitydetails .GroupHeading {
	overflow: hidden;
	clear:both;
	border-bottom:1px solid #DDDDCC;
}
#entitydetails .entityfields .field .fieldlabel {
	width: 125px;
	float: left;
	font-weight:bold;
}
#entitydetails .entityfields .field .fieldform {
	/*float: left;*/
}
#entitydetails .entityfields .field .inputtxt {
	font-size:12px;
}
.field .inputtxt {
	width:250px;
	font-size:12px;
}
.field .inputtxt_half {
	width:120px;
	font-size:12px;
}
.field .inputtxt_date {
	width:100px;
	font-size:12px;
}
#details #entitydetails .entityform .entityguide {
	float: left;
	width: 235px;
	padding-left: 15px;
}
#details #entitydetails .entityform .entityguide h2 
{
    margin-top:0px;
    padding-top:0px;
}

.singlePagePanel
{
    margin:20px;
    overflow:hidden;
    border-width: 1px;
	border-style: solid;
	border-color: #cecece;
}
.singlePagePanel h1
{
    color: #FF0000;
	padding: 0px;
	font-size: 18px;
	margin: 0px;
	padding-top: 12px;
	
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	padding-left: 15px;
	padding-right: 15px;
	overflow:hidden;
	
}
.singlePagePanel .fields
{
    width:500px;
    float:left;
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #afafaf;
	margin-right: 9px;
	font-size:12px;
    padding-left:15px;
}
.singlePagePanel .help
{
    width:300px;
    float:left;
} 
.singlePagePanel h2
{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #375284;
	font-size: 14px;
} 
.singlePagePanel p
{
    font-size:12px;
} 

.singlePagePanel .fields .field {
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 8px;
	clear:left;
}
.singlePagePanel .fields .field .fieldlabel {
	width: 125px;
	float: left;
}
.singlePagePanel .fields .field .fieldform {
	float: left;
}
.singlePagePanel .fields .field .inputstandard {
	width:320px;
	font-size:12px;
}

#pageError
{
    margin:20px;
    background-color:#ffe1e0;
    background-image: url(../images/errorgradient.jpg);
	background-repeat: repeat-x;
    padding:20px; 
    font-size:12px;
    border: solid 1px #ff4a41;
    display:none;
}
#pageError h1
{
    font-size:14px;
}

#listview #actionbar
{	
	min-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	padding-left: 15px;
	padding-right: 15px;
	overflow:hidden;
}
#listview #actionbar h1
{
    color: #FF0000;
	padding: 0px;
	font-size: 18px;
	margin: 0px;
	padding-top: 12px;
}

/*
nt-size: 18px;
	margin: 0px;
	padding-top: 12px;
}
*/

#listview #actionbar #actionbuttons {
	float: right;
}

#listview p
{
    padding-left:15px;
    padding-right:15px;
    font-size:12px;
}
#listview #gridarea
{
    margin-top:15px;
    margin-bottom:15px;
    overflow:hidden;
}
#listview #grid
{
    float:left;
    width:73%;
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #afafaf;
	margin-right: 15px;
	font-size:12px;
    padding-left:1%;
}
#listview #filter
{
    float:left;
    width:23%;
    margin-right:1%;
}

#listview #filter h2, #listview #grid h2
{
    margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #375284;
	font-size: 14px;
}

#listview #filter .field
{
    overflow:hidden;
    clear:left;
    font-size:12px;
    clear:left;
    margin-bottom:8px;
}

#listview #filter .fieldlabel
{
    float:left;
    font-size:12px;
    width:70px;
    margin-right:5px;
}

#listview #filter .fieldform
{
    float:left;
    width:150px;
}

#listview #filter .inputtxt, #listview #filter .inputdll
{
    width:145px;
    font-size:12px;
}

.inputtxt, #listview #filter .inputtxt_daterange
{
    width:145px;
    font-size:12px;
}

#listview #filter .export, #listview #filter .export li
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}


#listview #filter a
{
    font-size:12px;
    padding-left:25px;
    color: #375284;
    text-decoration:none;  
    background-repeat:no-repeat;
    padding-bottom:2px;
    overflow:hidden;
    
}

#listview #filter a:hover
{
    text-decoration:underline;  
}

.viewGrid
{
    width:97%;
    border:none;
    margin-bottom:15px;
    font-size:12px;
}

#listview #filter .pdf
{
    background-image: url(../images/icons/mini/page_white_acrobat.png);
}

#listview #filter .addpurchaseorder
{
    background-image: url(../images/icons/mini/page_add.png);
}

#listview #filter .addsalesorder
{
    background-image: url(../images/icons/mini/book_add.png);
}

#listview #filter .addcustomer
{
    background-image: url(../images/icons/mini/user_add.png);
}

#listview #filter .addquote
{
    background-image: url(../images/icons/mini/comment_add.png);
}

#listview #filter .addsupplier
{
    background-image: url(../images/icons/mini/lorry_add.png);
}

#listview #filter .addstock
{
    background-image: url(../images/icons/mini/package_add.png);
}

#listview #filter .excel
{
    background-image: url(../images/icons/mini/page_white_excel.png);
}


.viewGrid th
{
    border:none;
    text-align:left;
    height:18px;
}

.viewGrid tr, .viewGrid td
{
    border: none;
    border:none;    
    padding:3px;
    /*min-height:18px;*/
    vertical-align:top;
}

.viewGrid .header
{
    color:#FFFFFF;
    background-color: #8d8d95;
}
.viewGrid .header a
{
    color:#FFFFFF;
    /*padding-left:10px;
    background-image: url(../images/icons/sortable.gif);
    background-repeat:no-repeat;
    background-position: 0px 3px;*/
}
.viewGrid .altrow
{
    background-color: #e8e8e8;
}
.viewGrid a
{
    color: #375284;
    text-decoration:none;
}
.viewGrid a:hover
{
    text-decoration:underline;
}
.entityguide a
{
    padding-left:22px;  
    background-repeat:no-repeat;
    text-decoration:none;
    margin-top:2px;
    margin-bottom:10px;
    padding-bottom:10px;
    overflow:hidden;
}
.entityguide .household
{
    background-image: url(../images/icons/mini/house.png);
}
.entityguide .movereg
{
    background-image: url(../images/icons/mini/reg_move.png);
}
.entityguide .update
{
    background-image: url(../images/icons/mini/user_edit.png);
}
.entityguide .maleuser
{
    background-image: url(../images/icons/mini/customer_male.png);
}
.entityguide .femaleuser
{
    background-image: url(../images/icons/mini/customer_female.png);
}
.entityguide .maleuser_key
{
    background-image: url(../images/icons/mini/customer_male_key.png);
}
.entityguide .femaleuser_key
{
    background-image: url(../images/icons/mini/customer_female_key.png);
}
.entityguide .registration
{
    background-image: url(../images/icons/mini/reg.png);
}
.entityguide .addregistration
{
    background-image: url(../images/icons/mini/reg_add.png);
}
.entityguide .addperson
{
    background-image: url(../images/icons/mini/user_add.png);
}
.entityguide .changemembers
{
    background-image: url(../images/icons/mini/user_add.png);
}
.detailPanel
{
    clear:left;
}
/*mini/user_add.png);
}*/
.entityguide .householdmove
{
    background-image: url(../images/icons/mini/housemove.png);
}
.detailPanel
{
    clear:left;
}
.detailPanel
{
    clear:left;
}
.infoBox
{
    padding:5px;
    background-color:#BBb2f9;
    margin-bottom:15px;
	border: 1px solid Grey;
}
.guideBox, .guideBox_full
{
    padding:5px;
    background-color:#99e7a0;
    margin-bottom:15px;
    background-image: url(../images/guidebackground.jpg);
	background-repeat: repeat-x;
	border: 1px solid #0bc51c;
}
.infoBox h2, .guideBox h2, .guideBox_full h2
{
    padding:0px;
    margin:0px;
}
.guideBox_full
{
    margin-left:15px;
    margin-right:15px;
    font-size:12px;
}
.recordetails
{
    font-weight:normal;
}
.pager a
{
   color: #375284;
   text-decoration:none;
}
.pager a:hover
{
   text-decoration:underline;
}
.pager .aspNetDisabled
{
    color:Gray;
}
/* guide buttons */
.guideBox .guidebuttonmove, .guideBox_full .guidebuttonmove
{
    float:right;
    margin-top:8px;
    margin-left:20px;
    margin-right:10px;
    padding-left:20px;
    background-image: url(../images/icons/mini/housemove.png);
    background-repeat:no-repeat;
    padding-bottom:10px;
    overflow:hidden;
}
.guideBox a, .guideBox_full a
{
    text-decoration:none;
}
.guideBox a:hover, .guideBox_full a:hover
{
    text-decoration:underline;
}
/*-- quick search results --*/
.quicksearch
{
    padding-left:20px;
    background-repeat:no-repeat;
}


.SHDropDown
{
    float:right;
    margin-right:20px;
}
#filter p
{
    padding:0px;
    margin:0px;
    padding-bottom:5px;
}


#filter a
{
    padding-left:5px;  
    background-repeat:no-repeat;
    text-decoration:none;
    margin-top:2px;
    margin-bottom:10px;
}

#filter .adduser
{
    background-image: url(../images/icons/mini/user_add.png);
}
#filter .addhousehold
{
    background-image: url(../images/icons/mini/house.png);
}
#filter .pdf
{
    background-image: url(../images/icons/mini/pdf.png);
}
#filter .chart
{
    background-image: url(../images/icons/mini/chart.png);
}
#filter .excel
{
    background-image: url(../images/icons/mini/page_white_excel.png.png);
}
#filter .wand
{
    background-image: url(../images/icons/mini/wand.png);
}
#filter .cancel
{
    background-image: url(../images/icons/mini/cancel.png);
}
#filter .next
{
    background-image: url(../images/icons/mini/arrow_right.png);
}
/*---- errors ---- */
#pageError h2
{
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #375284;
	font-size: 14px;
}
#pageError a
{
	color: #375284;
	text-decoration: none;
	/*font-weight: bold;*/
	padding-top:8px;
}
#pageError a:hover
{
    text-decoration:underline;
}
#pageError input
{
    margin-top:5px;
}
.wizardtick
{
    float:right;
    margin-left:20px;
    margin-right:20px;
}
.grda
{
    padding:0px;
    margin:0px;
}
/* buttons */
.FilterButtonApply
{
    background-image: url(../images/icons/mini/accept.png);
    background-repeat:no-repeat;
    /*padding-left:18px;*/
    width:18px;
    border:0px;
    padding-top:2px;
    padding-right:0px;
    font-size:11px;
    height:15px;
}
.FilterButtonClear
{
    background-image: url(../images/icons/mini/cancel.png);
    background-repeat:no-repeat;
    padding-left:18px;
    border:0px;
    padding-top:2px;
    padding-right:0px;
    font-size:11px;
    height:15px;
}
.TextContains
{
    font-size:11px;
    width:90px;
}
/* settings grid */
#multicolumngrid
{
    overflow:hidden;
    margin-top:10px;
}
.gridrow
{
    margin-left:15px;
    overflow:hidden;
    clear:left;
}
.gridleft
{
    float:left;
    width:40%;
    padding-right:10%;
}
.gridright
{
    float:left;
    width:40%;
}
#multicolumngrid p, #multicolumngrid h2
{
    padding:0px;
    margin:0px;
}
#multicolumngrid h2
{
    font-size:14px;
    color:#375284;
}
#multicolumngrid a
{
    text-decoration:none;
    color:#375284;
}
#multicolumngrid a:hover
{
    text-decoration:underline;
    color:#375284;
}
#multicolumngrid img
{
    float:left;
    margin-right:10px;
}
.SubGridInsertLink
{
    background-repeat:no-repeat;
    padding-left:20px;
}
.NoPaddingNoMargin
{
    padding:0px;
    margin:0px;
}
.detailNotes
{
    margin:4px;
    margin-top:10px;
    padding:5px;
    background-color:White;
    border: 1px solid #eeeeee;
    overflow:hidden;
}
#tabs
{
    width:97%;
}
.addresspicker
{
    width:180px;
    padding:20px;
    margin-top:10px;
    margin-right:20px;
    margin-left:125px;
    background-color:#cdffbc;
    border: #81b370 solid 1px;
}
.qtyRow
{
    overflow:hidden;
    clear:left;
    margin-bottom:8px;
}
.qtyLabel
{
    width:48%;
    margin-right:2%;
    float:left;
}
.qtyField
{
    width:50%;
    float:left;
}
.qtyField input
{
    
}
.qtyBreakdown
{
    overflow:hidden;
    margin-top:15px;
    margin-bottom:15px;
}
.qtyLine
{
    overflow:hidden;
    width:30%;
    margin-right:3%;
    float:left;
    border-right: 1px dotted #777777;
}
.dotted
{
    padding-top:3px;
    border-top: 1px dotted #777777;
}
.selectedHighlight
{
    
}
.DDButton
{
    font-size:11px;
    border: 0px;
}
.qlRow
{
    overflow:hidden;
    clear:left;
    margin-top:5px;
    margin-bottom:5px;
}
.pagerLink
{
	margin-left:10px;
	margin-right:10px;
}
.selectedPagerLink
{
	background-color:#375284;
	color:White !important;
	padding-left:3px;
	padding-right:3px;
}