#login_main {
    border: 1px solid rgb(204, 204, 204); 
    background: #BCD7F3;
    -moz-background-clip: border; 
    -moz-background-origin: padding; 
    -moz-background-inline-policy: continuous;
    width:100%;height:600px;
}

#login_label {
    float: left;
    width: 110px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: right;
    padding: 5px;
}

#login_field {
    float: left;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#login {
   
}

#layout_main_content {
    position: relative;

}
#main {
    float: left;
    width: 100%;
    height: 100%;
    padding: 5px;
    padding-bottom: 5px;
    overflow-y: scroll;
    overflow-x: auto;
}

#layout_main {
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    min-width: 800px;
}

#auth_login {
    height: 15px;
}

#auth_passwd {
    height: 15px;
}

#layout_login {
    width: 320px;
    height: 110px;
    margin: auto;
    
    border-radius: 5px 5px 5px 5px;
}



#td_main{

}

hr {
    color: #CCCCCC;
    height: 1px;
}


.refresh {
    float: right;
    position: relative;
}


.layout_header_menu{
    
}
.tableFooter{
	background: repeat-x url(../images/ui/bottomMenuBack.jpg);
   
        
}

.tableFooterText{
	color: #000000;
	font-size: 7pt;
	font-weight: bold;
} 



.menu_container1 {
  
	background-color:#4D4D4D;
	color:#FFFFFF;
	width:168px;
	text-align:left;
	font-size:11px;
	padding-left:3px;
	padding-bottom:1px;
	padding-top:1px;
	border-top:1px solid #cccccc;
}

.menu_item {
width:183px;
   cursor: pointer;
    
}

.browse_bar {
    font-weight: bold;
       cursor: pointer;
}

.remove_description {
    width: 620px;
}
/************************
 **      FOOTER        **
 ************************/



/************************
 **  MESSAGES & ERRORS **
 ************************/
#layout_info {
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
}

#layout_info_image {
    float: left;
    width: 16px;
    padding-right:5px;
}

#layout_errors {
    padding: 3px;
    margin-bottom: 5px;
    background-color: #f6b4b4;
    border: 1px solid #c46363;
    width: 370px;
    
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    
    display: none;
}

#layout_messages {
    padding: 3px;
    margin-bottom: 5px;
    background-color: #a7e0ac;
    border: 1px solid #618264;
    width: 370px;
    
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    
    display: none;
}

#errors {
    float: left;
}

#messages {
    float: left;
}

/************************
 **      CONTENT       **
 ************************/


/**      HISTORY       **/
#history {
    width: 100%;
    height: 16px;
    font-size: 10px;
    vertical-align: middle;
    background-color: #1F80BF;
    border-bottom: 1px solid #1F80BF;
}

#history_start {
    float: left;
    position: relative;
    height: 16px;
    padding: 0px 10px 0px 20px;
    background-color: #AAAAAA;
    border-color: #AAAAAA;
    color: #333333;
}

#history_start:hover {
    background-color: #961768;
    border-color: #961768;
    color: #FFFFFF;
}

#history_start:link {
    color: #333333 !important;
}

#history_item {
    float: left;
    position: relative;
    height: 16px;
    padding: 0px 10px 0px 20px;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
    color: #333333;
}

#history_item:hover {
    background-color: #961768;
    border-color: #961768;
    color: #FFFFFF;
}

#history_item:link {
    color: #333333 !important;
}

#history_current {
    float: left;
    position: relative;
    height: 16px;
    padding: 0px 10px 0px 20px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #333333;
}

#history_current:hover {
    background-color: #961768;
    border-color: #961768;
    color: #FFFFFF;
}

#history_current:link {
    color: #333333 !important;
}

.history_arrow {
    position: absolute;
    float: right;
    width: 0;
    height: 0;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: inherit;
}

/**     MAIN BODY      **/


/************************
 **      FOOTER        **
 ************************/
#layout_footer {
    height:00px;
    

}

#layout_footer_copyright {
    float: left;
    margin: 2px 10px 2px 10px;
    font-size: 10px;
    min-width: 100px;
    width: 200;
}

/********************
 **      HOME      **
 ********************/
.optionBox{
	background-color: #006699;
	color: #FFFFFF;
	float: left;
	padding: 2px;
	margin: 5px;
	width: 400px;
	_width: 300px;
}

.optionBoxItems{
	margin-top: 2px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 2px;
	font-weight: normal;
	min-height: 200px; 
	_height: 300px;
	background-image: url('../images/private/ConfigurationSettingsTrans.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	
}

.optionBoxItemImg{ 
	width: 20px;
	float: left;
	text-align: center;	
}

.optionBoxItemTag{ 
	width: 115px;
	float: left;
	margin-right: 5px;
	text-align: left;	
}

.optionBoxItemClient{
	width: 115px;
	float: left;
	margin-right: 5px;
	text-align: left;	
	
}

.optionBoxItemDate{
	width: 130px;
	float: left;
	text-align: right;	
}

.optionBoxItemClear{
	clear: both;
}
/***********************
 **      BUTTONS      **
 ***********************/

.simpleButton {
    margin: 2px 5px 2px 5px;
    padding: 2px 10px 2px 10px;
    background-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
    color: #666666;
    cursor: pointer;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.simpleButton:hover {
    background-color: #cccccc;
    color: #9A0D14;
}

.titleSimpleButton {
    padding: 2px 5px 0px 5px;
    margin: 0px 5px 0px 5px;    
    background-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
    color: #666666;
    cursor: pointer;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.titleButton:hover {
    background-color: #cccccc;
    color: #9A0D14;
}

#title_simple_button {
    float:right;
}

/************************
 **      ONE FORM      **
 ************************/
#form_container {
}

#form_container_title {
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    padding: 4px;
    
    background-color: #F4F4F4;
/*    background: -moz-linear-gradient(top, #FFFFFF, #FDEAFF);*/
/*    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#718BA6));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e9e9e9', EndColorStr='#718BA6', GradientType=0);*/
    
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    
    box-shadow: 1px 1px 1px #666666;
    -moz-box-shadow: 1px 1px 1px #666666;
    -webkit-box-shadow: 1px 1px 1px #666666;
}

#form_container_title_text {
    float:left;
    font-weight: bold;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 2px;
}

#form_button_edit {
    float:right;
}

#form_button_submit {
    float:left;
}

#form_button_back {
    float:left;
}

#form_button_delete {
    float:right;
}

.form_button {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding: 2px 10px 0px 10px;
    margin-right: 10px;
    cursor: pointer;

    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;

    box-shadow: 1px 1px 1px #666666;
    -moz-box-shadow: 1px 1px 1px #666666;
    -webkit-box-shadow: 1px 1px 1px #666666;
}

.form_button:hover {
    background-color: #961768;
    border: 1px solid #555555;
    color: #FFFFFF;
}

.form_button_img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: top;
}

#form_delete_dialog {
}

#form_delete_dialog_img {
    float: left;
    width: 42px;
    height: 39px;
    margin: 10px 0px 0px 0px;
    background-image: url('../images/private/alert.gif');
}

#form_delete_dialog_txt {
    float: left;
    width: 250px;
    margin: 8px 0px 0px 8px;
    font-size: 12px;
    line-height: 16px;
}

#form_row {
    margin: 5px 0px 5px 0px; 
}

#form_label {
	float: left;
	width:25%;
	font-weight: bold;
        text-align: left;
}

#form_label_details {
	font-weight: normal;
        text-align: left;
        font-size: 90%;
}

#form_left {
	float: left;
	width: 25%;
}

#form_right {
    float: left;
}

#form_field {
    position: relative;
    float: left;
    width: 75%;
    background-color:#BCD7F3;
    overflow: hidden;
}

.one_form_toggle {
    float: right;
    cursor: pointer
}

#form_error {
    position: absolute;
    right: 3px;
    top: 5px;
    width: 13px;
    height: 12px;
    background-image: url("../images/private/warning.png");
}

.main_title {
        color: #006699;
    font-size: 18px; 
    font-weight: bold;
}
    
    

    .clear_filter {
        height: 15px;
        margin-left: 300px;
        margin-top: -40px;
        width: 70px;
        font-size: 10px;
        background-color: #F2F2F2;
        border: 1px solid #CCCCCC;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 1px 1px 1px #666666;
        color: #000000;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 10px 0;
        cursor: pointer;
    }
.form_group_title {
	margin: 10px 0px 0px 0px;
	font-style: italic;
}

.form_group {
	width: 99%;
	margin: 2px 0px 5px 0px;
	border-width: 1px;
	border-style: dashed;
}

#form_checkbox {
	float:left;
	width:100%;
}

/************************
 **   DEFAULT CONFIGS  ** 
 ************************/
* {
    margin: 0; padding: 0;
    line-height: 1.5em;

}


.modal {
    position:absolute;
    width:100%;
    height:100%;
    background-color:#CCCCCC;
    
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    
    display: none;
    
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
}




body {
	margin: 0; padding: 0;
	color: #333333;	
	background-color: #FFFFFF;
/*	font-family: Arial,Helvetica,sans-serif;*/
        font-family: Verdana,'Trebuchet MS',Arial,Sans-serif;
        font-size: 11px;
        line-height: 16px;
        height:100%;
        overflow-y: scroll;   
}

a {
/*	background: inherit;*/
	color: #06618D; 
}

a.authors:hover { 
    cursor: pointer;
    text-decoration: underline !important; 
    
}


img {
	border-style:none;
}

.link {
    cursor: pointer;
}

input, select,textarea {
	font: 11px  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;
       
}
.submit {
     padding: 2px;
}

.ui-menu-item {
    font: 11px  Verdana, 'Trebuchet MS', Arial, Sans-serif;

}

/************************
 **   ImageFileUpload  **
 ************************/

#fm_frame_photo {
    width:128px;
    min-height:50px;
    border:1px solid #AAAAAA;
}

.fm_draghere {
    background-color : #F7F9FE;
}


/************************
 **     OVERRIDES      **
 ************************/
.ui-dialog {
    line-height: 12px !important;
}

.ui-button {
    line-height: 12px !important;
/*    padding: 7px !important;*/
}

.ui-button-text {
    line-height: 8px !important;
    padding: 8px !important;
}

.ui-dialog-buttonpane {
    padding: 1px 10px 0px 0px !important;
}

.grad1{
    border: 1px solid black;
    padding: 5px 0;
    margin:10px 5px 5px 5px;
    text-align: center; 
    width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: gray 0px 2px 3px;
    -moz-box-shadow: gray 0px 2px 3px;
    box-shadow: gray 0px 2px 3px;
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#C9C9C9));
    background: -webkit-linear-gradient(#FFFFFF, #C9C9C9);
    background: -moz-linear-gradient(#FFFFFF, #C9C9C9);
    background: -ms-linear-gradient(#FFFFFF, #C9C9C9);
    background: -o-linear-gradient(#FFFFFF, #C9C9C9);
    background: linear-gradient(#FFFFFF, #C9C9C9);
} 
 
.grad2{
    border: 1px solid black;
    padding: 5px 0;
    margin:10px 5px 5px 5px;
    text-align: center; 
    width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: gray 0px 2px 3px;
    -moz-box-shadow: gray 0px 2px 3px;
    box-shadow: gray 0px 2px 3px;
    background: #F0F0F0;
} 


#modalWindowInputPrompt{
    width:300px;
} 

.table_list {
    font-size: 0.923em;
    margin: 0 0 10px;
    border: 1px solid #BEBFB9;
    border-collapse: collapse;
    border-spacing: 0;  
}

.table_list TH {
    text-align: left;
    padding: 6px;
    text-transform: uppercase;
    background: #E1E2DC;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #BEBFB9;
    padding: 3px 10px; 
}

.table_list TD {
    text-align: left;
    padding: 3px 10px; 
}

.table_list td, .table_list th {
    vertical-align: middle;
    padding: 8px 10px;
    color: black;
}

#modalWindowInputPrompt{
    width:300px;
} 

.rose_grad{
    background-image: linear-gradient(bottom, rgb(191,82,193) 48%, rgb(230,115,232) 74%, rgb(255,150,255) 87%);
    background-image: -o-linear-gradient(bottom, rgb(191,82,193) 48%, rgb(230,115,232) 74%, rgb(255,150,255) 87%);
    background-image: -moz-linear-gradient(bottom, rgb(191,82,193) 48%, rgb(230,115,232) 74%, rgb(255,150,255) 87%);
    background-image: -webkit-linear-gradient(bottom, rgb(191,82,193) 48%, rgb(230,115,232) 74%, rgb(255,150,255) 87%);
    background-image: -ms-linear-gradient(bottom, rgb(191,82,193) 48%, rgb(230,115,232) 74%, rgb(255,150,255) 87%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.48, rgb(191,82,193)),
            color-stop(0.74, rgb(230,115,232)),
            color-stop(0.87, rgb(255,150,255))
    );
}

.alignRight{
    text-align: right;
}

.vAlignTop{
    vertical-align: top;
}

.pageTitle{
    color:#06618D!important;
}

#menuNivel2{
    background-color:#E1E4E9!important;
}

.menu_item:hover{
    background-color:#E1E4E9;
}

#td_main{
    width:615px;
    position:relative;
    float:left;
}

/* Slider */
#slider1{
    margin-left:0px;
    margin-right:20px;
    margin-bottom:10px;
    width:100%;    
}

.bx-wrapper{
    margin-bottom: 10px;
}

.slider_title{
    color:rgb(105,105,105);
    font-family:verdana,arial,helvetica,sans-serif; 
    font-size:medium;
    margin-bottom: 7px;
}