/* 
================================
Skin styles for DotNetNuke
================================
*/   
Body, .Normal, .NormalTextBox, TD, TR
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 8pt;
   font-weight: normal;
   color: black;
}
.ControlPanel {
    width: 100%;
    background-color: #f3f3f3;
    font-size: 0.9em;
}

.SkinObject {
    font-size: 0.9em;
    color: #75808A;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#75808A;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#75808A;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#75808A;
}

A.SkinObject:hover    {
    text-decoration: underline;
    color:#cc0000;
}

/* style for module titles */
.Head   {
    font-size: 1.4em;
    font-weight:  bold;
    color: #cc0000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

tr.control * span.SubHead
{
	font-size:10pt;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  1.0em;
    font-weight:    bold;
    color: black;
}

 
/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-size: 1.0em;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
	font-size: 1.0em;
    font-weight: bold;
    color: #cc0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 0.9em;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
	font-size: 0.8em;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #75808A;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #75808A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #75808A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #cc0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 1.0em;
	background: #dddddd;
	color: #000000;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  background-color: #ffff99;
}
    
/* GENERIC */
H1  {
    font-size:  1.5em;
    font-weight: bold;
    color: #75808A;
}

H2  
{
	font-size: 1.4em;
    font-weight: bold;
    color: #75808A;
}

H3  {
    font-size:  1.3em;
    font-weight:  bold;
    color: #75808A;
}

H4  {
    font-size:  1.2em;
    font-weight: bold;
    color: #75808A;
}

H5, DT  {
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

H6  {
    font-size:  1.0em;
    font-weight:    bold;
    color: #75808A;
}

TFOOT, THEAD    {
    font-size:  1.1em;
    color: #75808A;
}

TH  {
    vertical-align: baseline;
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

A:link  {
    text-decoration:    none;
    color:  #75808A;
}

A:visited   {
    text-decoration:    none;
    color:  #75808A;
}

A:active    {
    text-decoration:    none;
    color:  #75808A;
}

A:hover {
    text-decoration: underline;
    color:  #cc0000;
}

SMALL   {
    font-size:  0.8em;
}

BIG {
    font-size:  1.2em;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
   font-size: 1em;
}
.skinmaster {
	background-color: #ffffff;
	   font-size: 1em;

}
.skinheader 
{
	padding:0px;
}
.skingradient {
	/*background-image: url(gradient_DKGray.jpg); */
	background-color: #eeeeee;
	height: 22px;
	font-size:8pt;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.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-top: 6px;
	padding-right: 3px;
}
.headerpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footerpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.toplinkpane {
	width: 100%;
	background-color: transparent;
	padding:0px;
}
.rightpane {
	background-color: transparent;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	color:#75808A;
	font-weight:bold;
	padding:0 5 0 3;
	background:transparent;
	height:22px;
	font-size:9pt;
	font-weight:normal;

}
.main_dnnmenu_item
{
	color:#75808A;	
	padding:3 15 3 10;
	border:1px #E3E3E3 solid; 
	border-width:1px 0px;
	height:22px;
	font-size:9pt;
	font-weight:normal;
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	color:#75808A;
	padding:0 5 0 3;
	background:transparent;
	height:22px;
	font-size:9pt;
	font-weight:bold;
}

.main_dnnmenu_itemhover   
{
	color:Green;
}

.main_dnnmenu_itemhover td {  
	background-color: #8CC63F;
	color:#FFF;	
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu
{
	z-index:1000;
	border-right:0px #E3E3E3 solid;
	padding:0px;
	margin-left:1px;
	color: #777;
	margin-left:2px;
	background:#E3E3E3;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=1);
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}
.contentPaneBottom 
{ 
    background-image:url('http://www.tradingsystems.ca/images/04.gif'); 
    background-repeat:no-repeat; 
    background-color:Transparent; 
    padding-bottom:40px; 
    background-position:right bottom; 
    margin-bottom:20px; 
}
