/* 
================================
 Container Styles for DotNetNuke
================================
*/


.min_height
{
	height: 220px;
	visibility: hidden;
	width: 1px;
}

.default_container_border
{
	width: 200px;
	color: White;
}

.default_container_top_left
{
	height: 11px;
	background-color: #22a7d9;
	border-top: solid 1px white;
	border-left: solid 1px white;
	font-size: 3px;
}

.default_container_top
{
	height: 11px;
	background-color: #22a7d9;
	border-top: solid 1px white;
	border-right: solid 1px white;
	font-size: 3px;
}

.default_container_top_right
{
	width: 11px;
	height: 11px;
	background-image: url(images/top_right.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 3px;
}


.default_container_main_left
{
	background-color: #22a7d9;
	background-image: url(images/gradient_bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-left: solid 1px white;
	border-bottom: solid 1px white;
}

.default_container_main
{
	background-color: #22a7d9;
	background-image: url(images/gradient_bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	vertical-align: top;
	color: White;
	padding-right: 11px;
}

.default_container_main div, .default_container_main td, .default_container_main a
{
	color: White;
}

.default_container_main a
{
	font-weight: bold;
}

.default_container_main_h1
{
	color: #05416e;
}


.default_container_main_right
{
	background-image: url(images/main_right.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 11px;
	padding: 0;
}

.default_container_bottom_left
{
	height: 12px;
	width: 14px;
	font-size: 1pt;
	background-image: url(images/bottom_left.png);
	background-position: right bottom;
	background-repeat: repeat-x;
}

.default_container_bottom
{
	height: 12px;
	font-size: 1pt;
	background-image: url(images/bottom.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.default_container_bottom_right
{
	width: 11px;
	height: 12px;
	background-image: url(images/bottom_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1pt;
}

#dnn_dnnUSER_cmdRegister, dnn_dnnLOGIN_cmdLogin
{
	font-weight: normal;
}

.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;
	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: #DDDDDD;
}

#dnn_ctr371_Signin_cmdPassword
{
	color: white;
}


















































































