/* 
    Document   : index
    Created on : 20-jun-2010, 23:48:18
    Author     : Iñaki
    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;
}








#ads_area_bottom{
  position: relative;
  horizontal_align: center;
  margin-top: 10px;
  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;
}


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

COLOR PICKER DIALOG

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


#colorpicker{
    position: relative;
    top: 20px;
    left: 0px;


    width: 100%;
    height: 360px;

    border-width: 1;
    border-style: solid;
    border-color: #4F88E3;
}

.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;
}

#preview_drag{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 60px;
    left: 500px;
    border-color: #000000;
    border-style: solid;
    border-width: 1;
    z-index: 900;
}
#preview{
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 901;

}

#satval{
    border-width: 1;
    border-style: solid;
    border-color: #242424;

    width: 256px;
    height: 256px;
    position: absolute;
    top: 60px;
    left: 20px;
    background-color: #FF0000;
    background-image: url(../images/sv.png);

    cursor: crosshair;
}

#satval_pointer{
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/target.png);
    background-repeat: no-repeat;
    
}



#hue_picker{
    width: 46px;
    height: 268px;
    position: absolute;
    top: 54px;
    left: 290px;

    
}

#hue_image{
    width: 32px;
    height: 256px;
    position: absolute;
    top: 6px;
    left: 7px;
    background-image: url(../images/hue.png);
    background-repeat: no-repeat;

    border-width: 1;
    border-style: solid;
    border-color: #242424;
}

#hue_pointer{
    width: 46px;
    height: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/hue_pointer.png);
    background-repeat: no-repeat;
}

#values_area{
    width: 130px;
    height: 268px;
    position: absolute;
    top: 56px;
    left: 350px;

    color: #151052;
    font-family: "Arial";
    font-size: 8px;

}


.component{
    color: #4956AB;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
}

.component_value{
    width: 100%;
}


.unselectable{

}


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

PALETTE MANAGER DIALOG

****************************/
#palettemanager{
    position: relative;
    top: 40px;
    left: 0px;


    width: 100%;
    height: 440px;

    border-width: 1;
    border-style: solid;
    border-color: #4F88E3;
}

#palette_area{
    position: relative;
    width: 420px;
    height: 372px;
    left: 12px;
    top: 54px;


    border-style: solid;
    border-width: 1px;
    border-color: #75B7E0;

}

#color_samples{
    position: relative;
    width: 350px;
    height: 372px;
    left: 0px;
    top: 0px;


    border-style: none;

    
}

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

    position: absolute;
    top: 2%;
    left: 5%;
    width: 90%;
    height: 95%;

    
}

#color_grid{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.color_sortable{
    position: relative;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    float: left;

    margin: 1px 1px 1px 0;
    
    padding: 0px;
}

.color_sample{
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    float: left;

    padding: 0px;
}

#color_trash{
    list-style-type: none;
    margin: 0;
    padding: 0;
    
    position: absolute;
    width: 48px;
    height: 59px;
    left: 364px;
    top: 304px;

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


}

#selected_color_area{
    position: absolute;
    width: 360px;
    height: 256px;
    left: 450px;
    top: 54px;

}

#sc_name{
    width: 100%;
    height: 62px;

    color: #6B6B6B;
    font-family: "Arial";
    font-size: 22px;

    vertical-align: top;
    overflow:hidden;
}


.pal_name{


    cursor: auto;

    border-style: none;
    border-width: 0px;
    
}

.pal_name_hover{
    cursor: text;
    border-style: solid;
    border-width: 1px;
    border-color: #9DD7F5;
}

#icons_area{
    position: absolute;
    width: 270px;
    height: 64px;
    left: 10px;
    top: 228px;

}

.icon{
    position: relative;
    width: 64px;
    height: 64px;
    left: 4px;
    top: 0px;
}

.icon:hover{
    opacity: 0.3;
    cursor: pointer;
    filter: alpha(opacity = 30);
}

.icon_hover{
    position: relative;
    width: 64px;
    height: 64px;
    left: 4px;
    top: 0px;
    opacity: 0.3;
    cursor: pointer;

    filter: alpha(opacity = 30);

}



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

PUBLIC PALETTES DIALOG

****************************/
#public_area{
    diaplay: none;
    position: relative;
    top: 60px;
    left: 0px;


    width: 100%;
}
#pp_dialog{
    position: absolute;
    top: 0px;
    left: 0px;


    width: 48%;
    height: 600px;

    border-width: 1;
    border-style: solid;
    border-color: #4F88E3;
}

#pp_body{
    position: absolute;
    left: 0px;
    top: 26px;
    margin: 4%;
    width: 92%
}

.publicpalette{
    position: relative;
    width: 100%;
    height: 42px;

    margin-top: 10px;

    top: 12px;
    left: 0%;

    border-bottom-width: 1;
    border-bottom-style: dotted;
    border-bottom-color: #4F88E3;

    color: #6B6B6B;
    font-family: "Arial";
    font-size: 18px;

}

.icon_import{
    width: 32px;
    height: 32px;
}

.icon_import:hover{
    opacity: 0.5;
    cursor: pointer;
    filter: alpha(opacity = 50);
}

.icon_import_hover{
    opacity: 0.5;
    cursor: pointer;
    filter: alpha(opacity = 50);
}

.pp_name{
    position: absolute;
    top: 0px;
    left: 48px;
    width: 100%;
}


/***************************
NEWS

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

#news_dialog{
    diaplay: none;
    position: relative;
    top: 0px;
    left: 52%;


    width: 48%;
    height: 600px;

}

#news_body{
    position: relative;
    left: 0px;
    top: 36px;
    margin: 4%;
    width: 92%;
    height: 500px;
    
}

#twitter_title{
    width: 100%;

    color: #8A8A8A;
    font-weight: bold;
    font-family: "Arial";
    font-size: 18px;
}

.twitter_list{
    width: 90%;

    color: #649BDE;
    font-family: "Arial";
    font-size: 14px;
    list-style-image: url(../images/twitter.png);
    
}


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

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);
}

#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;
}
