/* 
================================
Skin styles for Edge 2010
================================
*/   
.ParentInfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	color: #4b1d1b;
}
/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #cccccc; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	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; 
}

/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}

.StandardButton {
   background: #000000 none; 
   color: #ffffff;
   font-family: Arial; 
   font-size: 11px;
   font-weight: normal;
}
.SkinObject {
   color: #666666;
   font-family: Arial; 
   font-size:11px;
   font-weight: normal;
   text-decoration: none;
}
a:link {
	color: #999999;
	cursor: pointer;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	cursor: pointer;
}
a:active {
	color: #999999;
	cursor: pointer;
}
a:hover {
	color: #666666;
	cursor: pointer;
	text-decoration: underline;
}
a {text-decoration: underline; cursor: pointer;}

.Head {
   font-family: Arial;
   font-size:  16px;
   font-weight: bold;
   color: #000000;
}
.SubHead {
   font-family: Arial;
   font-size:  12px;
   font-weight: bold;
   color: #000000;
}

.Normal {
   font-family: Arial;
   font-size:  12px;
   font-weight: normal;
   color: #000000;
}

.SkinObject {
	padding-left:5px;
	padding-right:5px;
	font-weight: bold;
	font-size: 8.5pt;
	color: #999999;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link {
	padding-left:5px;
	padding-right:5px;
    text-decoration:    none;
    color:#999999;
}

A.SkinObject:visited  {
	padding-left:5px;
	padding-right:5px;
    text-decoration:    none;
    color:#777777;
}

A.SkinObject:active   {
	padding-left:5px;
	padding-right:5px;
    text-decoration:    none;
    color:#999999;
}

A.SkinObject:hover    {
	padding-left:5px;
	padding-right:5px;
    text-decoration:    none;
    color:#777777;
}














