/******************************************************************************
 * spacer div
 ******************************************************************************/
.m-spacer { 
 clear: both;
 line-height: 0; 
 background-color: transparent;
} 

/******************************************************************************
 * Box
 ******************************************************************************/
.m-box-outer
{

 border-top: 0px solid threedlightshadow;
 border-right: 0px solid threeddarkshadow;
 border-bottom: 0px solid threeddarkshadow;
 border-left: 0px solid threedlightshadow; 

}

* html .m-box-box
{
  height: 100%;
    
}

.m-box-box
{
/*  bordas do panel
 border-top: 1px solid threedhighlight; 
 border-right: 1px solid threedshadow;
 border-bottom: 1px solid threedshadow;
 border-left: 1px solid threedhighlight;*/
 margin-top: 50px;
 margin-bottom: 50px;
 
 }

.m-box-title
{
 text-align: center;
 color: #355321; /* cor do titulo do panel*/
 text-decoration: none;
 height: 30px;
 vertical-align: center;
 _margin-top: 30px;
 margin-top: 50px;
 margin-bottom: 10px;

}

.m-box-title .caption
{
 text-align: center;
 padding-top: 2px;
 height: 50px;
 font-weight: bold;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 18px;
}

.m-box-title .icon
{
 float: left; 
 padding-top: 2px;
 padding-left: 2px;
 width: 20px;
}

.m-box-title .button
{
 float: right; 
 padding-top: 2px;
 padding-right: 0px;
 width: 20px;
 text-align: right;
}

.m-box-content
{
 font: caption;
 padding: 8px;

}

/******************************************************************************
 * Panel
 ******************************************************************************/

/* Tan hack for IE/Win */

* html .m-panel-body
{
 height: 1%;
}

.m-panel-body
{
 padding: 0;
 overflow:hidden;
 margin-top: -40px; 
}

.m-panelcontrol-box
{

 margin-top: 0px;
 margin-bottom : 0px;
 padding-top: 25px;
 padding-bottom: 25px;
 padding-left: 75px;
 padding-right: 55px;
 border: 0px;
 
}

.m-panelcontrol-box-hover
{
 
 /*margin: 20px 20px 20px 20px;*/
 border-top: 0px solid threedhighlight;
 border-right: 0px solid threeddarkshadow;
 border-bottom: 0px solid threeddarkshadow;
 border-left: 0px solid threedhighlight;
 font-weight: bold;
}

/******************************************************************************
 * promptBox
 ******************************************************************************/
.m-prompt-box
{
 width: 100%;
 margin-top: 10px;
 margin-bottom: 10px;
 text-align: center;
 border: 0 none;
}

.m-prompt-box-box
{
 width: 310px;
 margin-left: auto;
 margin-right: auto;
}

.m-prompt-box-button
{
 clear: left;
 text-align: center;
 width: 300px; /*tamanho do botão*/
}

.m-prompt-box-button li button
{
 font: caption;
 margin: 5px;
}

.m-prompt-box-button ul 
{ 
 list-style: none; 
 padding: 0;
 margin: 0;
}

.m-prompt-box-button ul li
{ 
 display: inline;
}

.m-prompt-box-text
{
 float: left;
 text-align: left;
 padding: 5px 5px 5px 40px;
 font-size: 11px;
 font-weight: bold;
 
}

.m-prompt-box-text li
{
 margin-left: .7em;
 padding-left: 10px; 
}

.m-prompt-box-text ul 
{ 
 list-style: none; 
 padding: 0;
 margin: 0;
}

.m-prompt-box-title
{
 color: #FFFFFF;
 font-weight: bold;
 font-size: 12px;
 text-decoration: none;
 vertical-align: top;
 height: 17px;
 margin: 2px 1px 0px 1px;
}

.m-prompt-box-title .caption
{
 text-align: left;
 padding-top: 2px;
 float: left; 
 width: 100%;
}

.m-prompt-box-title .icon
{
 float: left; 
 padding-top: 2px;
 padding-left: 2px;
 width: 20px;
 
}

.m-prompt-box-title .button
{
 float: right; 
 padding-top: 2px;
 padding-right: 2px;
 width: 20px;
 text-align: right;
}

.m-prompt-box-title-error
{
 background-color: #990000;
}

.m-prompt-box-error
{
 background-color: #FFFFFF;/*threedface*/
 width: 100%;
 background-image: url(/images/error.gif);
 background-repeat: no-repeat; 
 background-position: 5px 5px;
}

.m-prompt-box-title-information
{
 background-color: #006666; /*#0000ff*/
}

.m-prompt-box-information
{
 background-color: #FFFFFF;/*threedface*/
 width: 100%;
 background-image: url(/images/information.gif);
 background-repeat: no-repeat; 
 background-position: 5px 5px;
}

.m-prompt-box-title-confirmation
{
 background-color: #0000ff;
}

.m-prompt-box-confirmation
{
 background-color: #FFFFFF; /*threedface*/
 width: 100%;
 background-image: url(/images/confirmation.gif);
 background-repeat: no-repeat; 
 background-position: 5px 5px;
}

.m-prompt-box-title-question
{
 background-color: #3E5B00; /*#006633*/
}

.m-prompt-box-question
{
 background-color: #FFFFFF;/*threedface*/
 width: 100%;
 background-image: url(/images/question.gif);
 background-repeat: no-repeat; 
 background-position: 5px 5px;
}
