/* Common */ 
body {
    margin: 0px;
    padding:0px;
}

body, a, td, table, div, input, select, textarea {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
}

img{
    padding: 0px;
}

/* Links */
a {
    outline: none;
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: solid 1px #a86326;
}

/* Tables */
table{
    border-collapse: collapse;
}

td{
    padding: 0px;
    vertical-align: top; 
}

.form_table{
    background: #d3c89b;
    border: solid 1px #a86326;
}

.form_table td{
    padding: 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #000;
    font-size: 11px;
}

.form_table select, .form_table input{
    font-weight: normal;
    font-size: 11px;
}

/* Blocks */
#m_t{
    width: 910px;
    height: 100%;
}

#path{
    padding: 0 0px 20px 0px;
    margin-right: 1px;
}

#path h2, #path h2 a, #path h2 select{
    color: #747675;
    margin: 0px;
    font-size: 20px;
}

#path h2 select{
    color: #a6282b;
}

#cnts img{
    border:0px;
}

#bottom {
    background: #a86326;
    height: 21px;
    color: #fff;
    padding: 2px 10px 0 10px;
}
#bottom a {
    color: #fff;
}
#bottom a h2 {
    font-size: 11pt;
    display: inline;
}

/* Lists */
#t_ss{
    width: 98%;
    margin-top: 20px;
}

#t_ss a {
    display: block;
    width: 150px;
    white-space: nowrap;
}
#t_mss a {
    display: block;
    padding: 2px 0;
}
#t_mss td {
    padding: 20px;
}
#t_mss td a h4{
	display: inline;
	font-weight: normal;
}

div.mss{
    width: 175px;
    padding: 13px 0px 11px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
div.mss a {
    margin-right: 5px;
}
div.mss a h3 {
    font-size: 11pt;
    display: inline;
    font-weight: normal;
}

.t_mss_a_cnt{
    color: #a86326;
}

.c_gray{
    color: #a0a0a0;
}

#t_ss a:hover, #t_mss a:hover{
    background: #d3c89b;
}

#t_acs{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 98%;
}

#t_as{
    width: 98%;
    cursor: hand;
    cursor: pointer;
}

#t_acs td{
    border: 0px;
    border-bottom: solid 1px #a86326;
    border-top: solid 1px #a86326;
}

#t_acs a{
    height: 100%;
}

#t_acs p{
    margin-top: 7px;
    font-weight: bold;
}

#t_acs img{
    float: left;
    margin-right: 7px;
    border: 0px;
}

#t_as{
    border: solid 1px #808080;
}

#t_as td{
    border: dotted 1px #C0C0C0;
    overflow: hidden;
    font-size: 12px;
    padding: 3px;
}

#t_as a{
    font-size: 12px;
}

#t_as .white{
    background-color: white;
}

#t_as .gray{
    background-color: #F0F0F0;
}

#bashnja{
    width: 190px;
}

#bashnja img{
    border: solid 0px #000;
}

/* Select */
.adv_sec_select{
    width: 200px;
}

.adv_sec_select option{
    padding-left: 10px;
}

/* Bold black top*/
.bbt{
    font-weight: bold;
    color: #000;
    vertical-align: top;
    font-family: Tahoma;
}

#sections_select_div select{
    width: 200px;
    margin-bottom: 5px;
}

#last_select_div {
    display: inline;
}

#search_form input{
    margin-left: 20px;
}

.page_navigation {
    padding:20px 10px 10px 0px;
}

.page_navigation a {
    padding:3px 7px 3px 7px;
    margin:2px;
    border:1px solid #acacac;
    float:left;
}

.TagCloud {
    text-align:center;
    margin-top:10px;
    padding: 10px;
    border: solid 1px #666;
    background: #f0f0f0;
}
