@charset "UTF-8";
/* CSS Document */
html{
height: 100%;
}
body{
	/*background-image: url(../images/bg.png);*/
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	color: #333;
	height: 100%;
}
body a{
	color: #099;
	text-decoration: none;
}
body a:hover{
	color: #0CC;
	text-decoration: underline;
}
.container {
	width: 1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin: 0 auto -120px;
}
/* PAGING --------------------------------------------------------- */	

#paging-table {
	float: right;
	margin: 0 4px 0 0;
}	
.page-far-left	{
	background: url(../images/paging_far_left.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 4px 0 0;
	width: 24px;
	}
.page-left	{
	background: url(../images/paging_left.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	}
.page-far-right	{
	background: url(../images/paging_far_right.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 4px 0 4px;
	width: 24px;
	}
.page-right	{
	background: url(../images/paging_right.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	}
#page-info	{
	float: left;
	line-height: 16px;
	padding: 3px 12px 0 12px;
	}
	
.header {
	height: 93px;
}
.header a  {
	color: #999;
	text-decoration: none;
}
.header a:hover {
	color: #666;
	text-decoration: underline;
}
.logo {
	margin-top: 18px;
    margin-left: 18px;
 /*width: 105px; */
	float: left;
}
.menu {
	margin-top: 65px;
	margin-left: 20px;
	float: left;
}
.menu li {
	float: left;
	margin-right: 35px;
}
.account {
	float: right;
	margin-top: 20px;
}
.leftColumn {
	width: 660px;
	margin-top: 50px;
	float: left;
}
.operation {
	float: right;
}
.page {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 30px;
	font-size: 12px;
}
.page table tr th{
	text-shadow:none;
	color:#333333;
	background-color:#FFFFFF;
}

.logoInvoice {
	width: 105px;
	float: right;
	font-size: 8px;
	text-align: center;
}
.invoiceDetails {
	float: right;
	clear: both;
}
.rightColumn {
	float: right;
	width: 300px;
	margin-top: 50px;
	font-size: 12px;
}
#notice {
	background-color: #FFC;
	border: 1px dotted #FC9;
	padding:20px;
	width: 260px;
	margin-bottom: 20px;
}
#panel {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding:20px;
	width: 260px;
	margin-bottom: 20px;
}
#action {
	background-color: none;
	border-bottom: none;
	padding:0px;
	width:300px;
	margin-bottom: 20px;
}
.footer {
	width: 1040px;
	height: 70px;
	margin-top:30px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

.push {
	height: 120px;
	clear:both;
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333333;
}
h2 {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #999;
	height: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
}
h2 strong {
	background-color: #F9F9F9;
	padding-right: 5px;
}
p {
	line-height: 1.6em;
}
table tr td, table tr th{
	padding: 10px;
	text-align: left;
}
table {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 12px;
	width: 100%;
}
table tr th {
	background-color: darkblue;
	color: #fff;
	text-shadow: #699 -1px -1px 0px;
	border-bottom:#699 1px solid;
}
table tr td {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 12px;
}
.tableclass
{
    width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: hidden;
	
}
table tr .coRight {
	text-align: right;
}
table tr .artist {
	width: 80px;
}
table tr .productName {
	width: 160px;
}
table tr .rowspan {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.invoiceDetails table tr th {
	background-color: #FFF;
	color: #999;
	padding: 3px;
	text-shadow: none;
}
.invoiceDetails table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	padding: 3px;
	width: 120px;
}
.largeNumber {
	font-size: 36px;
	line-height: 60px;
}
.black_overlay{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
    background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: block;
	position: absolute;
	top: 10%;
	left: 285px;
	width: 50%;
	height: 70%;
	padding: 25px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	min-width:600px;
	min-height: 300px;
}
.scroll {
	overflow: auto;
	min-height: 250px;
	height: 80%;
}
#Green   {
	color: #690;
}
#Red   {
	color: #C00;
}

#big_button {
	min-width:140px;
	height:45px;
	outline:none;
	cursor:pointer; 
	text-align: center; 
	text-decoration:none; 
	font-size:14px; 
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2); 
	box-shadow:0 1px 2px rgba(0,0,0,.2); color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	padding:0px 16px;
}
#adduser_button {
	min-width:140px;
	height:45px;
	outline:none;
	cursor:pointer; 
	text-align: center; 
	text-decoration:none; 
	font-size:14px; 
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2); 
	box-shadow:0 1px 2px rgba(0,0,0,.2); color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	padding:0px 16px;
}
.big_orange_button {
	min-width:100px;
	height:35px;
	outline:none;
	cursor:pointer; 
	text-align: center; 
	text-decoration:none; 
	font-size:14px; 
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2); 
	box-shadow:0 1px 2px rgba(0,0,0,.2); color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	padding:0px 16px;
}
#form {
	background:#FFFFFF;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,.2); 
	box-shadow:0 3px 3px rgba(0,0,0,.2);
}

#form table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#form table {
	border-bottom-width: 0px;
	border-bottom-style: none;
}


.helpText {
	font-size: 11px;
	color: #999999;
	line-height:14px;
	margin-top: 2px;
}
.loginBox {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	padding: 30px;
	background-color: #FFFFFF;
}
#login {
	background-image: none;
}
.notification {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #CCFF99;
	color: #669900;
	font-size: 18px;
	border: 1px solid #99CC00;
}
.tableButton {
	text-align: right;
	margin-top: 20px;
}
.subMenu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	margin-left:10px;
}

.subMenu  li {
	float: left;
	display: block;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-right:5px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	
	
}
#activated  {
    background:#E5E5E5;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#E5E5E5));
	background: -moz-linear-gradient(top,  #eee,  #E5E5E5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#E5E5E5');
	text-shadow: #fff 1px 1px 0px;
}

.tableEdit {
	padding: 5px;
}
.clear {
	clear: both;
	background-color: #FFFFFF;
	height: 1px;
}
input[type="text"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #CCC;
	height:27px;
    width: 255px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
input[type="text"]:hover{ border:solid 1px #09C;
}
input[type="password"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #CCC;
	height:27px;
    width: 255px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
input[type="password"]:hover{ border:solid 1px #09C;
}
table tr td img {
	vertical-align: middle;
}
.fullName{
	cursor: pointer;
}
textarea{
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #CCC;
	height:107px;
    width: 255px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
    
}
.required
{
    color:red;
    font-weight:bold;
}
select
{
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #CCC;
    width: 255px;
	margin: 0px;
	padding: 5px;
}
