body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/*
 	Yii Components CSS
*/

ul.yiiPager
{
	font-size:11px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

ul.yiiPager li
{
	display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border:solid 1px #9aafe5;
	font-weight:bold;
	color:#0e509e;
	padding:1px 6px;
	text-decoration:none;
}

ul.yiiPager .page a
{
	font-weight:normal;
}

ul.yiiPager a:hover
{
	border:solid 1px #0e509e;
}

ul.yiiPager .selected a
{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
}

ul.yiiPager .hidden a
{
	border:solid 1px #DEDEDE;
	color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}

/*
	Greenstore specific
*/
body {
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;	
}

tr.odd
{
    background-color:#dcdcdc;
}

td.odd
{
    background-color:#dcdcdc;
}

tr.even
{
    background-color:#e8e8e8;
}

td.even
{
    background-color:#e8e8e8;
}

.salesform table
{
	width:65%;	
	background-color:#6d6d6d;
	border-radius: 5px;
	font: Tahoma, Verdana, Arial;
	color: black;
	font-weight: bold;
	margin:5px 0 5px 5px;
	float:right;
}

#pagelinker
{
	width:75%;
	height:30px;
}

#create-sales-form-errorMsg 
{
	background-color:#e79191;
	color: #ffffff;	
}
.login_button {
	background-image:url(images/lock.ico);		
}
.logout_button {
	background-image:url(images/unlock.ico);	
	position:relative;	
	right:-135px;
	top:-38px;
}
a.button{
	display:block;	
	/*float:right;   Uncomment to allow buttons on the same line */
	background-position: 6px;
	background-repeat:no-repeat;
	font-weight:bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.7em;	
	text-decoration:none;
	text-indent:30px;
	color:#555555;
	background-color:#EAEAD7;
	border:#CCCCCC solid 1px;
	height:25px;
	width:80px;
	line-height:25px;
	margin:2px;
	border-radius: 5px;
}

.generate {
	background-image:url(images/generate.ico);
}

.edit {
	background-image:url(images/edit.ico);	
	float:right;
}

.add {
	background-image:url(images/add.ico);	
	float:right;	
}

.delete {
	background-image:url(images/delete.ico);
	float:right;		
}

.create {
	background-image:url(images/create.ico);
	float:right;			
}

.clear {
	background-image:url(images/clear.ico);	
	float:right;		
}

.update {
	background-image:url(images/update.ico);
	float:right;				
}

.sale {
	background-image:url(images/sale.ico);		
	float:right;		
}

.view {
	background-image:url(images/view.ico);		
	float:right;	
}
 
.refresh {
	background-image:url(images/refresh2.ico);		
	float:right;	
}
 
.distribute {
	background-image:url(images/distribute.ico);	
	float:right;	
} 

td.label {
	font-weight:bold;
}

td.section-header {
	font-weight:bold;
	text-align: center;
	background-color:black;
	color: white;	
}

tr.section-header {
	font-weight:bold;
	text-align: center;
	background-color:black;
	color: white;		
}

.sales-dashboard-header {
	background-color:#FFC90E;
	color:black;
	font-weight:bold;
	text-align: center;
	border-radius: 5px 5px 0 0;
	font-size: 1.4em;	
}

.sales-dashboard-body {
	background-color:#FAFFBD;
	font-size: 1.2em;	
	color:black;
	padding-top: 5px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	margin-bottom: 15px; 
	border-radius: 0 0 5px 5px;
}
#login-errorMsg {
	color:red;
	margin-top:10px;
	font-weight:bold;
}

#calendar-block-header-title {
	background-color:red;
	border-radius: 5px 5px 0 0;
	width: 120px;
	height:20px;
	color:white;
	text-align: center;
	font-size:15px;
}
#calendar-block-digit2-day {
	border-left: 1px dashed #333;
}
.calendar-block-digit-day {
	background-color:black;
	color:white;
	font-size:80px;
	font-weight:bold;
	width:50px;	
	text-align: center;
	float:left;	
	padding:0 5px 0 5px;
	font-family:Arial;
}
#calendar-block-footer {
	background-color:green;
	height:8px;
	border-radius: 0 0 3px 3px;
	position:relative;	
	width: 120px;
	margin-top:95px;
	margin-bottom:10px;
}
#calendar-block-month {
	background-color:blue;
	width: 120px;
	height:20px;
	color:white;
	text-align: center;
	font-size:15px;
}
#dropbox{
	/*background:url('../img/background_tile_3.jpg'); */	
	border-radius:3px;
	position: relative;
	margin:80px auto 90px;
	min-height: 290px;
	overflow: hidden;
	padding-bottom: 40px;
    width: 990px;
	box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
}


#dropbox .message{
	font-size: 11px;
    text-align: center;
    padding-top:160px;
    display: block;
}

#dropbox .message i{
	color:#ccc;
	font-size:10px;
}

#dropbox:before{
	border-radius:3px 3px 0 0;
}

.errorMsg {
	color:red;
}

.okMsg {
	color:green;
}

.spread_outlet_name {
	background-color:black;
	color:white;
	font-weight: bold;
	text-align: center;
}

.sales-totalcost {
	font-weight:bold;
	font-size:35px;
} 

.totalQuantity {
	font-weight:bold;
	font-size:35px;
	text-align:center;	
}