/* ShowGuys.com CSS Document */

/* Body Elements */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4761b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	background-image: url(/images/interface/bg_stars.png);
	background-repeat: repeat;
	background-position: left top;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
.ContentTD {
	background-image: url(/images/interface/bg_interface.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.ContentTDRS {
	background-image: url(/images/interface/bg_interface.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.CallToActionTD {
	background-image: url(/images/interface/bg_cta.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 334px;
}
.PaddingLight {
	padding: 2px;
}
.PaddingHeavy {
	padding: 6px;
}

/* Links */
a:link
{
    COLOR: #4761b3;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:visited
{
    COLOR: #4761b3;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover
{
    COLOR: #ff7e03;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a:active
{
    COLOR: #ff7e03;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a.WhiteLink:link
{
    COLOR: #FFF;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a.WhiteLink:visited
{
    COLOR: #FFF;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a.WhiteLink:hover
{
    COLOR: #5f79c3;
    TEXT-DECORATION: none;
	font-weight: bold;
}
a.WhiteLink:active
{
    COLOR: #5f79c3;
    TEXT-DECORATION: none;
	font-weight: bold;
}

.Bold {
	font-weight: bold;
}

/* Page Titles and Headers */
.BlackBoldArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
}
.WhiteBoldArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
}
.ModelDetailTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}

/* Form Elements */
input.Input130 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 130px;
}
select.Select130 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 130px;
}

/* Customized Elements */
.Disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.BodyTD {
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.SearchTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	background-image: url(/images/interface/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.NavFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	padding: 8px;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	padding: 8px;
}