* {
    margin: 0;
    padding: 0;
}


body {
    padding-bottom: 20px;
    font-family: Georgia;
    background: #737373 url(/images/body-bg.gif) repeat-x top left;
    cursor: default;
}

body a {
    outline: none;
    color: #369;
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

body a img {
    border: 0;
}

body .center {
    text-align: center;
}

body .hidden {
    display: none !important;
}

body .clear {
    clear: both;
}

body .clearFix {
    height: 0.01%;
}

#container {
    width: 960px;
    margin:0 auto;
}

#header {
    background: #036;
    color: #FFF;
}

#header #panel {
    float: right;
}

#header #panel ul.lang-select {
    list-style-type: none;
    margin-top: 18px;
    margin-right: 18px;
}

#header #panel ul.lang-select li {
    display: block;
    float: left;
    font: bold 11px Georgia;
    color: #92b9d6;
    line-height: 24px;
}

#header #panel ul.lang-select li.lang {
    padding-left: 8px;
}

/***/

#header #panel ul.lang-select li.lang a {
    display: block;
    padding-left: 10px;
    background: url(/images/lang-combo.gif) no-repeat top left;
    text-decoration: none;
    color: #FFF;
    font-size: 10px;
    width: 90px;
}

#header #panel ul.lang-select li.lang a span {
    display: block;
    line-height: 20px;
    padding-bottom: 4px;
    padding-right: 30px;
    background: url(/images/lang-combo.gif) no-repeat top right;
}

#header #panel ul.lang-select li.lang a:hover span,
#header #panel ul.lang-select li.lang a.hover span {
    background-position: bottom right;
}

/***/

#header #panel ul.lang-select li.sep {
    background: url(/images/separator.gif) no-repeat top center;
    width: 1px;
    padding: 0 10px;
    height: 24px;
}

#header #panel ul.lang-select li.login a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding-right: 8px;
    background: url(/images/arrow-right-white.gif) no-repeat right center;
}


#header #panel ul.lang-select li div.combo {
    position: absolute;
    margin-top: -5px;
    border-top: 1px solid #4076A5;
    border-bottom: 1px solid #2C567F;
    margin-left: 1px;
    background-color: #306396;
}

#header #panel ul.lang-select li div.combo ul li {
    float: none;

}

#header #panel ul.lang-select li div.combo ul li a {
    padding: 0;
    background: none;
    padding-left: 10px;
}

#header #panel ul.lang-select li div.combo ul li a:hover {
    background-color: #396E9F;
}


#logo {
    float: left;
}

#logo img {
    float: left;
}

#slogan {
    font-size: 12px;
    color: #75a3d2;
    letter-spacing: 1px;
    float: left;
    padding: 26px 0 15px 15px;
    background: url(/images/header-separator.gif) no-repeat;
}

#menu {
    clear: both;
    border-right: 5px solid #369;
    list-style: none;
    padding: 0;
    margin: 0;
    background: url(/images/menu-bg.gif) repeat-x;
    /*overflow: hidden;*/
    font-size: 13px;
    font-weight: bold;
    height: 40px;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
    padding: 12px 20px;
    background: url(/images/menu-separator.gif) no-repeat;
    color: #EEE;
    text-decoration: none;
}

@media screen and ( -webkit-min-device-pixel-ratio:0 ){
    ul#menu li a {
        padding-bottom: 13px;
    }
}

div.Mac ul#menu li a {
    padding-bottom: 13px;
}

#menu li a:hover {
    text-decoration: underline;
}

#menu .first a {
    background: none;
    border-left: 5px solid #369;
    padding-left: 15px;
}

#menu .selected a {
    background: url(/images/menu-hover.gif) repeat-x;
    border: none;
}

#menu .selected.first a {
    border-left: 5px solid #073a6d;
}

/* Submenu */

ul#menu li.first div.submenu {
    padding-left: 3px;
}

ul#menu li div.submenu {
    position: absolute;
    border-top: 5px solid #FFF;
    z-index: 200000;
}

ul#menu li div.submenu table tr td.tl {
    width: 6px;
    height: 10px;
    background: transparent url(/images/menu/tl.png ) no-repeat top left;
}

ul#menu li div.submenu table tr td.tc {
    height: 10px;
    background: #386A9B url(/images/menu/tc.gif ) no-repeat top center;
}

ul#menu li div.submenu table tr td.tr {
    width: 8px;
    height: 10px;
    background: transparent url(/images/menu/tr.png ) no-repeat top right;
}

ul#menu li div.submenu table tr td.cl {
    background: transparent url(/images/menu/cl.png ) repeat-y top left;
}

ul#menu li div.submenu table tr td.cm {
    background-color: #386A9B;
}

ul#menu li div.submenu table tr td.cm div.degree {
    background: url(/images/menu/submenu-bg.gif ) no-repeat left bottom;
    padding-left: 5px;
}

ul#menu li div.submenu table tr td.cm div.degree ul {
    background: url(/images/menu/submenu-bg.gif ) no-repeat right bottom;
}

ul#menu li div.submenu table tr td.cm div.degree ul li {
    margin-left: -5px;
}

ul#menu li div.submenu table tr td.cr {
    background: transparent url(/images/menu/cr.png ) repeat-y top right;
}

ul#menu li div.submenu table tr td.bl {
    width: 6px;
    height: 15px;
    background: transparent url(/images/menu/bl.png ) no-repeat top left;
}

ul#menu li div.submenu table tr td.bc {
    background: transparent url(/images/menu/bc.png ) no-repeat top center;
}

ul#menu li div.submenu table tr td.br {
    background: transparent url(/images/menu/br.png ) no-repeat top right;
}

ul#menu li div.submenu ul {
    list-style-type: none;
}

ul#menu li div.submenu ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #3B6085;
    padding: 4px 10px;
    position: relative;
    text-align: left;
}

ul#menu li div.submenu ul li.last {
    border: 0;
}

ul#menu li div.submenu ul li a {
    background: none;
    display: inline;
    padding: 0;
    font: normal 11px Arial;
}

ul#menu li.first div.submenu ul li a {
    border: 0;
    padding: 0;
}

#header h1 {
    font-size: 30px;
    margin: 0;
    padding: 55px 0 5px 20px;
}

#header div.title-bar {
    padding: 5px 5px 0 5px;
    background-color: #FFF;
}

#header h1 {
    background: url(/images/header-about.jpg);
}

#content {
    background-color: #FFF;
    padding-bottom: 20px;
}

#main {
    float: right;
    margin-right: 20px;
    width: 700px;
    /*
    display: inline;
    */
}

#sidebar {
    float: left;
    width: 220px;
    padding:20px 0 0  20px;
}

#sidebar h2 {
    font-size: 16px;
    color: #036;
    margin:10px 0 10px 0;
    padding-bottom:10px;
    background: url(/images/menu-line.gif) no-repeat 0 100%;

}

#sidebar ul {
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    margin: 0;
    width:170px;
    padding: 0;
}

#sidebar ul li {
    margin-bottom: 6px;
    background: url(/images/list-icon.gif) no-repeat 0 5px;
    padding-left: 10px;
}

#sidebar ul .active {
    color: #369;
    background-image: url(/images/list-icon-active.gif);
}

#sidebar ul li a,
#sidebar ul li.active ul li a,
#sidebar ul li.active ul li.active ul li a {
    color: #666;
    text-decoration: none;
}

#sidebar ul li.active a,
#sidebar ul li.active ul li.active a,
#sidebar ul li.active ul li.active ul li.active a {
    color: #369;
}

#sidebar ul li a:hover,
#sidebar ul li.active ul li a:hover {
    text-decoration: underline;
}

#sidebar div.curly-braces {
    background: #FFF url(/images/curly-braces.gif) no-repeat top left;
    margin-top: 20px;
    padding-top: 25px;
    width: 180px;
}

#sidebar div.curly-braces div.curly-braces-bottom {
    background: #FFF url(/images/curly-braces.gif) no-repeat bottom left;
    padding-bottom: 25px;
}

#sidebar div.curly-braces p,
#sidebar div.curly-braces p a {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

#sidebar div.curly-braces p a img.viewit {
    padding-top: 3px;
}

#sidebar div.curly-braces p.bb {
    border-bottom: 1px solid #CCC;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

#sidebar div.curly-braces p.pda {
    font-size: 11px;
    /*background: #FFF url(/images/pda.gif) no-repeat left center;*/
    position: relative;
    padding-left: 62px;
    padding-top: 15px;
    text-align: left;
    height: 55px;
}

#sidebar div.curly-braces p.pda a.img {
    position: absolute;
    top: 0;
    left: 0;
}

#sidebar div.curly-braces p.pda span {
    padding-right: 10px;
    background: url(/images/arrow-right.gif) no-repeat right bottom;
}

#sidebar div.curly-braces p.pda span a {
    font-size: 11px;
}

#sidebar div.curly-braces p a.next {
    color: #369;
    text-decoration: none;
    font-size: 11px;
}

#main table {
    border-collapse: collapse;
    width: 699px;
    background: url(/images/table-header-bg.gif) no-repeat;
}



#main table a:hover { text-decoration:underline;}

#main table thead tr th {
    height: 64px;
}

#main table thead th {
    border: 0;
    color: #666;
    font-size: 15px;
}

#main table thead th.date {
    width: 70px;
}

#main table thead th.sale {
    width: 242px;
}

#main table thead th.location {
    width: 137px;
}

#main table thead th.entry {
    width: 81px;
}

#main table tbody tr {
    background: url(/images/table-tr-bg.gif) repeat-y;
}

#main table tbody tr td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    padding: 10px 0 10px 5px;
    border-bottom: 2px solid #FFF;
}
#main table tbody tr td a.deadlines:hover { text-decoration:underline;}
#main table tbody tr.last td {
    border-bottom: 0;
}

#main table tbody tr td a.deadlines {
    color: #369;
    font-weight: bold;
    text-decoration: none;
    padding-right: 15px;
    background: url(/images/arrow-right.gif) no-repeat center right;
}

#main table tfoot tr td {
    background-color: #F0ECD1;
}

#main table tfoot tr td.radius-left {
    background: #F0ECD1 url(/images/tfoot-radius-left.gif) no-repeat bottom left;
}

#main table tfoot tr td.radius-right {
    background: #F0ECD1 url(/images/tfoot-radius-right.gif) no-repeat bottom right;
}

#main h1.only {
    color:#336699;
    font-family:Georgia;
    font-size:21px;
    font-weight:bold;
    margin-top: 30px;
    margin-bottom:10px;
}

/*************** MENU ROLL ****************/

ul.formRoll {
    background: transparent url(/images/forms-rolldown-back.png) bottom;
    width:168px;
    height:207px;
}

#main div.comboWrapp div.comboCat ul li {
    display: block;
    float: none;
}

#main div.comboWrapp div.comboCat ul li a {
    display: block;
    float: none;
}


div#foot {
    text-align: center;
}

div#foot ul {
    list-style-type: none;
    padding-top: 15px;
}

div#foot ul li {
    display: inline;
    border-right: 1px solid #CCC;
    padding: 0 12px;
    font-size: 9px;
}

div#foot ul li.last {
    padding: 0 0 0 12px;
    border: 0;
}

div#foot ul li a {
    font: 11px Arial;
    color: #CCC;
    text-decoration: none;
    font-size: 11px;
}

div#foot ul li a:hover {
    color: #FFF;
    text-decoration: underline;
}

div#foot address {
    padding-top: 8px;
    font: normal 11px Arial;
    color: #CCC;
}

div#foot p {
    background: url(/images/footer-divisor.gif) no-repeat top center;
    padding-top: 10px;
    margin-top: 8px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
}

div#foot p a {
    color: #333;
    text-decoration: none;
}


ul.item-list {
	padding-left:25px;
	list-style-type:none;
}
ul.item-list li {

}

a.noArrow {
    background: none;
}

span.arrowFix {
    background: transparent url(/images/arrow-right.gif) no-repeat right center;
    padding-right: 10px;
}

