/* GENERAL TEXT STYLES
-----------------------------------------------------------------------------*/

/*** Container Layout Styles ***/

.Container_Content {
	width: 99%;
	overflow: hidden;
	padding: 10px 0 10px 0px;
	text-align: left;
}

.Container_Top {
	overflow: hidden;
	width: auto;
	background: #ffffff;

}

.Container_Top_NoTitle {
	display: none;
	overflow: hidden;
	height: 0px;
	line-height:0;
	width: auto;
}

.Container_TopLeft {
	float: left;
	background: #ffffff;
}

.Container_TopMiddle {
	background: #ffffff;
}

.Container_TopRight {
	width: 10px;
	float: right;
	background: #ffffff;
}

.Container_Main {
	width: auto;
	padding: 8px 0px;
}

.Container_Main_Plain {
	width: auto;
}

.Container_MainLeft {
	float: left;
	border: none;
}

.Container_MainMiddle {
}

.Container_MainRight {
	float: right;
}

.Container_Bottom {
	width: auto;
}

.Container_BottomLeft {
	float: left;
}

.Container_BottomRight {
	float:right;
}

.Container_BottomMiddle {
	text-align: center;
}


#ContentPane, .ContentPane {
	padding: 0px;
	margin: 0px;
}

/*** Container Content Element Styles ***/
.Container_Heading {}

.Actions {
	text-align: left;
}

.bg_transparent {
	background: transparent;
}

.bg_white {
	background: #ffffff;
}

/*** Required Module Title Styles ***/

table#dnn_ctr1867_dnnACTIONS_ctldnnACTIONSsub0{
	height: 600px;
	width: 300px;
}
.ModuleTitle_MenuBreak,
tr.ModuleTitle_MenuBreak,
.ModuleTitle_MenuBreak td {
	height: 0px;
	width: 0px;
}
.ModuleTitle_MenuItem, table.ModuleTitle_MenuItem, 
.ModuleTitle_SubMenu, table.ModuleTitle_SubMenu, 
#dnn_ctr1867_dnnACTIONS_ctldnnACTIONSsub0, table#dnn_ctr1867_dnnACTIONS_ctldnnACTIONSsub0, 
#dnn_ctr1867_dnnACTIONS_ctldnnACTIONSsub7, table#dnn_ctr1867_dnnACTIONS_ctldnnACTIONSsub7
{
	position: relative;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
	position: relative;
	top: 0px;
	left:0px;
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
}


.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 
{
	position: relative;
	z-index: 1000; 
	cursor: pointer; 
	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; 
	color: black; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

/* CALENDAR AREA
-----------------------------------------------------------------------------*/

.EventDayHeader {}

.EventDay {}

.EventOtherMonthDay {}

.EventWeekendDay {}

.EventDayScroll {}

.EventTodayDay {}

.EventSelectedDay {}

/* BLOG CONTENT STYLES
-----------------------------------------------------------------------------*/
.Container_Heading, .Container_Heading .Head {
	letter-spacing: 1px;
}

.BlogContent {
	font-size: 12px;
	line-height: 14px;
}

.BlogTitle {
	font-size: 18px;
}

.blog_head {
}

h2.blog_title {
	font-size:15px;
	line-height:1.4em;
	margin: 4px 0;
}

h2.blog_title a,
h2.blog_title a:link,
h2.blog_title a:visited {
	color: #0D55A4;
	font-size: 15px;
	text-decoration: underline;
	letter-spacing: 1px;
}

.blog_dateline {
	font-size: 11px;
	color: #999999;
}
.blog_Description, .blog_body p {
	font-size: 11px;
}

.Head {
	font-size: 18px;
}



/* GENERAL TEXT STYLES

-----------------------------------------------------------------------------*/
ul li {
	list-style-type: circle;
	margin-left: 15px
}


.basic_title, 
.basic_title .Head, 
.Head {
	color: #66CC00;
	margin: 0px 0px 4px 0px;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0;
}

/* Text alignment helpers, etc.
	often used within a table cell.Use instead of align= and valign= HTML attributes. */
.nobr { white-space: nowrap !important; }	/* Use instead of <nobr>Some text</nobr> */
.left { text-align: left !important; }
.center { text-align: center !important; }
.justify { text-align: justify !important; }
.right { text-align: right !important; }
.top { vertical-align: top !important; }
.middle { vertical-align: middle !important; }
.bottom { vertical-align: bottom !important; }
.floatl { clear: left; float: left !important; }
.floatr { clear: right; float: right !important;}
.clear { clear: both !important; }
.indent { margin-left: 10px !important; }

.padright { padding-right: 6px !important; }
.padleft { padding-left: 6px !important; }
.padtop { padding-top: 6px !important; }
.padbottom { padding-bottom: 6px !important; }
.padall { padding: 6px !important; }

.padright10 { padding-right: 10px !important; }
.padleft10 { padding-left: 10px !important; }
.padtop10 { padding-top: 10px !important; }
.padbottom10 { padding-bottom: 10px !important; }
.padall10 { padding: 10px !important; }

.padright15 { padding-right: 15px !important; }
.padleft15 { padding-left: 15px !important; }
.padtop15 { padding-top: 15px !important; }
.padbottom15 { padding-bottom: 15px !important; }
.padall15 { padding: 15px !important; }

.padright20 { padding-right: 20px !important; }
.padleft20 { padding-left: 20px !important; }
.padtop20 { padding-top: 20px !important; }
.padbottom20 { padding-bottom: 20px !important; }
.padall20 { padding: 20px !important; }