/* ================================
    CSS STYLES FOR York Web Site
===============================
*/   


/* text style for breadcrumbs */
.BreadCrumbs
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for copyright */
.CopyRight
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma;
    text-decoration: none;
}
a.CopyRight:link
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma;
    text-decoration: none;
}
a.CopyRight:active
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma;
    text-decoration: none;
}

a.CopyRight:visited
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma;
    text-decoration: none;
}

a.CopyRight:hover
{
    font-weight: bold;
    font-size: 11px;
    color: #dbdbdb;
    font-family: Tahoma;
    text-decoration: none;
}
/*   link for login  */
.LoginBorder
{
	border-top: 1px solid #404040;
	border-right: 0px solid #404040;
	
}

a.Login:link
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma;
    text-decoration: none;
	padding: 0px 13px 0px 0px;
}
a.Login:active
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma;
    text-decoration: none;
	padding: 0px 13px 0px 0px;
}

a.Login:visited
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma;
    text-decoration: none;
	padding: 0px 13px 0px 0px;
}

a.Login:hover
{
    font-weight: bold;
    font-size: 11px;
    color: #dbdbdb;
    font-family: Tahoma;
    text-decoration: none;
	padding: 0px 13px 0px 0px;
}

/* Container Controls */
.ModuleTitle
{
    font-family: Helvetica,Arial,Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: White;
}

.MainContent
{
 color: #FFCC00;
 border-left:solid 1px darkgray;  
 border-right: solid 1px darkgray; 
 width: 790px;
}

.ContainerBorder
{
 color: #FFCC00;
 border-top: solid 1px darkgray; 
 border-left:solid 1px darkgray;  
 border-bottom: solid 1px darkgray;  
 border-right: solid 1px darkgray; 
 width: 100%;
}

.OuterContainer
{
  padding-top:2px;
  padding-bottom:2px;
}

.ModuleTitleWhiteOnBlue
{
  border-style: outset;
  border-width: 1px 1px 1px 1px;
  background-color:#00214A;
  font-family:Helvetica,Arial,Verdana;
  font-size:  12px;
  font-weight:   Bold;
  color:White;
  width:100%;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
}

.ModuleTitleTopBottom{
    font-family:Helvetica,Arial,Verdana;
    font-size:  12px;
    font-weight:   Bold;
    color:#00214A;
text-align:left;
    border-top:solid 1px darkgray; 
    border-bottom:solid 1px darkgray; 
}

.ModuleTitleBottom{
    font-family:Helvetica,Arial,Verdana;
    font-size:  12px;
    font-weight:   Bold;
    color:#00214A;
text-align:left;
    border-bottom:solid 1px darkgray; 
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
    

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Default Menu */
.MainMenu_MenuContainer {
	border-bottom: #404040 1px solid; 
	border-left: #404040 1px solid; 
	border-top: #404040 1px solid; 
	border-right: #404040 0px solid;  
	background-color: #aaaaaa;
	width: 40px; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: #CCCCCC;
}
.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: black; 
	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);
	border: #7e7e7e 1px outset; 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #AAAAAA; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.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; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(/Portals/0/Skins/York/menu_off.gif) repeat-x top left;
	color: #000000;
	font-weight: bold;
	height: 24px;
	
}


/* Hover state for main menu items */
.MainMenu_Selected {
	background: url(/Portals/0/Skins/York/menu_on.gif) repeat-x top left;
	color: #000000;
	font-weight: bold;
	height: 24px;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url(/Portals/0/Skins/York/menu_on.gif) repeat-x top left;
	color: #000000;
	font-weight: bold;
	height: 24px;
}
/* Selected state for main menu items */
.MainMenu_Active {
	background: url(/Portals/0/Skins/York/menu_on.gif) repeat-x top left;
	color: #000000;
	font-weight: bold;
	height: 24px;
}
	

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


.MainMenu_LeftOff {
	padding-left: 2px;
	height: 24px;
	background: url(/Portals/0/Skins/York/tab_left_off.gif) bottom left no-repeat;
	border-left: #7e7e7e 1px outset;
	
}


.MainMenu_LeftOn {
	padding-left: 2px;
	height: 24px;
	background: url(/Portals/0/Skins/York/tab_left_on.gif) bottom left no-repeat;
}


.MainMenu_RightOff {
	padding-left: 2px;
	height: 24px;
	background: url(/Portals/0/Skins/York/tab_right_off.gif) bottom right no-repeat;
}


.MainMenu_RightOn {
	padding-left: 2px;
	height: 24px;
	background: url(/Portals/0/Skins/York/tab_right_on.gif) bottom right no-repeat;
}

ul
{
position:relative;
z-index:1000;
}



