﻿body 
{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
}
td 
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.normal
{
    font-family: Arial;
    font-size: 12px;
}
.normalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.normalBoldItalic
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style:italic;
}
.large
{
    font-family: Arial;
    font-size: 13px;
}
.largeBold
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
.largeBoldItalic
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style:italic;
}
.xxlargeBoldItalic
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-style:italic;
    text-decoration:none;
    color:#000000;
}
.xlarge
{
    font-family: Arial;
    font-size: 15px;
}
.xlargeBold
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.xxlargeBold
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.small
{
    font-family: Arial;
    font-size: 11px;
}
.smallGray
{
    font-family: Arial;
    font-size: 11px;
    color: #999999;
}
.smallerGray
{
    font-family: Arial;
    font-size: 10px;
    color: #999999;
}
.smallBold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.row1
{
    background-color: #ffffff;
    font-family: Arial;
    font-size: 12px;
}
.row2
{
    background-color: #dddddd;
    font-family: Arial;
    font-size: 12px;
}
.row1Small
{
    background-color: #ffffff;
    font-family: Arial;
    font-size: 11px;
}
.row2Small
{
    background-color: #dddddd;
    font-family: Arial;
    font-size: 11px;
}
.gvRowSelectedSmall
{
    background-color:Red;
    color:White;
    font-family: Arial;
    font-size: 11px;
}
.gvRowSelected
{
    background-color:Red;
    color:White;
    font-family: Arial;
    font-size: 12px;
}
.searchRow1
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
}
.searchRow2
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    background-color: #cccccc;
}
.searchRow2TopBorder
{
     border-width: 1px;
    border-style: inset;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    background-color: #cccccc;
}
.orangeRow
{
    background-color: #E08A0A;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
}
.normalOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
.normalWhite
{
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
.orange
{
    color: #FF9900;
}
.normalBoldOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldOrangeLink
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldOrangeLink:hover
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.normalBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.smallBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.smallOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
}
.mediumOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.smallBlueLink
{
    color: #0000FF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
.smallBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.smallBoldWhite
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.smallWhite
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.smallRed
{
    color: #FF0000;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.smallBoldRed
{
    color: #FF0000;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    font-weight:bold;
}
.largeBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.largeBoldRedItalic
{
    color: #DD0000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-style:italic;
}
.largeBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.xxlargeBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.xxlargeBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.xxxlargeBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.xxxlargeBoldOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.xxxlargeBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.xxxlargeBoldGreen
{
    color:Green;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.xxxxlargeBold
{
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.largeBoldWhite
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.normalBoldWhite
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.largeBoldOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.tableBorderOrange
{
    border-width: 1px;
    border-style: solid;
    border-color: #ff9900;
}
.tableBorder
{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.blankFormFields
{
    font-family: Arial;
    font-size: 12px;
    background-color: #ffff66;
}
.dealerMenuHeader
{
    border: solid 1px #000000;
    background-color: #666666;
    font-family: Arial;
    color: #ffffff;
    text-align: left;
}
.dealerMenu
{
    border: solid 1px #000000;
    background-color: #666666;
    font-family: Arial;
    color: #ffffff;
    text-align: left;
}
.dealerMenu a
{
    padding:2px;
    display:block;
}
.dealerMenu:hover
{
    border: solid 1px #000000;
    background-color: #cc0000;
    font-family: Arial;
    color: #ffffff;
    text-align: left;
}
.purpleHeader
{
    background-color: #333399;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.yellowHeader
{
    background-color: #FFD900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.smallPurpleHeader
{
    background-color: #333399;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.orangeHeaderImage
{
    background-color: #FFcc33;
    background-image: url(../images/orangeheader.gif);
    background-repeat:repeat-x;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.blueHeaderImage
{
    background-color: #0066cc;
    background-image: url(../images/blueheader2.gif);
    background-repeat:repeat-x;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
.xxxlargeBold
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}


.imageHover 
{
    cursor: pointer;
}
.strike
{
    text-decoration:line-through;
}
.red
{
    color:#ff0000;
}
.redBackground
{
    background-color:#ff0000;
}
.buttonBlue
{
    font-family:arial;
    font-size:13px;
}
.buttonBlueSmall
{
    font-family:arial;
    font-size:11px;
}
.style1 
{
    font-size: 18px; 
    font-weight: bold; 
    color: #000000; 
}
.style2 
{
    font-size: 14px; 
    font-weight: bold; 
    color: #FFFFFF; 
}
.trone 
{
    background: #ffffff; 
}
.trtwo 
{
    background: #f5f5f5;
}
.trthree 
{
    background: #999999; 
}
