 * html .wrapper {
    height: 0.1%;
 }
 a, a img,:link img,:visited img {
    border: none;
    outline: 0;
 }
 body {
    margin:0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #232323;
    text-align:center;
    background-image:none;
 }
 .csshead {
    background-position: left top;
    background-image:  url(../images/mt-bodybg-wide.gif);
    background-repeat: repeat-x; height:70px; background-color:#000;
 }
 h1.logoholder {
    padding-top: 10px;
    padding-left: 40px; float:left; margin:0; padding-bottom:0;
 }
 div.loginholder {
    color: #FAFAFA;
    float: right;
    padding-top: 15px;
    padding-right: 40px;
 }
 .logocss {
    cursor: pointer;display:block;
    width: 100px;
    height: 55px;
    /* IE 5+/Win only filter */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/prb.png');
    display:block;
 }
 .logocss[class] {
    background: url(../images/prb.png) no-repeat;
 }
 .logocss span {
    position:absolute; text-indent:-6000px;
            
 }
 .logincss {
    cursor: pointer;
    font-size: 11px;
    font-family: verdana;
    line-height: 200%;
    color: #808080;
    text-align: center;
    width: 180px;
    height: 30px;
    display:block;
    /* IE 5+/Win only filter */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/login_bg.png');
 }
 /* Other browsers. IE ignores [attributes] */
 .logincss[class] {
    background-image: url(../images/login_bg.png);
 }
 a.logincss .over, a.logincss:visited .over {
    color: #FFFFFF !important;
    text-decoration: none;
 }
 a.logincss:hover .over, a.logincss:active .over {
    color: #FFFFFF !important;
    text-decoration: underline;
 }

 a, a:visited, a:visited .over {
    color: brown;
    text-decoration: none;
 }
 #container {
    width: 100%;
    text-align: left;
    margin: 0 auto;
 }
 /* The links to used resources */
 #links-left {
    float: left;
 }
 #links-left li {
    padding-top: 6px;
    list-style: none;
    height: 50px;
    text-align: middle;
    border-bottom: 1px solid #EEE;
 }
 #links-right {
    float: left;
 }
 #links-right li {
    padding-top: 6px;
    list-style: none;
    height: 50px;
    text-align: middle;
    border-bottom: 1px solid #EEE;
    line-height: 4;
 }
 .newsdate {
    padding: 20px;
    display: inline;
    text-align: left;
    font-size: 1.1em;
    font-family: Verdana;
    color: brown;
 }
 .newstitle {
    display: inline;
    text-align: left;
    font-size: 1.3em;
    font-family: Verdana;
 }
 .newsitem {
    text-align: left;
    font-size: 1.0em;
    color: #666;
 }
 .newsitem:hover {
    color: #012;
    background-color: #EEE;
 }
 .activeLink div {
    font-weight: bold;
    padding-left:20px;
 }

  /* Left navigation menu */
 .colleft {
     border-right: 1px solid #BBB;
 }
 #left-menu {
    border-top: solid 1px #BBB;
 }
 #left-menu ul{
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
 }
 #left-menu li a {
    color:brown;
    text-decoration:none;
    border: none;
    outline: 0;
 }
 #left-menu li.menu {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 6px;
    border-bottom: dotted 1px #BBB;
 }
 #left-menu li.menu-hover {
    margin-left: 12px;
 }
 #left-menu li.menu.lastli {
    border-bottom: solid 1px #BBB;
 }

 .link {
     margin-left:6px;
 }
 .link-hover {
     margin-left:20px;
 }

 #footer {
    background-position: left top;
    background-image:  url(../images/mt-footerbg.gif);
    background-repeat: repeat-x; height:60px;
    text-align: left;
    font-size: 0.9em;
    color: #EEE;
 }
 #footer p {
    float:left;
 }
 #footer .hostedby {
    float: right;
    color: #eee;
    padding-top: 10px;
 }
 #toggler {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     height:26px;
     padding-top:12px;
     padding-bottom:4px;
    background-color: #dbd4a6;
    cursor: hand;
    cursor: pointer;
    }
 #toggler img {
    padding-left: 8px;
    padding-right: 8px;
 }
 #code {
    background: #FBFBFB;
    padding: 14px;
 }
 #download {
     background: transparent;
     height: 44px;
     width: 226px;
 }
 form#cse-search-box input[type=submit] { width:47px; height:21px; background: url(images/btn_mini_search.gif) no-repeat; border:0; }
