/* 
================================
Skin styles for DotNetNuke
================================
*/   
.bgiu
{	
	background-image:url(images/bg-blue.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color:transparent;
	
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-color: #0080C1; 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}

.gbpane
{
	background-image:url(images/iu_gbbg.gif);
	height:33px;
	width:800px;
	background-repeat:no-repeat;
	font-size:20;
}


.logo01
{
	background-image:url(images/iu_net_logo.gif);
	height:146px;
	width:400px;
	background-repeat:no-repeat;
}

.mainmenuvertical
{
	background:url(images/bg_spMenu.gif);
	height:36px;
	width:800px;
	background-repeat:no-repeat;
}

.newspane {
	width: 800PX;
	background-image:url(images/top_gb_pane.gif);
	background-repeat:no-repeat;
	height:45px;

}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	height: 300px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.breadc
{	
	background-image:url(images/bg_bluebread.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-right-width:5px;
	border-right-color:4f6499;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;


}
.copyrightpane
{

	width: 800px;
	height:auto;
	
}
.copyrightpanebg
{
	background-image:url(images/iu_gbbg.gif);
	width:800px;
	height:33px;
}






.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 0px solid; 
	border-top: #cccccc 0px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	text-align:right;
	border:none;
	
}
.MainMenu_MenuIcon {
	background-color:transparent; 
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 0px;
	border:none;
	height:21px;
}
.MainMenu_SubMenu {

	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background-color:4f6499;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	color:#000000;
	border:none;
	filter:alpha(opacity=75); opacity:.;

}
.MainMenu_MenuBreak {
	height: 6px;
}
.MainMenu_MenuItemSel {
	background-color: #cccccc;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	color:#000000;
	border:none;

}
.MainMenu_MenuArrow {
	border-right: #cccccc 0px solid; 
	border-bottom: #cccccc 0px 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;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}


