/*
================================
YourHorsePark Image
================================
*/
body {
	background-position: center;
	text-align: center;
	background-image: url(tall_slver_bkgd.jpg);
	background-repeat: repeat-x;
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin: 0px 0px 0px 0px;
	background-color:#fefefe;
	background-position:top;
	
}
.ContentPane  {
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
	background-color: #FFFFFF;
}
.FooterPane  {
	margin:0px 0px 0px 0px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
	background-color: #CCCCCC;
	background-image: url(whitepixel.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.ADAPane {
	margin: 0px;
	padding: 0px;
	width: 191px;
	height: 119px;
	background-image: url(ADA_lgo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #999999;
}
.BottomLeftPane {
	margin: 0px;
	padding: 0px;
	width: 191px;
	height: 100px;
	background-color: #006666;
}
.BottomPane {
	margin:0px 0px 0px 0px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: bottom;
	background-position: bottom;
	background-color: #FFFFFF;
}

.topheader {
	background-image: url(Topheader_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 153px;
	width: 970px;
}
.logopane {
	height: 155px;
}
.leftmargin {
	width: 109px;
	margin: 0px;
	padding: 0px;
	background-image: url(whitepixel.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightmargin {
	background-position: right;
	margin: 0px;
	padding: 0px;
	width: 94px;
}
.MenuPane {
	margin: 0px;
	padding: 0px;
	width: 191px;
	background-color: 006666;
	vertical-align: top;
}
.leftwhitemargin {
	width: 20px;
}



.main_table {
	width: 970px;
	background-image: url(horiz_slver_bkgd.jpg);
	background-repeat: repeat-y;
	display: block;
	padding: 0px;
	background-position: 100%;
	margin: 0 auto;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 120%;
}

.smalltext:link {
	text-decoration: none;
	color: #006666;
	font-size: 11px;
}
.smalltext:visited {
	text-decoration: none;
	font-size: 11px;
}
.smalltext:hover {
	text-decoration: none;
	color: 004851;
	font-size: 11px;
}
.smalltext:active {
	text-decoration: none;
	font-size: 11px;
}

/* background color for the content part of the pages */

.eipbackimg {
	margin-left:25px;
}


.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8px;
    color: #006666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#cccc99;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#006666;
}

A.SkinObject:hover    {
	text-decoration:    none;
	color:#CCCC99;
	background-color: 004851;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#cccc99;
	background-color: 004851;
}

/* style for module titles */
.Head   {
    font-family: "Times New Roman", Times, serif;
    font-size:  18pt;
    font-weight:    normal;
    color: 006666;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: "Times New Roman", Times, serif;
    font-size:  12pt;
    font-weight:    normal;
    color: 006666;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    bold;
    color: 006666;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: 006666;
}


/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: 666666;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: 666666;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Verdana;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: 006666;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton {
	color:#006666;}


A.CommandButton:link {
    text-decoration:    none;
    color: #006666;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #006666;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #669966;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #006666;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 6pt;
	color: 006666;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Times New Roman, Times, serif;
    font-size:  25px	;
    font-weight:    normal;
    color: 006666;
}

H2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    normal;
    color: 666666;
	margin: 0px;
	padding: 0px;
}

H3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight:    bold;
	color: 006666;
	margin: 0px;
	padding: 0px;
}

H4  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    normal;
    color: 666666;
	margin: 0px;
	padding: 0px;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: 666666;
}

H6  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: 666666;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  13px;
    color: 666666;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: 666666;
}

A:link  {
    text-decoration:    none;
    color:  006666;
}

A:visited   {
    text-decoration:    none;
    color:  006666;
}

A:hover {
	text-decoration:    none;
	color:  #009966;
}

A:active    {
    text-decoration:    none;
    color:  #006666;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu 
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: hand; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
*/



.PagingTable {
    height: 33px;
}


===========================
Portal styles for DotNetNuke
================================
*/   
.TitleCell {
	font-weight:bold;
	width:120px;
	font-size:14px;}
	
.controlpanel {
	width: 100%;
	background-color:#ffffff;
}
#dnn_dnnLOGIN_cmdLogin {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}
#dnn_dnnUSER_cmdRegister {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}
#returnbutton {
	text-align:right;
	float:right;
	}
#dnn_dnnTERMS_hypTerms {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}
#dnn_dnnPRIVACY_hypPrivacy {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}
#dnn_dnnCOPYRIGHT_lblCopyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
#dnn_dnnSEARCH_cmdSearch {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	margin:0px 0px 0px -5px;
}

#col_right input {
	width:96px;
	border: 1px solid #666666;
}



/* Root-Menu Styles */


div #dnn_ctr830_XModDisplay_pnlSearch {
	margin-bottom:10px;}
.searchHide {
	display:none;
}
.dates {
	font-style:italic;
	margin-left:15px;
	}
.ContactName {
	font-size:14px;
	font-weight:bold;}
.sponsorClass {
	margin-bottom:20px;}


/* hide temporarily 
.footerText {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-transform:uppercase;
	text-align:center;
}
*/

.BreadCrumb {
	font-weight:bold;
}

.2ndRowHeader {
	background-image: url(../skin_bkgd_difattempt/2ndRowheader.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 907px;
}
