﻿body, p, table {
	font-size: 10px;
	font-family: Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	color: #314047;
	line-height: 14px;
}
a:link
{
	color: #314047;
	text-decoration: none;
	font-weight: normal;
	
}
a:hover
{
	color: #314047;
	text-decoration: underline;
	font-weight: normal;
	
}

a:visited
{
	color: #494949;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	color: #314047;
	text-decoration: underline;
	font-weight: normal;	
}


table.main {/*This is the main table inside the grey table*/
	width: 570px;
	margin-left: auto;
	margin-right: auto;
}

table.sub {
	width: 420px;
}

table.form
{
	width: 550px;
	 

}

table.default
{
	width: 594px;
}

hr 
{
	height: 1px;
	color: #314047;
	border: 0px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
}

.white
{
	background-color: #FFFFFF;
}

.black
{
	background-color: #000000;
}

.medblue {/* "SP.com Web Users" */
	background-color: #b7d6e1;/*medium blue*/
}
.midblue 
{
    background-color: #d0e6ee;
}

.lightblue
{
	background-color: #e7f5fa;
}

.darkblue
{
	background-color: #314047;
}
.defaultblue
{
background-color: #89A8B5;
}
.grayblue 
{
    background-color: #64828D;
}
.lightgray 
{
    background-color: #E5E5E5;
}
.lightyellow 
{
    background-color: #fff4b9;
}
.boldyellow 
{
    background-color: #ffea7b;
}



.stdpadding /*This applies standard padding.  Equip Detail page*/
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}

.smallleftrightpadding /*This applies standard padding.  Equip Detail page*/
{
	padding-left: 2px;
	padding-right: 2px;
}

.leftrightpadding /*This applies standard padding.  Equip Detail page*/
{
	padding-left: 5px;
	padding-right: 5px;
}

.lrgleftrightpadding /*This applies standard padding.  Equip Detail page*/
{
	padding-left: 10px;
	padding-right: 10px;
}


.smleftpadding 
{
	padding-left: 2px;	
}

.leftpadding 
{
	padding-left: 5px;
}

.medleftpadding
{
	padding-right: 10px;
}

.lrgleftpadding
{
	padding-right: 15px;
}

.exlrgleftpadding
{
	padding-left: 25px;
}

.smrightpadding
{
	padding-right: 2px;
}

.rightpadding
{
	padding-right: 5px;
}

.medrightpadding
{
	padding-right: 10px;
}

.lrgrightpadding
{
	padding-right: 15px;
}

.exlrgrightpadding
{
	padding-right: 25px;
}



.smtoppadding
{
    padding-top: 2px;
}

.toppadding
{
    padding-top: 5px;
}

.medtoppadding
{
    padding-top: 10px;
}
.lrgtoppadding
{
    padding-top: 15px;
}
.exlrgtoppadding
{
    padding-top: 25px;
}

.smbottompadding
{
    padding-bottom: 2px;
}

.bottompadding
{
    padding-bottom: 5px;
}

.medbottompadding
{
	padding-bottom: 10px;
}

.lrgbottompadding
{
    padding-bottom: 15px;
}
.exlrgbottompadding
{
    padding-bottom: 25px;
}

.topbottompadding
{
    padding-top: 5px;
    padding-bottom: 5px;
}



.lefttabsearchpadding
{
	padding-left: 60px;
}

.lefttabpadding /*This applies standard padding.  Equip Detail page*/
{
	padding-left: 25px;
}

.gridtoppadding
{
    padding-top: 6px;
}
.gridbottompadding
{
    padding-top: 6px;
}

.datepadding
{
	padding-bottom: 4px;
	padding-right: 2px;
}

.stdformat {/*This applies all td stdformat some padding*/
	height: 30px;
}
.lrgformat {/*This applies all td lrgformat a larger cell height*/
	height: 40px;
}



.imageborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.blackborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.darkblueborder
{
	border-color: #314047;
	border-width: 1px;
	border-style: solid;
}

.medblueborder
{
	border-color: #BAD5E0;
	border-width: 1px;
	border-style: solid;
}
.lightblueborder
{
	border-color: #e7f5fa;
	border-width: 1px;
	border-style: solid;
}
.lightblueborderleft
{
	border-left: solid 1px #e7f5fa;
}
.lightblueborderright
{
	border-right: solid 1px #e7f5fa;
}
.pedigreeborder {/**/
	border-left: solid 1px #314047;
	border-top: solid 1px #314047;
}
.pedigreerightborder {/**/
	border-right: solid 1px #314047;
}

.pedigreebottomborder {/**/

	border-bottom: solid 1px #314047;
}




.whitetext
{
	color: #FFFFFF;	
}
.whitefont
{
	color: #FFFFFF;	
}
.redfont
{
	color: Red;
}
.carttextfont
{
    color: #f8b500;
}
.commentsfontcolor
{
    color: Red;
}


.darktext /* used to make any text bold, used on dealerpage */
{
	font-weight: bold;
}

.lighttext /* used to make any text bold, used on dealerpage */
{
	font-weight: normal;
}

.smalltext
{
	font-size: 10px;	
}
.smmediumtext
{
	font-size: 11px;	
}
.mediumtext
{
	font-size: 12px;	
}
.largetext
{
	font-size: 14px;	
}
.titlefontface 
{
    font-family: Georgia;
}
.shortdottedline {
	background-image: url(images/general/dottedline_410.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 5px;
}

.longdottedline {
	background-image: url(images/general/dottedline.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 5px;
}
.header {/*This is used for the question mark icon in the top td of table.main*/

	background-repeat: no-repeat;
}

.footer{/* standard page footer size and graphic */
	background-image: url(images/general/midblue_bottom.gif);
	background-repeat: no-repeat;
	width: 600px; 
	height: 15px;

}
.descrip {
	line-height: 15px;
}

.MultiTextBox{
	font-size: 10px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 68px;
	text-align: left;
}

.StdTextBox
{
	font-size: 11px;
	width: 150px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	height: 16px;
}

.StdDropDown
{
    
	width: 155px;
	font-family: Verdana;
	font-size: 12px;
	
}

/* Background Images - MasterPage */
.sitebackground 
{
    background-image: url(images/general/equine_bg.gif);
}

.cellbg
{
    background-image: url(images/general/equine411_header2.gif);
}


.MPFooterBack 
{
    background-image: url(images/equine411-1_10.gif);
    background-repeat: no-repeat;
}
.bluetab
{
    background-image: url(images/general/equine411_bluetab.gif);
    background-repeat: no-repeat;
}

.roundcornertop
{
    background-image: url(images/general/roundcorner_top.gif);
    background-repeat: no-repeat;
    line-height: 30px;
}
.roundcornerbottom
{
    background-image: url(images/general/roundcorner_bottom.gif);
    background-repeat: no-repeat;
    line-height: 26px;
}

.roundcornertop_medium
{
    background-image: url(images/general/roundcorner_top_720.gif);
    background-repeat: no-repeat;
    line-height: 30px;
}
.roundcornerbottom_medium
{
    background-image: url(images/general/roundcorner_bottom_720.gif);
    background-repeat: no-repeat;
    line-height: 26px;
}

/* Special Classes */

.MainMenu 
{
    color: #314047;
    background-color: #9DBDCA;
}

.txtBoxFormat
{
	font-family: Verdana;
	font-size: 11px;
}

.modalPopup
{
	background-color: #e7f5fa;
	border: solid 1px black;
	
}
.modalLabel
{
	color: Black;
	font-weight: bold;
}
.modalBackground
{
	background-color: Transparent;
}
form
{
	margin: 0;
	padding: 0;
}


