/* 
* Amazium V1.0.1
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/

/***** Place standard 960px view CSS under here *****/

/* HEADINGS   
----------------------------------------------------------*/

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#container
{
    background: #FFF;
    box-shadow: 0 0 15px 2px #222;
    margin:0 auto;
    padding-left:20px;
    padding-right:20px;
    width:960px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    color:#FFF;
	font-size: 0px;
	width: 350px; height: 25px;
    margin: 0;
    border: none;
}

#footer
{
    color: #999;
    padding:10px 0 20px 0;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}

div#footer::before {
	content: ".";
	color: #6CC688;
	background: #C5EED1;
	display: block;
	border-radius: 5px;
	margin-bottom: 15px;
	background-image: -ms-linear-gradient(top, #C5EED1 0%, #6CC688 100%);
	background-image: -moz-linear-gradient(top, #C5EED1 0%, #6CC688 100%);
	background-image: -o-linear-gradient(top, #C5EED1 0%, #6CC688 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C5EED1), color-stop(1, #6CC688));
	background-image: -webkit-linear-gradient(top, #C5EED1 0%, #6CC688 100%);
	background-image: linear-gradient(top, #C5EED1 0%, #6CC688 100%);
}

#loading 
{
    margin-bottom:10px;
}

/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 30px 0 0 0;
    text-align: center;
}

#menu .t-item
{
    border: 0;
}

#menu .t-link
{

}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border: 1px solid #6CC688;
    padding: 0.8em 1.0em 1.0em;
    margin: 0 0 1.5em 0;
    box-shadow: 2px 2px 10px #aaa;
    border-radius: 5px;
    background-color:#F4F7F4;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
    padding: 10px;
    background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 90%);
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

.appearance-blue .display-label { background-color:#069; color:#FFF; border-bottom:1px solid #069; padding:2px 0 1px 5px; margin:3px 0; }
.appearance-blue .display-field { border:1px solid #CCC; min-height:15px; padding:1px 5px 1px 5px; margin:3px 5px; width:200px; }
.appearance-blue .editor-label { background-color:#069; color:#FFF; padding:2px 0 2px 5px; margin:3px 0; }
.appearance-blue .editor-label label { vertical-align:baseline; position:inherit; }
.appearance-blue .editor-field { margin:3px 0 3px 5px; }
.appearance-blue .editor-field input { margin:0; }

/* TABLE
----------------------------------------------------------*/

table 
{
	width: 100%;
	border: solid 1px #6CC688;
	border-collapse: collapse;
}

table td 
{
  padding: 2px;   
  border: solid 1px #6CC688;
  vertical-align: middle;
}

table th
{
  padding: 2px 2px;
  text-align: left;
  background-color: #006699;
  border: solid 1px #6CC688;
  color: #FFF;
  font-size: 1.0em;
  text-align: center;
}

table tr
{
    text-align:center;
}

table tr:nth-of-type(odd) {
  background-color:#DBD5D5;
}

/*table tr:hover td { background-color:#FFF87F; }*/

table .date { width:120px; }
table .user { width:100px; }
table .word-wrap { max-width:0px; word-wrap:break-word; }

table[class="pointer"] tr td { cursor:pointer; }

/* MISC  
----------------------------------------------------------*/
.error
{
    color:Red;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label,
.display-field, .editor-field
{
	float: left;
	margin: 5px 0;
}

.display-label, .editor-label
{
	clear: both;
	width: 100px;
	font-weight: bold;    
}

.display-field, .editor-field
{
    
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* CUSTOM STYLES
******************************************************************************************************/

.t-menu {	
	text-align: center;
	list-style: none;
	background: #003399;
	font-size: 14px;
	color: white;
	border: 0;
	height: 30px;
}

.t-header, .t-grid-header {
	background: #C5EED1;
}

#menu .t-link {
	font-size: 14px;
	color: #fff;
	min-width: 115px;
	margin: 3px 5px 0 5px;
	padding: 9px 0;
	border-radius: 5px;
	text-decoration: none;
	background: #3399CC;
	background-image: -ms-linear-gradient(top, #3399CC 0%, #003399 100%);
	background-image: -moz-linear-gradient(top, #3399CC 0%, #003399 100%);
	background-image: -o-linear-gradient(top, #3399CC 0%, #003399 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3399CC), color-stop(1, #003399));
	background-image: -webkit-linear-gradient(top, #3399CC 0%, #003399 100%);
	background-image: linear-gradient(top, #3399CC 0%, #003399 100%);
	box-shadow: 0 8px 6px -6px #333;
	position: relative;
	top: -28px;
	text-transform: uppercase;
	display:inline-block;
}

#menu .t-link:hover {
	background: #9E007B;
}

.t-link-arrow { color:#2077A3; font-weight:bold; font-size:30px; position:relative; top:-24px; }

.div_Right, .div_Left {
	display: inline-block;
	vertical-align: top;
	width: 440px;
}

.div_Right {
	margin-left: 5px;
} 

.div_Left {
	margin-right: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.button, button, input[type=button], input[type=submit] {
	font-weight: bold; color: white; border: 1px solid white; padding: 5px 10px; border-radius: 5px; text-decoration: none; 
	background: #3399CC; box-shadow: 0px 0px 5px 1px #eee; cursor: pointer; vertical-align: middle;
	/* IE10 */ background-image: -ms-linear-gradient(top, #3399CC 0%, #006699 100%);
	/* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #3399CC 0%, #006699 100%);
	/* Opera */ background-image: -o-linear-gradient(top, #3399CC 0%, #006699 100%);
	/* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3399CC), color-stop(1, #006699));
	/* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #3399CC 0%, #006699 100%);
	/* Proposed W3C Markup */ background-image: linear-gradient(top, #3399CC 0%, #006699 100%);
}
	
.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover { 
	background: #9E007B; 
}
	
.button[disabled=disabled], button[disabled=disabled], input[type=button][disabled=disabled], input[type=submit][disabled=disabled] { 	
	background: #CCC; 
	cursor: default; 
}	

.editor-group, .editor-label-flow-grey, .editor-field-flow, .display-group {
	display: inline-block;
}

.editor-label-flow-grey {
	/*width: 100px;
	width: 110px;*/
	margin: 0 10px;	

}

.quick_form {
	padding-top: 10px;
	margin-top: 15px;
	border-top: 1px solid #ddd;
	text-align: center;
}

#Form_Search .div_Left, #Form_Search .div_Right {
	width: 400px;
	margin: 0 15px;
}

.div_Left #customerDetail fieldset, .div_Right #customerContactList fieldset {
	min-height: 121px;
}

a.edit, a.EditCustomerLink {
	padding-left: 20px;
	height:26px;
	background: url('images/edit_icon.png') no-repeat;
}

a.EditAddressLink, a.EditContactLink {
	padding-left: 20px;
	height:26px;
	background: url('images/edit_icon.png') no-repeat;
}

a.select {
	padding-left: 20px;
	height:26px;
	background: url('images/arrow_icon.png') no-repeat;	
}

a.AddContact {
	padding-left: 20px;
	height:26px;
	background: url('images/application_form_add.png') no-repeat;	
}

a.Moo 
{
    display:inline-block;
    margin:1px 1px 1px 1px;
    background-color:#E1E4EA;
}
.t-window-content
{
    width: auto !important;
    height: auto !important;
}

a.lightning 
{
    padding-left: 20px;
	background: url('images/lightning.png') no-repeat;	
}

/*  Menu test  */

#quickmenu { float:right; }
#quickmenu li { float:left; }

.dropmenuselector {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

	border: solid 1px #6d6d6d;
}
.dropmenuselector li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
.dropmenuselector a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
.dropmenuselector .current a, .dropmenuselector li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
.dropmenuselector ul li:hover a, .dropmenuselector li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.dropmenuselector ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
.dropmenuselector ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
.dropmenuselector li:hover > ul {
	display: block;
}
.dropmenuselector ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.dropmenuselector ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
.dropmenuselector ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
.dropmenuselector ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
.dropmenuselector ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
.dropmenuselector:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.dropmenuselector {
	display: inline-block;
}
html[xmlns] .dropmenuselector {
	display: block;
}
* html .dropmenuselector {
	height: 1%;
}

.mandate-details, .payment-details { cursor:pointer; }

.vertical--30 { vertical-align:-30%; }

.status-green { background-color:#BCFFA0; }
.status-red { background-color:#FF6363; }
.status-white { background-color:#FFF; }
.status-yellow { background-color:#FFFAA0; }

.paymethodcolumn { float:left; width:50%; }
.paymethodtitle { font-size:3em; font-weight:bold; }

/***** End *****/