/*********
* Tables
**********/
th
{
	background : #7b8084 url(../images/th_bg.gif) bottom repeat-x;
	border-left : 0; 
	color : white;
}

th a:link, th a:hover, th a:visited
{
	color: white;
}

tr.alt td, td.alt, td.empty 
{ 
	background : #eeefef; 
}

td.empty 
{ 
	text-align: center; 
}

tr>th.last, td.last, td.manage, td.empty 
{ 
	border-right : 0; 
}

td.manage, td.id 
{ 
	text-align : center; 
}

table.settings td.left
{
	width: 26%;
}

table#invoice_summary
{	
	width: 25%;
	float: right;
	margin-left: 75%;
}

table#new_account label
{
	font-weight: bold;
}

table.list tr td a
{
	background : url(../images/arrow.gif) 5px center no-repeat;
	text-indent: 30px;
	padding: 5px;
	
	display: block;
	text-decoration: none;
}

table.list tr td a:hover
{
	background-image : url(../images/arrow_on.gif);
}

.center
{
	text-align: center;
}
/************
* End Tables
*************/

p.message
{	
	background : #779BD1;
	border : 3px double white;
	color : white;
	margin : 12px;
	padding : 4px;
}

.small
{
	font-size:0.9em;
}
a.collapse:link, a.collapse:visited, a.expand:link, a.expand:visited
{
	background : center 1px no-repeat;
	text-decoration : none;
	text-indent : -1000em;
	width : 14px;
}
a.collapse:hover, a.expand:hover
{
	background-position : center -16px;
}
a.collapse:link, a.collapse:visited
{
	background-image : url(../images/collapse.gif);
}
a.expand:link, a.expand:visited
{
	background-image : url(../images/expand.gif);
}

.open_statuses { color : #3366CC; }
.closed_statuses { color : #666666; }

td.manage
{
	border-right : 0;
	text-align : center;
}
td.id { text-align : center; }

ul.list
{
	font-size : 1.2em;
	margin : 6px 12px;
	margin : 0;
	padding : 0;
}
ul.list li
{
	border-bottom : 1px solid #E7EEF9;
	list-style : none;
	margin : 0;
	padding : 0;
}
ul.list a:link, ul.list a:visited
{
	background : #FAFCFD url(../images/arrow.gif) 5px center no-repeat;
	border : 1px solid white;
	display : block;
	padding : 6px 8px 6px 32px;
	text-decoration : none;
}
ul.list li.alt a:link, ul.list li.alt a:visited
{
	background-color : #F2F8FA;
}
ul.list a:hover
{
	background-image : url(../images/arrow_on.gif);
}
ul.issues a:link, ul.issues a:visited
{
	background-image : url(../images/issue.gif);
	padding-left : 48px;
}
ul.issues a:hover { background-image : url(../images/issue_on.gif); }

.top { border-top : 1px solid white; }

/***********
* Fieldsets
************/
fieldset
{
	border: 1px solid #c1c6ca; 
}

legend
{
	color: #A43A15;
}
/***************
* End Fieldsets
***************/
