/* 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}


.redskingradient {
	background-image: url(red-skin-gradient.gif); 
	height:41px;
================================
Skin styles for DotNetNuke
================================
*/   

BODY {
	background-color: #2A2A2A;
}

.skinheader {
	background-color: #2A2A2A;
	background-repeat : no-repeat;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;	
}
.skinmaster {
	height: 100%;
	background-color: #2A2A2A;
}

.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.toppane {
  background-image: url(bg-title.jpg);
  background-repeat : no-repeat; 
}

.toppane_s {
  background-color: transparent;
}

.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	background-color: transparent;
}
/* Main menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:27px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
  background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #FFF; 
	font-family: Tahoma, Arial, Helvetica; 
  font-size: 11px; 
	font-style: normal;
  font-weight: bold;
  height: 27px;
}
.MainMenu_MenuIcon {
	background-color: #C0C0C0; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 27px;
}
.MainMenu_SubMenu {
	background-color: #a0a0a0;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
	background-color: #a0a0a0; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	height: 27px;
}
.MainMenu_MenuArrow {
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
  color: #FFFFFF; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
  color: #FFFFFF;
}
/* Tree view */
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 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_LtBlue.jpg);
}
/* style for module titles */
.Head   {
  font-family: Tahoma, Arial, Helvetica;
  font-size:  13px;
  font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
  font-family: Tahoma, Arial, Helvetica;
  font-size:  12px;
  font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
}

/* Normal */

.Normal {
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 12px; 
  font-style: normal;
  color: #FFF;
}
.NormalBold {
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 12px; 
  font-style: normal;
  color: #FFF;
  font-weight: bold;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:  #FA0;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color:  #FA0;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #CCC;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color:  #FA0;
}
/* Button*/
.StandardButton {
  background: #CCC none; 
  color: #000;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
/* Link */
A:link  {
    text-decoration:    none;
    color:  #FA0;
}

A:visited   {
    text-decoration:    none;
    color: #FA0;
}

A:hover {
    text-decoration:    underline;
    color: #CCC;
}

A:active    {
    text-decoration:    none;
    color: #FA0;
}
/* Skin object */  
.SkinObject {
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 12px; 
  font-style: normal;
  color: #CCC;
  font-weight: bold;
}
A.SkinObject:active  {
  text-decoration: none;
  color: #CCC;
}
A.SkinObject:link  {
  text-decoration: none;
  color: #CCC;
}
A.SkinObject:visited  {
  text-decoration: none;
  color: #CCC;
}
A.SkinObject:hover {
  text-decoration: none;
  color: #CCC;
}

/* Module Documents */
.DNN_Documents {with: 100%}
.DNN_Documents .TitleCell {white-space: nowrap}

/*Module Annoucement */
.DNN_ANN_Description  { color: #FFF }

.DNN_ANN_Link  { color: #FFF }
A.DNN_ANN_Link:active  { color: #FFF }
A.DNN_ANN_Link:link  { color: #FFF }
A.DNN_ANN_Link:visited  { color: #FFF }
A.DNN_ANN_Link:hover  { color: #00F ; text-decoration: underline; }

/*Style Calendar */
.NormalWhite { color :#FFF }
.NormalWhite A { color :#FFF }
.NormalWhite A:link { color :#FFF }
.NormalWhite A:active { color :#FFF }
.NormalWhite A:visited { color :#FFF }
.NormalWhite A:hover { color :#00F; text-decoration: underline; }

.HomeCalendar { color :#FFF }
.HomeCalendar A { color :#FFF }
.HomeCalendar A:link { color :#FFF }
.HomeCalendar A:active { color :#FFF }
.HomeCalendar A:visited { color :#FFF }
.HomeCalendar A:hover { color :#00F; text-decoration: underline; }


#dnn_dnnLOGIN_cmdLogin {
  text-decoration: none;
  color: #000;
}

#dnn_dnnLOGIN_cmdLogin:hover {
    text-decoration:    underline;
}

#dnn_dnnUSER_cmdRegister {
  text-decoration: none;
  color: #000;
}

#dnn_dnnUSER_cmdRegister:hover {
    text-decoration:    underline;
}

















































































































