/* 
================================
Skin styles for DotNetNuke
================================
*/   


.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #5D0303;

}
.skinmaster 
{
	height: 100%;
	background-color: #ffffff;
	border:2px solid #b3b3b3;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
	height:0px;
}


.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: maroon;
}


.SectionHead {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: maroon;

}


.hr_maroon
{
	height:1px;
	width:900px;
	color:maroon;
}

.logo
{
	left:20px;
	position:relative;
}

.menu_background
{
	height:32px;
	padding-top:7px;
	background-image: url(gradient_menu.jpg);
	background-repeat: repeat-x;
}

.gradient_hr
{
	height:2px;
	width:900px;
	background-image: url(gradient_hr.jpg);
	background-repeat: repeat-x;
}


#dnn_dnnCOPYRIGHT_lblCopyright,
#dnn_dnnLOGIN_cmdLogin,
.copyright
{
	color: gray;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
}

.copyright A:link, .copyright A:hover, .copyright A:visited{color:maroon;}

.tagline
{
	color:Gray;
	font-family:Arial;
	font-size: 12pt;
	font-weight:bold;
}







.question {
   font-size:large; 
   color: black!important;
}


.answer {
   color: maroon!important;
}






/************************* LAYOUT SPECIFIC **********************************


/***** HOME LAYOUT *****/
.home_headerpane
{
	
}

.home_contentpane {
	width: 900px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.messagebox
{
	float:left;
	border:0px solid green;
	height:80px;
	padding-top:50px;
	color:#666666;
	font-family:Arial;
	font-size:12pt;
}




/***** 2 COLUMN LAYOUT *****/

.2column_contentpane
{
	width: 800px;
	height:600px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.2column_sidemenu
{
	border-right:1px solid #800000;
	width:200px;
}


























/************* INVENTUA SIDE MENU **********/

.MenuHdr
{ 
  font-size: 10pt; 
/*  padding-left: 10px; */
  font-weight: bold; 
  padding-bottom: 2px; 
  /* background-color: #f1f1f1; */
  cursor: default;
}
.MenuItem HR
{
  /*background-color: #f1f1f1; */
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;   
  margin-right: 5px; 
}

.MenuItemMouseOver
{
  background-position: right top;
  /* background-image: url(images/menuarrow-bg.gif);*/
  background-repeat: no-repeat;
  /*border: #00008B 1px solid;*/
  background-color: #cccccc !important;  
}

.MenuItem, .MenuItemMouseOver
{
  font-size: 8pt; 
  font-weight: normal; 
  padding-top: 1px;
  padding-bottom: 1px;
  /*border: #f1f1f1 1px solid; */
  /*background-color: #f1f1f1;*/
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: black; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, 
.MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.MenuCurrentPage
{

  font-weight:bold;
}























/****************** TOP DNN MENU **************************/
.main_dnnmenu_container {
	width:900px;

}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	width:900px;
	height:32px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 20px 0px 20px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: transparent;
	color:#fcee21;
}

.main_dnnmenu_itemhover td {  
	background-color: Transparent; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}



/***** Blog archive calendar ******/
.pncEvents_Cal {
	background-color: white;
}

.pncEvents_CalHeader {
	background-color: maroon;
	height: 20px;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #f0f0d8;
	font-family: Arial;
	font-size: 8pt;
	line-height: 12pt;
	letter-spacing:0.06em;
	text-align: center;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}

.pncEvents_CalHeader td {
	background-color: maroon;
	height: 20px;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: white!important;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	line-height: 12pt;
	letter-spacing:0.06em;
	text-align: center;
}

.pncEvents_CalDayHeader {
	background-color: #B3B2B2;
	border: 1px solid #E4E4E2;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial; 
	text-align: center;
	height: 25px;
	color: #57574E;
}

.pncEvents_CalSelector {
	color: #fff;
}

.pncEvents_CalDay {
	background-color: white;
	border: 1px solid #cdcdcd;
	font-size: 10px;
	font-family: Tahoma; 
	text-align: Left;
	height: 25px;
	width: 25px;
	color: #232323; 
	text-align: center;
}

.pncEvents_CalToday {
	background-color: #FBD851;
	height: 25px;
	width: 25px;
	text-align: left;
	border: 1px solid #E4E4E2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	font-family: Arial;
	font-size: 8pt;
	text-align: center; 
}

.pncEvents_CalSelectedDay {
	background-color: #B1DA17;
	border: 1px solid #cdcdcd;
	font-size: 10px;
	font-family: Tahoma; 
	text-align: Left;
	height: 25px;
	width: 25px;
	color: #232323; 
	text-align: center;
}

.pncEvents_CalWeekendDay {
	background-color: #E0E0E0;
	border: 1px solid #ffffff; 
	font-size: 10px;
	font-family: Tahoma; 
	text-align: Left;
	height: 25px;
	width: 25px;
	color: #232323;
	text-align: center;
}

.pncEvents_CalOtherMonthDay {
	background-color: #ffffff;
	border: 1px solid #E4E4E2;
	font-size: 10px;
	font-family: Tahoma; 
	text-align: Left;
	height: 25px;
	width: 25px;
	color: #cdcdcd;
	text-align: center;
}


