/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:50px;
}
.skindateuser {
	background-image: url(gradient_DkBlue.jpg); 
	height:10px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color:transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.leftpane 
{
	
	/*border-top:1px soild red;
	padding-top:-10px;*/
	border:0px none;
	margin:0; 
	background-color: transparent;
	padding-left: 0px; /* 6px */
	padding-right: 0px; /* 4px */
	padding-top: 0px; /* 6px */ 
	/*background:url('left_nav_link_bk.gif');
	background-position:top;
	background-repeat:repeat-x; */
	margin-bottom:-1px;
	*margin-bottom:-19px;

}
.contentpane {
	width: 78%;
	background-color: transparent;
	padding-left: 0px; /* 6px */
	padding-right: 0px; /* 4px */
	padding-top: 0px; /* 6px */ 
	/*background:url('middle_content_bk.gif');
	background-repeat:repeat-x;*/
	
}
	

.rightpane {
	width: 22%;
	background-color: transparent;
	padding-left: 0px; /* 6px */
	padding-right: 0px; /* 4px */
	padding-top: 0px; /* 6px */ 
	background:url('right_nav_bk.gif');
	background-position:right; 
}
.bluelinever {
	
	background-image:url('blue_line.gif');
	background-repeat:repeat-y;
	
	
}
.bottompane {
	width: 100%;
	/*background:url('blue_line.gif');
	background-repeat:repeat-x;*/
	
	padding-left: 0px; /* 6px */
	padding-right: 0px; /* 4px */
	padding-top: 0px; /* 6px */ 
}
.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: transparent;
}
.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:0;
        /* padding: 1px 3px 3px 1px;	*/
}

.main_dnnmenu_rootitem  { /*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:0;
    /*padding: 0px 12px 0px 5px;   explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width:0;
	/* 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:0;
	/* 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);
}
.Head {
   font-family: verdana;
   font-size:  13px;
   font-weight: bold;
   color: #FF7B43;
}
/* nitin style sheet start*/
	body
	{
		margin:0px;

	}
	html
		{
		overflow-y:scroll;
		}
	.smalltext
	{
		font-family:verdana;
		font-size:10px;
		color:#000000;
		text-decoration:none;
	
	}
	.vertext
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:none;
	
	}
	.verbtext
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:none;
		font-weight:bold;
	
	}
	.verwtext
	{
		font-family:verdana;
		font-size:11px;
		color:#ffffff;
		text-decoration:bold;
	
	}
	.verbluetext
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:none;
		font-weight:bold;
	
	}
	.verblueheading
	{
		font-family:verdana;
		font-size:13px;
		color:#FF7B43;
		text-decoration:none;
		font-weight:bold;
	
	}
	.verorangeheading
	{
		font-family:verdana;
		font-size:13px;
		color:#FF7B43;
		text-decoration:none;
		font-weight:bold;
	
	}
	.verheading
	{
		font-family:verdana;
		font-size:13px;
		color:#FF7B43;
		text-decoration:none;
		font-weight:bold;
	
	}
	.verbluenormaltext
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:none;
	
	}
	
	a.verwlink:active
	{
		font-family:verdana;
		font-size:11px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	
	}
	a.verwlink:visited
	{
		font-family:verdana;
		font-size:11px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	
	}
	a.verwlink:link
	{
		font-family:verdana;
		font-size:11px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	
	}
	a.verwlink:hover
	{
		font-family:verdana;
		font-size:11px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	
	}
	a.verbluelink:active
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:none;
		font-weight:bold;
	
	}
	a.verbluelink:visited
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:none;
		font-weight:bold;
	
	}
	a.verbluelink:link,
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:none;
		font-weight:bold;
	
	}
	a.verbluelink:hover
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:underline;
		font-weight:bold;
	
	}
	a.verbluenormallink:active
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:underline;
	}
	a.verbluenormallink:visited
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:underline;
	}
	a.verbluenormallink:link
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:underline;
	}
	a.verbluenormallink:hover
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:underline;
	}
	a.vernormallink:active
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:underline;
	}
	a.vernormallink:visited
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:underline;
	}
	a.vernormallink:link
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:underline;
	}
	a.vernormallink:hover
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:underline;
	}
	a.smalllink:active
	{
		font-family:verdana;
		font-size:10px;
		color:#294489;
		text-decoration:underline;
	}
	a.smalllink:visited
	{
		font-family:verdana;
		font-size:10px;
		color:#294489;
		text-decoration:underline;
	}
	a.smalllink:link
	{
		font-family:verdana;
		font-size:10px;
		color:#294489;
		text-decoration:underline;
	}
	a.smalllink:hover
	{
		font-family:verdana;
		font-size:10px;
		color:#294489;
		text-decoration:underline;
	}
	
	.dropdownsubmenu
	{
		position:absolute;
		visibility:hidden;
		width:200px;
		margin-left:5px;
		margin-top:1px;
		background-color:#ffffff;
	}
	.textbox
		{
			border:1px solid #D2DDFB;
			background-color:#FFFFFF;
			width:150px;
			height:14px;
			font-size:11px;
			
		}
	.textarea
		{
			border:1px solid #D2DDFB;
			background-color:#FFFFFF;
			width:150px;
			height:50px;
			font-size:11px;
			
		}	
	.button
		{
			background-color:#4387D9;
			border-left:1px solid #FFFFFF;
			border-top:1px solid #FFFFFF;			
			font-size:11px;
			color:#ffffff;
		}
	.asterix
		{
			color:#ff0000;
		}
		
	#casestudy
		{
			margin-right:12px;
			margin-left:-10px;
			margin-top:5px;
			margin-bottom:5px;
			font-family:Verdana;
			font-size:11px;
			color:#000000;
		}	
		
	#casestudy a.casestudylink:active		
		{
				display:block;
				padding-bottom:5px;
				padding-left:10px;
				background-image:url('images/circle.gif');
				background-repeat:no-repeat;
				background-position:left;
				font-family:verdana;
				font-size:11px;
				color:#294489;
				text-decoration:underline;
		}
	#casestudy a.casestudylink:link		
		{
				display:block;
				background-image:url('images/circle.gif');
				background-repeat:no-repeat;
				background-position:left;
				padding-bottom:5px;
				padding-left:10px;				
				font-family:verdana;
				font-size:11px;
				color:#294489;
				text-decoration:underline;
		}		
	#casestudy a.casestudylink:visited		
		{
				display:block;
				background-image:url('images/circle.gif');
				background-repeat:no-repeat;
				background-position:left;
				padding-bottom:5px;
				padding-left:10px;				
				font-family:verdana;
				font-size:11px;
				color:#294489;
				text-decoration:underline;
		}		
	#casestudy a.casestudylink:hover
		{
				display:block;
				background-image:url('images/circle.gif');
				background-repeat:no-repeat;
				background-position:left;
				padding-bottom:5px;
				padding-left:10px;				
				font-family:verdana;
				font-size:11px;
				color:#294489;
				text-decoration:underline;
		}		
		
		
	a.bradcrumblink:active
	{
		font-family:verdana;
		font-size:10px;
		color:#294489;
		text-decoration:underline;
	}
	a.bradcrumblink:visited
	{
		font-family:verdana;
		font-size:10px;
		color:#294489;
		text-decoration:underline;
	}
	a.bradcrumblink:link
	{
		font-family:verdana;
		font-size:10px;
		color:#294489;
		text-decoration:underline;
	}
	a.bradcrumblink:hover
	{
		font-family:verdana;
		font-size:10px;
		color:#ff0000;
		text-decoration:underline;
	}	
		.menu
		{
			background-color:#F1F1F2;
			font-family:Verdana;
			font-size:11px;
			height:25px;
			color:#294489;
			font-weight:bold;
			border:0px none;
			padding:0px 0px 0px 0px;
			border-spacing:0px 0px 0px 0px;
			width:100%;
		}
		.menuhover
		{
			background-color:#a3aabc;
			font-family:Verdana;
			font-size:11px;
			color:#223871;
			height:25px;
			font-weight:bold;
			width:100%;
			border:0px none;
			padding:0px 0px 0px 0px;
			border-spacing:0px 0px 0px 0px;
			
		}
		a:active
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:underline;
	}
	a:visited
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:underline;
	}
	a:link
	{
		font-family:verdana;
		font-size:11px;
		color:#294489;
		text-decoration:underline;
	}
	a:hover
	{
		font-family:verdana;
		font-size:11px;
		color:#ff0000;
		text-decoration:underline;
	}
/* nitin style sheet end */