﻿body, form
{
	
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#626262;
	/*height:100%;*/
	width:100%;
	background-color: #000064;
}
table
{
	font-family:Tahoma;
	font-size:12px;
	line-height:15px;
	color:#626262;
}

ul
{
	margin-top:3px;
	margin-left:15px;
	margin-bottom:3px;
}
h1, h2, h3
{
	font-family:Tahoma;
	font-size:14px;
	color:#626262;
	margin-bottom:5px;
}
p
{
	margin-top:0px;
	margin-bottom:5px;
}
img
{
    border: none 0;
}
.Left
{
    float: left;
}
.Clear 
{
	clear:both;
	font-size:0px;
	height:0px;
}
/* Links */
a, a:link, a:active, a:hover, a:visited
{
	color:#00006E;
}
a.BlueLink:link, a.BlueLink:active, a.BlueLink, a.BlueLink:hover, a.BlueLink:visited
{
	font-weight:normal;
	color:#FFE42C;
}
div.Agility, a.Agility:link, a.Agility:hover, a.Agility:visited, a.Agility:active
{
	margin:10px 0;
	color:White;
	width: 100%;
	float: left;
	text-align: center;
}

.LogoutLink
{
	font-family:Arial;
	font-weight:bold;
	color:#FFE42C;
}
.LoginFonts
{
	color:White;
}
/********/
.BreederTitle
{
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:14px;
	color:#626262;
}
.CenterContent
{
    margin-left: auto;
    margin-right: auto;
    width: 680px;
}
.MainFrame
{
	width: 100%;
	margin-top:25px;
	background-color:white;
	background-image: url(../Images/FrameBackground.gif);
	background-repeat: repeat-y;
	border: solid 10px white;
	overflow: hidden;
}


.Title
{
	background-color:#C5C397;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	color:#000064;
	font-size:13px;
	font-weight:bold;
	text-align: left;
}

/** Menus **/
.MenuGroup
{
	margin-left:20px;
}
a.MenuItem, a.MenuItem_Selected
{
	line-height:16px;
	color:#000064;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px!important;
	cursor:pointer;cursor:hand;
	background-image: url(../Images/Icons/MainMenu.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}

.DividerItem
{
	color:#000064;
	font-family:Tahoma;
	font-size:11px;
}
/*********/

/** Homepage Template **/
.HorizontalDivider
{
	background-image:url(../Images/dot.gif);
	background-repeat:repeat-x;
	background-position:left center;
	/*width:100%;*/
	min-height:9px;
	height:9px;
	font-size:0px;
}
.VerticalDivider
{
	background-image:url(../Images/dot.gif);
	background-repeat:repeat-y;
	background-position:center top;
	min-height:220px;
	height:220px;
	
	width:9px;
}
.MembershipInfo, .EventsSection
{
    margin-top: 2px;
}

/** Left Panel **/
.LeftPanel
{
	background-color:#000064;
	float: left;
	text-align: left;
	width: 200px;
}
.MenuPanel
{
	width:200px;
	#width: 200px;
	background-color:#E2E1CB;
	/*padding-left:20px;*/
	padding-top:15px;
	padding-bottom:20px;
	overflow:hidden;
}
.LowerLeftPanel
{
	border-top:solid 1px white;
	width:200px;
	overflow:hidden;
	min-height: 300px;
}
.LowerLeftPanel p
{
	margin: 10px 10px 0 10px;
}
.LowerLeftPanelText
{
	width:200px;
	color:White;
}
/** Right Panel **/
.RightPanel
{
    float: right;
    width: 476px;
    background-color: White;
}
.HeaderImage
{
    margin: 0 2px 0 0;
    float: left;
}
.HeaderLogin
{
    float: left;
    width: 234px;
}
.LoginTextBoxes
{
	width:82px;
}
.HeaderLogin img
{
    margin-bottom: 2px;
}
.LoginControlContainer
{
	background-color: #000064;
	height: 73px;
	width: 235px;
}
.MemberAreaPanel
{
	padding: 0 5px;
	font-family:Arial;
	font-weight:bold;
	color:White;
	background-color: #000064;
	height: 73px;
	width: 225px;
}
.CenterPanel
{
	margin: 7px 0;
	float: right;
	width: 469px;
}

/** Bottom Section **/
.BottomSection
{
	min-height:50px;
	height:50px;
	font-size:11px;
	width:100%;
	padding-top:0px;
	background-color:#C5C397;
	border-top:solid 2px white;
	color:#000064;
	margin-top:0px;
	width: 100%;
	float: left;
}
.BottomMenu
{
    margin: 6px 0;
    padding: 0;
}
.BottomSection .Separator
{
    margin: 0 10px;
    display: inline;
}
.BottomMenuItem, .BottomMenuItem_Selected
{
	color:#000064;
	font-family:Tahoma;
	font-size:11px;
	cursor:pointer;cursor:hand;
	display:inline;
}
.BottomMenuItem a, .BottomMenuItem_Selected a
{
	text-decoration: none;
}