/** article box **/
div#article_column {
    float: left;
}

div#article_box {
    background: url('/img/index/article_box_bg.png');
    width: 468px;
    height: 245px;
    
    position: relative;
}

div#article_subbox {
	height: 180px;
	overflow: hidden;
}

div#article_box div.page {
    padding: 10px;
    display: none;
}

div#article_box div.page.selected {
    display: block;
}

div#article_box div.page h1 {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: normal;
}

div#article_box div.page p {
    color: white;
    font-size: 1em;
}

div#article_box div.page p img {
    float: left;
    margin-right: 7px;
}

div#article_box div.page a.more {
    position: absolute;
    left: 388px;
    top: 197px;
    text-decoration: none;
    font-size: 1.1em;
    color: #ffffff;
}

div#article_box div#article_box_control {
    position: absolute;
    height: 100%;
    top: 225px;
    left: 390px;
}

div#article_box_control div.pagelink {
    float: left;
    color: #ffffff;
    width: 11px;
    height: 12px;
    padding: 3px;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 2;
}

div#article_box_control div.selector {
    width: 30px;
    height: 30px;
    z-index: 1;
    top: -10px;
    left: -9px;
    position: absolute;
    background: url('/img/index/article_box_pagelink_selected.png');
}

/** advertise **/
div#advert {
    padding-top: 5px;
    
    color: #595959;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.5em;
    height: 78px;
    overflow: hidden;
}

div#advert a img {
    padding-top: 5px;
}


/* LAST ADDED **/
div#last_added {
    float: left;
    background: #f1fcfe;    
    width: 312px;
    height: 326px;
    border: 1px solid #e3e4e4;
    margin-left: 18px;
    overflow: hidden;
    line-height: 15px;
}

div#last_added div.header{
    background: url('/img/index/lastadded_header_bg.png');
    width: 312px;
    height: 49px;
    position: relative;
}

div#last_added div.header img {
    position: absolute;
    left: 20px;
    top: -4px;
    z-index: 2;
}

div#last_added_content div.program, div#last_added_content div.date{
    text-align: left;
    color: #354e61;
    padding-left: 95px;
    font-size: 1.0em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 5px;
    
}

div#last_added_content div.program, div#last_added_content div.status {
    margin-top: 5px;
}

div#last_added_content div.program, div#last_added_content div.program div.payout {
    font-weight: normal;
}

div#last_added_content {
    padding-top: 5px;
}

div#last_added_content div.program img {
    position: absolute;
    left: 75px;
    top: 1px;
}

div#last_added_content div.program a {
    font-weight: bold;
}

div#last_added_content div.date{
    background: #f1fcfe;
}

div#last_added_content div.status span.waiting {
    color: #807676;
}

div#last_added_content div.status span.paying {
    color: #23790b;
}

/** stats **/
div#monitor_statistics div.header, div#search_program div.header{
    clear: both;
    text-align: left;
    padding-top: 20px;
	padding-bottom: 20px;
}

div#monitor_statistics_container {
    border: 1px solid #b9c7ca;
    background: #7aad24;
}

div#monitor_statistics_container table.master {
    border-collapse: collapse;
    width: 100%;
}

div#monitor_statistics_container table.master th {
    color: #364d5f;
    background: #b4dd7d;
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ffffff;
}

div#monitor_statistics_container table.master th.selected {
    color: #ffffff;
    background: #7aad24;
    border-bottom: solid 1px #7aad24;
}

div#monitor_statistics_container table.page {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-collapse: collapse;
    font-size: 12px;
    display: none;
}

div#monitor_statistics_container table.page.selected {
    display: block;
}

div#monitor_statistics_container table.page caption {
    display: none;
}

div#monitor_statistics_container table.page thead th{
    color: #ffffff;
    border-right: 1px solid #ffffff;
    font-weight: normal;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

div#monitor_statistics_container table.page tbody td{
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background: #f1fcfe;
    padding: 5px;
}

div#monitor_statistics_container table.page tbody td.last, div#monitor_statistics_container table.page thead th.last{
    border-right: none;
}

div#monitor_statistics_container table.page tbody td.first, div#monitor_statistics_container table.page thead th.first {
    text-align: left;
    padding-left: 2px;
}

div#monitor_statistics_container table.page tbody tr.even td{
    background: #b4dd7d;
}

/** search **/

div#search_program div.header{
}

div#search_program form {
    border: 1px solid #b9c6cc;
    background: #f1fcfe;
    font-size: 0.8em;
    text-align: left;
    color: #374e60;
}

div#search_program form div.ecurrency {
    width: 100%;
    overflow: hidden;
    line-height: 20px;
}

div#search_program form div.caption {
    background: #354e62;
    color: #ffffff;
    padding: 3px;
}

div#search_program form label {
    font-weight: bold;
}

div#search_program form div.ecurrency label.currency{
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding-left: 3px;
}

div#search_program form div.ecurrency div label {
    float: left;
    font-weight: normal;
}

div#search_program form div.ecurrency input {
    float: left;
    vertical-align: middle;
}

div#search_program form div.ecurrency div.currency {
    float: left;
    padding: 5px;
}

div#search_program form div.field {
    float: left;
}

div#search_program form div.field label {
    vertical-align: middle;
    line-height: 20px;
}

div#search_program form div.field input {
    vertical-align: middle;
    line-height: 20px;
    float: left;
}

div#search_program form div.group {
    clear: both;
    height: 100%;
    overflow: hidden;
}

div#search_program form div.options div {
    background: #c8dde2;
    padding: 5px;
}

div#search_program form div.search {
    text-align: right;
    padding: 5px;
}
    
    
/** DILIGENCE **/


