/*********************
        HTML Elements
*********************/
*{
    margin:0;
    padding:0;
}
body{
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
}
a, a:visited{
    text-decoration:none;
}
img{
    border:0;
    margin:1px;
}
p{
    padding:3px;
}
input{
    padding:2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:none;
}
select{
    padding:2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:none;
}
/*********************
        Structure
*********************/
#container{
    width:96%;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
}
/*********************
        Header
*********************/
#header{
    width:100%;
}
div#header div#app_title{
    width: 50%;
    margin-top: 0px;
    margin-left: 4px;
    padding-bottom: 0px;
    padding-top: 4px;
    background: url("../img/technoval_new3.png") no-repeat scroll left center transparent;
    padding-left: 50px;
    text-align: left;

}

div#header div#app_title h2{
    width: auto;
    padding: 1% 0;
    color: #fff;
}

div#header span#usuario_salir{
    float: right;
    color: white; 
    margin: 0px;
    padding: 0px; 
    position: inherit;
    font-weight: bold;
}
div#header span#usuario_salir a{
    color: white; 
    font-weight: bold;
}
/*********************
        Content
*********************/
.content{
    width:84%;
    float:left;
    margin:4px 0 10px 0;
}
.content_complete{
    width:100%;
    float:left;
    margin:4px 0 10px 0;
}
/*********************
        Sidebar
*********************/
#sidebar{
    background:#FFF;
    width:13.5%;
    float:right;
    margin:5px 0px 10px 0px;
    padding-bottom :5px;   
    padding-left :5px;
    padding-right :5px;
}
#footer{
    clear:both;
    padding:5px;
    margin-top:10px;
    font-size: 10px;
    color: #ACACAC;
}
#box h3{
    padding:5px; 
    font-size:14px;
}
#box h3 a.option_title{
    float: right; 
    margin-left:8px;
}
a#control_sidebar{
    position: absolute; 
    top:110px;
    z-index: 3;
    margin: 0px;
}
#sidebar ul{
    list-style:none;
    line-height:22px;
}
#sidebar a.submenu{
    font-size: 13px;
    font-weight:normal;
}
#sidebar ul li a.submenuitem,#sidebar ul li a.submenuitem:visited{
    padding-left:19px;
    text-decoration:none;
    margin:0 3px;
    display:block;
    background: url("../img/icons/items_16.png") no-repeat scroll left center transparent;
}
#sidebar ul li a{
    text-decoration:none;
    color:#294145;
}
#sidebar ul li ul{
    margin-left:10px;
}
#sidebar h3{
    margin-top:5px;
    padding:1px;
    padding-left: 6px;
    font-size:14px;
}
#sidebar h3:hover{
    background:#E4EBF8;
}
#sidebar ul li.current_sidebar_submenu h3 > a{
    font-weight: bold;
}

/*********************
Top-Menu
*********************/
#topmenu{
    margin-top:0px;
    width:100%;
    float:left;
    border-bottom: 1.8px solid #C3D7DB;
    background: transparent;
    padding: 0px;
}
/*********************
  Top-Panel
*********************/
#top-panel{
    /*background:#FFF;*/
    width:99%;
    margin: 5px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#top-panel ul{
    list-style:none;
}
#top-panel ul li{
    display:inline;
    line-height:20px;
}
#top-panel ul li a{
    padding-left:19px;
    text-decoration:none;
    margin:0 3px;
    display:inline-block;
}

#top-panel ul li  form, input, select, label{
    text-decoration:none;
    margin:0 3px;
    display:inline-block;
}
#top-panel a:hover{
    text-decoration:none;
}

/*********************
  breadcrumbs
*********************/
div#breadcrumbs{
    height:18px;
    float:left;
    width:99.8%;
    background:transparent;
    color: #c3d7db;
    font-size: 10px;
}
div#breadcrumbs ul{
    list-style:none;
}
div#breadcrumbs ul li{
    display:inline;
    line-height:20px;
}
div#breadcrumbs ul li.home a{
    padding-left: 20px;
    background: url("../img/icons/icon_home.png") no-repeat scroll left center transparent;
    color: #ACACAC;
}
div#breadcrumbs ul li.other a{
    padding-left: 10px;
    background: url("../img/icons/item_icon.gif") no-repeat scroll left center transparent;
    color: #ACACAC;
}

/*********************
                Other
*********************/
.a-right{text-align:right;}
.a-left{text-align:left;}
.a-center{text-align:center;}
#pager{
    width:99%;
    margin:5px;
    margin-top:0px;
    height:25px;    
    padding-top: 2px;
    padding-bottom: 2px;
}
#styleswitcher{
    float:right;
}
#styleswitcher ul{
    list-style:none;
    line-height:10px;
}
#styleswitcher li{
    height:12px;
    display:inline;
}
#footer ul {
    list-style:none;
}
#footer li {
    display:inline;
}
a#defswitch {
    width:15px;
    height:10px;
    margin: 3px 0 3px 0;
    background-color:#bd3f09;
    font-size: 8px;
    color:#bd3f09;
    display:inline-block;
}
a#blueswitch {
    width:15px;
    height:10px;
    margin: 3px 0 3px 0;
    background-color:#375b91;
    font-size: 8px;
    color:#375b91;
    display:inline-block;
}
a#greenswitch {
    width:15px;
    height:10px;
    margin: 3px 0 3px 0;
    background-color:#d0e0b8;
    font-size: 8px;
    color:#d0e0b8;
    display:inline-block;
}
a#brownswitch {
    width:15px;
    height:10px;
    margin: 3px 0 3px 0;
    background-color:#654322;
    font-size: 8px;
    color:#654322;
    display:inline-block;
}
a#mixswitch {
    width:15px;
    height:10px;
    margin: 3px 0 3px 0;
    background-color:#294145;
    font-size: 8px;
    color:#294145;
    display:inline-block;
}

#credits{
    clear:both;
    width:700px;
    float:left;
}
/*********************
                Box
*********************/
div#box{
    width:100%;
}
/*********************
                Tables
*********************/
table.index{
    margin:5px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-collapse: collapse;
    table-layout:automatic;
    width:99%;
}
table.index_complete{
    margin:5px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-collapse: collapse;
    table-layout:automatic;
    width:99%;
}
th{
    padding: 2px;
} 
td{
    padding: 2px;
    padding-left : 5px;
} 
table.index th > span.img_order, table.index_complete th > span.img_order{
    padding: 1px;
    padding-left: 17px;
}
table.index th.headerSortUp > span.img_order{
    background: url("../img/icons/sort_ascending_16.png") no-repeat scroll left center transparent;
}
table.index th.headerSortDown > span.img_order{
    background: url("../img/icons/sort_descending_16.png") no-repeat scroll left center transparent;
}
table.index_complete th.headerSortUp > span.img_order{
    background: url("../img/icons/sort_ascending_16.png") no-repeat scroll left center transparent;
}
table.index_complete th.headerSortDown > span.img_order{
    background: url("../img/icons/sort_descending_16.png") no-repeat scroll left center transparent;
}
td.actions{
    text-align: right;
    width: auto;
} 
td.actions img{
    padding-right: 10px;
}  
thead{

}
tr.td_current{
    background-color: #E4EBF8;
}
tr.tr_odd{
    background-color: #FAFAFA;
}
td ul{
    padding-left: 20px;
} 

/*********************
                Home
*********************/
#infowrap li{
    display:inline;
}
#infobox{
    width:365px;
    float:left;
    margin-top:10px;
}
#infobox h3{
    padding:5px;
    font-size:14px;
}
.margin-left{
    margin-left:5px;
}
#rightnow .reallynow {
    padding: 5px;
    font-size:14px;
}
#rightnow h3{
    padding:2px;
    padding: 0 10px;
    font-size:14px;
}
#rightnow .reallynow span {
    display: block;
    text-align: left;
    float: left;
    padding:0 2px;
    font-size:14px
}
#rightnow .reallynow a {
    text-decoration:none;
    display: block;
    text-align: right;
    float: right;
    padding:0 0 0 18px;
    margin-left:4px;
    font-weight:normal;
    font-size:12px;
}
#rightnow .reallynow a:hover{
    text-decoration:underline;
}
#rightnow .youhave {
    font-size:  12px;
    padding: 10px;
}
#rightnow a {
    font-weight: bold;
}
/*********************
                Forms
*********************/
form#search_toppanel{
    padding:0px;
    margin:0px;
}
form#search_pager{
    margin:0px;  
    margin-left: 5px;
    padding:0px;
}
form{
    padding:10px;
    margin:0 auto;
}
form div.field_form{
    padding:0px;
    margin:auto;
    border-bottom: #fff solid 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}
form.form fieldset {
    display:block;
    line-height:20px;
    margin-bottom:10px;
    background:#E4EBF8;
    padding: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form.form legend {
    font-size:12px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    text-align: justify;
    background: #3B5998;
    color:#fff;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form.form label {
    clear:left;
    display:block;
    float:left;
    width:30%;
    text-align:right;
    padding-right:5px;
    color:#3B5998;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}
form label.error {
    display:inline;
    float:none;
    width:auto;
    text-align:left;
    padding-right:1px;
    margin-bottom:5px;
    color: tomato;
    font-style:italic;
    font-weight: normal;
}
form.form input {
    padding:3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form.form select {
    margin-left:1px;
}
form.form textarea {
    width:300px;
    height:60px;
    padding:5px;
    overflow:auto;
}
form option {
    background:#FFF;
    padding-left: 5px;
    padding-right: 5px;
}
form.form optgroup option {

}
/*********************
                Buttons
*********************/
#button1, #button2,.button3 {
    padding-right:5px;
    cursor:pointer;
    width:auto;
    min-width: 100px;
    margin-left:8px;
    font-weight:bold;
    font-size: 12px;
}
img.loading_ajax{
    width: 15px;
    height: 15px;
    display: none;
}
/*********************
        Icons
*********************/
.icon{
    padding-left:19px;
    text-decoration:none;
    height:20px;
    font-size:12px;
    margin:0 3px;
    display:inline-block;
    line-height:20px;
}
/*********************
       Messages
*********************/
div#messages{
    margin: 0px;
    padding: 0px;
    font-style:italic;
}
div.warning_msg {
    background: url("../img/warning24.png") no-repeat scroll 17px 4px #FCFAE9;
    /*border: 1px solid #E9E6C7;*/
    clear: both;
    margin: 0 0 10px;
    padding: 10px 20px 10px 50px;
    color: #E79300;
    font-weight: bold;
    text-align: justify;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
div.good_msg {
    background: url("../img/good24.png") no-repeat scroll 17px 4px #EDFCE9;
    /*border: 1px solid #CCEAC4;*/
    clear: both;
    margin: 0 0 10px;
    padding: 10px 20px 10px 50px;
    color: #6DA827;
    font-weight: bold;
    text-align: justify;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
div.info_msg {
    background: url("../img/info24.png") no-repeat scroll 17px 4px #F4F8FB;
    /*border: 1px solid #D8E1E9;*/
    clear: both;
    margin: 0 0 10px;
    padding: 10px 20px 10px 50px;
    color: #2E74B2;
    font-weight: bold;
    text-align: justify;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
div.error_msg {
    background: url("../img/error24.png") no-repeat scroll 17px 4px #FCE9E9;
    /*border: 1px solid #EAC7C7;*/
    clear: both;
    margin: 0 0 10px;
    padding: 10px 20px 10px 50px;
    color: #CE2700;
    font-weight: bold;
    text-align: justify;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
div.info_msg a img, div.error_msg a img,div.good_msg a img,div.warning_msg a img{
    vertical-align: top;
    float: right;  
    display: block;
}
div#loading{
    text-align: center;

}
div#loading img{
    width: 100px;
    height: 20px;
}
.advanced_search{background:transparent url(../img/icons/_search16.png) no-repeat left;}
.add{background:transparent url(../img/icons/add_16.png) no-repeat left;}

div.wall{
    width: 95%;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    display: inline;
}
div.content_wall{
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}
div.text_wall{
    /*border: 1px solid #D8E1E9;*/
    margin: 0 0 10px;
    padding: 10px 20px 10px 88px;
    color: #2E74B2;
    font-weight: bold;
    font-size: 24px;
    text-align: justify;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style:italic;
    background-size: 64px;
}