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

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

 
/* ***************************************************************** *
 *   BOXES 
 * ***************************************************************** */
.stdBox {
	margin: 15px 0 15px 10px;
	background: #ffffff;
	padding: 0 5px;
}
.stdBox h4.boxTitle {
	padding: 4px 2px 2px 2px;
    margin: 0 0 2px 0;
	color: #004C90;
	font-weight: bold;
	font-size: 13px;
}
.stdBox .boxMain { padding: 2px 2px 5px 2px; }
.stdBox, .stdBox p, .stdBox li { font-size: 11px; }
.stdBox .boxMain a { color: #000000; }
.stdBox .boxMain a:hover { color: #333; }
.stdBox .newsDate { color: #666666; }
.stdBox h5 { padding: 0; font-size: 11px;  color: #004C90; } 
.stdBox h5 a { color: #004C90; } 
.stdBox .intro { padding: 0; }

.stdBox .boxMain ul.noBullets {
    margin: 2px 0; 
    padding: 0;
    list-style: none;
}
.stdBox .boxMain ul.noBullets li {
    margin: 0;
    padding: 2px 0; 
}

.stdBox .boxMain ul.blueBullets {
    margin: 2px 0; 
    padding: 0; 
    list-style-image: url(/path/to/pic);
}
.stdBox .boxMain ul.blueBullets li {
    margin: 0;
    padding: 2px 0 2px 1em; 
}

.stdBox .addLinks {
    padding: 3px 0;
    text-align: right;
    font-size: 11px;
    color: #666;
}
.stdBox .addLinks a { color: #666; }

/**
 * Newsletter Box 
 */
.stdBox .newsletterBox label {
    padding: 2px;
    font-size: 11px;
    color: #666;
}
.stdBox .newsletterBox input[type=text] {
    width: 110px;
    height: 14px;
    border: 1px solid #004C90;
    padding: 2px;
    margin: 0 2px 0 0;
    font-size: 11px;
    color: #000;
}
.stdBox .newsletterBox button[type=submit] {
    width: 28px;
    height: 20px;
    padding: 0;
    border: 0;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	background: #004C90;
}

