/**
   * Miolo 2 Theme
   *
   * @author Author's Jonas Guilherme Dahmer [jonas@solis.coop.br]
   * @author Another Rafael Spengler [rafaels@solis.coop.br] 
   * @author Another Vilson Cristiano Gärtner [vilson@miolo.org.br] 
   * 
   * @version $Id$
   *
   * \b Maintainers: \n
   * Mantainer Vilson Cristiano Gärtner [vilson@miolo.org.br] 
   *
   * @since 
   * This css was created 2006/09/15
   *
   * \b Organization: \n
   * SOLIS - Cooperativa de Soluções Livres \n
   * The ??? Development Team
   * 
   * \b CopyLeft: \n
   * CopyLeft (L) 2005 SOLIS - Cooperativa de Soluções Livres \n
   *
   * \b License: \n
   * Licensed under GPL (for further details read the COPYING file or http://www.gnu.org/copyleft/gpl.html )
   * 
   * \b History: \n
   * See history in repository: http://www.miolo.org.br/
   * 
   */

/******************************************************************************
 * gtkTheme - theme.css
 ******************************************************************************/

/******************************************************************************
 * hr
 ******************************************************************************/
.m-hr 
{ 
    	width: 100%; 
    	height: 0px; 
    	border-bottom: 1px solid #CCC; 
	line-height: 0px; 
    	font-size: 0px; 
	margin: 0px;
} 

/******************************************************************************
 * separator
 ******************************************************************************/
.m-separator 
{ 
    	width: 95%;
    	font-size:        11px;
    	padding:          2px;
	margin:           0px 0px 2px 0px;
    	font-weight:      normal;
} 

/******************************************************************************
 * htmlArea
 ******************************************************************************/
#m-htmlarea 
{ 
    	margin: 15px;
    	width:90%;   
} 

.m-hint
{
  	background-color: #f2f5f7;
  	font-size:        9px;
  	border:           solid #93bcd9 1px;
  	color:            #990000;
}

.formBaseLabel
{
   	height: 15px;
}

.m-label
{
    color:            #000000;
    font-size:        11px;
    font-weight:      normal;
    margin-left:      2px;
}

.m-caption
{
  	color:            #000000;
  	font-size:        11px;
	margin:           2px;
        font-weight:      normal;
}

.m-label-text
{
  	color:            #000000;
  	font-size:        11px;	
  	font-weight:      bold;
	margin:           2px;
}

.m-text
{
  	font-size:        11px;
  	font-weight:      normal; 
	margin:           2px;
}

.m-text-field
{
  	font-size:        11px;
  	font-weight: normal; 
	margin: 2px;
	background: #FFFFFF;
	border: 1px solid #93bcd9;
}

.m-text-field:focus, .m-text-field:hover
{
  	font-size:        11px;
  	font-weight: normal; 
	margin: 2px;
	background: #FFFFFF;
	border: 1px solid #1866b2;
}

.m-text-user-field
{
    padding-left:18px;
    background-image: url(images/user.png);
    background-repeat: no-repeat;
    border: 1px solid #1866b2;
}

.m-text-passwd-field
{
    padding-left:18px;
    background-image: url(images/keys.png);
    background-repeat: no-repeat;
}

.m-button 
{  
	font-size: 11px; 
	font-weight: normal; 
	background-color: #EDEDED;
    	border-bottom: 1px solid #333333;
    	border-right: 1px solid #333333;
    	border-left: 1px solid #CCCCCC;
    	border-top: 1px solid #CCCCCC;
	height: 19px;
	margin:2px;
}

.m-button:hover 
{
    font-size: 11px; 
    font-weight: normal; 
    background-color: #f2f5f7;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    height: 19px;
    margin:2px;
}

.m-button:active
{
    font-size: 11px;
    font-weight: normal;
    background-color: #f2f5f7;
    border-bottom: 1px solid #CCCCCC;
    border-right:  1px solid #CCCCCC;
    border-left:   1px solid #333333;
    border-top:    1px solid #333333;
    height: 19px;
    margin:2px;
}

.m-button-find 
{
    background-image: url(images/button_select.png);
    background-repeat: no-repeat; 
    background-color: #EDEDED;
    margin-top: 1px;
    border:none;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    width: 17px;
    height: 17px;
/* text-align: middle; */
    vertical-align: top;
    margin-left:1px;
}

.m-button-find:hover
{
    background-image:  url(images/button_select.png);
    background-repeat: no-repeat; 
    background-color:  #f5f5f7;
    margin-top: 1px;
    border:     none;
    border-bottom: 1px solid #333333;
    border-right:  1px solid #333333;
    border-left:   1px solid #CCCCCC;
    border-top:    1px solid #CCCCCC;
    width:  17px;
    height: 17px;
/* 	text-align: middle; */
    vertical-align: top;
    margin-left:1px;
}

.m-button-find:active
{
    background-image:  url(images/button_select.png);
    background-repeat: no-repeat; 
    background-color:  #f5f5f7;
    margin-top: 1px;
    border:     none;
    border-bottom: 1px solid #CCCCCC;
    border-right:  1px solid #CCCCCC;
    border-left:   1px solid #333333;
    border-top:    1px solid #333333;
    width:  17px;
    height: 17px;
/*  text-align: middle; */
    vertical-align: top;
    margin-left:1px;
}


.m-button-close-up 
{  
    	font: message-box;
    	background-image: url(images/button_close_up.gif);
    	background-repeat: no-repeat; 
	width: 17px;
	height: 17px;
/* 	text-align: middle; */
	vertical-align: top;
	margin:2px;
}

.m-button-close-down 
{  
    	font: message-box;
    	background-image: url(images/button_close_down.gif);
    	background-repeat: no-repeat; 
	width: 17px;
	height: 17px;
/* 	text-align: middle; */
	vertical-align: top;
	margin:2px;
}

.m-button-minimize-up {  
    font: message-box;
    background-image: url(images/button_minimize_up.gif);
    background-repeat: no-repeat; 
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: top;
    margin:2px;
}

.m-button-minimize-down {  
    font: message-box;
    background-image: url(images/button_minimize_down.gif);
    background-repeat: no-repeat; 
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: top;
    margin:2px;
}


.m-button-help-up {  
    font: message-box;
    background-image: url(images/button_help_up.png);
    background-repeat: no-repeat; 
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: top;
    margin:2px;
}

.m-button-help-down {  
    font: message-box;
    background-image: url(images/button_help_down.png);
    background-repeat: no-repeat; 
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: top;
    margin:2px;
}


.formField 
{
    font-size: 11px; 
    font-weight: normal; 
    /*border: 1px #CCCCCC solid;*/
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    vertical-align: top;
    margin:2px;
}

.m-multiline-field 
{
    font-size: 11px;
    font-weight: normal;
    border: 1px #93bcd9 solid;
    /*border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;*/
    background-color: #FFFFFF;
    vertical-align: top;
    margin:2px;
}

.formFieldErr
{
    color: #FF0000;
    font-size: 11px;
    font-weight: normal;
    border: 1px #CCCCCC solid;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
}

/*
* RadioButton e CheckBox Stylizados
*/
/*
#radioButton{
  display: block;
  padding:0;
  height: 12px;
  width: 12px;
  color: #000;
  font-size: 14pt;
  background-color: #FFFFFF;
  border: #93bcd9 solid 1px;
  outline: 1px solid #93bcd9;

}
#radioButton:active{
  color: #93bcd9;
  background-color: #FFFFFF;
  border: #93bcd9 solid 1px;
  outline: 1px solid #93bcd9;

}

#radioButton:focus{
  color: #93bcd9;
  background-color: #93bcd9;
  outline: 1px solid #1866b2;
}*/

input[type=checkbox]
{
  display: block;
  padding:0;
  height: 12px;
  width: 12px;
  color: #93bcd9;
  font-size: 14pt;
  background-color: #FFFFFF;
  border: #93bcd9 solid 1px;
  outline: 1px solid #93bcd9;

}

input[type=checkbox]:active
{
  color: #93bcd9;
  background-color: #FFFFFF;
  border: #93bcd9 solid 1px;
  outline: 1px solid #93bcd9;
}

input[type=checkbox]:focus
{
  color: #93bcd9;
  background-color: #FFFFFF;
  outline: 1px solid #1866b2;
}

/*
* Fim RadioButton e CheckBox Stylizados
*/	


input[type=password]
{
  border: 1px solid #93bcd9;
}

input[type=password]:hover, input[type=password]:focus
{
  border: 1px solid #1866b2;
}

input[type=text]
{
  border: 1px solid #93bcd9;
}

input[type=text]:hover, input[type=text]:focus
{
  border: 1px solid #1866b2;
}

input[type=file]
{
  border: 1px solid #1866b2;
}

input[type=file]:hover, input[type=file]:focus
{
  border: 1px solid #1866b2;
}

input[readonly], input[readonly]:hover, input[readonly]:focus
{
    border: 1px solid #DDDDDD;
    color: #676767;
}

textarea
{
    background-color: #FFFFFF;
    border: 1px solid #93bcd9;
}

textarea:hover, textarea:focus
{
    background-color: #FFFFFF;
    border: 1px solid #1866b2;
}

legend
{
    font-weight: bold;
}

.m-combo
{
    font-size: 11px;
    font-weight: normal;
    background-color: #f2f5f7;
    margin:2px;
    border: 1px solid #93bcd9;
}


.m-radiobutton-group
{
    color:          #000000;
    font-size:      11px;
    font-weight:    normal; 
    margin-top:     1px;
    margin-bottom:  1px;
    vertical-align: 20%;
}

.m-checkbox-group
{
    color:          black;
    font-size:      11px;
    font-weight:    normal;
    margin-top:     2px;
    margin-bottom:  1px;
    vertical-align: 20%;
}

.formErrors
{
    background-color: #990000;
    border:           1px solid #000000;
    padding:          6px;
    color:            #ffffff;
}

.m-scrollable-label
{
    color:            #000000;
    font-size:        11px;
    font-weight:      normal;
}

.m-scrollable-field
{
    background-color: #EDEDED; 
    border:           solid #c0c0c0 1px;
    overflow:auto;
}


.m-multitext-field
{
/*   position:relative;*/
    background-color: #EDEDED;
}

.m-multitext-field .select
{
    font-size:   11px;
    font-weight: normal;
    /*border: 1px #CCCCCC solid;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;*/
    width: 180px; 
    /*background: #FFFFFF; */
    border: 1px solid #93bcd9;
}

.m-multitext-field .label
{
  	color:            #000000;
  	font-size:        9px;
  	margin-top:       1px;
  	margin-bottom:    1px;
  	vertical-align:   top;
}

.m-multitext-field .textfield 
{  
	font-size: 11px; 
	font-weight: normal; 
	/*border: 1px #CCCCCC solid;
    	border-bottom: 1px solid #CCCCCC;
    	border-right: 1px solid #CCCCCC;
    	border-left: 1px solid #333333;
    	border-top: 1px solid #333333;	*/
/* 	background: #FFFFFF; */
	border: 1px solid #93bcd9;
}

.m-multitext-field .combo
{  
	font-size: 11px; 
	font-weight: normal; 
	/*background-color: #EDEDED; 
	border: 1px #CCCCCC solid;
    	border-bottom: 1px solid #333333;
    	border-right: 1px solid #333333;
    	border-left: 1px solid #CCCCCC;
    	border-top: 1px solid #CCCCCC;	*/
/* 	background: #f2f5f7; */
	border: 1px solid #93bcd9;
}

.m-multitext-field .button {  
	font-size: 11px; 
	font-weight: normal; 
	background-color: #EDEDED;
    	border: 1px solid #CCCCCC;
    	border-bottom: 1px solid #333333;
    	border-right: 1px solid #333333;
    	border-left: 1px solid #CCCCCC;
    	border-top: 1px solid #CCCCCC;
    	margin: 0px 5px 5px 0px;
	width: 70px;
	text-align: center;
	vertical-align:top;
}

.m-multitext-field .buttonPosH
{  
    	float:left;
}

.m-multitext-field .fieldPosH
{  
    	float:left;
	width: 200px;
}

.m-multitext-field .selectPosH
{  
    	float:left;
}

.m-multitext-field .selection
{  
    	float:left;
	width: 280px;
}

.m-multitext-field fieldset
{  
    	padding: 10px;
	border: 1px solid #CCC;
}

/******************************************************************************
 * TableRaw
 ******************************************************************************/

.m-tableraw
{
  	background-color: #359;
  	padding:          4px;
}

.m-tableraw-title
{ 
  	background-color: #FFF;
  	color:           #359;
  	font-weight:     bold;
  	font-size:       12px;
  	text-decoration: none;
  	text-align:      center;
}

.m-tableraw-column-title
{ 
  	background-color: #FFF;
  	color:           #000;
  	font-weight:     bold;
  	font-size:       11px;
  	text-decoration: none
/*   	text-align:      left; */
}

.m-tableraw-row
{
  	background-color: #FFF;
  	color:           #000;
  	font-weight:     normal;
  	font-size:       11px;
  	text-decoration: none
}

.m-tableraw-row-0
{
	  background-color: #FFF;
  	color:           #000;
  	font-weight:     normal;
  	font-size:       11px;
  	text-decoration: none
}

.m-tableraw-row-1
{
  	background-color: #DDD;
  	color:           #000;
  	font-weight:     normal;
  	font-size:       11px;
  	text-decoration: none
}

.m-tableraw-cell
{
}


/******************************************************************************
 * pageNavigator
 ******************************************************************************/

.m-pagenavigator
{
  	background-color: #c0c0c0;
  	border:           1px solid #c0c0c0;
  	padding:          2px;
}
    
.m-pagenavigator-text
{ 	
  	color:           #000000;
  	font-weight:     normal;
  	font-size:       11px;
  	vertical-align: top;
}
    
.m-pagenavigator-range
{ 
	color:           #000000;
  	font-weight:     normal;
  	font-size:       11px;
}

.m-pagenavigator-image
{
	border: 0;
    	vertical-align: middle;
	width: 17px; 
	display:inline;
}

.m-pagenavigator-selected
{ 
	color:           #900;
  	font-weight:     bold;
  	font-size:       11px;
  	text-decoration: none;
  	margin-left: 5px;
  	vertical-align: top;
}

.m-pagenavigator-link
{ 
	color:           #000000;
  	font-weight:     normal;
  	font-size:       11px;
  	text-decoration: underline;	
  	vertical-align:   middle;
  	margin-left: 5px;
  	vertical-align: top;
}	
    
.m-pagenavigator-link:link, .m-pagenavigator-link:visited
{ 
	color:           #000000;
  	font-weight:     normal;
  	text-decoration: underline;
}

.m-pagenavigator-link:active, .m-pagenavigator-link:hover
{
  	color:           #990000;
  	font-weight:     normal;
  	text-decoration: underline;
}

/******************************************************************************
 * Hyperlink
 ******************************************************************************/

.m-link
{ 
	color:           #000000;
  	font-weight:     bold;
  	font-size:       11px;
  	text-decoration: underline;
}

.m-link:link
{ 
	color:           #000000;
  	font-weight:     bold;
  	text-decoration: underline;
}

.m-link:visited
{
  	color:           #000000;
  	font-weight:     bold;
  	text-decoration: underline;
}

.m-link:hover
{
  	color:           #990000;
  	font-weight:     bold;
  	text-decoration: underline;
}

.m-link:active
{
  	color:           #990000;
	font-weight:     bold;	
  	text-decoration: underline;
}
/******************************************************************************
 * Images
 ******************************************************************************/
.m-image-centered
{
    	text-align:center;
    	margin-top:0px;
    	margin-bottom:0px;
    	padding:0px;
}

.m-image-icon
{
    	vertical-align:middle;
    	margin: 2px;
    	padding:0px;
	width: 16px;
	height: 16px;
	border: none;
}

.m-image-link
{ 
  	text-decoration: none;
}

.m-image-label
{
  	color:            #000000;
  	font-size:        10px;
  	text-align:       center;
  	margin: 3px 3px 3px 3px;
  	display:block;
}

.m-image-link-label
{ 
	color:           #000000;
  	font-weight:     normal;
  	font-size:       11px;
  	text-decoration: underline;
}

.m-image-link-label:link
{ 
	color:           #000000;
  	font-weight:     normal;
  	text-decoration: underline;
}

.m-image-link-label:visited
{
  	color:           #000000;
  	font-weight:     normal;
  	text-decoration: underline;
}

.m-image-link-label:hover
{
  	color:           #990000;
  	font-weight:     normal;
  	text-decoration: underline;	
}

.m-image-link-label:active
{
  	color:           #990000;
  	font-weight:     normal;
  	text-decoration: underline;
}

readonly, .m-readonly, .m-readonly:hover, .m-readonly:focus
{
	clear: both;
  	color:            #000000;
  	font-size:        11px;
	border:           1px #999999 solid;
	background-color: #f2f5f7;
}
