.MenuBar
{
	padding:0px;
	margin:0px;
}

.MenuBarLink
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding: 3px;
}
.MenuBarLink2
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #A3C6D8;
	padding: 5px;
	font-weight: bold;
}

.MenuBarLink:hover
{
	color: White;
	text-decoration: none;
	border: 1px solid #ee0c0c;
	padding: 3px;
}
.MenuBarLink2:hover
{
	color: White;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding: 5px;
}

.MenuBarText
{
	font-size: 11px;
	text-decoration: none;
}

.PageTitle
{
	color: #722579;
	font-size: 14px;
	font-weight: bold;
}

.LoginTitle
{
	color: #7E8A5A;
	font-size: 14px;
	font-weight: bold;
}

.PageTitlePanel
{
	background-color: #eeeeee;
	background-image: url(/images/pg_title_bkg2.jpg);
	background-repeat: repeat-x;
	height: 24px;
}

.FooterBar
{
	border-top: solid 1px #7C0917;
	padding-left: 25px;
	padding-right: 25px;
}

.RootMenu
{
	border-bottom: 1px solid #d9d7ca;
	text-decoration: none;
	color: #808080;
	margin: 0px 5px;
	font-weight: normal;
	font-size: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;

}

.RootMenuHover
{
	border-bottom: #ee0c0c 1px solid;
	color: #ee0c0c;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}

.RootMenu:hover
{
	color: #ee0c0c;
}

.DynamicMenu
{
	background-color: #FFFFFF;
	padding: 0px;
	border-bottom: 1px solid #6B764A;
	display:block;
}

.MenuItem
{
	width: 200px;
	background-color: #FFFFFF;
	color: Black;
	border: 1px solid #FFFFFF;
}

.MenuItem:hover
{
	color: White;
}

.MenuItemHover
{
	border: 1px solid white;
	color: White;
}

.aXTable_BodyText
{
	font-size: 11px;
}

.aXTable_OddRowCell
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.aXTable_EvenRowCell
{
	padding-top: 2px;
	padding-bottom: 2px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-color: #d9d7ca;
}

h3
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5f4880;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.FooterLinks
{
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.firstletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
p {
	margin: 0px;
	padding: 0px;
}
.FooterLinks a {
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.FooterLinks a:hover {
	font-weight: bold;
	font-size: 10px;
	color: #710043;
	text-decoration: underline;
}

.CommonTasksTable
{
}

.CommonTasksHeaderCell
{
	padding: 3px;
	background-color: #FFFFFF;
}

.CommonTasksHeaderText
{
	color: #7E8A5A;
}

.CommonTasksContentCell
{
	padding: 6px;
	border: 1px solid #FFFFFF;
}

.ActionLink
{
    text-decoration: none;
    border: 1px solid #666666;
    background-color: #6D828D;
    padding: 5px;
    margin: 10px 0px 0px 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.ActionLink:hover
{
	text-decoration: none;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.aXTabBar_ActionCell
{
	white-space: nowrap;
}

.aXTabBar_ActionLink
{
	text-decoration: none;
/*	border: 1px solid #edb77d; */
	border: 1px solid #bbbbbb;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #eeeeee;
	padding: 3px;
	color: gray;
	margin: 3px;
}

.aXTabBar_ActionLink:hover
{
	text-decoration: none;
	border: 1px solid #c86c09;
	color: #c86c09;
}

.aXSaveBar_Table
{
	background-color: #eeeeee;
	padding: 3px;
}

.aXSaveBar_LeftCell
{
	padding-left: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.aXSaveBar_RightCell
{
	padding: 7px;
	text-align: right;
}

.aXTabBar_Table
{
	background-color: #eeeeee;
/*	height: 24px;*/
}

.aXTabBar_TabLeftCellInactive
{
	background-image: url('../images/tab_left_i.gif');
}

.aXTabBar_TabMiddleCellInactive
{
	background-image: url('../images/tab_mid_i.gif');
}

.aXTabBar_TabRightCellInactive
{
	background-image: url('../images/tab_right_i.gif');
}

.aXTabBar_TabLeftCellActive
{
	background-image: url('../images/tab_left_a.gif');
}

.aXTabBar_TabMiddleCellActive
{
	background-image: url('../images/tab_mid_a.gif');
}

.aXTabBar_TabRightCellActive
{
	background-image: url('../images/tab_right_a.gif');
}

.aXTabBar_TabTextInactive
{
	color: #999999;
	font-weight: normal;
}

.aXTabBar_TabTextInactive:hover
{
	color: #c86c09;
	font-weight: normal;
}

.ValidationErrorTable_Table
{
	border: 1px solid #FFB316;
	background-color: #fce9c1;
	margin-bottom: 12px;
}

.ActionTable
{
	background-color: #efefef;
}


.PanelInnerTable
{
	border: 0px;
}

.PanelTableHeaderCell
{
	background-color: #ddddf4;
	padding: 2px;
	border-bottom: 1px solid #666699;
	color: #666699;
}

.PanelTableEvenCell
{
	background-color: #eeeef4;
	padding: 2px;
}

.PanelTableOddCell
{
	padding: 2px;
}

.aXPanelGrid_PanelTitleCell
{
	background-color: #666699;
	border: 1px solid #dddddd;
	padding: 2px;
}

.aXPanelGrid_PanelTitleText
{
	font-weight: bold;
	color: white;
}

.aXPanelGrid_SizerCell
{
	border-left: 1px solid #eeeef4;
}

.TableBottomCap
{
	border-left: 1px solid #ccccdd;
	border-right: 1px solid #ccccdd;
	border-bottom: 1px solid #ccccdd;
	height: 30px;
}
p a, .hyperlink
{
    font-size: 11px;
	color: #7c0917;
}

a:hover, .hyperlinkhover
{
	color: #ee0c0c;
}

.TabLabel
{
	color: Black;
	text-decoration: none;
}

.TabLabel:hover
{
	text-decoration: underline;
}

.TabLabel:visited
{
	color: Black;
	text-decoration: none;
}

.Tip
{
	border: 1px solid #cccccc;
	padding: 4px;
	color: #bbbbbb;
}

.Tip:hover
{
	border: 1px solid #cccccc;
	background-color: #eeeeff;
	padding: 4px;
	color: Black;
}

.UserInfoName
{
	font-weight: bold;
	font-size: 13px;
}

.UserInfoCompany
{
	font-weight: bold;
}

.UserInfoCaption
{
}

.UserInfoInfo
{
}

.MessageSubject
{
	font-size: 13px;
}

.SaveBarCell
{
	background-color: #FFFFFF;
	border: 1px solid #bbbbbb;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
}

.CropFrame
{
	position: absolute;
	border: 1px solid red;
}

.CropHandle
{
	cursor: nw-resize;
}

.MoveHandle
{
	cursor: move;
}

.SectionHead
{
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 2px;
}

.SavedSearchInfoTable
{
	border: 1px solid #cccccc;
	margin-bottom: 9px;
	background-color: #FFFFFF;
}

.aXTable_OddRowInactiveCell
{
	padding-left: 4px;
	padding-right: 4px;
	color: Gray;
}

.aXTable_EvenRowInactiveCell
{
	background-color: #eeeeee;
	padding-left: 4px;
	padding-right: 4px;
	color:Gray;
}

.aXTable_OddRowUnreadCell
{
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

.aXTable_EvenRowUnreadCell
{
	background-color: #eeeeee;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

.aXTable_OddRowCompanyCell
{
	padding-left: 4px;
	padding-right: 4px;
	color: Green;
	font-weight: bold;
}

.aXTable_EvenRowCompanyCell
{
	background-color: #eeeeee;
	padding-left: 4px;
	padding-right: 4px;
	color: Green;
	font-weight: bold;
}

.aXTable_OddRowExpiresSoonCell
{
	padding-left: 4px;
	padding-right: 4px;
	color: Red;
	font-weight: bold;
}

.aXTable_EvenRowExpiresSoonCell
{
	background-color: #eeeeee;
	padding-left: 4px;
	padding-right: 4px;
	color: Red;
	font-weight: bold;
}

.HomePageMenuCell
{
	padding: 8px;
	border: 1px solid #a1bba6;
	background-color: #eeeeee;
}

A.HomePageMenu
{
	color: #7E8A5A;
	font-weight: bold;
}

A.HomePageMenu:visited
{
	color: #7E8A5A;
	font-weight: bold;
}

A.HomePageMenu:hover
{
	color: #cb7518;
}

.SideNav
{
	text-decoration: none;
	color: #7E8A5A;
}

.SideNav:hover
{
	text-decoration: underline;
}

.SideNav:visited
{
	color: #7E8A5A;
}

.MaxLengthDiv
{
	color: Gray;
	padding: 3px;
	border: 1px solid Gray;
}
.aXTable_ViewOptionFixedCell
{
	border: 1px solid #7E8A5A;
	background-color: #DFE2D6;
}
H2
{
	background-image: url(/images/header1_bg.jpg);
	background-repeat: repeat-x;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.MenuBar ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.MenuBar li a
{
	border-bottom: 1px solid #5A6D77;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 36px;
	width: 191px;
	padding: 0px;
	margin: 0px;
	line-height: 36px;
	font-weight: bold;
}
.MenuBar img 
{
	vertical-align: middle;
}
.MenuBar li a:hover
{
	color: #A3C6D8;
}
.mission
{
	background-color: #bdae82;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	clear: both;
}
.score
{
	background-color: #bdae82;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: -5px 0px 0px 0px;
}
.mission H2
{
	background-image: url(/images/header2_bg.jpg);
	background-repeat: repeat-x;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mission H3
{
    font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #665614;
	margin:0px;
}
.mission a, .score a 
{
    text-decoration:none;
    color: #665614;
}
.mission a:hover, .score a:hover 
{
    text-decoration:none;
    color: #ee0c0c;
}
.floatleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatright
{
    
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
H3
{
	font-weight: bold;
	font-size: 12px;
	background-color: #bdae82;
	color: #665614;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
	padding-top: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
}
H4
{
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #665614;
	margin:0px;
}
.AdImg
{
    padding:5px;
    }
.profileHeader
{
    font-size: 20px;
    color:#6d828d;
}
.aXTable_TitleCell .ActionLink
{
    text-decoration: none;
    border: 1px solid #CCCCCC;
    background-color: #eeeeee;
    padding: 5px;
    margin: 10px 0px 0px 0px;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.aXTable_TitleCell .ActionLink:hover
{
	text-decoration: none;
	border: 1px solid #cccccc;
	color: red;
}