/* ------------------------------
 page styles
------------------------------ */
body {
 background      : #000;
 color           : #CCC;
 font            : 11px Verdana, sans-serif;
 margin          : auto;
}
#logo {
 background      : #000 url("./images/logo.jpg");
 cursor          : pointer;
 height          : 280px;
 margin-top      : 10px;
 text-align      : left;
 width           : 950px;
}
#footer {
 margin-top      : 10px;
 padding         : 5px;
}

/* ------------------------------
 general styles
------------------------------ */
a {
 background      : none;
 color           : #8F73A3;
 text-decoration : none;
}
a:hover {
 background      : none;
 color           : #894e4e;
 text-decoration : none;
}
form {
 margin          : 0;
 padding         : 0;
}
h1 {
 color           : #C0C0C0;
 font-size       : 10px;
 font-weight     : normal;
 margin          : 0;
 padding-left    : 10px;
 padding-top     : 5px;
}
h2 {
 color           : #FFF;
 font-size       : 19px;
 font-weight     : normal;
 margin          : 0;
 padding-bottom  : 5px;
 text-align      : left;
}
img {
 border          : 0;
}
input {
 background      : #2D2D2B;
 border          : 0;
 color           : #fff;
 padding         : 3px;
 width           : 400px;
}
p {
 color           : #CCC;
 margin          : 0;
 padding-bottom  : 10px;
}
select {
 width           : 300px;
}
ul {
 margin-left          : 15px;
 padding         : 0;
}

/* ------------------------------
 Box
------------------------------ */
.box1 {
 background      : #161617;
 margin-bottom   : 10px;
 padding         : 20px;
 text-align      : left;
 width           : 910px;
}
.box2 {
 background      : #161617;
 float           : left
 height:230px;
 padding         : 20px;
 text-align      : left;
}


/* ------------------------------
 table
------------------------------ */
table.tbsearch,
table.tbview {
 text-align      : center;
}
table.tbsearch td {
 line-height     : 150%;
 padding         : 10px;
 text-align      : center;
}
table.tbsearch td a {
 text-decoration : none;
}
table.tbview td {
 line-height     : 120%;
 padding         : 10px 0px 10px 10px;
 text-align      : center;
}
table.tbview th {
 background      : #2D2D2B;
 text-align      : center;
}



table.tblCompany {
 padding-top      : 10px;
 padding-bottom   : 10px;
 width            : 100%;
}
table.tblCompany th {
 background-color : #161617;
 border-bottom    : 1px dotted #2D2D2B;
 color            : #CCC;
 padding          : 10px;
 text-align       : right;
 font-size        : 12px;
 width            : 100px;
}
table.tblCompany td {
 border-bottom    : 1px dotted #2D2D2B;
 line-height      : 1.6;
 font-size        : 13px;
 padding          : 10px;
 text-align       : left;
}



