html {
    height:100%;
    background: #FFFFFF;
    color: #000000;
}

body {
    font-size: 11px;
    font-family: Arial, Verdana, Tahoma, Helvetica, "Bitstream Vera Sans", sans-serif;
    background: #FFFFFF;
    color: #000000;
    margin: 0px;
    padding: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

td {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}



/*select, input, textarea {
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    /*background: #3399FF;*/
    border: 1px solid #B1C2D0;
    /*color: #FFFFFF;*/
    margin: 2px;
    padding-left: 2px;
    padding-right: 2px;
} */

/*input .button {
    border: #B1C2D0;
    /*color: #000000;*/
} */

form {
    margin: 0px;
    padding: 0px;
    display: block;
}

p {
    text-align: justify;
}

hr {
    height: 1px;
    background: #AAAAAA;
    border: 0px;
}

h1 {
    font-size: 14px;
    color: #338800;
}

a {
    color: #FFFFFF;
    text-decoration: underline;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #2020FF;
}

ul {
    margin: 2px 2px 2px 2px;
    padding-left: 3px;
}

li {
    background: url("../img/li.gif") no-repeat;
    background-position: 0 5px;
    margin: 0px;
    padding: 0px 4px 0px 10px;
    list-style-type: none;
    line-height: 1em;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}


/**********************************/
/* header */
.header_box {
    overflow: hidden;
    zoom: 1;
    position: relative;
    width: 100%;
/*    border: 1px solid #FFFFFF; */
}

/* header title */
.header_title {
    color: #000000;
    padding-top: 6px;
    padding-right: 6px;
    text-align: center;
    font-size: 14px;
}

.main_box {
}

.main_left {
    padding-top: 6px;
    padding-left: 20px;
    text-align: left;
    float: left;
    font-size: 14px;
    width: 24%;
}

.main_right {
    padding-top: 20px;
    padding-right: 6px;
    text-align: center;
    float: left;
    width: 65%;
    height: 507px;
    font-size: 14px;
}

.do_center {
    vertical-align: middle;
}

.search_input {
    text-align: center;
}

.search_btn {
    padding-top: 10px;
    text-align: center;
}

.links {
    /*color: #B1C2D0;*/
    color: #267BA8;
    text-align: center;
    padding-top: 12px;
}

.blue_links {
    color: #0000FF;
}

.pin {
    position: relative;
    left: 200px;
    top: 0px;
    float: left;
}

.loading {
   color: #FFFFFF;
   /*background-color: #333333;*/
   position : absolute;
   display: none;
   font-size: 14px;
   /*width: 150px;*/
   /*height: 16px;*/
   font-weight: bold;
   z-index: 3005;

   opacity: 0.4;
   -moz-opacity: 0.4;
   -khtml-opacity: 0.4;
   filter: alpha(opacity=40);

}

.cover_layer {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    color: #000000;
    margin: 0px;
    padding: 0px;
    position: absolute;
    background: #333333;

    z-index: 3000;

    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
}

.main_circles {
    position: absolute;
    width:0;
    height:0;
    left:0;
    top:0;
}


/********** */

.scroller {
    float: left;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.scroll_btn {
    cursor: pointer;
    padding-top: 1px;
    padding-bottom: 1px;
}


.mini_circles {
    vertical-align: middle;
    padding-left: 30px;
    float: left;
    width: 115px;
    text-align: center;
}

.mini_circles_img {
    position: relative;
    width: 100%;

    padding-top: 40px;
    vertical-align: middle;

}

.pages_text {
    color: #267BA8;
    font-weight: bold;
    padding-top: 40px;
    vertical-align: bottom;

    position: relative;
    /*width: 100%;*/
    text-align: center;
}



/******************************************************
 *   Texts
 */

.yellow {
    color: #FFFF00;
}
.green {
    color: #00CC33;
}
.red {
    color: #FF3300;
}
.blue {
    color: #3399FF;
}
.white {
    color: #FFFFFF;
}
.brown {
    color: #FF6600;
}

.tooltip{
    height: 160px;
    width: 277px;
    color:#000;
    font:Arial,sans-serif;
    text-decoration:none;
    background: url(../img/ttLT.gif) no-repeat top;
    overflow: hidden;
}

.tooltip a {color: #0000FF;}

.tooltip span.top{height:90px;padding-top: 60px; padding-left: 4px; padding-right: 12px;}

/*.tooltip b.bottom{padding:2px 8px 8px;color: green;
    background: url(../img/ttLT.gif) no-repeat bottom}*/


.notify_message {
    position: absolute;
    overflow: hidden;
    background: #333333;
    display: none;
    width: 400px;
    height: 30px;

    z-index: 20;

    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: alpha(opacity=60);
}

.nm_close {
    width: 13px;
    height: 15px;
    float: right;
    vertical-align: center;
    padding-right: 3px;
    padding-top: 3px;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: alpha(opacity=60);
}

.nm_body {
    overflow: hidden;
    vertical-align: middle;
    color: #EDEDED;
    font-weight: bold;
    font-size: 14px;
    height: 100%;
    float: left;
    padding-left: 10px;
    padding-top: 7px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity=80);
}

.square {
    background-color: #006B9C;
    border: 2px solid #FFFFFF;
    width: 14px;
    height: 12px;
    text-align: center;

}

.square_off {
    background-color: #B4B4B4;
    border: 2px solid #FFFFFF;
    width: 14px;
    height: 12px;
    text-align: center;
}


.square_border {
    background-color: #FFC74B;
    border: 2px solid #FF0000;
    width: 14px;
    height: 12px;
    text-align: center;

}


.square_hover {
    background-color: #FFC74B;
    border: 2px solid #FFFFFF;
    /*border: 3px solid #FF0000;*/
    text-align: center;
    width: 14px;
    height: 12px;
}

.controller {
    padding-top: 20px;
    padding-left: 25px;
}



.tooltips {
    width: 0px;
}

.advertisement {
    /*border-color: red;
    border-width: 3px;*/
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.page_links {
    color: #267BA8;
}
