/* ================================
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/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:active   {
}
A.SelectedTab:hover    {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:active   {
}
A.OtherTabs:hover    {
}
/* GENERAL */
/* style for module titles */
.Head   {
font-family: verdana;
font-size: 14px;
color: #000080;
text-transform: uppercase;
text-align: center;
}
/* 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
{
font-family: verdana;
font-size: 12px;
text-align: left;
color: #000000;
}
/* 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:active   {
}
A.CommandButton:hover    {
}
/* button style for standard HTML buttons */
.StandardButton     {
}
/* GENERIC */

}
.BigHeader {
font-family: verdana;
font-size: 16px;
color: #000080;
font-weight: bold;
}
.blueCodeEg {
font-family: "Courier New", Courier, monospace;
font-size: 8pt;
color: #0000FF;
}
.redCodeEg {
font-family: "Courier New", Courier, monospace;
font-size: 8pt;
color: #FF0000;
}
}
.maroonCodeEg {
font-family: "Courier New", Courier, monospace;
font-size: 8pt;
color: #800000;
}
.tealCodeEg {
font-family: "Courier New", Courier, monospace;
font-size: 8pt;
color: #00FFFF;
}
.greenCodeEg {
font-family: "Courier New", Courier, monospace;
font-size: 8pt;
color: #008000;
}
H1  {
font-family: verdana;
font-size: 14px;
color: #000080;
text-transform: uppercase;
text-align: none;
}
H2  {
}
H3  {
font-family: verdana;
font-size: 14px;
color: #000080;
text-transform: uppercase;
text-align: none;
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
font-family: verdana;
font-size: 12px;
color: #999999;
text-decoration: underline;
}
A:visited   {
}
A:active    {
}
A:hover {
}
SMALL   {
}
BIG {
}
Q {
text-decoration: bold;
}
BLOCKQUOTE, PRE {
}
.TickList 
list-style-image:url(http://www.rapidtrade.com.au/Portals/0/Images/greentick.gif);  
}
UL LI   {
list-style:disc
}
UL LI LI    {
list-style:disc
}
UL LI LI LI {
list-style:disc
}
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 {
}
/*-- DATA GRID --*/
.DataGrid_Container {
	background:Transparent;
	border-color:#E0DFE3;
    font-family:Tahoma,Arial,Helvetica;
}
.DataGrid_Header, .DataGrid_Header th {
	background:#036;
	color:#FFF;
    font-weight:bold;
	font-size:10px;
	text-align:center;
}
.DataGrid_Footer, .DataGrid_Footer td, .DataGrid_Footer td a {
    background:#036;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
}
.DataGrid_AlternatingItem, .DataGrid_AlternatingItem td, .DataGrid_AlternatingItem td a {
    background:#F7F7F7;
	font-weight:normal;
	color:#000;
	padding:0 4 0 4;
}
.DataGrid_Item, .DataGrid_Item td, .DataGrid_Item td a {
	background:#EEF0F2;
    font-weight:normal;
	color:#000;
	padding:0 4 0 4;
}
.DataGrid_SelectedItem, .DataGrid_SelectedItem td, .DataGrid_SelectedItem td a {
    background:Silver;
	font-weight:normal;
	color:#000;
	padding:0 4 0 4;
}

/*-- TREEVIEW --*/
.TreeMenu_Node {
	font-family:Tahoma,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
}
.TreeMenu_NodeSelected {
	font-family:Tahoma,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
	background:#dcdcdc;
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link, A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited, A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
	text-decoration:none;
	color:#036;
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
	text-decoration:none;
	color: #f00;
}







