/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color:#FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color:#FFFFFF;
	border-right:#CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-left:#CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
/* menu bar bgcolor */
.skingradient {
	background-color:#0485DC;
/*	background-image: url(gradient_DkBlue.jpg);  */
	height:33px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent;
}
/* manin menu bgcolor 
.MainMenu_MenuContainer {
	background-color: transparent;
}
*/
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	display:block;
}


.MainMenu_MenuBar {
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
}

/* submenu text css  */
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF; 
	font-size: 8pt; 
	font-weight:normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 5px 5px 5px 5px;
}
.MainMenu_MenuItem td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF; 
	font-size: 11px; 
	font-weight:normal; 
	font-style: normal; 
/*	background-color:Transparent; Submenu Hover Color channged   */
	font-family:Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 2px;
		border:none;
}
/* mainmenu properties */
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF; 
	font-size: 8pt; 
	font-weight:normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 1px 11px 12px 5px;   /*explicitly set padding for root menu items*/
}
/* No change in menu

.MainMenu_SubMenu  { TD if menu option for using tables is on
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF; 
	font-size: 11px; 
	font-weight:normal; 
	font-style: normal; 
	background-color:#0099FF;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  Word wrapping menu item now optional	    
    padding: 2px;   explicitly set padding for root menu items
	border:none;
}*/

/* main menu hover */
.main_dnnmenu_itemhover {  
	background-color:#3399FF; 
}
/*.MainMenu_MenuItemSel {  
	background-color:#0099FF; 
}*/
/* SubMenu Hover Style */
.MainMenu_MenuItemSel { /* drop-down menu hover style */
    background-color:#336699; /*background hover or mouseover color for all menu items */
}
/* sub menu hover */
.main_dnnmenu_itemhover td {  
	background-color:#330099; 
}
/* main menu hover bg color */
.MainMenu_MenuItemSel td {  
		cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF; 
	font-size: 11px; 
	font-weight:normal; 
	font-style: normal; 
	background-color:#336699;
	font-family:Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 2px;

}

.highlight td {  
	background-color:#330099; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
/* Submenu Left Space Color and arrow */
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	text-align:center;
	width: 10px; 
	background:url(breadcrumb_black.gif) no-repeat center;
}

/* sub menu bgcolor */
.main_dnnmenu_submenu {
	background-color:#0485DC;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#0099ff', Direction=145, Strength=4); 
	padding: 1px 0px 1px 1px;   /*explicitly set padding for sub-menus */
}

/* sub menu bgcolor */
.MainMenu_SubMenu {
	background-color:#0485DC;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#0099ff', Direction=145, Strength=4); 
	padding: 3px;   /*explicitly set padding for sub-menus */
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}
.MainMenu_MenuBreak {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuArrow {
	font-family:tahoma; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_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:#0099FF;
	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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}



/* styles from QXchange site */


.button
{ 	font-family:Tahoma;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
.button:hover
{ 
	font-family:Tahoma;
	color: #000000;
	font-size:11px;
	text-decoration:none;
}
.popbutton
{
	font-family:Tahoma;
	color: #FFFFFF;
	font-size:11px;
	text-decoration:none;
}
.backbar
{
	background-color: #EFEFEF;
	font-family:Tahoma;
	font-size:11px;
	line-height:15px;
	color: #333333;
	font-weight:bold;
}
.heading
{
	font-family:Tahoma;
	font-size:11px;
	color: #333333;
	font-weight:bold;
}
.headingunderline
{
	font-family:Tahoma;
	font-size:11px;
	color: #0099FF;
	font-weight:bold;
	text-decoration:underline;
}
.whiteheading
{
	font-family:Tahoma;
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
}
.border
{
	border-collapse:collapse;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.border2
{
	border-collapse:collapse;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
.tblborder
{
	border-collapse:collapse;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.borderTB
{
	border-collapse:collapse;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

.text
{
	font-family:Tahoma;
	font-size:11px;
	line-height:15px;
	color: #333333;
	text-decoration:none;
	text-align:justify;
}
.p
{ 
	font-family:Tahoma;
	font-size:11px;
	line-height:15px;
	color: #333333;
	text-align:justify;
}

.text1
{
	font-family:Tahoma;
	font-size:11px;
	line-height:15px;
	color: #333333;
	text-decoration:none;
}

.lineheight

{
	font-family:Tahoma;
	font-size:11px;
	line-height:20px;
	color: #333333;
	text-decoration:none;
}
.more
{
	font-family:Tahoma;
	color: #0066FF;
	font-size:11px;
	text-decoration:none;
}
a.more:hover
{
	font-family:Tahoma;
	color: #FF0000;
	font-size:11px;
	text-decoration:none;
}
.head
{
	font-family:Tahoma;
	font-weight:bold;
	color: #048FEC;
	font-size:13px;
	text-decoration:none;
}
.list
{
	font-family:Tahoma;
	font-size:11px;
	line-height:15px;
	color: #333333; list-style:circle;
}
.download
{
	font-family:Tahoma;
	color: #0066FF;
	font-size:11px;
	text-decoration:none;
}
.style2
{
	font-family:Tahoma;
	font-size:11px;
	color: #FF0000;
}
.info
{
	font-family:Tahoma;
	font-size:9px;
	color:#0066FF;
}
.mainLink
{
	font-family:Tahoma;
	color:#FF9933;
	font-size:12px;
}
