/*
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. 
*/

/* ***************************************************************** *
 * ***************************************************************** *
 *   BASIC STYLES  
 * ***************************************************************** *
 * ***************************************************************** */

/* white rounded rect  */
#subBox .whRect {
  	width: 172px;
  	margin-bottom: 15px;
}
#subBox .whRect .top, #subBox .whRect .bottom {
	height: 6px;
	overflow: hidden;
}
#subBox .whRect .top { background: url(/images/objects/box/top_bg.gif) no-repeat; }
#subBox .whRect .bottom { background: url(/images/objects/box/bottom_bg.gif) no-repeat; }
#subBox .whRect .mid {
	padding: 0 10px; 
	background: #ffffff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}   
#subBox .whRect .intro {
	margin-bottom: 6px;
	font-size: 11px;
	color: #669900;
} 

/**
 * blank rect without border 
 */
#subBox .blankRect {
	margin-bottom: 15px;
	text-align: center;
}


/* ***************************************************************** *
 * ***************************************************************** *
 *   OBJECTS IN THE BOX AREAS  
 * ***************************************************************** *
 * ***************************************************************** */

/** 
 * #subBox:
 * available inner width: 
 * 
 */
#subBox {
  	font-size: 11px;
}
#subBox h2 {
  	padding: 14px 0 6px 0;
	border: 0; 
  	color: #006600;
	font-size: 12px;
	font-weight: bold;
} 
#subBox h3 {
  	padding: 8px 0 4px 0;
	border: 0; 
  	color: #006600;
	font-size: 11px;
	font-weight: bold;
}           
#subBox .whRect h4 {
  	padding: 0 0 4px 0;
  	margin-bottom: 4px;
	border-bottom: 1px solid #454545; 
  	color: #454545;
	font-size: 12px;
	font-weight: bold;
}           
#subBox h5 {
  	padding: 0; 
  	color: #454545;
	font-size: 11px;
	font-weight: normal;
}           
#subBox h5 a, #subBox h5 a:visited {
  	color: #454545;
  	text-decoration: underline;
} 

/**
 * List without bullets 
 */
#subBox ul.nobullets {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subBox ul.nobullets li {
	margin: 0;
	padding: 3px 0;
}
/**
 * Lists with bullets 
 */
#subBox ul.bullets, #subBox ul.text {
	margin: 0 0 0 6px;
	padding: 0; 
	list-style-image: url(/images/objects/box/bullet_orange.gif);
}
#subBox ul.text {
	list-style-image: url(/images/objects/box/bullet_text.gif);
}
#subBox ul.bullets li, #subBox ul.text li {
	margin: 0 0 0 1em;
	padding: 3px 0;
}

/* bullet list 
#subBox .whRect ul.greenBullet {
  	margin: 0;
	padding: 0;
	list-style-image: url(/images/objects/bullet_green.gif);
	list-style-position: outside;
}
#subBox .whRect ul.greenBullet li {
  	margin: 0 0 0 18px;
	padding: 2px 0 6px 0;
}
#subBox .whRect ul.greenBullet li .date {
	color: #006600;
}
#subBox .whRect ul.greenBullet li a, #subBox .whRect ul.greenBullet li a:visited {
  	color: #000000;
	text-decoration: none;
}
#subBox .whRect ul.greenBullet li a:hover {
	text-decoration: underline;
}

#subBox .titleImg {
	margin: 0 0 8px 0;
}  */

           
/* form      
#subBox .whRect .mid form.boxForm a, #subBox .whRect .mid form.boxForm a:visited {
	color: #669900;
}
#subBox form.boxForm table.formTbl  {
	width: 100%;
	border: 0;
}
#subBox form.boxForm table.formTbl tr td {
	padding: 2px 0;
}
#subBox form.boxForm table.formTbl tr td.title {
	font-size: 11px; 
	color: #669900;
	font-weight: bold;
}
#subBox form.boxForm table.formTbl tr td.field {
	text-align: right; 
}
#subBox form.boxForm input.formInputTxt {
	border: 1px solid #cccccc;
	width: 160px;
	padding: 1px;
	font-size: 11px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 156px;
}
html>body #subBox form.boxForm input.formInputTxt {
	width: 156px;
}
#subBox form.boxForm .submitBut {
	margin: 6px 0;
	text-align: right;
}
#subBox form.boxForm .submitBut input {
	margin: 0 0 0 auto;
}
*/ 


/**
 * Trade Fairs & Events
 */
#rightCol .eventEntry, #subBox .eventEntry {
	margin-bottom: 10px;
	text-align: center;
} 
#rightCol .eventEntry h4, #subBox .eventEntry h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #454545;
} 
#rightCol .eventEntry h4 a, #rightCol .eventEntry h4 a:visited,
#subBox .eventEntry h4 a, #subBox .eventEntry h4 a:visited {
	color: #454545;
} 
 

