/* Editor Styles for Rich Text Editor  */

body {
	font: 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #666666;
}
p {
	font: 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	line-height: 17px;
}
h1, h2 {
	font-family: Arial, Helvetica, Sans-serif;
}
h1 { font-size: 18px; color: #336699; }
h2 { font-size: 14px; text-transform:uppercase; color: #336699; }
h3 { font-size: 13px; color: #333333;}
h4 { text-weight: bold; }

h2, h3, h4 {
	margin: 20px 15px 10px 15px;
}

h1, p, table {
	margin: 10px 15px;
}

ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;
}
ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;
	border-bottom: none;

	min-height:18px;
}

ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #336699;
	border-left:4px solid #336699;
}

/* User styles */
.highlight {
  color: #225588;
  background: #D2EC91 url(../images/linkbg.gif) repeat-x;
  background-color:#D2EC91;
  padding-left: 3px;
  padding-right: 3px;
}

.frame_blue {
  color: #222222;
  line-height: 19px;
  padding: 6px 10px;
  background-color: #D0DFEA;
  border-top: 2px solid #568EB6;
  border-bottom: 2px solid #568EB6;
}

.sidemenu {
}

.sidelink {
 	display:block;
	font-weight:bold;
	color: #333;
	margin-left: 8px;
  padding:2px 5px 2px 10px;
	border: 1px solid #DDD;
  border-left:4px solid #DDD;
	
	width: 145px;
	min-height:18px;
}

.sidelink.active {
  background-color: #D2EC91;
}
a.sidelink {
	text-decoration: underline;
}
a.sidelink:hover {
  border-color: #336699;
}

.top-align {
  height: 35px;
  height: 22px;
}

ul.sidemenu a.active {
  background: none;
  background-color:#D2EC91;
}
.active {
}
.indent {
  margin-left: 7px;
}

.sidemenu .head {
  background: #A9BAC3;
  background:transparent url(../../../../static/images/navbg.gif) no-repeat;
  color:white;padding-left:6px;padding-bottom:3px;
  font-weight: bold;
}

.sidemenu .head a {
	display:inline;
	font-weight:none;
	color: White;
	text-decoration:underline;
	padding:0px;
	background: none;
	border-left:0;
	
	min-height:none;
}
.sidemenu .head a:hover {
	padding:0;
	background: none;
	color: none;
	border-left:none;
}

.no-border {
}
.no-decoration {
  border: none;
  text-decoration: none;
}
