/* 
================================
Skin styles for DotNetNuke
================================
*/   

body{
			background-color:rgb(1,1,1);
			background-attachment: fixed;
			background-position:CENTER CENTER;
			background-repeat:no-repeat;
}
.seethrough td{
background-color: #ddddff;
	filter:alpha(opacity=70); -moz-opacity:70; opacity:70; -khtml-opacity:70;}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: transparent;
}
.skinmaster {
	height: 100%;
	background-color: transparent;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.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;
}
.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;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #AA0000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #701010; 
	cursor: pointer; 
	cursor: hand; 
	color: red; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 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: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   color: #D5DDF9;
}
.shoutboxnormal {      font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: black;
    padding: 6px;
}

A:link  {color#EEEEEE;
}

A:visited   {color:#EEEEEE;
}

A:active    {color:#EEEEEE;
}

A:hover {color:#EEEEEE;
}

label {color:#cccccc;
}

/* text style for the selected tab */
.SelectedTab {color:#EEEEEE;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {color:#EEEEEE;
}

A.SelectedTab:visited  {color:#EEEEEE;
}

A.SelectedTab:active   {color:#EEEEEE;
}

A.SelectedTab:hover    {color:#EEEEEE;
}

/* text style for the unselected tabs */
.OtherTabs {color:#EEEEEE;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {color:#EEEEEE;
}

A.OtherTabs:visited  {color:#EEEEEE;
}

A.OtherTabs:active   {color:#EEEEEE;
}

A.OtherTabs:hover    {color:#EEEEEE;
}

td.articleTopCell {background-color:#440000;
}

td.articleContentCell {background-color:#303030;
}
div.articleoptionpanel {color:#FF0000;
     background-color:#101010;
}

div.articleTabpanel {color:#FF0000;
     background-color:#101010;
}
.MenuSelected:link {color:#EEEEEE;
}

.MenuSelected:visited  {color:#EEEEEE;
}
.MenuSelected:active   {color:#EEEEEE;
}

.MenuSelected:hover    {color:#EEEEEE;
}


A.MenuSelected:link {color:#EEEEEE;
}

A.MenuSelected:visited  {color:#EEEEEE;
}
A.MenuSelected:active   {color:#EEEEEE;
}

A.MenuSelected:hover    {color:#EEEEEE;
}

tr.hvbg {background-color:#303030;
}

A:link {color:#EEEEEE;
}

A:visited  {color:#EEEEEE;
}
A:active   {color:#EEEEEE;
}

A:hover    {color:#EEEEEE;
}

A.Forum_BreadCrumb:link {color:#EEEEEE;
}

A.Forum_BreadCrumb:visited  {color:#EEEEEE;
}
A.Forum_BreadCrumb:active   {color:#EEEEEE;
}

A.Forum_BreadCrumb:hover    {color:#EEEEEE;
}

A.commandbutton:link {color:#EEEEEE;
}

A.commandbutton:visited  {color:#EEEEEE;
}
A.commandbutton:active   {color:#EEEEEE;
}

A.commandbutton:hover    {color:#EEEEEE;
}

/* GENERAL */
/* style for module titles */
.Head   {color:#EEEEEE;
}

/* style of item titles on edit and admin pages */
.SubHead    {color:#aaaaaa;
}
span.SubHead    {color:#cc3333;
}
.rp5{color:#FF0000;
}


td.articletextcell{background-color:#000000;
}
td.YourCompanyNameSurveyResults {color:white;
}
.YourCompanyNameSurveyResults {color:#white;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {color:#aaaaaa;
}
/* style of item titles on edit and admin pages */
.controlpanel.SubHead    {color:#555555;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.controlpanel.SubSubHead {color:#555555;
}

/* text style used for most text rendered by modules */
.Normal
{color:#DDDDdd;
}

.RepositoryNormal
{color:#ff0000;
}
td.RepositoryNormal
{color:#00ff00;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{color:#000000;
}
input.NormalTextBox
{color:#000000;
}
input.Normal
{color:#000000;
}
select.NormalTextBox
{color:#000000;
}
textarea.NormalTextBox
{color:#000000;
}

.NormalRed
{
}

.NormalBold
{color:#EEEEEE;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ffffff;
}

A.Normal:link {
    text-decoration:    none;
    color:#cc3333;
}

A.Normal:visited  {
    text-decoration:    none;
    color:#cc3333;
}

A.Normal:active   {
    text-decoration:    none;
    color:#cc3333;
}

A.Normal:hover    {
    text-decoration:    none;
    color:#cc3333;
}


A.NormalNews:link {
    text-decoration:    none;
    color:#cc3333;
}

A.NormalNews:visited  {
    text-decoration:    none;
    color:#cc3333;
}

A.NormalNews:active   {
    text-decoration:    none;
    color:#cc3333;
}

A.NormalNews:hover    {
    text-decoration:    underline;
    color:#cc3333;
}

