body {
	background-attachment: fixed;
	background-image: url(images/site_bgcomptest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #cccccc;
}
.navbg {
	background-color: #000000;
	opacity: .80;
    filter:alpha(opacity=80);
}
.bodybg {
	background-image: url(images/btssite2_13.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.bodyleftbg {
	background-image: url(images/btssite2_12.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodyrightbg {
	background-image: url(images/btssite2_12.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* ================================
    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, .PagingTable {
	background-color: #000000;
	background-image: url(images/btssite2_13.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #CCCCCC;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
	width: 180px;
	background-image: url(images/leftbarbg1.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}

.ContentPane  {
	width: 100%;
}

.RightPane  {
	width: 20%;
}
.TopPane  {
	width: 100%;
}
.BottomPane  {
	width: 100%;
}

/* 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   {
	color: #CCCCCC;

}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: #CCFFFF;

}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #99FFFF;
}

/* text style used for most text rendered by modules */
.Normal
{
	color: #CCCCCC;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	color: #000000;
}

.NormalRed
{
	color: #99FFFF;
}

.NormalBold
{
	color: #CCCCCC;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    color: #CCCCCC;
	font-weight: bold;
	font-size: small;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #CCCCCC;

}

A.CommandButton:visited  {
	color: #CCCCCC;

}

A.CommandButton:hover    {
	color: #FFFFFF;

}
    
A.CommandButton:active   {
	color: #99CCFF;

}

/* button style for standard HTML buttons */
.StandardButton     {
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #006666;
}

/* GENERIC */
H1  {
	color: #00FFCC;
}

H2  {
	color: #00FFCC;
}

H3  {
	color: #00FFCC;
}

H4  {
	color: #00FFCC;
}

H5, DT  {
	color: #00FFCC;
}

H6  {
	color: #00FFCC;
}

TFOOT, THEAD    {
}

TH  {
  color: #cccccc;
}

A:link  {
	color: #CCCCCC;
	font-size: small;
	font-weight: bold;

}

A:visited   {
	color: #999999;
	font-size: small;
	font-weight: bold;

}

A:hover {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;

}

A:active    {
	color: #CCCCCC;
	font-size: small;
	font-weight: bold;

}

A IMG {
	border: 0px;

}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
	font-style: italic;
	color: #00CCCC;
	text-indent: 5px;
	border: 1px dashed #006666;
}


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 {
 width:100%;
 text-align: center;
	border: 0px none;
}

.ModuleTitle_MenuBar {
 text-align: center;
	border: 0px none;
}

.ModuleTitle_MenuItem {
  color: #cccccc;
	border: 0px none;
}

.ModuleTitle_MenuIcon {
	background-color: #000000;
	width: 0px;
	border: 0px none;
}

.ModuleTitle_SubMenu {
    background-color: #000000;
	border: 0px none;
}

.ModuleTitle_MenuBreak {
 background-color: #000000;
	border: 0px none;
}

.ModuleTitle_MenuItemSel {
	background-color: #000000;
	color: #FFFFFF;
	border: 0px none;
}

.ModuleTitle_MenuArrow {
	background-color: #000000;
	height: 0px;
	width: 0px;
	display: none;
	border: 0px none;
}

.ModuleTitle_RootMenuArrow {
	background-color: #000000;
	height: 0px;
	width: 0px;
	display: none;
	border: 0px none;
}

/* Main Menu */

.MainMenu_MenuContainer {
 background-color: #000000;
 width:100%;
 text-align: center;
	border: 0px none;
}

.MainMenu_MenuBar {
 background-color: #000000;
 text-align: center;
	border: 0px none;
}

.MainMenu_MenuItem {
 background-color: #000000;
  color: #cccccc;
	border: 0px none;
}

.MainMenu_MenuIcon {
	background-color: #000000;
	width: 0px;
	border: 0px none;

}

.MainMenu_SubMenu {
 background-color: #000000;
	border: 0px none;
}

.MainMenu_MenuBreak {
 background-color: #000000;
	border: 0px none;
}

.MainMenu_MenuItemSel {
	background-color: #000000;
	color: #FFFFFF;
	border: 0px none;

}

.MainMenu_MenuArrow {
	background-color: #000000;
	height: 0px;
	width: 0px;
	display: none;
	border: 0px none;

}

.MainMenu_RootMenuArrow {
	background-color: #000000;
	height: 0px;
	width: 0px;
	display: none;
	border: 0px none;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
.navborder {
	background-image: url(images/btssite2_11.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bodybottom {
	background-image: url(images/bottom.png);
}

.NewProduct-Entity {
  border: 1px solid #cccccc;
  padding: 6px;
	background-image: url(images/btssite2_16.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}
.NewProduct-Title {
  color: #99ffff;
  font-weight: bold;
}
.NewProduct-Image {
  padding: 6px;
	vertical-align: top;
}
.NewProduct-Summary {
  color: #cccccc;
  padding: 6px;
	vertical-align: top;
  
}
.NewProduct-Price {
  color: #ffffff;
  font-weight: bold;
  font-size: small;
  
}
.NewProduct-AddToCart {text-align: center; }
.NewProduct-AddToCart a:link {	background-color: #003333; padding: 2px; border: 1px groove; color: #99FFFF; text-align: center; }
.NewProduct-AddToCart a:hover {	background-color: #000000; padding: 2px; border: 1px groove; color: #FFFFFF; text-align: center; text-decoration: none;}
.NewProduct-AddToCart a:visited {	background-color: #003333; padding: 2px; border: 1px groove; color: #99FFFF; text-align: center; }
.NewProduct-AddToCart a:active {	background-color: #003333; padding: 2px; border: 1px groove; color: #99FFFF; text-align: center; }
.CatalogWrapper {
  color: #cccccc;
}
.ProductDetail-title {
  color: #99FFFF;
  font-weight: bold;
  padding: 6px;
}
.ProductDetail-Summary {
  padding: 6px;
  color: #cccccc;
}
.ProductDetail-Price {
  padding: 6px;
  color: #cccccc;
  font-weight: bold;
  font-size: small;
  text-align: center;
}
.ProductDetail-Image {
  padding: 6px;
}
.ListContainer-Title {
  padding: 6px;
  color: #cccccc;
  font-size: small;
  font-weight: bold;
}
INPUT {
  border: 1px solid #336666;
}
SELECT {
  background-color: #FFFFFF;
  border: 1px solid #336666;
}
INPUT BUTTON {
  background-color: transparent;
  border: none;
}
.opaqueforeground {
	color: #FFFFFF;
	position: relative;

}.navleft {
	float: left;
	height: 30px;
	width: 44px;
	position: relative;

}
.navmiddle {
	position: relative;
}
.navright {
	float: right;
	height: 30px;
	width: 39px;
	position: relative;
}
<style type="text/css">
/* Grid View styles */
.alternatingRow 
{
    background: #000000;
}

.alternatingRow td, .row td
{
    border: 1px solid #000;
}

.row
{
    background: #003333;
}


.footer
{
    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;
}

.alternatingRow 
{
    background: #000000;
}

.alternatingRow td, .row td
{
    border: 1px solid #000;
}

.row
{
    background: #003333;
}


.footer
{
    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;
}
tr.scheduleRow, td.scheduleRow {
	font-size: 12pt;
	color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003333;
	font-family: Arial, Helvetica, sans-serif;
}

