#suppliers-page {
	width: 960px;
	margin: 0 auto;
}


#suppliers-page .button {
	background-color: #425ca4;
	border: none;
	padding: 5px 10px;
	color: #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration: none;
}

#suppliers-page .button:hover {
	background-color: #5d80e2;
}



/* @group Login Page
 */

#login-page {
	margin-top: 60px;	
}

#login-box {
	background-color: #425ca4;
	margin: 0 auto;
	width: 300px;
	padding: 20px 20px;
	color: #fff;
	text-align: center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#login-box h2 {
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	text-shadow: #3d559a 2px 2px 0;
	margin-bottom: 0.6em;
}

#login-box div {
	text-align: left;
	margin: 0 auto 1em auto;
	width: 180px;
	
}

#login-box label {
	display: block;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	
}

#login-box div input {
	width: 180px;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-family: verdana;	
}

.login-error {
	text-align: center;
	margin-top: 0.5em;
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;	
}


#register-box {
	
	width: 240px;
	background-color: #f0f0f0;
	margin: 20px auto;
	padding: 20px;
	color: #fff;
	text-align: center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#register-box h2 {
	font-size: 2em;
	font-weight: normal;
	color: #425ca4;
	text-shadow: #ded9de 2px 2px 0;
	margin-bottom: 0.4em;
	
}

#register-box p {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
}

#register-box a {
	color: #333;
	text-decoration: underline;
}

#register-box a:hover {
	text-decoration: underline;	
	color: #000;
}


#password-strength .strong {
	color: #090;
}

/* @end */

/* @group Form Elements */

.form div {
	margin-bottom: 1em;
}

.form div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form div.elements label {
	float: left;
	width: 150px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}

.form div label small {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #555;
}

.form div.elements input {
	width: 170px;
}

.form div em.error {
	color:  #f00;
	font-size: 1.2em;
	padding-left: 10px;
}

.form div.field-container {
	float: left;
	margin: 0;
}

.form #password-strength {
	margin: 5px 0 0 0;
}

.form #password-strength span{
	background-color: #eaeaea;
	border: 1px solid #ddd;
	width: 150px;
	padding: 4px 10px;
	color: #555;
	display: block;
	
	text-align: center;
	
}

.form #password-strength span.too-short, .form #password-strength span.bad {
	background-color: #900;
	color: #fff;
}

.form #password-strength span.good {
	background-color: #006;
	color: #fff;
}

.form #password-strength span.strong {
	background-color: #060;
	color: #fff;
}

.form .categories-list {
	float: left;
}

.form .categories-label{
	float: left;
	width: 150px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}

.form div.categories span{
	display: block;
	margin-bottom: 0.4em;
}

.form div.categories label {
	font-size: 1.2em;
	
}

.form .button {
	margin-left: 150px;
}


.form ul.post-error {
	margin-bottom: 1em;
}

.form ul.post-error li{
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;	
	text-align: center;
	margin-bottom: 0.5em;
}

	

/* @end */



/* @group Registration Form  */

#supplier-registration-form {
	background-color: #f0f0f0;
	width: 500px;
	margin: 0 auto 2em auto;
	padding: 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#supplier-registration-form h1 {
	font-size: 2em;
	margin-bottom: 0.5em;
}

#supplier-registration-form p {
	font-size: 1.2em;
	margin-bottom: 1.6em;
	line-height: 1.6em;
}

#supplier-registration-form h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
	text-shadow: #fffeff 1px 1px 0;
}






/* @end */

/* @group Supplier Nav */

#supplier-nav {
	width: 160px;
	float: left;
	background-color: #f0f0f0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 15px 15px;
	margin-bottom: 2em;
}

#supplier-nav li {
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

#supplier-nav li a {
	color:#425ca4;
	text-decoration: none;
	
	padding: 6px 10px;
	display: block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#supplier-nav li a:hover {
	background-color: #e0e0e0;
}

#supplier-nav li a.selected {
	background-color: #425ca4;
	color: #fff;
}




/* @end */

/* @group Page */

#supplier-page {
	margin-left:220px;
	/*background-color: #f0f0f0;
	padding: 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
}

#supplier-page h1 {
	font-size: 2.4em;
	margin-bottom: 0.6em;
	text-shadow: #eee 2px 2px 0;
}

#supplier-page h2 {
	font-size: 1.8em;
	margin-bottom: 0.6em;
}

#supplier-page p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}


.vouchers-table-container {
	background-color: #f0f0f0;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	margin-bottom: 2em;	
}

.vouchers-table-container table {
	width: 100%;
}

.vouchers-table-container th {
	background-color: #425ca4;
	color: #fff;
	font-size: 1.2em;
	padding: 6px 20px;
	border-bottom: 1px solid #fff;
	text-align: left;
	text-shadow: #30447d 1px 1px 0;
}

.vouchers-table-container th.first {
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topleft:10px;
}

.vouchers-table-container th.last {
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topright:10px;
}

.vouchers-table-container td {
	padding: 8px 20px;
	font-size: 1.2em;
	text-shadow: #fff 1px 1px 0;
	border-top: 1px solid #ddd;
}


#supplier-page .form {
	background-color: #f0f0f0;
	float: left;
	margin-bottom: 2em;
	padding: 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#add-voucher label{
	width: 100px;
}


#supplier-page .form h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin: 1.5em 0 1em 0;
}

#supplier-page .form h2.first {
	margin-top: 0;
}

/* @end */

.column {
	float: left;
	margin-right: 50px;
}

.welcome-message {
	background-color: #f0f0f0;
	margin-bottom: 1em;
	padding: 8px 20px;
	font-size: 1.2em;
	line-height:1.6em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.welcome-message p{
	margin-bottom: 1em;
}

.summary-table {
	background-color: #f0f0f0;
	margin-bottom: 2em;
	float: left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.summary-table th {
	padding: 8px 20px;
	font-size: 1.3em;
	color: #555;
	text-shadow: #fff 1px 1px 0;
	
}


.summary-table td {
	padding: 8px 20px;
	font-size: 1.3em;
	text-shadow: #fff 1px 1px 0;
	
	font-weight: bold;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-all {
	clear: both;
}

.table-clear {
	float: left;
	width: 100%;
	
}




