﻿html
{
scrollbar-face-color: #F8F8F7; 
scrollbar-shadow-color:#979693;
scrollbar-highlight-color: #979693;
scrollbar-3dlight-color: #979693;
scrollbar-darkshadow-color:#979693;
scrollbar-3dtrack-color: #979693;
scrollbar-arrow-color: #979693;
}



body 
{
    margin:0px;
    padding:0px;
    font-family:Verdana;
    font-size:12px;
   
}
.page a {color:#FF9900; font-weight:bold ; text-decoration:none; }

.header
{
    background-image:url(../images/header-new.png);
    height:42px;
    width:1250;
    background-repeat:no-repeat;
}
.headerLeft
{
    background-image:url(../images/headerLeft.png);
    background-position:left;
    height:42px;
    width:60px;
    background-repeat:no-repeat;
    padding:0px 0px 0px 50px;
}
.headerMiddle
{
    background-image:url(../images/headerMiddle.png);
    height:42px;
    color: #ffffff; filter:Alpha(Opacity=55); -moz-opacity:0.55;
    background-repeat:repeat-x;
    
}
.headerRight
{
    background-image:url(../images/headerRight.png);
    background-position:right;
    height:42px;
    width:80px;
    background-repeat:no-repeat;
    padding:0px 20px 0px 0px;
}
.wideheader
{
    background-image:url(../images/wide-header.png);
    height:42px;
    width:1400;
    background-repeat:no-repeat;
}


.bottom
{
    background-image:url(../images/bottom.png);
    height:37px;
    width:1250;
    background-repeat:no-repeat;
    text-align:center;
    font-size:10px;
    font-family:Verdana;
    
}

.bottomLeft
{
    background-image:url(../images/bottomLeft.png);
    height:37px;
    width:57px;
    background-repeat:no-repeat;
   
   
    
}
.bottomMiddle
{
    background-image:url(../images/bottomMiddle.png);
    height:37px;
    background-repeat:repeat-x;
    text-align:center;
    font-size:10px;
    font-family:Verdana;
    
}
.bottomRight
{
    background-image:url(../images/bottomRight.png);
    height:37px;
    width:35px;
    background-repeat:no-repeat;
}
.wide-bottom
{
    background-image:url(../images/wide-bottom.png);
    height:37px;
    width:1400;
    background-repeat:no-repeat;
    text-align:center;
    font-size:10px;
    font-family:Verdana;
    
}

.grey-header
{
    background-image:url(../images/grey-header.png);
    height:2px;
    width:1000;
    background-repeat:repeat-x;
}

.table-footer
{
    background-image:url(../images/table-footer.png);
    height:19px;
     width:1250;
    background-repeat:no-repeat;
}

.tableFooterLeft
{
    background-image:url(../images/tableFooterleft.png);
    height:19px;
     width:31px;
    background-repeat:no-repeat;
}

.tableFooterMiddle
{
    background-image:url(../images/tableFooterMiddle.png);
    height:19px;
    color: #ffffff; filter:Alpha(Opacity=55); -moz-opacity:0.55;
    background-repeat:repeat-x;
}
.tableFooterRight
{
    background-image:url(../images/tableFooterRight.png);
    height:19px;
     width:37px;
    background-repeat:no-repeat;
}

.wide-table-footer
{
    background-image:url(../images/wide-table-footer.png);
    height:19px;
     width:1400;
    background-repeat:no-repeat;
}


.wireframeauramenu
{
background-image:url(../images/btn.png);
font-family:Arial;
font-size:14px;
font-weight:normal;
width: 100%;
padding:0px 0px 0px 0px;
height:27px;
}

.wireframeauramenu ul
{
border: 0px solid #ffffff;
padding: 0px;
height:27px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li
{
	float:left;
	padding:0px;
}
.wireframeauramenu ul li a
{
color: #41413F;
padding: 4px 20px 0px 20px;
margin: 0px;
background:none;
text-decoration: none;
display:block;
height:27px;
float:left;
border-right: 1px solid #ffffff; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover
{

background-image:url(../images/btn-hover.png);
background-repeat: repeat-x;
}

.btn {background:#DADADA !important; font-weight:bold !important; color:#333333 !important; border:1px solid #999999 !important}
h1,h2,h3,h4,h5,h6,p {margin:0px; padding:0px; font-family:Verdana; text-align:center; text-decoration:underline;color:#A8A6A6;}

.greyBg{background:#E2E1E1;}
.greyBg td {background:#FFFFFF; text-align:left}
.greyBg td table td { margin:10px; text-align:left; color:#333333}

#info {
  position:relative;width:100%;height:400px;border:solid black 0px;
}

.info {
  position:absolute;width:100%;height:400px;background-Color:#FFFFFF;
    top: 0px;
    left: 0px;
}


.horizontaltab
{
  padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color:#656262 !important;
background:url(../images/horizontalrighttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -15px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
font-size:14px;


}

.horizontalactivetab
{
	padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color:#000000 !important;
background:url(../images/horizontalrighttabselected.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -15px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
font-size:14px;  
}