/* CSS Document */

/*****************
 Unique Class Tags
 *****************/

body {
background-color: #252525; 
background-repeat: repeat-x;
background-image: url(/images/mymti_pagebggradient.jpg);
background-attachment: fixed;
}
#entireWrap {}
#bodyWrapper {
    width:800px;
    text-align:left;
    font-family:Arial;
}

/* style for top header */
#header {}

/* style for footer */
#footer {
	background-color: #002165;
	width: 800px;
	height: 80px;
}

#footerlinks a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}

#footerlinks a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fc9b3c;
	font-weight: bold;
	text-decoration: none;
}

#footerlinks2 a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
}

#footerlinks2 a:hover {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fc9b3c;
	text-decoration: none;
}

#footerpadding {
	background-color: #FFFFFF;
	width: 800px;
	height: 16px;
}
/* style for header navigation */
#topNavigation {}

#topnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #002266;
}

/* style for all zones */
#zoneWrapper {background-color:#ffffff;}

/* navigation */
#button {
	width: 198px;
	padding: 0 0 1em 0;
	font-family: 'Arial','Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-bottom: -8px;
		border: none;
}
#button li {
		margin: 0;
		padding-top: 1px;
		padding-bottom: 1px;
}
#button li a {
		display: block;
		padding-left: 20px;
		background-color: #ffffff;
		color: #000000;
		text-decoration: none;
		width: 198px;
}
html>body #button li a {
		width: auto;
}
#button li a:hover {
		background-color: #d3d3d3;
		background-image: url(/images/navbg.gif);
		color: #000000;
}
#button li a:active {
        background-color: #d3d3d3;
		background-image: url(/images/navbg.gif);
		color: #000000;
}
#button li a:focus {
        background-color: #d3d3d3;
		background-image: url(/images/navbg.gif);
		color: #000000;
}

/* style for left side navigation zone */
#navZone {float:left; width:200px;}
#navZone_splash {float:left; width:200px;}
    #myAccountZone {width:200px; margin-top:12px; margin-left:12px;}
    #chatZone {width:200px; margin-top:12px; margin-left:12px;}
    #mentorshipZone {width:200px; margin-top:12px; margin-left:12px;}
    #archiveVideoZone {width:200px; margin-top:12px; margin-left:12px;}
    #toolsZone {width:200px; margin-top:12px; margin-left:12px;}
    #resourcesZone {width:200px; margin-top:12px; margin-left:12px;}
    #supportZone {width:200px; margin-top:12px; margin-left:12px;}
    #educationZone {width:200px; margin-top:12px; margin-left:12px;}
    #accountContent, #resourceContent, #supportContent,
    #chatZone, #mentorshipZone, #toolsZone, #educationZone {font-size:12px;}

/* style for focal navigation zone */
#mainZone {float:left; width:564px; margin-left:24px;}
#mainZone_splash {float:left; width:564px; margin-left:24px;}
    #adminZone {width:564px; margin-top:12px;}
    #bulletinZone {width:223px; margin-top:12px;}
	#bulletinZone_splash {width:564px; margin-top:12px;}
	#videoZone {width:329px; margin-top:12px;}
    #controlPanelZone {width:564px; margin-top:12px;}
    #featuresZone {width:564px; margin-top:12px;}
        #featureTabs {}
            #analysisTab {
                width:50px; height:32px; 
                padding-left:35px; 
                padding-top:5px; 
                background-image: url('/images/mymti_blogtabon.gif'); 
                background-position: left top; 
                background-repeat:no-repeat;
            }            
            #blogTab {
                width:50px; height:32px; 
                padding-left:35px; 
                padding-top:5px; 
                background-image: url('/images/mymti_rssfeedon.gif'); 
                background-position: left top; 
                background-repeat:no-repeat;
            }
            #rssTab {
                width:90px; 
                height:32px; 
                padding-left:20px; 
                padding-top:5px; 
                background-image: url('/images/mymti_rssfeedon.gif'); 
                background-position: left top; 
                background-repeat:no-repeat;
            }
            #videoTab {
                width:90px; 
                height:32px; 
                padding-left:20px; 
                padding-top:5px; 
                background-image: url('/images/mymti_rssfeedon.gif'); 
                background-position: left top; 
                background-repeat:no-repeat;
            }
            #featuresContent {}

/************************
 End of Unique Class tags
 ************************/


/*********************
 Multi-Used Class tags
 *********************/

/* style for headers of all panels */ 
.headerStyle {
padding:6px 7px;
font-weight:bold; 
font-size:14px;
}

/* style for panel collapse */
.collapseStyle {
padding:5px; 
font-size:12px; 
background-image: url(/images/mymti_windowbgmiddle.gif);
background-repeat: repeat-y;
margin:0px;
}
.collapseStylebulletin {
padding:0px; 
font-size:12px; 
background-image: url(/images/mymti_navbgmiddle.gif);
background-repeat: repeat-y;
margin:0px;
}

   
/* styles for left side panels */
.sideNavTop {
background-image: url(/images/mymti_navbgtop.gif);
width:200px;
height:28px;
text-align:middle;
}
.sideNavMiddle {
background-image: url(/images/mymti_navbgmiddle.gif);
background-repeat: repeat-y;
}
.sideNavMiddle_splash {
background-image: url(/images/mymti_navbgmiddle.gif);
background-repeat: repeat-y;
}
.sideNavBottom {
background-image: url(/images/mymti_navbgbottom.gif);
height:10px;
}


/* styles for the center control panels */
.focalNavTop {
background-image: url(/images/mymti_windowbgtop.gif);
width:564px;
height:28px;
text-align:middle;
padding:0px;
}
.focalNavMiddle {
background-image: url(/images/mymti_windowbgmiddle.gif);
background-repeat: repeat-y;
margin-top:0px;
padding:0px;
hieght:auto;
}
.focalNavMiddle_bulletin {
background-image: url(/images/mymti_windowbgmiddle.gif);
background-repeat: repeat-y;
margin-top:0px;
padding:0px;
hieght:auto;
}
.focalNavBottom {
background-image: url(/images/mymti_windowbgbottom.gif);
height:10px;
padding:0px;
}
.navtopbulletin {
background-image: url(/images/mymti_bulletinbgtop.gif);
width:223px;
height:28px;
text-align:middle;
}
.navmidbulletin {
background-image: url(/images/mymti_bulletinbgmiddle.gif);
background-repeat: repeat-y;
margin-top:0px;
padding:0px;
width:223px;
}
.navbotbulletin {
background-image: url(/images/mymti_bulletinbgbottom.gif);
height:10px;
width:223px;
}
.navtopvideo {
background-image: url(/images/mymti_videobgtop.gif);
width:329px;
height:28px;
text-align:middle;
}
.navmidvideo {
background-image: url(/images/mymti_videobgmiddle.gif);
background-repeat: repeat-y;
margin-top:0px;
padding:0px;
width:329px;
}
.navbotvideo {
background-image: url(/images/mymti_videobgbottom.gif);
height:10px;
width:329px;
}

/***********************
 End of multi class tags
 ***********************/
 
.toggle {
float:left; 
margin-top:-1px; 
padding-left:1px;
padding-right:5px;
}
.blue1 {
color:#1e56c9;
font-weight: bold;
}
.blue1 a {
color:#1e56c9;
font-weight: bold;
text-decoration: none;
}
.blue1 a:hover {
color:#1e56c9;
font-weight: bold;
text-decoration: none;
}
.blue1 a:visited {
color:#1e56c9;
font-weight: bold;
text-decoration: none;
}
.orange1 {
color: #da893a;
font-weight: bold;
}
.orange1 a {
color: #da893a;
font-weight: bold;
text-decoration: none;
}
.orange1 a:hover {
color: #da893a;
font-weight: bold;
text-decoration: none;
}
.orange1 a:visited {
color: #da893a;
font-weight: bold;
text-decoration: none;
}
#blogsection {
padding-top: 0px;
padding-bottom: 0px;
}
.blogDiv {
style="color:#000000;
font-size:11px;
float:left;
margin-top:0px;
margin-left:10px;
width:540px;
background-color:White;"
}
.marketDiv {
margin-left:15px;
font-size:12px;
}
#blogpreview {
margin-left: 25px;
}