/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	background-color: #FFFFFF;
	BORDER-RIGHT: silver 0px solid; 
	BORDER-TOP: silver 0px solid; 
	BORDER-LEFT: silver 0px solid; 
	BORDER-BOTTOM: silver 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
	padding: 0px;
}
.skinheader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-style: solid;
	border-color: transparant;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 1000px;
	height: 121px;
}
.menubalk {
	background-image: url(images/menubalk_1px.jpg);
	background-repeat: repeat-x;
	border-style: solid;
	border-color: silver;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 1000px;
	height: 30px;
}
.skingradient {
}
a.topmenu:link, a.topmenu:hover, a.topmenu:active, a.topmenu:visited {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}

.leftpane {
	width: 200px;
	background-color: transparent;
	padding: 0px;
	padding-top: 2px;
	padding-right: 10px;
	border-right: 0px silver solid;
}
.contentpane {

	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	font-family: Trebuchet MS, Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #676767;
}
.contentpane td {
	font-family: Trebuchet MS, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
.Normal {
	font-family: Trebuchet MS, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

/* text style for breadcrumb */
.Breadcrumb {
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}
.bottompane {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 16px;
}
.copyright {
	font-family: Trebuchet MS, Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	vertical-align: top;
}

    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Breadcrumb:link {
	font-family: Trebuchet MS, verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

A.Breadcrumb:visited  {
	font-family: Trebuchet MS, verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

A.Breadcrumb:active   {
	font-family: Trebuchet MS, verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

A.Breadcrumb:hover    {
	font-family: Trebuchet MS, verdana;
	font-size: 11px;
	color: orange;
	text-decoration: none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.Skinobject     {
	font-family: Trebuchet MS, verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Skinobject:link {
	font-family: Trebuchet MS, verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

A.Skinobject:visited  {
	font-family: Trebuchet MS, verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

A.Skinobject:active   {
	font-family: Trebuchet MS, verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

A.Skinobject:hover    {
	font-family: Trebuchet MS, verdana;
	font-size: 11px;
	color: #EFEFEF;
	text-decoration: none;
}
.idaslink {
	font-family: Trebuchet MS, Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.idaslink:link, a.idaslink:visited, a.idaslink:active {
	font-family: Trebuchet MS, Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
A.idaslink:hover {
	font-family: Trebuchet MS, Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}


.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 30px;
	background-color: Transparent;
}
.MenuSep {
	background-color: transparent;
	width: 1px;
}

.MainMenu_MenuItem {
	border-left: #CC131B 0px solid; 
	border-bottom: #CC131B 1px solid; 
	border-top: #CC131B 1px solid; 
	border-right: #CC131B 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 6px;
}
.MainMenu_MenuIcon {
	background-color: #CC131B; 
	border-left: #CC131B 1px solid; 
	border-bottom: #CC131B 1px solid; 
	border-top: #CC131B 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CC131B;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
   filter:progid:DXImageTransform.Microsoft.Shadow(color=#007DC0, Direction=135, Strength=0); 
	margin-top: 3px;
	padding-top: 2px;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: #e3e3e3;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 6px;
	padding-right: 6px;
}
.MainMenu_MenuArrow {
	border-right: #CC131B 1px solid; 
	border-bottom: #CC131B 1px solid; 
	border-top: #CC131B 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	width: 50px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton     {
	height: 20px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	border-width : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	background-image : url(buttonbackground.jpg);
	cursor: hand;
}

.NormalTextBox {
	
}
.TreeViewMenu {
	width: 175px;
	background-color: white;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header,TreeViewMenu_Header  {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Trebuchet MS, verdana;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

/* SideMenu  */
.MenuHdr
{ 
font-family: Trebuchet MS, verdana;  
font-size: 10px; 
  font-weight: normal; 
  padding-bottom: 0px; 
  background-color: transparant;
}
.MenuItem HR
{
  background-color: transparant; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px solid #FFFFFF;   
  margin-right: 5px; 
}

.MenuItemMouseOver
{
  border: #FFFFFF 0px solid;
  background-color: transparant !important;  
}

.MenuItem, .MenuItemMouseOver
{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	background-color: transparant;
	padding-top: 0px;
	border: #FFFFFF 0px solid;
	color: gray;
	font-family: Trebuchet MS, verdana;
	height: 20px;
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; 
  color: black; 
  padding-top: 0px;
  padding-bottom: 0px; 
  cursor: pointer; 
  display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link
{
	display: block;
  	padding-left: 0px;
  	padding-bottom: 1px;
  	cursor: pointer;
font-family: Trebuchet MS, verdana;
  	font-weight: bold;
  	color: #0022DD;
  	padding-top: 1px;
  	text-decoration: none;   
 	width: 200;
	font-size: 11px;

}
 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 0px;
  padding-bottom: 1px;
  cursor: pointer;
  color: gray;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  font-size: 11px;
}

.MenuCurrentPage
{
  color: #696969;
}




