
/* You can change the skin color to the color of your preference */
/* Simply by replacing the skin color specified below for your own color preference */

.SkinColor
{
	background-color: #388BFF;
}

Body
{
	background-color: #E6E6E6;
	background-attachment: fixed;
	background-image: url(simple_efficient.bmp);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.TableMain
{
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	background-color: #FFFFFF;
}

.TableHeader 
{
	background-color: #FEFCFD;
	background-image: url(Business18.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom: #FFFFFF 1px solid;
	height: 152px;
}

.LeftPane  
{ 
	background-color: #FFFFFF;
	width: 175px;
	padding-top: 0px;
	border-right: #797979 0px dotted;
	vertical-align: top;
}

.ContentPane  
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.RightPane  
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
.TopPane  
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
.BottomPane  
{
	background-color: #ffffff;
}
.HeadBg 
{
    background-color: #FFFFFF;
}

table, tr, td, p 
{
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}

label, .normal, .Normal 
{
	font-family: Tahoma;
	font-size: 11px;
}

table 
{
	padding: 0;
}

select, input 
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
}

h3 
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

p 
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-size: 9px;
    color: #FFFFFF;
    font-family: verdana;
    text-decoration: none;
}
A.OtherTabs:link 
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}
A.OtherTabs:visited  
{
	text-decoration:    none;
	color: #FFFFFF;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}
A.OtherTabs:active   
{
	text-decoration:    none;
	color: #FFFFFF;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}
A.OtherTabs:hover    
{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}

/* text style for upper nav bar */
.UpperNavTabs
{
    font-size: 9px;
    color: #FFFFFF;
    font-family: Verdana;
    text-decoration: none;
}
A.UpperNavTabs:link 
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	border: 0px none;
	font-weight: bold;
}
A.UpperNavTabs:visited  
{
	text-decoration:    none;
	color: #FFFFFF;
	background-color: transparent;
	border: 0px none;
	font-weight: bold;
}
A.UpperNavTabs:active   
{
	text-decoration:    none;
	color: #FFFFFF;
	background-color: transparent;
	border: 0px none;
	font-weight: bold;
}
A.UpperNavTabs:hover    
{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border: 0px none;
	font-weight: bold;
}

/* text style for breadcrumb */
.BreadCrumbPane
{
	font-family: verdana;
	font-size: 7pt;
	color: #797979;
	background-color: #f5f5f5;
	border-bottom: #D2D2D2 1px solid;
	border-left: #ffffff 2px solid;
	height: 18pt;
	padding-left: 5px;
	padding-right: 1px;
}
.BreadCrumb
{
    	font-size: 7pt;
    	color: #797979;
    	font-family: verdana;
    	text-decoration: none;
    	background-color: transparent;
    	font-weight: normal
}
A.BreadCrumb:link 
{
	text-decoration: none;
	color: #797979;
}
A.BreadCrumb:visited  
{
	text-decoration: none;
	color: #797979;
}
A.BreadCrumb:active   
{
	text-decoration: none;
	color: #797979;
}
A.BreadCrumb:hover    
{
	color: red;
	text-decoration: underline;
}


/*=============== START DEFAULT MENU STYLES ============================================*/
.MainMenu_MenuContainer 
{
	border: 1px;
	background-color: transparent; /* #F8F8F8 */
	width: 175px;
	padding: 0px;
	padding-bottom: 0px;
}

.MainMenu_MenuBar 
{
}

.MainMenu_MenuItem 
{
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #505052 1px solid; 
	border-top: #505052 1px solid; 
	padding: 2px 10px 3px 5px;
}
.MainMenu_MenuItemSel 
{
	background-color: #E6E6E6;
	background: #eeeeee;
	cursor: pointer; 
	cursor: hand; 
	color: #333333; 
	font-family: Verdana;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	border: 0px none;
	padding-left:5px; 
	padding-right:10px; 
	padding-top:2px; 
	padding-bottom:3px
}

.rootmenuitem TD
{
	border: 1px; 
	cursor: hand; 
	color: #388BFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	height: 21px;
	text-align: right;
	display: block;
	border-bottom: #ffffff 0px solid;
	background-image:url(menubg.bmp);
} 
.rootmenuitemselected TD
{
  background-image:url(menubgSelected.bmp);
 	border: 1px;
	cursor: hand;
	color: #388BFF;
	font-family: Verdana;
	font-size: 10px; 
	font-weight: normal;
	height: 21px;
	text-align: right;
	display:block;
	background: #C8DBEE;
}
.rootmenuitembreadcrumb TD
{
  border: 1px;
	cursor: hand; 
	color: #388BFF; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold;
	height: 21px;
	text-align: right;
	display:block;
	background: #C8DBEE;
	background-image:url(menubgSelected.bmp);
}


.MainMenu_MenuIcon 
{
	display: none;
}


.MainMenu_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #505052; 
	filter: none;
	border: 2px solid #f6f6f6;
	margin-top: 2px;
	padding: 2px;
}

.MainMenu_MenuBreak 
{
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}


.MainMenu_MenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #505052 1px solid; 
	border-bottom: #505052 1px solid; 
	border-top: #505052 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow 
{
	font-family: webdings; 
	color: Black;
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer 
{
	color: #2c2c2c;
}

.ModuleTitle_MenuBar 
{
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem 
{
	color: #fff; 
	background: #8FA850;
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border-bottom: #8FA850 1px solid; 
	border-top: #8FA850 1px solid; 
}

.ModuleTitle_MenuIcon 
{
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #8FA850;
	margin-top: 5px;
	border: 2px solid #fff;
	padding: 0px 1px 1px 1px;
	filter: none; 
}

.ModuleTitle_MenuBreak 
{
	display: none;
}

.ModuleTitle_MenuItemSel 
{
	color: #fff;
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	border: 0px none;
	background: #677E1B; padding-left:5px; padding-right:10px; padding-top:2px; padding-bottom:3px
}

.ModuleTitle_MenuArrow 
{
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow 
{
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.SelectedTab 
{
    	color: #ffffff;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
}


/* Item titles on edit and admin pages -----------------------------*/
.SubHead    
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #2c2c2c;
	padding: 0;
}

a.SubHead:link, a.SubHead:visited 
{
	color: #6E8E05;
	text-decoration: none;
    	font-family: Verdana;
   	font-size: 10px;
	font-weight: normal;
}

a.SubHead:hover 
{
	color: #2c2c2c;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited 
{
	color: #000000;
	border-top: 0px solid #9CBC34;
	border-bottom: 0px solid #536B03;
	border-left: 0px solid #9CBC34;
	border-right: 0px solid #536B03;
	padding: 1px 5px 2px 6px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: transparent;
}

a.CommandButton:hover 
{
	color: red;
	padding: 1px 5px 2px 6px;
	border-top: 0px solid #6C8710;
	border-bottom: 0px solid #3B4C02;
	border-left: 0px solid #6C8710;
	border-right: 0px solid #3B4C02;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background: transparent;
}

a.Normal:link, a.Normal:visited 
{
	color: #0061A5;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

a.Normal:hover 
{
	color: red;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}


/* Style for page title */
.Head 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #2b88CA;
	background: transparent;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
}

/* Style for page title */
.PageTitle 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #000000;
}
.PageTitleTD
{
	border-bottom: #C8C8C8 0px dotted;
	height: 50px;
}

.NormalRed 
{
	color: #D08D00;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}

.NormalBold 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.NormalTextBox 
{
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
}

td.NormalTextBox 
{
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

/* Style for main tables */
.TableStyle1
{
	background-color: #ffffff;
	border-bottom: black 0px solid;
	border-left: #000000 0px solid;
	border-top: black 0px solid;
	border-right: #000000 0px solid;
}
.TableStyle2
{
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
}

/* Style for lists: style 1 */
.ListTitle
{
	font-weight:bold;
}
.BulListCell
{
	padding:4px 0px 0px 0px;
}
.OLstIN
{
	padding:0px 0px 6px 0px;
	list-style-image:url(squarebullet.gif);
	LINE-HEIGHT: 8pt;
}
.OLstUOA, .OLstUON
{
	margin:0px  0px  0px  6px; 
	padding:0px  0px  0px  6px;
}

.TitleBarBg 
{
    background-color: #7780B7;
}


