/* Cascading Style Sheet  */
/* (c) T.H. Deibel - 2008/01/16 */
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#AAAAAA;
 background-color: #000000;
}
td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#AAAAAA;
}
A:link, A:visited {
 color:#999999;
 text-decoration: underline;
}
A:hover {
 color:#CCCCCC;
 text-decoration: none;
}
A:active {
 color:#FFFFFF;
 text-decoration: underline;
}
hr {
 color:#CCCCCC;
 height: 1px;
}
/* CLASSES: */
/*========= */
.size_S {
 font-size: 11px;
 text-decoration: none;
}
.size_N {
 font-size: 13px;
 text-decoration: none;
}
.size_L {
 font-size: 16px;
 font-weight: Bold;
}
.size_XL {
 font-size: 20px;
 font-weight: Bold;
}
.size_XXL {
 font-size: 32px;
 font-weight: Bold;
}
.no_ul {
 text-decoration: none;
}
.frm_txt {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 color: #333333;
 background-color:#EEEEEE;
}
.frm_but {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 background-color: #CCCCCC;
}
.ecp_pic_border {
 border-left:#333333 solid 1px;
 border-top:#333333 solid 1px;
 border-right:#999999 solid 1px;
 border-bottom:#999999 solid 1px;
}
.ecp_thumb_border {
 border:#CCCCCC solid 1px;
}
.infoTxt1 {
 width:600px;
 height:12px;
 color: #CCCCCC;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:10px;
}
.col_lgray {
 background-color: #333333;
}
.col_bg {
 background-color: #000000;
}
.mainCell {
 background-color: #111111;
 width: 805px;
 height:500px;
}
.mainContainer {
 width:750px;
 height:450px;
 overflow:auto;
}
.textPadding {
 padding-top: 0px;
 padding-left:60px;
 padding-right:60px;
}
