﻿body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

* html body { font-size: medium; }

a img {
    border: 0px;
}




#container {
    width: 700px;
    margin: 10px auto;
    text-align: left;
}

.err {
    font-size: 0.7em;
    color: Red;
}

.navbar {
    margin-bottom: 2px;
}

.navbar a {
    color: #999;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0px 10px 0px 10px;
}

.navbar a:hover {
    color: Red;
}

.navbar a.sel {
    color: #444;
}


#subnavbar {
    margin: 10px 0px 5px 0px;
}

#subnavbar a {
    color: #999;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0px 10px 0px 10px;
}

#subnavbar a:hover {
    color: Red;
}

#subnavbar a.sel {
    color: #444;
}



#textbar {
    font-family: Verdana, Arial, Sans-Serif;
    margin-top: 15px;
    font-size: 0.9em;
    color: #999;
}

#textbar h3 {
        margin-bottom: 0px;
}

#textbar h3 a {
        color:#999;
}

#textbar a {
        color:#999;
}

#textbar .newsdate {
    font-size: 0.8em;
    font-weight: bold;
    color: red;
}

#textbar .newsitem {
    float: left;
    width: 400px;
    margin-bottom: 20px;
}

#textbar .newsitem h3 {
    border-top: 1px solid #333;
}

#textbar .newsrm {
    font-size: 0.7em;
    color: #666;
}

#textbar .newsimage {
    float: left;
    width: 200px;
    height: 150px;
    /*background-image: url(../images/bg-newsitem.jpg);
    background-repeat: no-repeat;*/
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px 6px 7px 6px;
}

#textbar .newsimageover  {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

#textbar .tbcolumn {
    width: 210px;
    margin-right: 50px;
    float: left;
}

#textbar #tblogo {
    float: right;
    text-align: right;
}

#textbar #tblogo img {
    display: block;
    margin-bottom: 10px;
}

#textbar #links {
    float: left;
}

#textbar #links a {
    display: block;
    color: #999;
    margin-bottom: 10px;
}

#textbar #rexTable td.rhc {
    text-align: right;
}

#textbar #rexTable td.abs {
    padding-bottom: 20px;
    font-size: 0.8em;
}

#textbar #rexTable td.ttl {
    font-weight: bold;
    font-size: 1.1em;
}

#textbar #rexTable td.fln {
    text-align: right;
        font-size: 0.8em;
}

#textbar #rexTable td.fli {
    text-align: right;
    vertical-align: top;
    font-size: 0.7em;
}

#textbar #rexTable #btnLogout {
    border: 0px;
    background-color: Transparent;
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
    text-decoration: underline;
    cursor: pointer;
}

#textbar #logTable {
    margin: 30px auto;
}

#footer {
    text-align: left;
    margin-top: 40px;
    color: #333;
    font-size: 0.7em;
}

#footer a {
    color: #333;
}