/* 
    Document   : login
    Created on : 6/10/2009, 12:07:37 PM
    Author     : Alejando Chavazza
    Description:
        Purpose of the stylesheet follows.
*/

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

body{
    background:#2a2a2a;
    /*overflow:hidden;*/
}
h1, h2, h3, h4, h5, h6, h7, p, span, a, strong, b, ul, li, table, label, input, em, .button, .error-message {
    font-family: 'Lucida sans std', tahoma,'DejaVu Sans Condensed', undotum, sans-serif;
    /*font-family: 'Lucida sans','Lucida grande', tahoma,'DejaVu Sans Condensed', undotum, sans-serif;*/
}
h1{
    font-size:18px;
    color: #353535;
}
h3{
    font-size:12px;
    color: #353535;
    margin-bottom:5px;
    margin-top:10px;
}
p {
    font-size:11px;
    color: #353535;
    margin-bottom:10px;
    overflow:hidden;
}
span{
    font-size:11px;
    color:#2D2D2D;
}
a{
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#2D2D2D;
    /*   text-shadow:0 1px 1px #FFFFFF;*/
}
a:hover{
    text-decoration:underline;
}
hr{
    color: #dfdfdf;
    border-top:1px solid #888888;
    border-bottom:1px solid #d4d4d4;
    border-style: solid;
    clear:both;
    margin: 20px 0 10px 0;
    height:0;
}
input[type=text]{
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    font-size:11px;
    /*    height:14px;*/

}
input[type=password]{
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    font-size:11px;
    /*    height:14px;*/

}
select {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    border-color: #a8a8a8;
    border-width:1px;
    height:22px;
    font-size:11px;
    display:inline;

}
input[type=button] {
    background: url("../img/elements_ui.jpg");
    background-repeat:repeat-x;
    background-position: 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    border:1px solid #707070;
    height:22px;
    padding:2px 10px;
    float:right;
    margin:10px 0px 10px 10px;
    cursor:pointer;
    font-size:11px;

}
input[type=button]:hover {
    background-position: 0 -22px;
}
div.login div form fieldset div label.error{
    background-color: #f9eded;
    margin:-6px 0 0;
    padding:4px;
    width:247px;
    border:1px solid #ecb7b7;
}
div.login div form fieldset div.input.select select{
    width: 257px;
    margin:0 0 10px;
}
div.login div form fieldset div.input.select label.error{
    background-color: #f9eded;
    margin:-4px 0 5px;
    padding:4px;
    width:247px;
    border:1px solid #ecb7b7;
}
div.login div form fieldset div.input.select select.error{
    background: #FFF;
}
div.login div form fieldset div.input div.error-message{
        background-color: #f9eded;
    margin:-4px 0 5px;
    padding:4px;
    width:247px;
    border:1px solid #ecb7b7;
}
div.login div form fieldset div.input.required.error{
    background-image: none;
}
iframe{
    width:100%;
    margin:0 0 20px 0;
}
.inline div{
    display:inline;
    overflow:hidden;
}
.block{
    display:block;
}
/*-----botones genericos (usados apra la paginacion)----*/
.button {
    background: url("../img/elements_ui.jpg");
    background-repeat:repeat-x;
    background-position: 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    border:1px solid #707070;
    height:12px;
    padding:5px 7px;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    color:#2D2D2D;
    /*text-shadow:0 1px 1px #FFFFFF;*/
    text-decoration:none;
    float:left;
}
.button_next{
    border-top-left-radius: 5px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 3px;
    -ms-border-radius: 5px 3px 3px 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 3px;
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 3px;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 3px;
    -o-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 3px;
}
.button_previous{
    border-top-left-radius: 3px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 5px;
    -ms-border-radius: 3px 5px 5px 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 5px;
    -khtml-border-bottom-left-radius: 3px;
    -khtml-border-bottom-right-radius: 5px;
    -o-border-top-left-radius: 3px;
    -o-border-top-right-radius: 5px;
    -o-border-bottom-left-radius: 3px;
    -o-border-bottom-right-radius: 5px;
}
.button:hover {
    background-position: 0 -22px;
    text-decoration:underline;
}
.disabled{
    color: #7f7f7f;
    cursor:default;
}
.button.disabled:hover{
    text-decoration:none;
    background-position: 0 0px;
}
div.pagination_buttons span a{
    font-size:11px;
    color:#2D2D2D;
    text-decoration:none;
}
div.pagination_buttons span a:hover{
    text-decoration:underline;
}
.pagination_buttons span {
    color:#CACACA;
    margin:0 5px;
    padding:4px 0;
}
div.pagination ul li{
    float:left;
    margin: 0 10px 0 0;
}
div.pagination ul{
    float:left;
    margin:5px 0;
}
div.pagination ul li a{
    font-size:11px;
    color:#2D2D2D;
    text-decoration:none;
}
div.pagination ul li a:hover{
    text-decoration:underline;
}
.pagination ul li span {
    margin: 0 5px;
    color:#cacaca;
}
.pagination_nav{
    overflow:hidden;
    margin:0 0 5px;
}
span.current{
    background: url("../img/elements_ui.jpg");
    background-repeat:repeat-x;
    background-position: 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    border:1px solid #707070;
    height:12px;
    padding:5px 7px;
    min-width:80px;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    color:#2D2D2D;
    /*text-shadow:0 1px 1px #FFFFFF;*/
    text-decoration:none;
    cursor:default;
}

/*--------fin botones genericos --------*/
.rounded_corners_top
{

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
}
.rounded_corners_bottom
{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -ms-border-radius: 0 0 5px 5px;
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}
.clear{}
.left{
    float:left;
}
.right{
    float:right;
}

fieldset.long div input{
    width:95%;
}
fieldset.short div input{
    width:30%;
}

form fieldset legend span{
    display: none
}
form fieldset div{
    overflow: hidden;
    font-size: 11px;
    clear:left
}

form fieldset div span{
    background-color:#F1F1F1;
    display:block;
    height:22px;
    margin:2px 2px 1px;
    overflow:hidden;
    padding:2px;
    width:520px;
    margin:2px;
}


form fieldset div label{
    background-color:#f1f1f1;
    width:136px;
    margin:2px;
    float:left;
    height:12px;
    display:block;
    padding:7px;
    font-size:11px;
    font-weight:bolder;
    color:#353535;
}

form fieldset div input{
    display:block;
    float:left;
    height:14px;
    padding:3px 20px 3px 3px;
}

.ok{
    background: url("../img/alert_icons.gif");
    background-repeat:no-repeat;
    background-position: right -5px;
}
.error{
    background: url("../img/alert_icons.gif");
    background-repeat:no-repeat;
    background-position: right -36px;
}
form fieldset.long div label.error{
    background-color:#f9eded;
    background-image:none;
    border:1px solid #ecb7b7;
    font-size:11px;
    font-weight:bold;
    color:#d05c5c;
    width:97%
}
form fieldset.short div label.error{
    display:inline;
    background-color:#f9eded;
    background-image:none;
    border:1px solid #ecb7b7;
    font-size:11px;
    font-weight:bold;
    color:#d05c5c;
    width:63%;
    height:13px;
    margin:0 0 0 3px;
    padding:3px;
}



/* ----- FIN form ----- */

.logo{
    background: transparent url("/img/logo_login.jpg") no-repeat 0 0;
    width:257px;
    height:113px;
    margin:0 auto;
    font-size:0;
    line-height:0;
}
.grid_6{
    /* filter: glow(Color=#000000, Strength=10);*/
}
/*-----------LOGIN ----------------------*/
.login{
    /*    margin-top:10%;*/
    margin-top:5%;
    margin-bottom:20px;
}
.menu{
    box-shadow:0 0 20px 0 #000000;
    -moz-box-shadow:0 0 20px 0 #000000;
    -webkit-box-shadow: 0 0 20px rgb(0,0,0);
    -khtml-box-shadow: 0 0 20px rgb(0,0,0);
    -o-box-shadow:0 0 20px 0 #000000;
    /*height:218px;
    margin:10px;
    width:340px;*/
    margin:10px;
    overflow:hidden;
    width:340px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
}
.login .menu h4{
    /*background: url("../img/elements_ui.jpg");
    background-repeat:repeat-x;
    background-position: 0px -44px;
    padding:8px 8px 8px 38px;
    font-size:12px;
    font-weight:bolder;
    color: #acacac;*/
    /*text-shadow: 0px 1px 1px #000;*/
    /*border-top: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    height: 12px;*/
    background:url("../img/elements_ui.jpg") repeat-x scroll 0 -44px transparent;
    border:1px solid #2E2E2E;
    color:#ACACAC;
    font-size:12px;
    font-weight:bolder;
    padding:8px 8px 8px 38px;
    width:294px;
}
div.login_content{
    overflow:hidden;
    float:left;

}
.login .menu div.login_content{
    border-left:1px solid #8c8c8c;
    border-right:1px solid #8c8c8c;
}
.login .menu div.login_content{
    background-color:#a8a8a8;
    border-bottom:1px solid #a8a8a8;
    border-top:1px solid #d4d4d4;
    width:340px;
}
.menu_footer{
    /*    height: 5px;
        background-color:#a8a8a8;
        border:1px solid #f00;
        border-top:1px solid #a8a8a8;
        border-left:1px solid #8c8c8c;
        border-right:1px solid #8c8c8c;
        border-bottom:1px solid #8c8c8c;
        line-height:0px;
        font-size:0px;*/
    background-color:#A8A8A8;
    border-color:#A8A8A8 #8C8C8C #8C8C8C;
    border-style:solid;
    border-width:1px;
    float:left;
    font-size:0;
    height:5px;
    line-height:0;
    width:100%;
}
.login a, .registrate a, .back a{
    font-size:11px;
    color: #2d2d2d;
    /*text-shadow: 0px 1px 1px #FFF;*/
    display:block;
    height:12px;
    padding:7px 9px 9px 30px;
    text-decoration:none;
    line-height:15px;
}
.login a:hover, .registrate a:hover, .back a:hover{
    text-decoration:underline;

}
.login .menu div.users{
    border:0px;
    margin:10px 40px;
}
div.login div form{
    overflow:hidden;
    margin:10px 40px;
}
div.login div form fieldset{

}
.login .menu div fieldset legend{
    display:none;
}
div.login div form fieldset div label{
    background:none;
    color:#353535;
    display:block;
    font-size:11px;
    font-weight:bolder;
    padding:0;
    float:none;
}
div.login div form fieldset div input{
    float:none;
    width:232px;
    border-color:#5b5b5b;
    margin:0 0 10px 0;
}
div.login div form div.submit{
    float:right;
}
div.login div form div.submit input[type=submit] {
    background: url("../img/elements_ui.jpg");
    background-repeat:repeat-x;
    background-position: 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border:1px solid #707070;
    height:24px;
    padding:5px 7px;
    font-size:11px;
    font-weight:bold;
    color:#2D2D2D;
    /*text-shadow:0 1px 1px #FFFFFF;*/
    text-decoration:none;
    float:left;
    cursor:pointer;
}
div.login div form div.submit input[type=submit]:hover{
    background-position: 0 -22px;
    text-decoration:underline;
}
.login_content a, .login_content span{
    padding: 7px 0 0 0;
    float:left;
}
.login a{
    cursor:pointer;
}
.registrate{
    text-align:center;
}
.registrate a, .registrate span{
    float:none;
    display:inline;

}
.back{
    text-align:center;
}
.back a, .back span{
    float:none;
    display:inline;
}
.back hr{
    margin: 2px 0;
}
.back a{
}
a.logo{
    display:block;
    height: auto;
    padding: inherit;
    height:113px;
}

/*--------------mensajes de error -----------------------*/
.login_content .message{
    background: #f9eded;
    font-family: 'Lucida sans','Lucida grande', tahoma, sans-serif;
    font-size:11px;
}