/* set/adjust colours for this style
 ---------------------------------- */
.list_new_pre_beata
{
color: red;
font-weight: bold;
font-size:10px;
}
.list_pre_beat 
{
color: gray;
font-weight: bold;
font-size:10px;
}
.list_beta 
{
color: orange;
font-weight: bold;
font-size:10px;
} 
.list_pre_release
{
color: blue;
font-weight: bold;
font-size:10px;
} 
.list_release
{
color: green;
font-weight: bold;
font-size:10px;
padding:2px;
}
.orange {
color: #d23b00;
font-weight: bold;
}
.green {
color:#008000;
font-weight: bold;
}
.red {
 color: #c38118;
 font-weight: bold;
}
.gray 
{
color:#BABABA;
font-weight: bold;
}
.blue {
color:#705f44;
font-weight: bold;
}
.date {
color:#7b5c3d;
font-weight: bold;
}


/* Portal css classes */
.clear {
clear:both; 
}

/* blocks
 ---------------------------------- */
.block_header {
 clear:left;
 width:100%;
}
.block_title {
 color: rgb(249, 248, 248);;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 1em;
 padding-bottom: 2px;
 padding-top: 2px;
 line-height: 1em;
 text-transform: uppercase;
 font-weight: bold;
}

.block_title a:link, .block_title a:visited, .block_title a:hover, .block_title a:active { color: #FFF; text-decoration: none; }
.block_title a:hover { color: #CCC; text-decoration: underline; }

.block_data {
 padding:0px;
}

.box {
 background: #f3f2f0 none repeat-x 0 0;
 background-repeat: repeat;
 text-align:left;
 margin-top:5px;
 padding: 2px 2px 2px 2px;
 overflow: hidden;
 width: auto;
 clear: both;
 border: solid 1px #eeecea;
}

.bg1a {
 background-color: #e3e0db;
 padding:5px;
 border: solid 1px #b2a89a;
}
.bg2a {
 background-color: #dcd8d2;
 padding:5px;
 border: solid 1px #cac4ba;
}
.bg3a {
 background-color: #d9d4cd;
 padding:5px;
 border: solid 1px #cac4ba;
}
