/* 
================================
 Container Styles for DotNetNuke
================================
*/   



.containermaster_blue {
	width: 100%;
	background-color: #fff;

	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
		line-height:16px;
}
.containerrow1_blue {
	background-color:#FF5C00;
	line-height:24px;
	padding-left:10px;
}

.titleText 
{
	 color:#FFFFFF; 
}

.containerrow2_blue {
	background-color: #ffffff;

}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}



.actions 
{
    margin-left:-4px;
}

.container_content 
{
	padding:0;
	margin:0;
}

.container_content p{
	padding:0;
	margin:0;
	text-align:left;
}

.container_content_padding
{
 padding-bottom:0px;
padding:10px;
text-align:left;
}

.container_login
{
 padding-bottom:0px;
}

.container_login .NormalTextBox
{
	border:solid 1px gray;
	height:20px;
	margin:5px;
}

.container_login .standardbutton
{
	border:none;
	height:20px;
	background-color:#011931;
}

.news .container_content a:link, .news .container_content a:visited 
{
    font-weight:normal;
}

/* CSS for container_narrow used on the promotion items */
.container_content_narrow
{
	background-color:White;
}

.container_content_narrow p
{
	font-size:11px;
	line-height:12px;
	margin:0;
}

.promoHeader
{
	background-color:Silver;
	padding-bottom:3px;
}

/* Small dot next to h1 */
.container_content_narrow .promoImage
{
	display:inline;
}

.container_content_narrow h1
{
	font-size:14px;
	color:Navy;
	font-weight:bold;
	line-height:12px;
	margin:0px;
	display: inline;
}
/**/

/* CSS for container_useful_sites used on useful sites items */
.container_content_usefulsites
{
	padding-left:5px;
	width:230px;
}

.container_content_usefulsites p
{
	font-size:11px;
	line-height:15px;
}

/* Small dot next to h1 */
.container_content_usefulsites .promoImage
{
	display:inline;
}

.container_content_usefulsites h1
{
	font-size:14px;
	color:Navy;
	font-weight:bold;
	display: inline;
}


.container_content a,
.container_content a:link,
.container_content a:hover,
.container_content #ss_img_link444:link,
.container_content #ss_img_link444:hover,
.container_content a:link img,
.container_content a:hover img
{
    padding:none !important;
    margin:none !important;
    text-decoration:none !important;
    border:none;
}

.container_content img#leftButton
{
    margin-right:16px;
    border:none;
}

img#rightButton
{
    margin-left:16px !important;
    border:none;
}

#write
{
	font-size:12px;
}

#counter
{
	font-size:12px;
	padding-bottom:3px;
}
/**/