/* 
================================
 Container Styles for WJYE SKIN
================================
*/   

/* controls the font of the title, overrides the skin css class */
.Head
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight:bold; 
}

/* classes for the KTRRPromo container*/
.KTRRPromo_Master
{
border: solid 1px #273D59;
height:150px;
width:236px ;
background-color: #ffffff;
margin: 2px 2px 2px 2px;
}


.KTRRPromo_Head
{
  background-image:url(KTRRPromo_banner.jpg); 
  background-repeat:repeat-x; 
  font-weight: bold;
  padding: 2px 2px 8px 2px;
  width: 100% ;
  height:30px;
}

.KTRRPromo_Head span.Head
{
  color: #fff;
  font-size: 14px;
}

.KTRRPromo_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.KTRRPromo_Footer
{
  width: 100% ;
}




/* classes for the banner1 containers*/
.banner1_Master
{
background-color: #ffffff;
width: 99%;
margin: 2px 2px 2px 2px;
}


.banner1_Head
{
  background-image:url(content1_banner.jpg); 
  background-repeat:repeat-x; 
  width: 99% ;
  height:18px;
}

.banner1_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.banner1_Footer
{
  width: 100% ;
}



/* classes for the blank and blank with title containers*/
.Blank_Master
{
background: transparent;
width: 99%;
margin: 2px 2px 2px 2px;
}


.Blank_Head
{
  width: 100% ;
}

.Blank_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.Blank_Footer
{
  width: 100% ;
}

/* classes for the KTRRDefault containers*/
.KTRRDefault_Master
{
background-color: #ffffff;
width: 99%;
margin: 2px 2px 2px 2px;
}


.KTRRDefault_Head
{
  background-image:url(KTRRDefaultHeadbkg.jpg); 
  background-repeat:repeat-x; 
  width: 99% ;
  height:18px;
}

.KTRRDefault_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.KTRRDefault_Footer
{
  width: 100% ;
}

/* classes for the KTRRCont2 containers*/
.KTRRCont2_Master
{
background-color: #ffffff;
width: 99%;
margin: 2px 2px 2px 2px;
}


.KTRRCont2_Head
{
  background:url(KTRR_Cont_BKG.gif) repeat-x; 
  width: 99% ;
  height:24px;
}

.KTRRCont2_Head span.Head
{
    color: #012549;
}

.KTRRCont2_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.KTRRCont2_Footer
{
  width: 100% ;
}

/* classes for the Banner containers*/
.Banner_Master
{
margin: 2px 2px 2px 2px;
width: 99%;
}


.Banner_Head
{
}

.Banner_Body
{
  height:100%;
  width:100%;
  text-align:center;
  vertical-align:middle;
}

.Banner_Footer
{
}


/*
These classes are common to all
*/
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 2px 2px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the KTRRDefault height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}



