* {
    margin: 0px;
    padding: 0px;
}
body {
    color: #000000;
    font-family: "Trebuchet ms";
    font-size: 12px;
    background: #F4F4F4;
    padding-bottom: 12px;
}
a, a:visited {
    color: #295829;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}
img {
    border: 0px none transparent;
    vertical-align: middle;
}
#top {
    background: url('../../gfx/top_bcg.jpg') repeat-x;
    width : 100%;
    height : 78px;
    margin-bottom: 12px;
}
#logo {
    float : right;
    margin-top : -30px;
    margin-right : 30px;
    display : inline-block;
}
#menu_left {
    width : 203px;
    padding-left : 35px;
    display : inline-block;
    position: fixed;
}
.submenu {
    list-style-image: url('../../gfx/submenu_pointer.jpg');
    margin : 0px 0px 0px 30px;
    padding : 0px;
}
.sub2 li {
    padding-top: 4px;
    padding-bottom: 4px;
}
.submenu_contener_middle h2 {
    padding-left: 10px;
}
.submenu li a {
    font-size : 12px;
    color : #787878;
}
.submenu_contener {
    margin-top : 8px;
}
.submenu_contener_top {
    background: url('../../gfx/submenu_top.jpg');
    width : 184px;
    height : 9px;
}
.submenu_contener_middle {
    background-color: #ffffff;
    border-left : 1px solid #D4D4D4;
    border-right : 1px solid #D4D4D4;
    width : 182px;
}
.submenu_contener_bottom {
    background: url('../../gfx/submenu_bottom.jpg');
    width : 184px;
    height : 9px;
}
#contener_right {
    display : inline-block;
    vertical-align : top;
    margin-left : 238px;
    width : 1050px;
}
#contener_right_top {
    vertical-align : middle;
}
#contener_right_title {
    display : inline-block;
    width : 1050px;
}
#contener_table {
    margin-top: 12px;
    width : 1050px;
    background-color: #ffffff;
    border-collapse: collapse;
}
.MsgBox {
    width: 421px;
    background-color: #ffffff;
    border: 1px solid #D4D4D4;
    margin-left: 200px;
    text-align: center;
    padding: 5px;
    margin-bottom: 12px;
}
.MsgBox .right select, .MsgBox .right input {
    background-color:#DEDEDE;
    border:1px solid #000000;
    margin-bottom:2px;
    margin-top:2px;
    width:170px;
}
.MsgBox .left {
    float: left;
    height:20px;
    padding:5px;
    width:190px;
}
.MsgBox .right {
    float:right;
    height:20px;
    padding:5px;
    width:211px;
}
.MsgBox .bottom  {
    clear:both;
    height:20px;
    padding:5px;
    text-align:center;
    width:421px;
}
#contener_table tr th {
    font-size : 10px;
    font-weight : bold;
    color : #3c3c3c;
    margin : 0px;
    padding : 0px;
}
#contener_table tr td {
    font-size : 12px;
    font-weight : bold;
    text-align : center;
    border-bottom : 1px solid #D4D4D4;
}
.contener_table_corner {
    width : 8px;
}
.th_white {
    background-color: #ffffff;
    border-top : 1px solid #D4D4D4;
    border-bottom : 1px solid #D4D4D4;
    padding: 2px;
}
.th_gray {
    background-color: #f4f4f4;
    border-top : 1px solid #D4D4D4;
    border-bottom : 1px solid #D4D4D4;
    padding: 2px;
}
.td_right_border {
    border-right : 1px solid #D4D4D4 !important;
}
.td_title {
    color : #0064ab;
    text-align : left !important;
    background-color: #f4f4f4;
    padding-left : 5px;
    padding-right : 5px;
    border-left : 1px solid #D4D4D4;
    border-right : 1px solid #D4D4D4;
}
.td_title span {
    display : inline-block;
    vertical-align : top;
}
.td_gray_light {
    background-color: #f4f4f4;
    color : #5b5b5b;
    font-size : 11px !important;
    font-family : Tahoma;
    font-weight :normal !important;
    padding: 2px;
}
.td_gray {
    background-color: #ededed;
    color : #5b5b5b;
    font-size : 11px !important;
    font-family : Tahoma;
    font-weight :normal !important;
    padding: 2px;
}
td,th {
    border-right: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
}
.contener_table_bottom_fill {
    background-color: #ffffff;
    height : 100px;
    border-left : 1px solid #D4D4D4;
    border-right : 1px solid #D4D4D4;
}
.contener_table_bottom_pages {
    background-color: #ffffff;
    border-left : 1px solid #D4D4D4;
    border-right : 1px solid #D4D4D4;
	border-bottom : 1px solid #D4D4D4;
    text-align: center;
}
.page_inact {
    color : #d4d4d4 !important;
}
.page_act {
    color : #3c3c3c;
}
.prev_page {
    display : inline-block;
    margin-left : 10px;
    float: left;
}
.prev_page a span {
    vertical-align : top;
}
.next_page {
    margin-right : 10px;
    display : inline-block;
    float : right;
}
.next_page a span {
    vertical-align : top;
}
.contener_table_bottom {
    /*background-image: url('../../gfx/contener_bottom.jpg');*/
    width : 731px;
    height : 6px;
}
#footer {
    width: 100%;
    height:80px;
    text-align: center;
}
#admin_name {
    font-size : 25px;
    color : #ffffff;
    margin-top : 20px;
    margin-left : 30px;
    display : inline-block;
}
td input {
    background-color:#DEDEDE;
    border:1px solid #000000;
    margin-bottom:2px;
    margin-top:2px;
    width:170px;
}
.MsgBox input[type="submit"]:hover, td input:hover {
    cursor: pointer;
}
.MsgBox input[type="submit"], td .green {
    background-color: #D9FFA9;
    border: 1px solid #7FAF1B;
    color: #000000;
}
td .red {
    background-color: #FFD0D4;
    border: 1px solid #A80000;
    color: #000000;
}

#sort_list {
    margin-top: 5px;
}

#sort_list li {
    display: inline;
    list-style: none;
    padding: 0px 10px;
}

#sort_list li a {
    padding: 0px 5px;
}

table.seomatic tr td {
	border-width: 0px;
}

table.seomatic tr td select {
	background-color: #DEDEDE;
	border: 1px solid black;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 170px;
}