/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.successStoryContainer 
{
    width:200px;
	background-color: #FFFFFF;
	border-right: #678E01 1px solid; 
	border-top: #678E01 1px solid; 
	border-left: #678E01 1px solid; 
	border-bottom: #678E01 1px solid; 
    margin-bottom:10px;
    moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.titleWhiteBold
{
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
}

.menuButtonsSuccessStory
{
    background:#678E01 url(gradientGreen.gif) repeat-x top left;
    border-bottom:solid 1px #666666;
    padding:3px 3px 3px 3px;
}

.successStoryContent
{
    width:200px;
    font-size:11px;
    padding:3px 5px 3px 5px;
    background-color:#FFFFFF;
    text-align:left;
}

.actionsMenuArrow
{
    width:5%;
}

.actionHelp
{
    width:10%;
}

.actionAddContent
{
    width:100%;
}

.actionPrint
{
    width:95%;
}

.actionModuleSettings
{
    width:5%;
}