﻿body 
{
	font-family: Calibri;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12pt;
}

#password_standard
{
	background-color: #FFFBD6;
	border-color: #FFDFAD;
	width: 500px;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}

#logo
{
	background-color: #FFFFFF;
	width: 100%;
	height: 73px;
	}

.logo-image
{
	margin: 10px 10px 10px 10px;
}

a:link a:visited
{
	/*color: #CC0000;*/
}

.link_color
{
	color: #CC0000;
}

#menu_bg
{
	background-color: White;
	background-repeat: repeat-x;
	height: 20px;
}

#menu
{
	position: relative;
	top : 3px;
	left: 15px;
	width: 800px;
}

.menu_link
{
	text-decoration: none;
	color: White;
	font-weight: bold;
	font-size: small;
}

.menu_link:hover
{
	text-decoration: underline;
}

.profile_heading
{
    color: Red;
    font-weight: bold;
    font-size: small;
}

ul
{ 
list-style-image: url(images/arrow.gif); 
} 

.table_header
{
    background-color: #666666;
    color: White;

}

.table_alternating_row
{
    background-color: #EEEEEE;
}

.table_row
{
    background-color: White;
}

.table_pager
{
    background-color: #EEEEEE;
}

.title
{
    font-size: 24px;
    font-weight:bold;
    text-align: center;
    color: #CC0000;
}

