/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #808080;
}
.skinmaster {
	height: 100%;
	width:770px;
	background-color: #FFFFFF;
	/*BORDER-RIGHT: #197B30 1px solid; 
	BORDER-TOP: #197B30 1px solid; 
	BORDER-LEFT: #197B30 1px solid; 
	BORDER-BOTTOM: #197B30 1px solid; */
	
}
.skinheader 
{
	height: 100;
}
.skingradient {
	background-image:url(images/tab_bg.bmp);
	height:26;
}
.Footer
{
	border-top: solid 3 #D0d0d0;
	font-family: Tahoma, Arial, Helvetica; 
	background-color: #D0d0d0;
	padding-top: 4px;
	padding-bottom:4px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
}
.rightpane {
	width: 250px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 2px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.Baner_top
{
	background-image:url(images/Red/banner_top.bmp);
	background-repeat: no-repeat;
	height: 23px;
}

.Banner
{
	background-image:url(images/Red/banner.bmp);
	background-repeat: no-repeat;
	height: 80px;
	width: 780px;
}

.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: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

.SubHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold ;
    color: #496690;
}

.Copyright
{
	color:White;
	font: bold 11px Tahoma;
 
}
/*********Menu***********/
.TopGroup
{
  background-image:url(images/tab_bg.bmp);
  /*border-left:solid 1px #8B979D;*/
  color:White;
}

.MenuGroup
{
 
  background-color:#E6E6E6;
  /*border-left:solid 1px #8B979D;*/
}

.MenuItem 
{
  color:  White; 
  font-family:Tahoma, Verdana; 
  font-size:11px; 
  font-weight: normal;
  cursor:hand;
  height:21;
  /*border-right: solid 1px #8B979D;
  background-image:url(images/tab_bg.bmp);*/
}

.MenuItemHover 
{
  color:  Red; 
  font-family:Tahoma, Verdana; 
  font-size:11px; 
  font-weight:normal;
  cursor:hand;
  height:21;
  background-image:url(images/tab_bg.bmp);
}

.MenuItemSelected
{
  color:  Red ; 
  font-family:Tahoma, Verdana; 
  font-size:11px; 
  font-weight:normal;
  cursor: default ;
  height:21;
  background-image:url(images/tab_bg.bmp);
}

.DisabledMenuItem
{
  color:Gray; 
  background-color:white; 
  font-family:Tahoma, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DisabledMenuItemHover 
{
  color:Gray; 
  background-color:silver; 
  font-family:Tahoma, Verdana;
  font-size:10px; 
  cursor:default;
}

.ChildMenuItem
{
  color:#003366; 
  font-family:Tahoma, Verdana; 
  font-size:11px; 
  font-weight: normal;
  cursor: hand ;
  height:25;
  
}

.ChildMenuItemHover
{
  color:#790000; 
  font-family:Tahoma, Verdana; 
  font-size:11px; 
  font-weight:normal;
  cursor: hand ;
  height:25;
  
}

.MenuBreak
{
  padding:0px; 
}

.MenuBG_Left
{
  width:186;
  height:21;

  background-image:url(images/left_banner.bmp);
  background-repeat: no-repeat;
 
}

.MenuBG_Right
{
  height:21;
  background-image:url(images/tab_bg.bmp);
  background-repeat:repeat-x;
}

.Date_bg
{
	height:18;
	background-image:url(images/Date_bg.gif);
	background-repeat: no-repeat;
}
/*********Menu_Red***********/
.TopGroup_R
{
  background-image:url(images/Red/tab_bg_Red.bmp);
  /*border-left:solid 1px #8B979D;*/
  color:White;
}

.MenuGroup_R
{
 
  background-color: White;
  padding-left:5;
  padding-right:10;
  /*border-left:solid 1px #8B979D;*/
}

.MenuItem_R 
{
  color: White; 
  font-family:Tahoma, Verdana; 
  font-size:11px; 
  font-weight:  normal;
  cursor:hand;
  height:21;
  /*border-right: solid 1px #8B979D;*/
  /*background-image:url(images/tab_bg.bmp);*/
}

.MenuItemHover_R 
{
  color: Yellow; 
  font-family:Tahoma, Verdana; 
  font-size:11px; 
  font-weight:normal;
  cursor:hand;
  height:21;
  /*background-image:url(images/tab_bg.bmp);*/
}

.MenuItemSelected_R
{
  color:Yellow; 
  font-family:Tahoma, Verdana; 
  font-size:11px; 
  font-weight: normal;
  cursor: default ;
  height:21;
  /*background-image:url(images/tab_bg.bmp);*/
}

.MenuBG_Left_R
{
  width:186;
  height:21;

  background-image:url(images/Red/left_banner_red.bmp);
  background-repeat: no-repeat;
 
}

.MenuBG_Right_R
{
  height:21;
  background-image:url(images/Red/tab_bg_red.bmp);
  background-repeat:repeat-x;
}

.Date_bg_R
{
	height:24;
	background-image:url(images/Red/Date_bg_Red.gif);
	background-repeat: no-repeat ;	
}
/**************NavBar*************/
.NavBar
{
  background-color:white;
  /*border-top: 1px solid #7C7C94;
  border-left: 1px solid #7C7C94;
  border-right: 1px solid #7C7C94;*/
  
  border-top: 1px solid white;
  cursor: default; 
  width:160px;
} 

.TopItem
{
 
  background-image: url(images/Red/nav_tab_bg.gif);
  border-bottom:1px solid white;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold ;
  color: White ;
  padding-top: 2px; 
  padding-bottom: 2px; 
  cursor:hand;
  height:24;
}

.TopItemHover
{
  
  border-bottom:1px solid white;
  background-image: url(images/red/nav_tab_bg.gif);
  font-family: tahoma, verdana; 
   font-size: 11px; 
  font-weight: bold ;
  color: Yellow ;
  padding-top: 2px; 
  padding-bottom: 2px; 
  cursor:hand;
  height:24;
}

.TopItemExpanded
{
 
  border-bottom:1px solid white;
  background-image: url(images/Red/nav_tab_bg.gif);
  font-family: tahoma, verdana; 
  color: Yellow;
  font-size: 11px; 
  font-weight: bold ;
  padding-top: 2px; 
  padding-bottom: 2px; 
  cursor:hand;
  height:24;
}

.Level2Item
{

  font-family: tahoma, verdana; 
  border-bottom:0px solid #336699;
  font-size: 11px; 
  color: #333333;
  font-weight:   normal ;
  padding-left: 5px; 
  padding-right:10px;
  cursor:hand;
  border-bottom: #D0D0D0 1px solid;
}

.Level2ItemHover
{

  font-family: tahoma, verdana; 
  border-bottom:0px solid #336699;
  font-size: 11px; 
  font-weight:  bold;
  color: #333333;
  background-color:#C1D2EE ;
  padding-left: 5px; 
  padding-right:10px; 
  cursor:hand;
   border-bottom: #D0D0D0 1px solid;
}

.Level2Group
{
  border-bottom:0px solid white;
  background-color: #F0F0F0;
  padding-left:0px; 
  padding-right:0px; padding-top:0px; padding-bottom:0px
}

.Empty
{
}

.Search
{
	font-family: tahoma, verdana; 
	font-size: 11px; 
	font-weight: normal;
	color: White;
}


