/* 
================================
Skin styles for DotNetNuke
================================
*/   


/******* Basic Skin CSS *******/
.controlpanel 
{
	width: 100%;
	background-color: #fefefe;
}

.skinheader 
{
  
}
.skingradient 
{
    background-color: #DDDDDD;
}

.skinmaster {
	height: 100%;
	width:100%;
	background-color: #FDF6E6;
}

.pagemaster 
{
	width: 100%;
	height: 100%;	
	background-color:#FFFFFF;
}


/*******  Skin CSS  *******/

.LeftSideTile
{
   background: url('images/MRI_Skin_LeftSideTile.jpg') repeat-y top center transparent;
   height:76px;
   width:31px;
}
.TopLogoTD
{
   background: url('images/GfKMRI_Skin_TopMiddle.jpg') no-repeat top center transparent;
   height:96px; /*Change from 90 px - 1/22/10*/
   width:822px; /*Change from 772 - 5/12/10*/
}
.MyLinkColor
{
   font-family:Verdana;
   font-size:12px;
}
.MyLinkColor:active, .MyLinkColor:link
{
   color:black;
}


.RightSideTile
{
   background: url('images/MRI_Skin_RightSideTile.jpg') repeat-y top center transparent;
   height:76px;
   width:31px;
}

.LeftSideTileGeneral
{
   background: url('images/MRI_Skin_LeftSideTile.jpg') repeat-y top center transparent;
   width:31px;
}
.RightSideTileGeneral
{
   background: url('images/MRI_Skin_RightSideTile.jpg') repeat-y top center transparent;
   width:31px;
}


.ContentTopRunner
{
   background: url('images/MRI_Skin_Toprunner.jpg') no-repeat top center transparent;
   height:3px; /*changed from 3 px - 1/22/10*/
   width:834px; /*Change from 824 - 5/11*/
}


.BottomRunner
{
   background: url('images/MRI_Skin_Bottom.jpg') no-repeat top center transparent;
   height:9px;
   width:834px; /Changed from 834 - 5/11*/
}

.MenuTD
{
   background-color:#FDF6E6;
   height:22px;
   padding-bottom:5px; 
   padding-top:7px; /*Changed from 5px - 1/22/10*/
}


/*************************/

.MainMenu_MenuBar
{
  background-color:Transparent;
}
.MyMainMenu_RootMenuItem
{
   background-color:Transparent;
   border-width:0px; /*Removes White border around items*/
}
.MainMenu_MenuContainer
{
   width:0px;
   background-color:#FDF6E6;
   padding-top:0px;
}
.MySpacer
{
   width:0px;
}

.MyMainMenu_RootMenuItem TD
{
   vertical-align:middle;
   text-align:center;
   background-color:#FDF6E6;
   background-image:url('Images/MRI_Skin_MenuRootTile.jpg');
   height:22px;
   color:#FFFFFF;
   font-family:Verdana;
   font-size:11px;
   padding-left:1px; /*Changed from 0px - 3/16 */
   padding-right:1px; /*Changed from 0px */
   white-space:nowrap;
}

.MyMainMenu_RootMenuItemActive TD
{
   vertical-align:middle;
   text-align:center;
   background-color:#FDF6E6;
   background-image:url('Images/MRI_Skin_MenuRootActiveTile.jpg');
   height:22px;
   color:#FFFFFF;
   font-family:Verdana;
   font-size:11px;
   padding-left:1px; /*Changed from 0px - 3/16 */
   padding-right:1px; /*Changed from 0px */
   white-space:nowrap;
}

.MainMenu_BreadcrumbActive
{
   vertical-align:middle;
   text-align:center;
   background-image:url('Images/MRI_Skin_MenuRootActiveTile.jpg');
   background-color:#FDF6E6;
   color:#FFFFFF;
   height:22px;
   font-family:Verdana;
   font-size:12px;
   padding-left:0px;
   padding-right:0px;
   white-space:nowrap;
}
.MyMainMenu_RootMenuLeftBreadSepActive
{
  background-image:url('Images/MRI_Skin_MenuRootActiveLeft.jpg');
  width:11px;
  height:22px;
  padding-Right:4px; /* Changed from 4px - 3/16 */
  _padding-Right:0px;
}
.MyMainMenu_RootMenuRightBreadSepActive
{
  background-image:url('Images/MRI_Skin_MenuRootActiveRight.jpg');
  width:10px;
  height:22px;
  padding-Right:4px; /* Changed from 5px - 3/16 */
  _padding-Right:0px;
}


.MyMainMenu_RootMenuItemSelected td {
background-color:#336797;
font-family:Verdana;
height:22px;
}


.MyMainMenu_RootMenuLeftSep
{
   background-image:url('Images/MRI_Skin_MenuRootLeft.jpg');
   width:11px;
   height:22px;
   padding-Right:3px; /*Changed from 4px - 3/16*/
  _padding-Right:0px;
}
.MyMainMenu_RootMenuLeftSepActive
{
  background-image:url('Images/MRI_Skin_MenuRootActiveLeft.jpg');
  width:11px;
  height:22px;
  padding-Right:3px; /*Changed from 4px - 3/16*/
  _padding-Right:0px;
}
.MyMainMenu_RootMenuRightSep
{
   background-image:url('Images/MRI_Skin_MenuRootRight.jpg');
   width:10px;
   height:22px;
   padding-Right:3px; /* Changed from 5px - 3/16 */
  _padding-Right:0px;
}
.MyMainMenu_RootMenuRightSepActive
{
  background-image:url('Images/MRI_Skin_MenuRootActiveRight.jpg');
  width:10px;
  height:22px;
  padding-Right:3px; /* Changed from 5px - 3/16 */
  _padding-Right:0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
/* Safari 3.0 and Chrome rules here */
/*\*/
body:nth-of-type(1) .MyMainMenu_RootMenuLeftSep{padding-Right:0px;}
body:nth-of-type(1) .MyMainMenu_RootMenuLeftSepActive{padding-Right:0px;}
body:nth-of-type(1) .MyMainMenu_RootMenuRightSep{padding-Right:0px;}
body:nth-of-type(1) .MyMainMenu_RootMenuRightSepActive{padding-Right:0px;}
body:nth-of-type(1) .MyMainMenu_RootMenuLeftBreadSepActive{padding-Right:0px;}
body:nth-of-type(1) .MyMainMenu_RootMenuRightBreadSepActive{padding-Right:0px;}
/**/
}


.MainMenu_MenuBreak /*fixes background color over memnu seperators*/
{
   background-color: Transparent; 
   border-top: none;
   border-bottom: none;
   border-style:none;
}

.MainMenu_MenuItem
{
   background-color:#FDE8CB;
   color:#555555;
   padding-top:3px;
   padding-bottom:3px;
   padding-right:3px;
   border-top: 1px solid white;
   border-bottom: 1px solid white;
}

.MainMenu_MenuItemSel
{
   background-color:#346898;
   color:#FFFFFF;
   padding-top:3px;
   padding-bottom:3px;
   border-top: 1px solid #346898;
   border-bottom: 1px solid #346898;
}

.MainMenu_SubMenuItem
{
   padding-top:0px;
   padding-bottom:0px;
   padding-right:3px;
}
.MainMenu_SubMenuItemSel
{
   padding-top :0px;
   padding-bottom:0px;
   padding-right:3px;
}
.MainMenu_SubMenu
{
  padding-right:0px;
  padding-Left:0px;
  margin-Left:0px;
  background-color:#333333;
}
.MyMainMenu_MenuIcon
{
  width:0px;
}

.MainMenu_SubMenu Table
{
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}


/***************************/


.leftpane
{
   height:100%;
   width:22%;
   padding-right:3px; /* Changed from 5px - 3/16 */
   padding-top:15px; /*Added 1/25/09*/
}
.contentpane
{
   height:100%;
   width:55%;
   padding-left:4px; /* Changed from 5px - 3/16 */
   padding-right:4px; /* Changed from 5px - 3/16 */
   padding-top:15px; /*Added 1/25/09*/
}
.rightpane
{
   width:23%; 
   height:100%;
   padding-left:0px; /* Changed from 5px - 3/16 */
   padding-top:15px; /*Added 1/25/09*/
}

.MyLogin
{
  color: #FDF6E6;              /*90BDD0;*/
  font-family:Verdana;
  font-size:10pt; 
  padding: 0px 25px 0px 0px;
}
.MyLogin:link
{
  color: #FDF6E6; 
  text-decoration:none;
}
.MyLogin:active
{
  color: #FDF6E6; 
  text-decoration:none;
}
.MyLogin:visited
{
  color: #FDF6E6; 
  text-decoration:none;
}
.MyLogin:hover
{
  color: #ECE5D5; 
  text-decoration:underline;
}



