/******************************************************************************
 * KENOBI - theme.css
 ******************************************************************************/

/******************************************************************************
 * spacer div
 ******************************************************************************/
.m-spacer { 
    clear: both;
	line-height: 0px; 
} 

/******************************************************************************
 * Box
 ******************************************************************************/

.m-box-box
{
  border-top:    1px solid #FFF;
  border-right:    1px solid #c0c0c0;
  border-bottom:    1px solid #c0c0c0;
  border-left:    1px solid  #FFF;
  background: #eee;
}

.m-box-outer
{
  border-top:    1px solid #c0c0c0;
  border-right:    1px solid #333;
  border-bottom:    1px solid #333;
  border-left:    1px solid  #c0c0c0;
}

* html .m-box-box
{
   height: 1%;
}

.m-box-title
{
  background-color: #c0c0c0;
  color:            #000000;
  font-weight:      bold;
  font-size:        12px;
  text-decoration:  none;
  height:17px;
  vertical-align:   top;
}

.m-box-title .caption
{
  text-align: left;
  padding-top:2px;
  float: left; 
  width: 80%;
}

.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: 2px;
  width:20px;
  text-align:right;
}

.m-box-content
{
  font-size:        11px;
  font-weight:      normal;
  padding:          8px;
}

/******************************************************************************
 * Panel
 ******************************************************************************/

.m-panel-title
{
  background-color: #c0c0c0;
  color:            #000000;
  font-weight:      bold;
  font-size:        11px;
  text-decoration:  none;
  height:15px;
}

/* Tan hack for IE/Win */

* html .m-panel-body
{
   height: 1%;
}

.m-panel-body
{
   font-size:        11px;
   padding:          3px;
   background-color: #f7f7f7;
}

.m-panelcontrol-box
{
   margin:          2px 2px 2px 2px;
}

/******************************************************************************
 * 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;
}

.m-prompt-box-button li 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: 17px;
	width: 80px;
    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
{
   background-image: url(/images/bullet.gif);
   background-repeat: no-repeat; 
   background-position: 0 0.5em;
   margin-left: .7em;
    padding-left: 10px;   
}

.m-prompt-box-text ul 
{ 
    list-style: none; 
    padding: 0;
    margin: 0;
}

.m-prompt-box-title
{
  color:            #FFF;
  font-weight:      bold;
  font-size:        12px;
  text-decoration:  none;
  height:17px;
  vertical-align:   top;
}

.m-prompt-box-title .caption
{
  text-align: left;
  padding-top:2px;
  float: left; 
  width: 80%;
}

.m-prompt-box-title .icon
{
  float: left; 
  padding-top:2px;
  padding-left:2px;
  width:20px;
}

.m-prompt-box-title .button
{
  float: right; 
  padding-right: 2px;
  padding-top:2px;
  width:20px;
  text-align:right;
}

.m-prompt-box-title-error
{
  background-color: #990000;
}

.m-prompt-box-error
{
   background-color: #ffffff;
   width:100%;
   background-image: url(/images/error.gif);
   background-repeat: no-repeat; 
   background-position: 5px 5px;
}

.m-prompt-box-title-information
{
  background-color: #0000ff;
}

.m-prompt-box-information
{
   background-color: #ffffff;
   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;
   width:100%;
   background-image: url(/images/question.gif);
   background-repeat: no-repeat; 
   background-position: 5px 5px;
}

.m-prompt-box-title-question
{
  background-color: #006633;
}

.m-prompt-box-question
{
   background-color: #ffffff;
   width:100%;
   background-image: url(/images/question.gif);
   background-repeat: no-repeat; 
   background-position: 5px 5px;
}

