body, html
{
    width:100%;
    height:100%;
}
body
{
    margin: 0px;
    padding:0px;
    SCROLLBAR-FACE-COLOR: #335072;
    SCROLLBAR-HIGHLIGHT-COLOR: #566E8A;
    SCROLLBAR-SHADOW-COLOR: #20344C;
    SCROLLBAR-3DLIGHT-COLOR: #566E8A;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-TRACK-COLOR: #2C4868;
    SCROLLBAR-DARKSHADOW-COLOR: #20344C;
    
    background-image: url(images/page_bg.gif);
}
.mainTable
{
    width: 780px;
    background-color: #FFFFFF;
}
.mainHolderCell
{
    /*background-image: url(images/motor_companies.gif);
    background-repeat:repeat-y;*/
}
.leftEdge
{
    width:16px;
    background-image: url(images/edge_left.gif);
}
.rightEdge
{
    width:16px;
    background-image: url(images/edge_right.gif);
}
.innerTable
{
    width: 748px;
}
.headerTable
{
    width: 748px;
    height: 118px;
}
.menuTable
{
    width: 100%;
    height: 31px;
    background-image: url(images/top_bg.gif);
    padding:0px;
}
.contentPanesTable
{
    width: 760px;
}
.panesTable
{
    width: 760px;
}
.leftPane
{
    width: 200px;
    padding: 0px;
    margin: 0px;
    height: 46px;
    background-image:url(images/top3_bg.gif);
    background-repeat:repeat-x;
}
.contentPane
{
    padding: 0px;
    margin: 0px;
    height:470px; /*has min height*/
}
.footerTable
{
    width: 100%;
    background-image: url(images/bottom_bg.gif);
    height:25px;
}
.footerHolder
{
    padding-left: 3px;
}
.footer, a.footer:link, a.footer:active, a.footer:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: justify;
}

a.footer:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}

.head1, .head1:link, .head1:active, .head1:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}

.head1:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
}

.head2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.validation, .blueText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #336699;
    text-decoration: none;
}
.formfields
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.error
{
    background-color: #FFDEDE;
    width: 100%;
    border: 1px solid #FF0000;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF0000;
    font-weight: normal;
}
.error TD
{
    color: #FF0000;
    font-size: 10px;
    font-family: verdana, sans-serif;
}
.error .title
{
}
.error .title TD
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: verdana, sans-serif;
}


/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

/* style for module titles */
.Head
{
    /*big light blue */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #3399CC;
    text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    /*small dark blue*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* button style for standard HTML buttons */
.StandardButton
{
    border: 1px outset;
    cursor: pointer;
    font-size: 11;
    font-weight: normal;
    margin: 0px 0px 0px 1px;
    padding: 1px 1px 1px 1px;
    background-image: url(images/button_bg.gif);
    width: 100px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
}


/* GENERIC */

p, body, td, div
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding:0px;
    margin:0px;
}
H1, H1 a:visited, H1 a:link, H1 a:active 
{
    /*big light blue */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #3399CC;
    text-decoration: none;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}
H1 a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #3399CC;
    text-decoration: underline;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}

H2, H2 a:visited, H2 a:link, H2 a:active 
{
    /*big light blue */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #3399CC;
    text-decoration: none;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}
H2 a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #3399CC;
    text-decoration: underline;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}

H3, H3 a:visited, H3 a:link, H3 a:active 
{
    /*small dark blue*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}
H3 a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}

H4, H4 a:visited, H4 a:link, H4 a:active 
{
    /*small dark blue*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}
H4 a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}

H5, DT, H5 a:visited, H5 a:link, H5 a:active 
{
    /*small dark blue*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}
H5 a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}

H6, H6 a:visited, H6 a:link, H6 a:active 
{
    /*small black*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}
H6 a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    padding:0px 0px 5px 0px;
    margin:0px 0px 5px 0px;
}

TFOOT, THEAD
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006699;
}

TH
{
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #006699;
}

A:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    color: #336699;
}

A:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    text-decoration: none;
    color: #003366;
}

A:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    text-decoration: underline;
    color: #003366;
}

A:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    text-decoration: none;
    color: #003366;
}
HR
{
    border:none;
    border-bottom:1px dotted #a1a1a1;
    background-repeat:repeat-x;
    height:1px;
    text-align:left;
}
.hr HR
{
    display:none;
}
.hr /*dotted hr*/
{
    background-image:url(images/dotline_bg.gif);
    background-repeat:repeat-x;
    height:1px;
}
.greyCell
{
    background-color:#EEEEEE;
}
.paddedTable td{
    padding:10px;
}
.paddedTable td td{
    padding:auto;
}

/* ================================
    Site map styles
   ================================
*/

.Sitemap_MenuHdr
{
    background-image:url(images/arrow_bullets.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:25px;
    line-height:30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}
.Sitemap_MenuHdr a:link, .Sitemap_MenuHdr a:visited, .Sitemap_MenuHdr a:active
{
    line-height:30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}
.Sitemap_MenuHdr a:hover
{
    line-height:30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
}
.Sitemap_MenuItem
{
    background-image:url(images/lhs_arrow2.gif);
    background-repeat:no-repeat;
    background-position:27px;
    padding-left:40px;
    line-height:40px;
}



/* ================================
    Side menu styles
   ================================
*/

.sideMenuHeader
{
    display:none;
}
.sideMenuItem
{
    background-image:url(images/lhs_arrow1.gif);
    background-repeat:no-repeat;
    background-position:6px 9px;
    height:28px;
    padding:0px 20px 0px 20px;
    background-color:#E7E7E7;
    border-style:solid;
    border-width:1px 0px 1px 0px;
    border-color:#f1f1f1 #E7E7E7 #d9d9d9 #E7E7E7;    
}
.sideMenuItem a:link, .sideMenuItem a:visited, .sideMenuItem a:active, .sideMenuItemCurrent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; font-style:
    normal; line-height: normal;
    font-weight: normal;
    color: #333333;
    text-decoration:none;
}
.sideMenuItem a:hover, .sideMenuItemCurrent:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; font-style:
    normal; line-height: normal;
    font-weight: normal;
    color: #003366;
    text-decoration:underline;
}






















