/* 
    Document   : main
    Created on : 21-jul-2010, 17:38:48
    Author     : Inaki
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

/***************************

LAYOUT

****************************/

#container{
    width: 980px;
    background-color: #ffffff;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    height: 800px;
}

#header{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}

#logo{
    position:relative;
    top: 0px;
    margin: 0 auto 0 auto;
    width: 830px;
}

#logo:hover{
    cursor: pointer;
}

#user_bar{
    position: relative;
    width: 830px;
    height: 24px;
    top: 0px;
    left: 0px;

    background-color: #F0F0F0;

    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-color: #3D6DCC;
    border-bottom-color: #3D6DCC;
}


#work_area{
  position: relative;
  top: 10px;
  left: 0px;
  width: 830px;

  background-color: #ffffff;
  font-color: #000000;
  vertical_align: middle;
}

#intro{
    position: relative;
    width: 100%;
    top: 80px;
    left: 0px;
}

.intro_text{
  font-size: 12px;
  font-family: "Arial";
  color: #8CA6F5;
}

#copyright_area{
  position: relative;
  top:120px;
  left: 10px;
  width: 970px;
  height: 40px;
  border-top-width: 1px;
  border-top-color: #DEDEDE;
  border-top-style: solid;
  background-color: #ffffff;
  text-align: center;

  font-size: 12px;
  font-family: "Arial";
  color: #A6A6A6;
}

#details_area{
    position: absolute;
    top: 10px;
    left: 10px;
    border-color: #7F9BF0;
    border-style: solid;
    border-width: 1;
    width: 820px;
    height: 590px;
    font-size: 12px;
    font-family: "Arial";
    color: #7F9BF0;
    padding: 10px;
}


#dontations_area{
  position: relative;
  horizontal_align: center;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 200px;
  background-color: #fefefe;
}

#mobincube{
  position: relative;
  horizontal_align: center;
  top: 10px;
  left: 0px;
  width: 120px;
  height: 320px;
  background-color: #fefefe;
  border-style: none;
}

#ads_area{
    position: absolute;
    top: 5px;
    left: 860px;
    width: 120px;
    height: 100%;
}

#ads_area_top{
  position: relative;
  horizontal_align: center;
  top: 15px;
  left: 0px;
  width: 120px;
  height: 600px;
}

#unibet{
  position: relative;
  horizontal_align: center;
  margin-top: 10px;
  left: 0px;
  width: 120px;
  height: 240px;
}

#ads_area_bottom{
  position: relative;
  horizontal_align: center;
  top: 15px;
  left: 0px;
  width: 120px;
  height: 600px;
}


#details{
    position: absolute;
    top: 170px;
    text-align: center;
    left: 0px;
    width: 100%;

    color: #537AE6;
    font-family: "Arial";
    font-size: 10px;


}

#details:hover{
    cursor: pointer;
}


/***************************

MISC

****************************/
#overlay{
    display: none;
    position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;




     z-index:1001;

}

#alert{
    position: relative;
    margin: auto;
    width: 592px;
    height: 392px;
    z-index:1002;

    background-image: url(../images/dialog.png);
}

#alert_body{
    width: 490px;
    height: 295px;
    position: absolute;
    top: 43px;
    left: 45px;
}

.alert_title{
    color: #4283D4;
    font-family: "Arial";
    font-size: 28px;
}

.alert_plain{
    color: #110D59;
    font-family: "Arial";
    font-size: 18px;
}

.alert_plain_light{
    color: #4283D4;
    font-family: "Arial";
    font-size: 18px;
}

#alert_x{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 30px;
    left: 520px;

    color: #9DD7F5;
    font-weight: bold;
    font-family: "Arial";
    font-size: 28px;
}

#alert_x:hover{
    cursor: pointer;
}

.alert_select{
    width: 300px;
    color: #110D59;
    font-family: "Arial";
    font-size: 18px;
}

#alert_button{
    position: absolute;
    width: 133px;
    height: 39px;

    text-align: center;

    left: 360px;
    top: 260px;

    background-image: url(../images/button.png);


    color: #FFFFFF;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
}
#alert_button:hover{
    opacity: 0.5;
    filter: alpha(opacity = 50);
    cursor: pointer;
}

.input_box{
    width: 100%;
    height: 28px;

    color: #110D59;
    font-family: "Arial";
    font-size: 18px;
    font-weight: bold;

    border-width: 1px;
    border-color: #4568B0;
    border-style: solid;
}


.login_table{
    color: #4283D4;
    font-family: "Arial";
    font-size: 18px;
}

#alert_float_button{
    position: relative;
    width: 133px;
    height: 39px;
    left: 355px;


    text-align: center;
    vertical-align: middle;



    background-image: url(../images/button.png);


    color: #FFFFFF;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
}

#alert_float_button:hover{
    opacity: 0.5;
    cursor: pointer;
    filter: alpha(opacity = 50);
}

#menu_bar{
    position: absolute;
    top: 3px;
    width: 100%;

    text-align: left;



    color: #474747;
    font-weight: bold;
    font-family: "Arial";
    font-size: 16px;

}

#account_area{
    position: absolute;
    top: 3px;
    width: 100%;

    text-align: right;

    color: #575757;
    font-family: "Arial";
    font-size: 14px;

    display: none;
}

.hidn {
    display:none;
}

#form_download{
    display: none;
}



.dialog_title_bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    height: 40px;


    background-color: #3F72C4;




}

.dialog_title{
    color: #FFFFFF;
    font-family: "Arial";
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: 9px;
    left: 7px;
}

.menu_link{
    color: #878787;
    font-family: "Arial";
    font-size: 14px;

    text-decoration: none;
}
