/*for tables  with  list of some items*/	
table.list_items
{
	border:0;
	margin-top:10px;
}

table.list_items tr.title td{
	color:#ffffff;
	font-weight:normal;
	background: #aaa;
	font-size:120%;
	text-align:center;
	padding:2px;
	border-bottom-width:1px;
	border-bottom-color:black;
	border-bottom-style:solid;
	
	border-top-width:1px;
	border-top-color:black;
	border-top-style:solid;	
}

table.list_items tr.title td.l{
	text-align:left;
}

table.list_items tr.title td.m{
	text-align:center;
}

table.list_items tr.title td.r{
	text-align:right;
}

table.list_items tr.title td.date{
	width:100px;
}

table.list_items tr.middle td
{
	background: #ffffff;
	padding:2px;
	width:100%;
	border-bottom-width:2px;
	border-bottom-color:black;
	border-bottom-style:solid;
}

table.list_items tr.paging td
{
	text-align:center;
	height:30px;		
}

table.list_items tr.paging a
{
	text-decoration:none;
}

table.list_items tr.data td
{
	text-align:left;
	padding:3px 0px;
}

table.list_items tr.data td.l
{
	text-align:left;
}

table.list_items tr.data td.m
{
	text-align:center;
}

table.list_items tr.data td.r
{
	text-align:right;
}

table.list_items tr.data td.date{
	width:100px;
	text-align:center;
}

table.list_items tr.data td.actions{
	text-align:center;
}

table.list_items tr.data a
{
	text-decoration:none;
}

table.list_items tr.data a:hover
{
	font-weight:bold;
}

table.list_items tr.data a.red
{
	color:red;
}

table.list_items tr.data span.notes
{
	text-decoration:none;
	font-style:italic;
}

table.list_items tr.data span.bold
{
	color:#CB5333;
	font-family:Trebuchet MS,verdana,arial,tahoma,sans-serif;
	font-size:135%;
	font-weight:100;
	line-height:1.1em;
	margin:0px;
}

table.list_items tr.data h2
{
	margin:0px;
}

table.list_items tr.alt td
{
	background:#f1f1f1;
}

table.list_items tr.over td
{
	background:#fff;
}

table.list_items tr.new_item td
{
	text-align:left;
}

table.list_items textarea.notes
{
	width:250px;
	height:30px;
}

table.list_items tr.data img
{
	border:0;
	width:20px;
	height:20px;
}

/**/


table.list_items_title
{
	border:0;
	margin-top:0px;
}

table.list_items_title tr.title td{
}

table.list_items_title tr.title td.l{
	text-align:left;
}

table.list_items_title tr.title td.m{
	text-align:center;
}

table.list_items_title tr.title td.r{
	text-align:right;
}

table.list_items_title tr.title td.date{
	width:100px;
}

/*
table.list_items input
{
	font-size:120%;
	color:#4e4e4e;
	border:1px solid #6495ff;
	background:#e3ecff;
	margin-bottom:4px;
	padding:6px;
	font-family:verdana, arial, tahoma, sans-serif;
}
*/

/* products page styles */
table.products_item_table
{
	border:0px;
	width:100%;
}

table.products_item_table td
{
	vertical-align:top;
	padding:5px 10px;
	border-bottom:1px solid grey;
}

table.products_item_table td.desc
{
	text-align:left;
	width:60%;
}

table.products_item_table td.duration
{
	text-align:center;
	width:10%;
	font-style:italic;
	border-right:0;
	border-left:0;
	vertical-align:middle;
}

table.products_item_table td.price
{
	text-align:right;
	width:10%;
	border-left:1px solid grey;
	border-right:1px solid grey;
}

table.products_item_table td.price2
{
	text-align:right;
	width:10%;
	border-left:1px solid grey;
	border-right:0;
	vertical-align:middle;
}

table.products_item_table td.action
{
	text-align:center;
	width:10%;
}

table.products_item_table td.manage
{
	text-align:center;
	width:10%;
	border-left:1px solid grey;
}

table.products_item_table td.nb
{
	border:0px;
}

table.products_item_table tr.title td
{
	border-top:2px solid black;
	border-bottom:2px solid black;
}

table.products_item_table tr.total td
{
	border:0;
	border-bottom:2px solid black;
}

table.products_item_table tr.total td.price
{
	color:red;
}


#form_details
{
}

#form_details div.formrow
{
	clear:left;
	padding:3px 0px;
}

#form_details div.reg_error
{
	color:red;
}

#form_details label {
	float:left;
	margin:0;
	width:130px;
	font-size:110%;
	font-weight:bold;	
}

#form_details div.desc {
	margin-left:130px;
}


.form_details
{
}

.form_details div.formrow
{
	clear:left;
}

.form_details label {
	float:left;
	margin:2px 0;
	width:160px;
	font-size:100%;
	font-weight:bold;	
}

.form_details label span{
	float:left;
	margin:0;
	width:190px;
	font-size:90%;
	font-weight:normal;
	font-style:italic;	
}

.form_details br
{
	clear:both;
}
/* */

/* account info styles */
div.account_info
{
	width:50%;
	float:left;
	font-size:90%;
}

#account .formrow
{
	float:left;
	clear:both;
	width:100%;
}

#account label {
	float:left;
	margin:0px 5px 2px 0;
	width:125px;
	font-size:100%;
	font-weight:bold;
	text-align:right;
}

#account input
{
	width:130px;
	padding:2px;
	margin-bottom:5px;
}

#account input.button
{
	width:auto;
	padding:2px;
	margin-bottom:5px;
}

#account select
{
	width:136px;
	padding:2px;
	margin-bottom:5px;
}

#account div.text_label
{
	margin:5px 0px 15px;
}

#account div.subtext_label
{
	margin:5px 0 5px 50px;
}

#account span.subtext
{
	font-size:110%;
}

#account div.buttons
{
	text-align:center;
	width:100%;
	margin-top:10px;
}

