/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

div.transOFF {width: 100%; background:transparent; opacity:1.00;filter: alpha(opacity=100); -moz-opacity: 1.0;}
div.transON {width: 100%; background:transparent;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; }

#dnn_ctr3110_CFD_cmdSend {
font-size:16px;
text-decoration:none;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body, Body td
{
font-family:helvetica;
font-weight:normal;
font-size: 10pt;
line-height:18px;
color: #c0c0c0;
}
.trans img{
background: transparent; 
opacity:1.0;
filter: alpha(opacity=100);
-moz-opacity: 1.00;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.trans:hover img{
background: transparent; 
opacity:0.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
/*
.trans a:link{
background: transparent; 
opacity:1.0;
filter: alpha(opacity=100);
-moz-opacity: 1.00;
}
.trans a:hover {
background: transparent;
opacity:.85;
filter: alpha(opacity=85); 
-moz-opacity: 0.85; 
border:0;
}
a.trans :hover {
background: transparent;
opacity:.85;
filter: alpha(opacity=85); 
-moz-opacity: 0.85; 
border:0;
}*/
.FAQs {
padding-bottom:5px;
border-bottom:solid 1px #444;
}
.FAQTitleDiv {

}
#dnn_ctr3601_ContentPane, #dnn_ctr3601_ContentPane td {
width:100%;
}
#dnn_ctr3601_ModuleContent td {
width:100%;
}
.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {

}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
color:rgb(107,186,123);
font-size:16px;
font-weight:bold;
font-family:helvetica;
padding-bottom: 0px;
padding-top:2px;
}

H2  {
color:rgb(107,186,123);
font-size:14px;
font-weight:bold;
font-family:helvetica;
padding-bottom: 0px;
padding-top:2px;
}

H3, H3 a:link, H3 a:hover  {
color:rgb(107,186,123);
font-size:12px;
font-weight:bold;
font-family:helvetica;
padding-bottom: 0px;
padding-top:0px;
}

H4  {
}

H5, DT  {
}

H6  {
color:rgb(107,186,123);
font-size:12px;
font-weight:bold;
font-family:helvetica;
padding-bottom: 0px;
padding-top:2px;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color:#aaa;
font-weight:bold;
font-family:helvetica;
text-decoration:none;
font-size:12px;
}

A:visited   {
color:#aaa;
font-weight:bold;
font-family:helvetica;
text-decoration:none;
font-size:12px;
}

A:hover {
color:#fff;
font-weight:bold;
font-family:helvetica;
text-decoration:none;
font-size:12px;
}

A:active    {
color:#fff;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.copyright
{
padding:0px 0 0 0;
color:#777;
font-size:12px;
font-weight:normal;
}

/*******************************************/
/***************   Studio Tabs  ****************/

.studiotabs
{
margin-top:25px;
border:solid 1px #555;
height:27px;
background-color:#aaa;
border-bottom:0;
}

.tabsend
{
border-bottom:solid 1px #555
}

.studiotabs td
{
color:#aaa;
height:100%;
line-height:15px;
}

.activetab
{
border-bottom:0;
height:27px;
}
.activetab a
{
font-size:11px;
color:#000;
height:27px;
padding:5px 7px 5px 7px;
font-weight:bold;
font-family:helvetica;
text-decoration:none;
background:url(images/menubg.jpg) repeat-x;;
border-bottom:solid 1px #777;
border-right:solid 1px #777;
}
.activetab a:hover
{
color:#000;
text-decoration:none;
}
.activetab a:visited
{
color:#000;
text-decoration:none;
}

.tab a:hover
{
color:#000;
background:url(images/menubg.jpg) repeat-x;;
border-bottom:solid 1px #777;
border-right:solid 1px #777;
}
.tab a:visited:hover
{
color:#000;
background:url(images/menubg.jpg) repeat-x;;
border-bottom:solid 1px #777;
border-right:solid 1px #777;
}
.tab a:visited
{
color:#aaa;
text-decoration:none;
border-right:solid 1px #777;
}
.tab a
{
font-size:11px;
color:#aaa;
height:27px;
padding:6px 7px 5px 7px;
font-weight:bold;
font-family:helvetica;
text-decoration:none;
border-bottom:solid 1px #777;
border-right:solid 1px #777;
}
.tab
{
height:27px;
background-color:#444;
}

.studioinfo
{
border:solid 1px #aaa;
margin-bottom:15px;
}

.infotext
{
padding:8px;
}

.infotext p
{
}













