/*
This stylesheet is included in the live webpage as well as inside the CMS when editing box contents. 
It must contain all styles information that should be applied as well to the box column inside the CMS!
All styles that are used for positioning should be placed in styles.css which IS NOT included in the CMS.
Please use the config value $oCMS_cfgIng["box"]["colWidth"] to specify a width for the column in the CMS. 
*/


/*  ************************************************************************ 
 *   LEFT COLUMN 
 *  ************************************************************************ */
 
#leftCol {
  font-size: 11px;
}
#leftCol h1 {
  font-size: 12px;
}



/*  ************************************************************************ 
 *   BOXES IN RIGHT COLUMN 
 *  ************************************************************************ */
 
#rightBoxCol div.tableNav {
  text-align: right;
	padding: 5px 0 10px 0;
}

div#rightBoxCol div.box {
	background: url(/images/layout/box_separator.gif) bottom no-repeat;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
div#rightBoxCol div.box h4 {
  padding: 2px 4px 2px 4px;
	margin: 0 0 2px 0;;
	font-size: 13px;
  background: #00ccff;
}
div#rightBoxCol div.box h5 {
  padding: 0;
	margin: 0;
	font-size: 11px;
}
div#rightBoxCol div.boxcontent {
  padding: 4px;
	font-size: 11px;
}
div#rightBoxCol div.boxcontent ul {
  margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
div#rightBoxCol div.boxcontent ul.bullets {
	list-style: circle; /*url(/images/layout/bullets/orange_level1.gif);*/
}
div#rightBoxCol div.boxcontent ul li {
	padding: 4px 0 10px 0;
	margin: 0;
}
div#rightBoxCol div.boxcontent ul.bullets li {
	padding-top: 0;
	margin-left: 24px;
}
div#rightBoxCol div.boxcontent ul.bullets li.lev2 {
	padding-bottom: 6px;
	list-style-image: url(/images/layout/bullets/orange_level2.gif);
}
div#rightBoxCol div.boxcontent ul li a, div#rightBoxCol div.boxcontent ul li a:visited {
	font-size: inherit;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
div#rightBoxCol div.boxcontent ul li a:hover {
	color: #9999ff;
	text-decoration: underline;
}
div#rightBoxCol div.date {
  padding: 8px 0 -2px 0;
	margin: 0;
  font-size: 11px;
	font-weight: bold;
	color: #C61D00;
}
