/* 
    Document   : links
    Created on : 21-jul-2010, 17:46:44
    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;
}

.link_text{
    color: #5A8FE6;
    font-weight: bold;
    font-family: "Arial";
    font-size: 12px;
}

.a_text{
    color: #2856B8;
    font-weight: bold;
    font-family: "Arial";
    font-size: 18px;
}

#intro_links{
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 60px;
}

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

/***************************
// WEB MASTER RESOURCES
****************************/

#webmasters_dialog{
    float: left;
    diaplay: none;
    position: relative;
    top: 0px;
    left: 0%;


    width: 48%;

    height: 540px;

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

#wm_body{
    position: relative;
    left: 0px;
    top: 46px;
    margin: 4%;
    width: 92%;
    height: 500px;

}

#design_dialog{
    float: left;


    diaplay: none;
    position: relative;
    top: 0px;
    left: 4%;


    width: 48%;

    height: 540px;

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

#des_body{
    position: relative;
    left: 0px;
    top: 46px;
    margin: 4%;
    width: 92%;
    height: 500px;

}

#webtools_dialog{
    float: left;
    diaplay: none;
    position: relative;
    top: 20px;
    left: 0%;


    width: 48%;

    height: 400px;

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

#tools_body{
    position: relative;
    left: 0px;
    top: 46px;
    margin: 4%;
    width: 92%;
    height: 440px;

}
