/*
  -------------------------------------
  (c) Dev4Masses, All rights reserved
  -------------------------------------
  $Description: Lib.d4m Cascading Style Sheets $
  $Date: 2005/12/22 09:42:29 $
  $Revision: 1.1 $
  $State: Exp $
*/

span.sep {
	margin-left:      2px;
	margin-right:     2px;
	margin-top:       0px;
	margin-bottom:    0px;
	background-color: buttonface;
	border-top:       1px solid buttonshadow;
	border-left:      1px solid buttonshadow;
	border-bottom:    1px solid buttonhighlight;
	border-right:     1px solid buttonhighlight;
	width:            1px;
	height:           18px;
}

table.edt_tlb {
  background-color: #e0e0e0;
  border:           none;
  width:            545px;
}

select.edt_cmb {
  font-size:        12px;
  background-color: #f0f0f0;
}

table.edt_main {
  border-bottom: 1px solid #e0e0e0;
}


img.btn {
  border: 1px solid #e0e0e0;
}


img.btn_over {
  border-left:   1px solid #ffffff;
  border-top:    1px solid #ffffff;
  border-bottom: 1px solid #000000;
  border-right:  1px solid #000000;
}

img.btn_down {
  border-left:   1px solid #000000;
  border-top:    1px solid #000000;
  border-bottom: 1px solid #ffffff;
  border-right:  1px solid #ffffff;
  /*background-color: buttonhighlight;*/
}

img.btn_na {
  border: 1px solid #e0e0e0;
  filter: alpha(opacity=25);
}


/* CMS Editor */
iframe.edt_textarea {
  width:         100%;
  height:        300px;
  border:        0;
  background-color: #ffffff;
  border-bottom: none;
  border-left:   none;
  border-right:  none;
}


div.mc {
  border:      0px solid #ff0000;
  font-family: Verdana, Arial;
}

body.mc {
  margin:           0px;
  background-color: #000000;
}

table.mc {
  font-size:        10px;
  line-height:      13px;
  background-color: #666666;
}

tr.mc {
  background-color: #ffffff;
  text-align:       center;
  color:            #000000;
}

tr.mc_header {
  background-color: #666666;
  color           : #ffffff;
}

tr.mc_caption {
  background-color: #dcdcdc;
  color:            #333333;
}

tr.mc_footer {
  background-color: #666666;
}

a.mc {
  color:           #000000;
  text-decoration: none;
}

a.mc_weekend {
  color: #dd0000;
}

a.mc_today {
  font-weight: bold;
  font-size: 12px;
}

a.mc_header {
  color: #ffffff;
}

a.mc_footer {
  color: #e0e0e0;
}
