/* CSS Document */

.noprint { 
	display: 	none; 
	}

/*----------------------------------------------------------------------*/
/* General Layout and Menu						*/
/*----------------------------------------------------------------------*/
div.admin-menu {
	width:		150px;
	float:		left;
	padding-top:	10px;
	background:	#006699;
	border:		#000000 solid 2px;
	color:		#ffffff;
	font-weight:	Bold;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	text-align	left;
	}

div.admin-main {
	padding-left:	10px;
	width:		570px;
	text-align:	left;
	font-weight:	bold;
	float:		left;
	}
	
div.login {
	width:		350px;
	border:		#000000 solid 1px;
	padding:	10px;
	}
	
div.show-hide {
	width:		450px;
	border:		#000000 solid 1px;
	padding:	7px;
	margin-left:	5px;
	display:	none;
	visibility:	hidden:
	}
	
div.show-hide-order {
	width:		550px;
	border:		#cccccc solid 1px;
	padding:	7px;
	margin-left:	5px;
	display:	none;
	visibility:	hidden:
	}	
	
div.show-hide-large {
	width:		650px;
	border:		#000000 solid 1px;
	padding:	5px;
	margin-left:	5px;
	display:	none;
	visibility:	hidden;
	}

div.event-heading {
	float:		left;
	padding:	5px;
	}
	
div.event-heading a {
	text-decoration:none;
	color:		#ff6600;
}

div.event-heading a:hover {
	text-decoration:underline;
	color:		#ff9900;
}
	
li.admin-menu a {
	color:		#ffffff;
	font-weight:	Bold;
	text-decoration:none;
	}
	
li.admin-menu a:hover {
	text-decoration:underline;
	}
	
/*----------------------------------------------------------------------*/
/* Order Layout                              				*/
/*----------------------------------------------------------------------*/

div.orders {
	margin-left:	5px;
	padding: 	5px;
	font-size:	10px;	
     	}
     	
div.orders a {
	color:		#006699;
	text-decoration:none;
	}
	
div.orders a:hover {
	color:		#006699;
	text-decoration:underline;
	}     	
     	
div.orders_date {
	margin:		1px;
	background:	#D3DCE3;
	width: 		125px;
	height:		17px;
	float: 		left; 
	text-align:	left;
	}
	
div.orders_name {
	margin:		1px;
	background:	#D3DCE3;
	width: 		250px;
	height:		17px;
	float: 		left; 
	text-align:	left;
	}
	
div.orders_amount {
	margin:		1px;
	background:	#D3DCE3;
	width: 		75px;
	height:		17px;
	float: 		left; 
	text-align:	right;
	}
	
div.orders_mark {
	margin:		1px;
	width: 		17px;
	height:		17px;
	float: 		left; 
	text-align:	center;
	}
	
div.orders_date_off {
	margin:		1px;
	background:	#E5E5E5;
	width: 		125px;
	height:		17px;
	float: 		left; 
	text-align:	left;
	}
	
div.orders_name_off {
	margin:		1px;
	background:	#E5E5E5;
	width: 		250px;
	height:		17px;
	float: 		left; 
	text-align:	left;
	}
	
div.orders_amount_off {
	margin:		1px;
	background:	#E5E5E5;
	width: 		75px;
	height:		17px;
	float: 		left; 
	text-align:	right;
	}	

/*----------------------------------------------------------------------*/
/* Modification Layout (ie Edit, Delete, Add)				*/
/*----------------------------------------------------------------------*/
.field-modify {
	width:		75px;
	float:		left;
	text-align:	center;
	vertical-align:	middle;
	}
	
.field-modify a {
	color:		#ff6600;
	font-weight:	bold;
	text-decoration:none;
	}
	
.field-modify a:hover {
	color:		#ff9900;
	text-decoration:underline;
	}
	
.add-item-text {
	width:		230px;
	}
	
/*----------------------------------------------------------------------*/
/* Listing Layout							*/
/*----------------------------------------------------------------------*/
td.list-main-border {
	border:		#000000 solid 1px;
	width:		450px;
	padding:	7px;	
	align:		center:
	}

div.list-title {
	width:		250px;
	float:		left;
	text-align:	left;
	}
	

		


