/* The DJ-resource... Style Sheet additions EXTRA */

.head1 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333; 
				border-spacing:20pt; padding: 3px; width: 51px; float: left; }

.head2 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333;
				width: 430px; border-spacing:20pt; padding: 3px; float: left; text-align: center; }

.head3 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333;
				width: 57px; border-spacing:20pt; padding: 3px; float: left; text-align: center; }

.head4 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333;
				width: 57px; border-spacing:20pt; padding: 3px; float: left; text-align: center; }

.head5 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333;
				width: 171px; border-spacing:20pt; padding: 3px; float: left; text-align: center; }


.main1 {		border-bottom: 1px solid #e8e8e8; background-color: #e0e0e0; font-size: 9px; color: #333;
				width: 51px; height: 39px; padding: 3px; padding-top: 7px; float: left;	text-align: center; }


.main2 {		border-bottom: 1px solid #e8e8e8; background-color: #f8f8f8; font-size: 9px; color: #333;
				width: 415px; height: 43px; padding: 3px; padding-top: 3px; padding-left: 13pt; float: left; }

.main3 {		border-bottom: 1px solid #e8e8e8; background-color: #f8f8f8; font-size: 9px; color: #333;
				width: 57px; height: 28px; padding: 3px; padding-top: 18px;	float: left; text-align: center; }

.main4 {		border-bottom: 1px solid #e8e8e8; background-color: #f8f8f8; font-size: 9px; color: #333;
				width: 57px; height: 28px; padding: 3px; padding-top: 18px; float: left; text-align: center; }

.main5 {		border-bottom: 1px solid #e0e0e0; background-color: #f8f8f8; font-size: 9px; color: #333;
				width: 171px; height: 35px; line-height: 15px; padding: 3px; padding-top: 11px;	float: left; text-align: center; }


/* main/Inbox.php */


.ihead1 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333; 
				width: 42px; border-spacing:20pt; padding: 3px; float: left; height: 20px;  text-align: center;}

.ihead2 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333;
				width: 474px; border-spacing:20pt; padding: 3px; float: left; text-align: center; height: 20px;}

.ihead3 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333;
				width: 111px; border-spacing:20pt; padding: 3px; float: left; text-align: center; height: 20px; }

.ihead4 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333;
				width: 141px; border-spacing:20pt; padding: 3px; float: left; text-align: center; height: 20px;}



.imain1 {		border-bottom: 1px solid #e8e8e8; background-color: #e8e8e8; font-size: 9px; color: #333;
				width: 42px; height: 27px; padding: 3px; padding-top: 4px; float: left;	text-align: center; }

.imain2 {		border-bottom: 1px solid #e8e8e8; background-color: #f8f8f8; font-size: 9px; color: #333;
				width: 450px; height: 27px; padding: 3px; padding-top: 4px; padding-left: 5pt; float: left; }

.imain3 {		border-bottom: 1px solid #e8e8e8; background-color: #f8f8f8; font-size: 9px; color: #333;
				width: 100px; height: 27px; padding: 3px; padding-top: 4px;	float: left; text-align: center; }

.imain4 {		border-bottom: 1px solid #e8e8e8; background-color: #f8f8f8; font-size: 9px; color: #333;
				width: 140px; height: 27px; padding: 3px; padding-top: 4px;	float: left; text-align: center; }



/* Menu Profile Vertical */



#profilecontainer ul {
	margin: 0;
	padding: 0;
	width: 120px;
	list-style-type: none;
}

#profilecontainer li { margin: 0 0 3px 0; }

#profilecontainer a {
				display: block;
				padding: 2px 2px 2px 24px;
				border: 1px solid #f0f0f0;
				width: 110px;
				background: #e0e0e0;
}

#profilecontainer a:link, #profilelist a:visited {
				color: #333333;
				text-decoration: none;
				background-color: #e0e0e0;
}

#profilecontainer a:hover {
				border: 1px solid #333333;
				background: #ffffff url('images/menu-on.gif') no-repeat;
				color: #333333;
}

#profact a:link, #profact a:visited, #profact a:hover {
				border: 1px solid #333333;
				background: #990033 url('images/menu.gif') no-repeat;
				color: #ffffff;
}



