@charset "iso-8859-2";
/* CSS Document */
div.spacer{
height: 1em;
}

#top_resume {
    height:54px;
    width:725px;
    float:right;
}

#top{
    position:relative;
    height:100px;
    text-align:right;
    margin-bottom: 5px;
}
#top ul {
    margin:80px 0 10px 0;
    color:#333399;
    width:100%;
    font-weight:bold;
  
}
#top ul a{
    color:#333399;
}

#top ul li{
    display:inline;
    margin-left: 20px;
}
#top ul li a{
    display:inline;
    text-decoration:none;
}

#top ul li a:hover{
    text-decoration:underline;
}

#footer {
    color: #ccc;
    text-align: center;
}
#sidebar {
    float:left;
}


/* --------------------- NAV STUFF ----------------------------- */
.nav { list-style-type: none; padding: 0; cursor: pointer; min-height:150px;border-right:1px solid #c0c0c0; }
.nav li { padding: 0; margin: 2px 0 2px 0 ; }
.nav li:hover { font-weight: bold; cursor: pointer }

.nav_bar {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    clear:both;
} 
.nav_bar_session {
    float: left;
    font-weight: bold;
    text-shadow: #eee 0 1px;
}
.nav_bar_title {
    text-align: right;
    font-weight: bold;
    color: #555;
    text-shadow: #eee 0 1px;
}

.link { border-bottom: #fff 1px solid; }
.link:hover { border-bottom: #ddd 1px solid; }
.sublink { border-bottom: #fff 1px solid; }
.sublink a { padding-left: 15px; }
.sublink:hover { border-bottom: #ddd 1px solid; }

/* remember these are all fixes! */

input.short {
    width: 15%;
}
input.medium {
    width: 50%;
}

.radios{
    display:inline;
    margin:0px;
    padding:0px;
}

.radiosv{
    float:left;
}


label {    
    display:inline;
    padding-top: 8px;
}

.left{
    height:32px;
    line-height:32px;
    font-size:14px;
    vertical-align:middle;
}

.right{
    height:32px;
    line-height:32px;
    font-size:14px;
    color:#0066CC;
    vertical-align:middle;
}

.title{
    color: #555555;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-left: 10px;
    margin: 12px 5px 12px 5px; /* re check */
    line-height: 26px;
    font-size: 14px; /* make 14 global amonaco*/
    text-transform: uppercase;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.06, rgb(238,238,238)),
        color-stop(1, rgb(221,221,221))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(238,238,238) 6%,
        rgb(221,221,221) 100%
    );
}

/* rethink this cascade */
tr.title th {
    padding-left: 8px;
    font-weight: bold;
}

.save{
    padding: 12px 0 10px 10px;
    margin: 22px 5px 22px 5px; /* re check */
    height: 30px;
    line-height: 30px;
}

.color { background-color: #f9f9f9; }

.create_admin_submit{
    float:right;
    margin: 5px 0 0 0px;
}

.select{
    font-weight:normal;
    margin-top: 2px;
    margin-bottom: 7px;
}


#authMessage {
    font-weight: bold;
    text-shadow: 0 1px #eee;
    line-height: 40px;
}

#login_info {
    margin-top: 10px;
}

.red{
    background-color: #f00;
    color: #fff;
}

.error_top{
    color: #C73E14;
    font-size:14;
    height:30px;
    line-height:30px;
}

.select_small {
    width: 60px;
}
.select_medium {
    width: 120px;
}
.select_long {
    width: 250px;
}

.obligatory {
    border: 1px solid #001155;
}

.script_arg_grid {
    display: inline;
    float: left;
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 8px;
}
label.error {
    padding-left: 5px;
    font-weight: bold;
    color: #c73e14;
    display: block;
}

.titulo_campo {
    font-weight:bold;
    text-align:right;
    margin-right:10px;
}