﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}

/* for sample1  #999696 */
	
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	/* border-right: #E83928 0px solid; */
	border-right: #8f9092 2px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 2px solid; 
	border-bottom: #E83928 2px solid; 
/*	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px; */
}
.skinheader 
{
background-image: url('Top_Banner.gif'); 
height: 77px;
/* width: 738px */
}
.skinsearch 
{
background-image: url('Search_Iconbg.gif'); 
}
.skinmenubar 
{
background-image: url('menu-barnew3.gif'); 
height: 24px;
border-right: #E83928 0px solid; 
border-top: #D3D8DE 2px solid; 
border-left: #E83928 0px solid; 
border-bottom:white 0px none; 
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-down: 0px;
}
.copyright
{
background-color: #E83928;	
}
.skingradient {
	background-image: url('gradient_DKGray.jpg'); 
	height: 30px
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 220px;
	background-image: url(/liscr/images/leftbg5.gif);
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.Specialleft {
	width: 213px;
	background-image: url(/liscr/images/leftbg5.gif);
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpanetop {
	width: 436px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.rightpane {
	width: 190px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height: 24px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #282828; 
	font-size: 8.25pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;

        
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #343333; 
	font-size: 8.5pt; 
	font-weight: bold; 
	font-style: normal; 
	Valign: middle;
	/*background-color: Transparent; */
	font-family: Verdana; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
   /* padding: 5px 5px 5px 5x;   /*explicitly set padding for root menu items*/
    padding-left: 10px;
padding-right: 10px;
}

.main_dnnmenu_itemhover {  
	background-color: #BFBFBF; 
	
	
}

.main_dnnmenu_itemhover td {  
	background-color: #BFBFBF; 
	
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 20px; 
	height: 100%;
	
}
/*class for submenu (image:  submenu14_new.gif) */
 .main_dnnmenu_submenu {
    background-image: url('submenu14_new.gif');
    height: 20px;
    width: 30px;
    z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	text-align: left;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);*/
	/* padding: 0px 0px 0px 0px;   explicitly set padding for sub-menus */
	padding-left: 0px;
   /* padding-right: 10px;*/
    margin-left: 0px;
     white-space: nowrap; 
} 
.main_dnnmenu_break {
	height: 100px;
	font-size: 1px;
	
	
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 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: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg');
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
   
}

/* css Class by Pramod */

a 
{
	text-align:left;
	color: Blue;
	font-size: 9pt;
	text-decoration:underline; 
}

a:hover {
	color:red;
	font-size: 9pt;
	text-decoration:none;
	
}
.abc {
	color: navy;
	font-size: 9pt;
	text-decoration:none; 
}

abc:hover {
	color:red;
	font-size: 9pt;
	text-decoration:none;
	
}
.ab 
{
	text-align:left;
	color: Black;
	font-size: 7pt;
	text-decoration:none; 
}

.ab:hover {
	color:red;
	font-size: 7pt;
	text-decoration:none;
	
} 

.mainheader 
{
	font:Verdana;
	text-align:left;
	color:Black; 
	font-size: 16pt; 
	font-weight:bold;
  
    
}

Yellow { 
	color: navy;
	background-color:#ffff00;
	font-weight:bold;
	font-size: 8pt;

}

Yellow:hover {
	color:red;
	background-color:#ffff00;
	text-decoration:none;
	font-weight:bold;

}

.press 
{
	font-size: 44pt;
	font-family: Trebuchet MS;
}

/* table */
td {
	
	font-family: verdana; 
	font-size: 10pt; 
	text-decoration: none;  
	color: Black;
	
}





/* Prese Release */



/* Header */


.h1 {  font: verdana;  font-size: 5; color:#333333; }
.h2 {  font: verdana; font-size: 11pt; font-weight:bold;color:#333333; }



.red 
{
color:red;
font-weight:bold; 
font-size: 10pt;
}



.form_button
{background-color: navy;
border-color:#ccccff;
color:white;
font-weight:bold; 
font-family: verdana;
font-size: 10pt;
}
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
