/* CSS Document */

body {
	background-color:#2e2c46;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

a:link, a:active, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.smalltext {
	font-size:10px;
}

.largetext {
	font-size:18px;
}

a:hover {
	color: #CCCCCC;
	text-decoration:none;
}

.midbg {
	background-image:url(images/midborder.gif);
	background-repeat:repeat-y;
}

.maintext {
	font-size:13px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Arial";
	font-weight: normal;
	text-align: center;
}

.alphaImage /* Will not be seen by browsers that don't support css. */
    {
          background-image: url(images/textbg.png);
    }   

* html .alphaImage /* Will only be seen by IE */
    {
          background: none;
          filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (
            src='images/textbg.png',sizingMethod='scale'
          );
        }

.footer {
	background-image:url(images/bottomborder.gif);
	background-repeat:no-repeat;
}

.marepedbg {
	background-color:#CC6699;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.stallionpedbg {
	background-color:#003366;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#sectionLinks a:link, #sectionLinks a:active, #sectionLinks a:visited {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color:#333333;
	color: #FFFFFF;padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; font-family:Verdana; font-size:8pt; font-weight:bold; text-decoration: none;
}

#sectionLinks a:hover{
	background-image: url('images/mainnavbuttonbghover.html');
	text-decoration: none; color:#000080; font-family:Verdana; font-size:8pt; font-weight:bold
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}
.listhorsesbg {
	background-color: 3d3c4c;
}

#goldlink, #goldlink a:link, #goldlink a:visited, #goldlink a:active {
	color:#CCCC33;
}

#goldlink a:hover {
	text-decoration:none;
	color:#999933;
}
div#tipDiv {
    padding:4px;
    color:#000; font-size:11px; 
    background-color:#E1E5F1; border:1px solid #667295; 
    width:300px; 
}
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }
