@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;	
}
.admin  a{
		color: #000000;
		font-family: georgia,serif;
		font-size:10px;
		text-decoration:none;	
		font-weight:bold;			
}
.admin a:hover{
		color: #000000;
		font-family: georgia,serif;
		font-size:10px;
		text-decoration:none;
		font-weight:bold;			
}
#container { 
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 10px 10px;
	border: 0px solid #000000;	
}

#sidebar1 ul.leftnav{
	list-style:none;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 4px;
	}
#sidebar1 ul.leftnav li{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	height:20px;
	color:#FF0000;
	background-color: #FFFFFF;

	background-repeat: repeat-x;
	background-position: 0 100%;
	}

#sidebar1 ul.leftnav li a{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	display:block;
	color:#7C7C7C;
	padding:0px 0 0 15px;
	text-decoration:none;
	height:19px;
	background-color: #FFFFFF;
	background-image: url(images/arrow.giffff);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}
#sidebar1 ul.leftnav_2{
	list-style:none;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 4px;
	}
#sidebar1 ul.leftnav_2 li{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	height:20px;
	color:#FF0000;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0 100%;
	}

#sidebar1 ul.leftnav_2 li a{
	font:bold 10px/19px Arial, Helvetica, sans-serif;
	display:block;
	color:#7C7C7C;
	padding:0px 0 0 30px;
	text-decoration:none;
	height:19px;
	background-color: #FFFFFF;
	background-image: url(images/arrow.giffff);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}

	
#sidebar1 ul.leftnav li a:hover{
	background-color:#FFFFFF; color:#7C7C7C;
	}	

 #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #000000;
	min-height:500px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;	
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#listTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}
#entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}
#infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}
.box2 {
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}
.box3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #336699;
}
.row1 {
	background-color: #EFEFEF;
}

.row2 {
	background-color: #DEDEDE;
}

.green {
	background-color: #04B404;
}
.red{
	background-color: #FF0000;
}
.yellow {
	background-color: #FFFF00;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.entryTable .label {
	font-weight:bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.categoryName a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:000000;
	padding-left:20px;
	text-decoration:none;	
}
.categoryName a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color:000000;
	padding-left:20px;
}
.productName a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:000000;
	padding-left:20px;
	text-decoration:none;	
}
.productName a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color:000000;
	padding-left:20px;
}
.orderId a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:000000;
	text-decoration:none;	
}
.orderId a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color:000000;
}
.orderAmount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:000000;
	padding-right:10px;	
	text-decoration:none;	
}
.userId {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:000000;
	padding-left:20px;	
}
.categoryName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:000000;
	padding-left:20px;	
	text-decoration:none;	
}

.action a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;	
	text-decoration:none	
}
.action a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;		
	color:#FF0000;	
	text-decoration:none	
}
.detailTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.detailTable .label {
	font-weight:bold;
}

.detailTable .content {
}

.errorMessage {
	font-family: "Courier New", "Courier", "mono";
	font-size: 14px;
	font-weight: bolder;
	color: #CC3300;
}

#paging a{text-decoration:none;	color:#666;	}



/* Login To Admin*/
#loginForm ul{
	list-style: none;
}

#loginForm fieldset {
	width:350px;
	border: 0px solid #000000;
}
#loginForm fieldset li{
	margin: 0 0 5px 0;
}

#loginForm input[type=text],
#loginForm input[type=password]{
    width: 98%;
    margin: 0;
	padding: 7px 5px 4px;
	color: #555;
	font-size: 12px;
	font-family: inherit;
	border-color: #E5E5E5;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #fff url(images/bg_input.png) no-repeat scroll left top;
}

#loginForm label{
	color: #333;
	font-size: 12px;
	font-weight: bolder;	
	line-height: 1.5em;
}
input.button {
	float: left;
	border: 0;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
/* 	-webkit-box-shadow: 0 1px 3px #999; */
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
/* 	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.small.button {
    font-size: 11px;
}

button.large.button {
    font-size: 14px;
    padding: 7px 7px 7px 10px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.25);
}
 
.blue.button {
    background-color: #2daebf;
}


.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#imageUploadStatus {
	padding: 10px 15px;
	width: 420px;
	border: 0px solid #eee;
}
#imageUploadStatus a {
	font-weight: bold;
	color:000;
	text-decoration:none;
}


#imageUploadStatus .progress {
	background: url(images/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}


#imageUploadStatus .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#uploadList {
	list-style: none;
	width: 450px;
	margin: 0;
}

#uploadList li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(images/failed.png) no-repeat 4px 4px;
}

#uploadList li.file {
	border-bottom: 1px solid #eee;
	background: url(images/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#uploadList li.file.file-uploading {
	background-image: url(images/uploading.png);
	background-color: #D9DDE9;
}
#uploadList li.file.file-success {
	background-image: url(images/success.png);
}
#uploadList li.file.file-failed {
	background-image: url(images/failed.png);
}

#uploadList li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#uploadList li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#uploadList li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#uploadList li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

.print a{
	font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;	
	font-size: 14px;	
	color:000000;
	text-decoration:none;	
}
.print a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color:000000;
}

#loading{
	background:#ff0000;
	color:#fff;
	font-size:14px;
	padding:2px;
	display:none;
}
#reportForm.error{
	color: #a40f0f;
	font-weight:bold;
}


