/* 
	Warren Ayen
	January 14th, 2008
	MLI Admin CSS
*/

/* Page Content Divs - Headers, titles, backgrounds ################################################## */
#page_header
{
	height: 136px;
	width: 900px;
	background-image: url('../Images/header_img.jpg');
}

#title
{
	background-color: #004e4e;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: #ffcc33;
	padding-top: 8px;
	padding-left: 8px;
	height: 20px;
	width: 892px;
}

#body_content
{
	padding:10px;
	width:880px;
	min-height: 480px;
	background-color:#ffffff;
}

#footer
{
	width:900px;
	height: 27px;
	background-color: #fbce37;
}

#login_panel
{
	background-image: url('../Images/login_panel.jpg');
	padding-top: 60px;
	padding-left: 54px;
	width: 382px;
	height: 165px;	
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #ffcc33;
}

#login_panel a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#login_panel a:hover
{
	text-decoration: underline;
}

/* Links #################################################################################### */

a
{
	color: #371011;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}

a:visited
{
	color: #371011;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}

a:link
{
	color: #371011;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}

a:hover
{
	text-decoration: underline;
}

a.moreLink{
	text-decoration: none;
	padding:5px;
}
	
a.moreLink:link { 
	color: #371011;
	background-color:#F8ECB2;
	}
a.moreLink:visited { 
	color: #371011;
	background-color:#F8ECB2;
	}
a.moreLink:hover { 
	color: #660000;
	background-color:#FFFF66;
	}
	
	a.moreLink{
	text-decoration: none;
	padding:5px;
}
	
.cldLink
{
	font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 16pt;
}
	
/* Regular Formatting ########################################################################### */
.textbox_font
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;	
}

.content_text
{
	font-family: Arial;
	font-size: 8pt;
	color: #641d1f;
}

.content_info
{
	font-family: Arial;
	font-size: 10pt;
	color: #641d1f;	
}

.view_profile_font
{
	font-family: Verdana;
	font-size: 9pt;
	color: #641d1f;	
}

.view_profile_image_padding
{
	padding: 8px;	
}

.sign_up_info
{
	color: #666666;
	font-family: Verdana;
	font-weight: Normal;
	font-size: 9pt;		
}

.sign_up_header
{
	color: #004e4e;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12pt;	
}

.data_entry_row
{
	background-color: #641d1f;
}

.data_entry_row_font
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 8pt;
	color: #ffffff;		
}
/* Alert Panels ############################################################################### */
#divInfoAlert
{
	background-image: url('../Images/information_bar_back.jpg');
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #000000;
	font-weight:bold;
}

#divErrorAlert
{
	background-image: url('../Images/error_bar_back.jpg');
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #000000;
	font-weight:bold;	
}

#divQuestionAlert
{
	background-image: url('../Images/question_bar_back.jpg');
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #000000;
	font-weight:bold;	
}

/* Admin Panels ############################################################################# */

.admin_group
{
	border: solid 4px #641d1f;
	background-color:#ffffff;
}

.admin_group_header
{
	border: solid 4px #641d1f;
	background-color: #641d1f;
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	color: #ffcc33;
}
