/* CSS Document */
/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for Investor Tools DotNetNuke Skin by Perry (perry@iburst.co.za) */
/*--------------------------------------------------------------------------------------------------------------*/
body
        {
            margin-top:0;
        }

.containermaster
        {
	        width: 100%;
	        border-right: #464646 1px solid; 
	        border-top: #464646 1px solid; 
	        border-left: #464646 1px solid; 
	        border-bottom: #464646 1px solid;
        }

.containerrow
        {
	        background-image: url(sidecontainer.gif);
	        background-position: right;
	        background-repeat: no-repeat;
	        background-color: #464646;
        }

.tdleft
        {
            color:#FFF;
            height:35px;
        }
        
.Head
		{
			font-family:Century Gothic;
			color:#FFF;
			font-size:14pt;
            height:35px;
            font-weight:bold;
		}

.tdcontent
        {
            background-color:#ebebeb;
            font-family:Tahoma;
            font-size:8pt;
            text-align:left;
            color:#000;
            padding:0px 50px 10px 50px;
            border-right:solid 15px #ebebeb;
        }
        
.tdbottom
        {
            background-color:#ebebeb;
            color:Black;
        }
        
/*
.submenuitemselected
		{
			font-family:Franklin Gothic Medium;
			color:#FFF;
			font-size:10pt;
			font-weight:normal;
			padding:2px 15px 2px 7px;
			background:#464646;
			border:1px #464646 solid;
			border-width:1px 0;
		}

.rootmenuitemselected td
		{
			padding:0 10px 0 9px;
			height:40px;
			cursor:pointer;
			cursor:hand;
			border-right:1px #464646 solid;
		}
		
.rootmenuitem
		{
			background:transparent;
		}


.MainMenu_MenuIcon
        {
            display:none;
        }

.MainMenu_MenuBreak
        {
            display:none;
        }

*/

