﻿/*
=============================
	LINKS
=============================
*/
DIV.SubMenuItem A, DIV.SubMenuItem A:HOVER
{
	color					: #336699;
	margin-right			: 5px;
	text-decoration			: none;
	text-transform			: uppercase;
}
/*
=============================
	MAIN LAYOUTS
=============================
*/
DIV.ContainerHeadMenu
{
	background-color		: #336699;
}
/*
=============================
	MENU - LEFT
=============================
*/
DIV.MenuRowHead, DIV.MenuRowFoot
{
	background-color		: #336699;
}
DIV.MenuRowItem
{
	background-color		: #527DA8;
}
DIV.NewsMenuHead
{
	background-image		: url(../images/icon_news.gif);
	background-position		: right center;
	background-repeat		: no-repeat;
	border-bottom			: solid 1px #F15A24;
	color					: #F15A24;
}
DIV.SubMenu
{
	background-image		: url(../images/menu_family.gif);
	background-position		: left top;
	background-repeat		: no-repeat;
}
DIV.SubMenuItem
{
	background-color		: #C2D1E0;
}
DIV.SubMenuFoot
{
	background-color		: #336699;
	background-image		: url(../images/corner_bl.gif);
	background-position		: left bottom;
	background-repeat		: no-repeat;
}
/*
=============================
	CONTENT BANNER
=============================
*/
DIV.BannerContent
{
	background-color		: #336699;
}
DIV.BannerText
{
	color					: #FFFFFF;
}
DIV.BannerButton
{
	background-color		: #C2D1E0;
	background-position		: right center;
	background-repeat		: no-repeat;
	border-bottom			: double 6px #C2D1E0;
	border-top				: double 6px #C2D1E0;
}
DIV.BannerButton A, DIV.BannerButton A:HOVER
{
	color					: #336699;
	font-weight				: bold;
	text-decoration			: none;
}
/*
=============================
	TABS
=============================
*/
DIV.TabRowFamily
{
	border-bottom			: solid 2px #527DA8;
}
DIV.TabFamily, DIV.TabFamilyOff
{
	background-image		: url(../images/tab_tl.gif);
	background-position		: left top;
	background-repeat		: no-repeat;
}
DIV.TabFamily
{
	background-color		: #527DA8;
}
DIV.TabFamilyOff
{
	background-color		: #C2D1E0;
}
DIV.TabFamilyIn
{
	background-image		: url(../images/tab_tr.gif);
	background-position		: right top;
	background-repeat		: no-repeat;
	line-height				: 20px;
	text-align				: center;
}
DIV.TabFamily A, DIV.TabFamily A:HOVER
{
	color					: #FFFFFF;
	font-weight				: bold;
	text-decoration			: none;
}
DIV.TabFamilyOff A, DIV.TabFamilyOff A:HOVER
{
	color					: #527DA8;
	font-weight				: bold;
	text-decoration			: none;
}
/*
=============================
	FORMS
=============================
*/
.ButtonFamily
{
	background-color		: Transparent;
	background-image		: url(../images/button_family.gif);
	background-position		: center center;
	background-repeat		: no-repeat;
	border-style			: none;
	font-family				: Verdana;
	font-size				: 8pt;
	font-weight				: bold;
	line-height				: 20px;
	height					: 20px;
	color					: #FFFFFF;
	width					: 78px;
}
/*
=============================
	FAQ
=============================
*/
DIV.FAQLink A, DIV.FAQLink A:HOVER
{
	color					: #336699;
}
DIV.FAQContainer
{
	border-top				: solid 1px #336699;
}
DIV.FAQLink
{

}
/*
=============================
	DATAGRIDS
=============================
*/
TD.DGHead, TD.DGHeadC, DIV.InterviewBanner
{
    background-color        : #336699;
    color                   : #FFFFFF;
    font-weight             : bold;
}
TD.DGItem, TD.DGItemC
{
    border-bottom           : solid 1px #336699;
}
TD.DGHeadC, TD.DGItemC
{
    text-align              : center;
}