﻿
/* Mastercraft StyleSheet - Screen  */
/* 14 Feb 2006                      */
/*        
// From txubrand.com
// #FF9900 Orange
// #CCCCCC Lt Gray
// #999999 Gray
// #339999 Blue-Green
// #336699 Lt Blue
// #003366 Dk Blue
// #000000 Black
// #FFFFFF White
*/
body {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 13pt;
}
form 
{
    font-size: 13px;
}
.Upload
{
    height: 20px;
    width: 70px;
    font-size: 11px;        
}
.Address
{
    color: #393839;
    font-weight: bold;
}
h1
{
    color: #393839;
    font-weight: normal;
    font-size: 13pt;
    padding-top: 5px;
}
h2
{
    color: #003366;
    font-weight: bold;
    font-size: 11pt;
}
.heading1
{
    color: #393839;
    font-weight: normal;
    font-size: 13pt;
    padding-top: 5px;
}
.heading2
{
    color: #4A9E4A;
    font-weight: normal;
    font-size: 10pt;
}
.StepHeading
{
    margin-top: 15px;
    margin-left: 20px;
    display: block;
    background-color: White;
    border: solid 0px #CCCCCC;
    padding: 4px 4px 4px 4px;
    width: 250px;
    height: 15px;
    color: Black;
    font-weight: bold;
    font-size: 10pt;
}
.PanelStep
{
    margin: 0px 20px 20px 20px;    
    padding: 10px 10px 10px 10px;
    border: dashed 1px #CCCCCC;
    background-color: #EFEFEF;
    line-height: 30px;
}
.PanelStepReview
{
    margin: 0px 20px 20px 20px;    
    padding: 10px 10px 10px 10px;
    border: dashed 1px #CCCCCC;
    background-color: #EFEFEF;
    line-height: 20px;
}
.StepHead2
{
    color: #003366;    
    font-weight: bold;
    line-height: 12px;
    margin-top: 20px;
}
.PrevNext
{
    margin-top: 15px;
    border: solid 1px #003366;
    background-color: White;
    margin-right: 10px;
    font-size: 8pt;
    width: 75px;
}

.txuform
{
    font-size: 8pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a
{
    color: #4A9E4A;
    font-size: 10pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
a.topnav 
{
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding: 0px 8px 0px 8px;
    border-right: 1px solid #fff;
    text-decoration: none;
}
a.topnav:hover 
{    
    background-color: #393839;
    color: white;
}
a.selected 
{
    color: #000;
}
a.stationerynav
{
    font-size: 11px;
    font-weight: normal;
    color: #4A9E4A;
    text-decoration: underline;    
}
a.stationerynav:hover
{    
    color: #FF9900;
}
a.bottomnav
{
    font-size: 11px;
    font-weight: normal;
    color: #4A9E4A;
    text-decoration: underline;
}
a.bottomnav:hover
{    
    color: #393839;
}

a.rightnav 
{
    display: block;
    float: left;
}
a.nav-item {
	display: block;
	width: 200px;
	height: 20px;
	padding: 2px 2px 2px 2px;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF; /* 336699 */
	background-color: #000000; /* CCCCCC */
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	padding-left: 10px;
}
a.nav-item:hover {
	color: white; /* 003366 */
}
a.nav-item img {
	margin-right: 7px;
	margin-top: 2px;
}
table.prices
{
    border: solid 1px #003366;
}
td.prices
{
    font-weight: bold; 
    border: solid 1px #003366;
}

input.EmailTo
{
    display: block;
    width: 500px;
    float: left;
    margin-bottom: 10px;
}
input.EmailComments
{
    display: block;
    width: 500px;
    float: left;
    margin-bottom: 10px;
}
input.ReplyButton {
    width: 75px;
    margin-left: 0px;
    margin-top: 5px;
}