
/* Uilabs Skin Style Sheet 2007 Uilabs LLC All Rights Reserved */

.Coloromatic{
	background-color: #99BCD5;
}

.ColoromaticMenu2{
	background-color: #B5CEE3;
}

.ColoromaticMenu{
	background-color: #4682B4;
}

.liltext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bolder;
	color: Black;
}

.controltext, a.controltext:link, a.controltext:visited {
 text-decoration: none;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: White;
 font-weight: bold;
}

a.controltext:hover    {
    text-decoration: none;
    color: red;
}
a.controltext:active   {
    text-decoration: none;
    color: black;
}

/* Panes */
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}

.TopLeftPane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}

.TopContentPane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}

.TopRightPane {
	width: 210px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}



.Leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}
.Contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}

.Rightpane {
	width: 210px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}



.LeftPane1 {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}


.ContentPane2{
	width: 66%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}

.RightPane2{
	width: 33%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}
 
.LeftPane3{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}
.ContentPane3{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
 
.ContentPane4{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}
.RightPane4{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}
 
.BottomLeftPane{
	width: 33%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}
.BottomContentPane{
	width: 33%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}
.BottomRightPane{
	width: 33%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
}
 
.FooterPane{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
} 

.FooterPane2{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	
} 

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}


.StandardButton {
	background: ButtonFace none;
	color: Black;
	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;
}

/* Search TextBox */
#SearchTextBox INPUT{
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right: #000000 1px solid;
	border-top: #AAAAAA 1px solid;
	border-left: #AAAAAA 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #F6F6F6;
	vertical-align: middle;
	height: 16px;
	margin-top: 0px;
	padding: 2px;
}

/* Menu System ----------------------------------------- */

/* MenuContainer, MenuBar not used, since we do this in the layout */
.MainMenu_MenuContainer{}
.MainMenu_MenuBar{}

/* Root menu item: unselected */
.MainMenu_RootMenuItem{
	font-weight: bold;
	padding-right: 4px;
	color: White;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 30px;
	background-color: transparent;
}
/* Root menu item: active (current page) */
.MainMenu_RootMenuItemActive{
	font-weight: bold;
	padding-right: 4px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 30px;
	background-color: transparent;
}
/* Root menu item: hover */
.MainMenu_RootMenuItemSel{
	height: 30px;
	color: #555555;
	background-color: transparent;
}
/* Every menu item: unselected, overrides RootMenuItem */
.MainMenu_MenuItem{
	font-weight: bold;
	font-size: 12px;
	color: White;
	height: 30px;
	border-top-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-left: 4px;
	padding-right: 4px;
}
/* Every menu item: hover, overrides MainMenu_RootMenuItemSel */
.MainMenu_MenuItemSel{
	font-weight: bold;
	font-size: 12px;
	color: Red;
	height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
}
/* Menu Icon: replace display:none; with commented code to enable menu icons */
.MainMenu_MenuIcon{
	display: none;
/*
	width: 15px;
	height: 20px;
	background-color: #CCCCCC;
	border-color: #CCCCCC;	*/
}
/* The right side of the sub menus: this allows for only the rightarrow to display when needed */
.MainMenu_MenuArrow{
	width: 0px;
	border-color: #CCCCCC;
	background-color: transparent;
	border-right: #4682B4 0px solid; 
	border-bottom: #4682B4 0px solid; 
	border-top: #4682B4 0px solid;
}
/* the space between menu items for horz menu: this allows for only the right separator to show */
.MainMenu_MenuBreak{
	display: none;
}
/* the space between menu items for vert menu */
.MainMenu_MenuBreak_Vert{
	height: 0%;
	width: 0%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #999999;
}
/* the submenu box */
.MainMenu_SubMenu{
	background-color: #8B008B;
	border-top: #8B008B 0px solid;
	border-left: #8B008B 0px solid;
	border-right: #8B008B 0px solid;
	border-bottom: #8B008B 0px solid;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	filter: Alpha(Opacity=90, FinishOpacity=90, Style=1, StartX=0, StartY=0, FinishX=580, FinishY=0);
	-moz-opacity: 0.90;
}

}


/* submenu item: hover, overrides MainMenu_MenuItemSel */
.MainMenu_SubMenuItemSel{
	font-size: 12px;
	height: 30px;
	background-color: #EEEEEE;
}
/* provides padding for the downarrow */
.MainMenu_RootMenuArrow{
	padding-right: 2px;
	padding-left: 2px;
}






/* Funky Rounded Corners */
.uilabs{display:block}
.uilabs *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.uilabs1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #eef4f8;
  border-right:1px solid #eef4f8;
  background:#f7fafc}
.uilabs2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e4edf4;
  border-right:1px solid #e4edf4;
  background:#f9fbfc}
.uilabs3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f9fbfc;
  border-right:1px solid #f9fbfc;}
.uilabs4{
  border-left:1px solid #eef4f8;
  border-right:1px solid #eef4f8}
.uilabs5{
  border-left:1px solid #f7fafc;
  border-right:1px solid #f7fafc}
.uilabsfg{
  background:#FFFFFF}




/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color:#ffffff;
}
.main_dnnmenu_itemselected td{
    background: #CE0D0D url(../images/submenu_active.gif) repeat-x top left;
	color:#ffffff;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}



















































