/**********************************
*  		       RESET			  *
**********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1 {
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: normal; 
}

h2 {
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: normal; 
}

h3 {
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: normal; 
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/**********************************
*  			  HEADER			  *
**********************************/

#heading {
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
}

header {
	margin-top: 0;
	height: 105px;
	background: url(../img/header.jpg)  repeat-x center center;
	display: block;
}

#header {
	margin:auto;
	left: 0;
	right:0;
	top:10;
	position:absolute;
	text-align:center;
}

a:link, a:visited, a:active {
	text-decoration: none;
	outline: 0 !important;
	color:#000000;
}

#back{
	text-decoration: none;
	color: #0B48F9;
	outline: 0 !important;
}

#back:hover {
	text-decoration: underline;
	color: #0B48F9;
}

#info {
	color: #023DFC;
}

#footer {
	position: absolute;
	bottom: 10;
	left: 10;
}

#body {
	padding-left: 10px;
	padding-right: 10px;
}

.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    border-image: none;
    border-radius: 3px;
    border-right: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    margin: 5px 10px 5px 0;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}

.button:hover {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0 #DDDDDD;
    border-color: #AAAAAA #888888 #888888 #AAAAAA;
    border-image: none;
    border-right: 1px solid #888888;
    border-style: solid;
    border-width: 1px;
    color: #222222;
    text-decoration: none;
}

.ButtonExit {
	background: url(../img/exit.png) no-repeat 10px 7px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width: 100px;
	cursor: pointer;
    display: inline-block;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    margin: 5px 10px 5px 0;
    padding: 8px 35px 8px 45px;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}

.ButtonExit:hover {
	background: url(../img/exit.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 100px;
	cursor: pointer;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

input[type="text"], input[type="email"], input[type="password"] {
    background: 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #FFF;
    width: 200px;
    padding: 6px 15px 6px 35px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    background: 10px 6px #FFF;
    color: #6a6f75;
    width: 200px;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.20);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#selection {
    background: 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #FFF;
    width: 200px;
    padding: 6px 15px 6px 35px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#selection:focus {
    background: 10px 6px #FFF;
    color: #6a6f75;
    width: 200px;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.20);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

form#smtp-form { 
	background: url('../img/smtp_logo.png') 5% 30% no-repeat; 
	margin: 0 auto; 
	margin-top: 40px; 
	margin-bottom: 20px; 
	padding-top: 20px; 
	padding-left: 140px; 
	border-width: 1px; 
	border-style: solid; 
	max-width: 500px;
}

form#smtp-form table tr td { 
	padding-right: 10px !important; 
	text-align: center;
}


/* login page */
form#login-form { 
	background: url('../img/lock_logo.png') 5% 30% no-repeat; 
	margin: 0 auto; 
	margin-top: 40px; 
	margin-bottom: 20px; 
	padding-top: 20px; 
	padding-left: 140px; 
	border-width: 1px; 
	border-style: solid; 
	max-width: 250px;
}

form#login-form table tr td { 
	padding-right: 10px !important; 
	text-align: left;
}

form#forgotpassword-form	{ 
	border-width: 1px; 
	border-style: solid; 
	padding: 30px 30px 20px 30px; 
	margin-top: 50px;
	max-width: 450px;
}

form#forgotpassword-form input[type="text"] { 
	max-width: 70% !important; 
	margin: 5px 5px 10px 0px; 
	height: 20px; 
	padding: 2px;
}

form#forgotpassword-form input[type="submit"] { 
	margin: 4px; 
	height: 27px; 
	padding: 6px 10px;
}

#left {
	position: absolute;
	left: 3%;
}

#right {
	position: absolute;
	right: 3%;
	width: 600px;
}

#body {
	background: -webkit-linear-gradient(#ffffff, #e0dfdf); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffffff, #e0dfdf); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffffff, #e0dfdf); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffffff, #e0dfdf); /* Standard syntax */
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:1200px;
	-moz-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.9); 
	-webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.9); 
	box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.9);
	position:relative;
	z-index: 1;
}

.product {
	padding: 10px;
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;   
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
    color: #444;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
/*----------------------*/

.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}