/* ================================CSS STYLES FOR DotNetNuke================================
*/   /* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}/* background color for the content part of the pages */
Body
{
}.ControlPanel {background-color: #000000;
}/* background/border colors for the selected tab */
.small {font-size: 10px;font-family: Arial;
}
.TabBg {
}
.LeftPane  { 
width: 180px
}
.ContentPane  { width: 80%;
}
.RightPane  { width: 20%;
}/* text style for the selected tab */
.SelectedTab {text-align: center;color: #FFFFFF;
}/* hyperlink style for the selected tab */
A.SelectedTab:link {text-align: center;color: #FFFFFF;
}A.SelectedTab:visited  {text-align: center;color: #FFFFFF;
}A.SelectedTab:hover    {text-align: center;color: #FFFFFF;
}A.SelectedTab:active   {text-align: center;color: #FFFFFF;
}/* text style for the unselected tabs */
.OtherTabs {text-align: center;color: #FFFFFF;
}/* hyperlink style for the unselected tabs */
A.OtherTabs:link {text-align: center;color: #FFFFFF;
}A.OtherTabs:visited  {text-align: center;color: #FFFFFF;
}A.OtherTabs:hover    {text-align: center;color: #FFFFFF;
}A.OtherTabs:active   {text-align: center;color: #FFFFFF;
}/* 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
{
font-size: 12pt;
}/* 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  {
}H2  {
}H3  {
}H4  {
}H5, DT  {
}H6  {
}TFOOT, THEAD    {
}TH  {
}A:link  {color: #CCCCCC;
}A:visited   {color: #CCCCCC;
}A:hover {color: #CCCCCC;
}A:active    {color: #CCCCCC;
}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 {background-color: transparent;width:100%;text-align: center;
}.MainMenu_MenuBar {background-color: transparent;text-align: center;
}.MainMenu_MenuItem {background-color: transparent;color: #FFFFFF;
}.MainMenu_MenuIcon {background-color: transparent;
}.MainMenu_SubMenu {background-color: #000000;opacity: .80;
}.MainMenu_MenuBreak {background-color: transparent;
}.MainMenu_MenuItemSel {background-color: transparent;color: #FFFFFF;
}.MainMenu_MenuArrow {background-color: transparent;
}.MainMenu_RootMenuArrow {background-color: transparent;
}/* Login Styles */
.LoginPanel{
}.LoginTabGroup{
}.LoginTab {
}.LoginTabSelected{
}.LoginTabHover{
}.LoginContainerGroup{
}.LoginContainer{
}textarea {color: #000000;
}
.PagingTable {background-image: url(images/btssite2_13.gif);background-repeat: repeat-x;background-position: left top;
}/* Grid View styles */
.alternatingRow td
{
border: 1px solid #000;
background: #000000;
}
.row td
{
background: #003333;
}
.footer tr td
{
border: 1px solid #2F4F4F;
color: white;
background-color: #000000;
font-family: Arial, Sans-Serif;
font-size: 12px;
font-weight: bold;
padding: 5px;
margin-top: 5px;
}
/*
modal popup
Move this to your portal.css file if preferred
*/
div.modalPopup {
background-color:#ffffdd;
border-width:3px;
border-style:solid;
border-color:Gray;
padding: 10px;
text-align: center;
}
