﻿*
{
}
body 
{
    margin: 0;
    padding: 0;
    /*background-image: url('Images/BgGrey.jpg');
    background-repeat: repeat-x;
    background-color: #dfdede;  */      
}
img
{
    border: 0px;
    padding: 0px;
    margin: 0px;
}
ol, ul
{ 
}
#wrapper
{
    /* To support the 1024 x 768 minimum resolution*/    
    width: 998px;
    margin: 0 auto; /* For center aligning in FireFox */
    padding: 0px;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1000;    
}
#wrapper div 
{
    position: relative;   
}
#globalLinks
{
    width: auto;
    text-align: right;
}
#globalLinks #globalLinksList
{
     list-style: none;
     padding: 0;
     margin: 0;
}
#globalLinks #globalLinksList li
{
     display: inline;
}
#globalLinks #globalLinksList li *
{
    font-size: x-small;    
}
#banner
{
    width: 100%;
    background: url('Images/cad_ui2010.png') -0px -0px;
    background-repeat: no-repeat;
    height: 31px;
    border-bottom: solid medium #990000;
    padding-top: 3px;
    vertical-align: bottom;
    overflow:hidden;
    background-color: inherit;
}
#banner #logo
{
    float: left;    
}
#banner #logo #homeLink
{
    width: 200px;
    height: 31px;
    background-image: url('Images/Logo.png');
    /*background-image: url('Images/Logo2.png');*/
    background-repeat: no-repeat;
    display: block;
    margin: 0em 0.2em;
}
#banner #search
{
    float: left;
    vertical-align: text-bottom;
    padding: 0em 0.15em;
    width: 322px;
}
#banner #search #SearchWidget
{
    margin: 0em;
    padding: 0.1em;
    background-color: none; /* background-color: inherit;*/
    border: none;
}
#banner #search #SearchWidget .SearchBox
{
    font-size: small;
    width: auto;
}
#banner #search #SearchWidget .SearchButton
{
    font-size: small;
    width: auto;
}
#banner #search #SearchWidget #AdvSearch
{
    display: none;
}
#banner #navigation
{
    float: right;
    text-align: center;
}
#banner #navigation .item
{
    display: inline;
}
#banner #navigation .item *
{
    font-size: x-small;
    vertical-align: text-bottom;
}
#content
{    
    width: 980px;  /* IE 6 hack: width: auto; */
    background-color: #ffffff;
    border: solid 1px #dddddd;
    overflow: hidden;
    padding: 8px;
    clear:both;
    min-height: 300px;
}
html>body #content
{
	width: auto;
}

#content p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small; 
    line-height: 1.5em;
}

#footer
{
    margin: 5px 0;
    background-color: #f0f0f0;
    border: solid 1px #dddddd;    
    width: auto;
    clear: both;
    position: absolute;
}
#footer .links
{
    width: auto;
    text-align: left;
}
#footer .links tbody tr th
{
    color: #484848;    
    font-weight: bold;
    width: 20%;
    text-align: left;
}
#footer .links *
{
    font-size: xx-small;
    color: #626060;
}
/*#AdBarVertical
{
	width: 160px;
	height: 600px;
	margin: 0px;
	border: 0px;	
	padding: 0px;
    z-index: 1000;
    position: relative;
}*/
.copyright
{
    margin-top: 10px;
    font-size: x-small;
    text-align: center;
    color: #484848;
}
.left
{    
    font-size: inherit;
    float: left;
}
.right
{
    float: right;
    font-size: inherit;
}
input
{
    
}
input.error
{
    border: solid thin #ff0000;
    background-color: #ffc1c1;
}
div.inline
{
    display: inline;
    width: auto;
}
div.center
{
    margin-left: auto;
    margin-right: auto;
}
