﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
    margin: 0;
    background-color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
p {
	margin: 10px 0;
	}
#topcontainer {
    margin: 0px auto;
    width: 982px; 
    } 
#container {
    margin: 0px auto;
    width: 980px;
    text-align: left;
    background-color: #000000;
    border: solid 1px #383838
    } 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HEADINGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1 {
    margin-top: 0px;  
    margin-bottom: 10px;
    MIN-HEIGHT: 20px;
	FONT-SIZE: 16px;
	FONT-WEIGHT: Bold;
    COLOR: #A5BED5; 
	font-family: Helvetica, sans-serif;
	}

h2 {
    margin-top: 10px;  
    margin-bottom: 0px;
    MIN-HEIGHT: 20px;
	FONT-SIZE: 14px;
	FONT-WEIGHT: Bold;
	COLOR: #A5BED5;
	font-family: Helvetica, sans-serif;
	}

h3 {
    margin: 0 0 5px 0;  
	FONT-SIZE: 12px;
	FONT-WEIGHT: Bold;
	COLOR: #A5BED5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
    color: #A5BED5;
    text-decoration: underline;
    }

h2 a:hover, h3 a:hover {
    color: red;
    text-decoration: underline;
    }

h2 a:active, h3 a:active {
    text-decoration: underline;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Links 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link, a:visited {
    color: #FFFFFF;
    text-decoration: underline;
    }

a:hover {
    color: #A5BED5;
    text-decoration: underline;
    }

a:active {
    text-decoration: underline;
}

a.blink:link, a.blink:visited {
    color: #A5BED5;
    text-decoration: underline;
    font-weight: bold;
    }
    
a.blink:hover, a.blink:active {
    color: red;
    text-decoration: underline;
    font-weight: bold;
    }
a.imglink:link, a.imglink:visited, a.imglink:hover, a.imglink:active  {
    text-decoration: none;
    color: black;
}
a.helplink:link, a.helplink:visited, a.helplink:hover, a.helplink:active  
{
    text-decoration: none;
    margin-left: 5px;
    height: 15px;
    width: 15px;
    vertical-align: middle;
} 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TOP INFORMATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-information {
	height: 90px;
	margin-bottom: 0;
	width: 982px;
	padding: 0;
}
#logobox {
    width: 234px; 
    float: left; 
    background-color: #383838; 
    margin-right: 10px; 
    height: 80px; 
    padding: 10px 0 0 10px;
}
#logo {
	font-size: 13px;
    color: #FFFFFF; 
    padding: 7px 0 3px 0;
	}
#logo a {
    font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-right: 0px;
	color: #F5F5F5;	
}
#strapline {
    width: 234px;
    padding: 7px 0 0 0;
    font-size: 13px;
    color: #F5F5F5; 
}
#strapline a.loghead:link, #strapline a.loghead:visited {
    font-size: 13px;
    color: #A5BED5;
    text-decoration: underline;
}
#strapline a.loghead:hover, #strapline a.loghead:active {
   font-size: 13px;
   color: red;
   text-decoration: underline;
}
#rhsbox {
    float: left; 
    width: 728px;
    height: 90px; 
    background-color: #383838; 
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TOP MENU
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-menu {
    height: 25px;
	width: 982px;
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #383838;
	color: #FFFFFF;
	font-size: 12px;
	list-style: none;
	}
#top-menu li {	
	float: left;
	border-left: 1px solid #A9A9A9;
	width: auto;
	line-height: 25px;
	}
#top-menu li span {	
    display: block;
	padding: 0px 10px 0px 10px;
	width: auto;
	}
#top-menu a, #top-menu a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	}
#top-menu a:hover {
   background-color: #999999;
   text-decoration: none;
   display: block;
   }
#top-menu li ul { /* second-level lists */
	position: absolute;
	line-height: 1;
	background-color: #333333;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#top-menu li ul li  /* second-level lists li */
{
    line-height: 30px;
    float: none;
    border-left: none;
    border-bottom: solid 1px #A9A9A9;
    width: 180px;
    padding: 0;
    }
#top-menu li:hover ul, #top-menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#top-menu ul iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/* filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
}
*:first-child+html #top-menu {
    height: 1%;
}
*:first-child+html #top-menu li {
    height: 1%;
} 
select.hide { 
	visibility: hidden;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	background-color: #383838;
	margin: 5px auto 0 auto;
	width: 940px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	color: #ffffff;
	font-size: 11px;
	list-style: none;
	}

#footer a {
    color: #ffffff;
    }

#footer a:hover {
	color: #99ccff;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container {
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 980px;
	font-size: 12px;
	color: #F5F5F5; 
	/* background-color: #000000; */
	}

#content-main-one-column {
	width: 940px;
	padding: 10px 20px 20px 20px;
    /*border: solid 1px #333333; */
	}

#content-main-one-column ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	}
		
#content-main-one-column ol li {
    line-height: 25px;
	}

#two-column-main {
    float: left;
    width: 680px;
    margin:  0px 0px 0px 10px;  
  	padding: 0px 0px 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SUB NAV 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.two-column-nav {
    float: left;
    display: inline;
    width: 249px;
}

.two-column-nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	width: 249px;
}

.two-column-nav li {	
	padding: 0;
	vertical-align: middle; 
    line-height: 25px;
	}

.two-column-nav li input, textarea {
   background-color: #FFFFFF;
 }
    
.two-column-nav li a, .two-column-nav li a:visited {
	color: #343331;
	text-decoration: none;
}

.two-column-nav li a:hover {
   text-decoration: underline;
}

.two-column-nav li a:active {
   text-decoration: underline;
   color: Red;
}

.two-column-nav .title {
    color: #FFFFFF;
    font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;	
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Radio Lists 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#screencat input, radio {
   background-color: black;
   color: White;
 }
#chartbg input, radio {
   background-color: black;
   color: White;
 } 
#etfcheck input, checkbox, #chk_showhide input, checkbox {
   background-color: black;
   color: White;
 }
.etfcheckbox input, checkbox {
   background-color: black;
   color: White;
   border-style: none;
   border-width: 0;
   padding: 0;
   margin: 0 5px 0 0;
   vertical-align: middle;
 }
 
#chk_menu input, checkbox {
   background-color: #333333;
   color: White;
 }
 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Screener 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.screenerlist {
    width: 218px;
    padding: 0;
    margin:0;
    border-spacing: 0;
    border-style: none;
    border-width: 0;
    }
.screenerlist td {
    height: 30px;
    width: 218px;
    border-spacing: 0;
    padding: 0;
    border-bottom: solid 1px #333333;
    }   
.screenerlist input, checkbox {
     margin: 0 5px 0 5px;
     border-style: none;
     border-width: 0;
     padding: 0;
     color: Black;
     background-color: Black;
}
.screenerlistactive 
{
   display: block;
   background-color: #F0F8FF;
   height: 20px;
   padding: 5px 0 5px 0;
   width: 218px;
   color: Black;
   overflow:hidden;
}   
     /* 
.radioinactive {
    display: block;
    width: 208px;
    padding: 5px 0 5px 10px;
    border-bottom: solid 1px #333333;
    height: 20px;

    }
.radioactive {
    display: block;
    width: 208px;
    padding: 5px 0 5px 10px;
    border-bottom: solid 1px #333333;
    height: 20px;
    background-color: #F0F8FF;
    color: Black;

}
.radioinactive input, radio {
     background-color: black;
}
.radioactive input, radio {
     background-color: #F0F8FF;
}
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Tree View 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.treeinactive {
    width: 213px;
    padding: 5px 0 5px 5px;
    border-bottom: solid 1px #333333;
    height: 20px;
    }
    
.treeinactive a 
{
    text-decoration: none;
    color: White;
    }

.treeactive {
    width: 213px;
    padding: 5px 0 5px 5px;
    border-bottom: solid 1px #333333;
    height: 20px;
    background-color: #F0F8FF;
}

.treeactivecol {
    width: 213px;
    padding: 5px 0 5px 5px;
    border-bottom: solid 1px #333333;
    height: 20px;
    background-color: green;
}

.treeactive a 
{
    text-decoration: none;
    color: Black;
    }

.loginbox input, checkbox {
   background-color: black;
   color: White;
 }    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Homepage 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.catbox {
    width: 268px; 
    height: 70px; 
    border: solid 1px #666666; 
    margin-bottom: 5px;
}

div.catbox img {
    width: 70px; 
    height: 70px; 
    float: left; 
    margin-right: 10px;
    border: none;
}

div.catboxtext {
     width: 178px;
     float: left; 
     padding: 5px 5px 5px 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
Compare ETF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul.etfselect {
    float: left; 
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    width: 465px; 
    vertical-align: middle;
    }
ul.etfselect li {
    float: left; 
    width: 50px;
    vertical-align: middle; 
    line-height: 25px;
    list-style-type: none; 
    }
ul.etfselect li.head {
    float: left; 
    width: 50px;
    vertical-align: middle; 
    line-height: 25px;
    list-style-type: none;
    font-size: 11px;
    font-weight: bold;
    }    
ul.etfselect li.etfname {
    float: left;
    width: 300px; 
    font-weight: bold; 
    padding-left: 5px;
    font-size: 11px;
    line-height: 25px;
    overflow: hidden;
    }
ul.etfselect li.etfinfo {
    float: left;
    width: 20px; 
    margin: 0 5px 0 0;
    line-height: 25px;
    height: 25px;
}
ul.etfselect li.etfinfo img {
    width: 20px; 
    height: 20px; 
    vertical-align: middle; 
}
ul.etfselect li.ieclear {
    clear: left; 
    float: none; 
    line-height: 0px; 
    font-size: 0px;
    }
ul.etfselect li textarea 
{
    border-width: 0;
    background-color: #EFEFEF;
}    
ul.dateselect {
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    width: 280px; 
    vertical-align: middle;
    float: left;
    }
ul.dateselect li {
    width: 80px; 
    float: left; 
    vertical-align: middle; 
    line-height: 25px;
    }
ul.dateselect li.head {
    width: 80px; 
    float: left; 
    vertical-align: middle; 
    line-height: 25px;
    font-size: 11px;
    font-weight: bold;
    }
ul.dateselect li.ieclear {
    clear: left; 
    float: none; 
    line-height: 0px; 
    font-size: 0px;
    }    
ul.performreport {
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    width: 700px; 
   }
ul.performreport li {
   width: 125px; 
   float: left; 
   text-align: right; 
   padding-right: 20px;
   line-height: 20px;
   margin-bottom: 5px; 
   }
ul.performreport li.head {
   width: 125px; 
   float: left; 
   text-align: right; 
   padding-right: 20px;
   line-height: 25px;
   font-weight: bold;
   font-size: 11px;
/*    margin-bottom: 2px; */
   }

ul.performreport li.etfname {
   width: 120px; 
   float: left; 
   text-align: left; 
   padding-right: 0;
   line-height: 20px;
/*    margin-bottom: 2px;*/
   }
 ul.performreport li.ieclear {
    clear: left; 
    float: none; 
    line-height: 0px;
    font-size: 0px;
    margin: 0;
    }  
ul.portfolioselect {
   margin: 0; 
   padding: 0; 
   list-style-type: none; 
   width: 640px;
   }
ul.portfolioselect li {
   width: 50px; 
   float: left; 
   vertical-align: middle; 
   line-height: 25px;
   }
ul.portfolioselect li.head {
   width: 50px; 
   float: left; 
   vertical-align: middle; 
   line-height: 25px;
   font-weight: bold; 
   font-size: 11px; 
   }   
ul.portfolioselect li.etfname {
    float: left;
    width: 310px; 
    font-size: 11px;
    font-weight: bold; 
    margin: 0; 
    padding: 0;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: Green;
}
ul.portfolioselect li.ieclear {
    clear: left; 
    float: none; 
    line-height: 0px; 
    font-size: 0px;
    }
ul.drawndownreport {
   margin: 0; 
   padding: 0; 
   list-style-type: none; 
   width: 200px;
   }
ul.drawndownreport li {
   width: 50px; 
   float: left; 
   vertical-align: middle; 
   line-height: 30px;
   }
 ul.drawndownreport li.head {
   float: left; 
   width: 77px; 
   line-height: 15px;
   margin-bottom: 5px; 
   vertical-align: middle; 
   font-size: 10px;
   font-weight: bold;
   padding: 0;
   }  
ul.drawndownreport li.ieclear {
    clear: left; 
    float: none; 
    line-height: 0px; 
    font-size: 0px;
    }  
ul.backtestreport {
    width: 940px;
    margin: 0;
    padding: 0; 
    list-style-type: none;
   }
 ul.backtestreport li {
    width: 100px;
    float: left; 
    text-align: right; 
    line-height: 20px;
    height: 20px;
 }  
  ul.backtestreport li.head {
    width: 100px;
    float: left; 
    text-align: left; 
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
 }  
ul.backtestreport li.ieclear {
    clear: left; 
    float: none; 
    line-height: 0px; 
    font-size: 0px;
    height: 0;
    }   
ul.tradesreport {
    width: 940px;
    margin: 0;
    padding: 0; 
    list-style-type: none;
   }
ul.tradesreport li {
    width: 105px;
    float: left; 
    line-height: 20px;
 }  
ul.tradesreport li.head {
    width: 105px;
    float: left; 
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 5px;
 }  
ul.tradesreport li.ieclear {
    clear: left; 
    float: none; 
    line-height: 0px; 
    font-size: 0px;
    }       
div.section 
{
    width: 940px;
    margin: 0 0 25px 0;
    border-top: solid 1px #333333;
}     
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
Retn Divs Data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul.datatab {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 620px; 
    text-align: right; 
    line-height: 15px; 
    }
ul.datatab li {
    float: left; 
    width: 90px; 
    padding: 0 15px 0 0;
    }
ul.datatab li.head {
    float: left; 
    width: 90px; 
    padding: 0 15px 5px 0;
    font-size: 10px;
    font-weight: bold;
    }
ul.datatab li.ieclear {
    clear: left; 
    float: none; 
    line-height: 0px; 
    font-size: 0px;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Montly Returns Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul.etfgroup {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    line-height: 21px;
	}
ul.etfgroup li {
     width: 70px;
     float: left;
}	
ul.etfgroup li.ieclear {
    float: none; 
    clear: left; 
    line-height: 0px; 
    font-size: 0px;
    }		
    
ul.leftgroup {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
	}
ul.leftgroup li {
    float: left;
   /* padding: 1px 0 1px 0; */
    margin:  1px 0 1px 0;
	}	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Page Crumbs 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#breadcrumbs {
	width: 940px;
	margin-bottom: 10px;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	IMAGES & PHOTOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {
	border:none;
	}
	
input.arrowbtn, img.arrowbtn  
{
    border:none;
    margin:0;
    padding:0;
    vertical-align:middle;
    width: 24px;
    height:12px;
    display: block;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LAYOUT 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
input, textarea {
    border: none;
    padding: 2px;
    background-color: #F5F5F5;
    }

input.rflog, textarea {
    border: solid 1px black;
    margin-bottom: 5px;
    padding: 2px;
    background-color: #F5F5F5;
    }
        
input.rfbutton  {
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
    color: #555;
    vertical-align:middle;
    background: #FFF;
    border: 2px solid #999999;
   /* padding: 1px 1px 1px 1px; */
    width: 130px;
    text-align: center;
    }
input.smbutton  {
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
    color: #555;
    background: #FFF;
    vertical-align:middle;
    border: solid 1px #999999;
    width: 72px;
    }
.calDDL {
	font-family: Arial;
	font-size: 12px;
	background-color: #F5F5F5;
	color: black;
	width: 70px;
	border: none;
	}

.sm_ddl {
    font-family: Verdana;
	font-size: 11px;
	height: 18px;
    width: 68px;
   	border: none;
}
.sm_sq 
{
    height: 10px;
    width: 10px;
    margin-top: 2px;
    background-color: Red;
}
input.blackarrow 
{
    vertical-align: middle; 
    padding: 0; 
    border: none;
    border-width: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Charts 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.chart {
   margin-top: 0px;
   width: 700px;
   }

.chart Title {
   width: 580px; 
   margin-left: 100px; 
   text-align: center;
   }
.verticalBarGraph {
	height: 101px;
	margin: 0;
	padding: 0;
	position: relative;
	}
.verticalBarGraph li {
	background-color: green; 
	border-right: solid 1px black;
	bottom: 0;
	list-style:none;
	margin-left: 1px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 14px;
	}
.charttitle {
    text-align: center; 
    color: #AAAAAA; 
    font-family: Arial;
    font-size: 16px; 
    font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
Navigation Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navigationRule {
  clear: left;
  /*border: 2px solid #333333;
    position: relative;
  */
  background-color: #333333;
  height: 2px;
  width: 940px;
  margin: 0 0 10px 0; 
}
.menuItem {
  color: #fff;
}
.menuItem a {
  cursor: pointer;
  text-decoration: none;  
}
.menuItem #left{
  width: 2px;
  display: inline;
  background: #000000;
  height: 25px;
  position: relative;
  float: left;
}
.menuItem #mid {
  display: inline;
  background: #333333;
  height: 25px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}
.menuItem #right {
  width: 2px;
  display: inline;
  background: #000000;
  height: 25px;
  position: relative;
  float: left;
}
menuItemSelected {
  color: #fff;
}
.menuItemSelected a {
  cursor: pointer;  
}
.menuItemSelected #left {
  width: 2px;
  display: inline;
  background: #000000;
  height: 25px;
  position: relative;
  float: left;
}
.menuItemSelected #mid {
  display: inline;
  background: #808080;
  height: 25px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.menuItemSelected #right {
  width: 2px;
  display: inline;
  background: #000000;
  height: 25px;
  position: relative;
  float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
Modal popup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.modalBackground {
    background-color: #333333;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup {
    background-color:#FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 600px;
	color: Black;
}
.modalPopup a {
    color: Black;
}
.modalPopup h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: Bold;
    color: #0F2651;
    font-family: Helvetica, sans-serif;
}
.modalPopup input, textarea {
    border: solid 1px black;
    padding: 2px;
    }    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
CollapsiblePanel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.collapsePanel {
	background-color: #000000;
	overflow: hidden;
}
.collapsePanelHeader {
	width:220px;
	height:25px;
	background-color: #333333;
	color:#FFF;
	font-weight:bold;
}
.collapsePanelhoriz {
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	width: 200px;
	margin-left: 0px;
    font-size: 11px;
}
.collapsePanelHeaderhoriz {
	width: 220px;
	float: left;
	height: 25px;
    font-size: 11px;
	background-color: #F5F5F5;
	color: #000000;
	font-weight:bold;
}
ul.advmenu {
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    width: 218px; 
    vertical-align: middle;
    }

ul.advmenu li {
    width: 208px;
    padding: 0 5px 0 5px;
    vertical-align: middle; 
    line-height: 35px;
    list-style-type: none; 
    }

ul.advmenu li.ieclear {
    float: none; 
    clear: left; 
    line-height: 0px; 
    font-size: 0px;
    padding:0;
    }   
.portfolioGV td {
    padding: 0 0;
    height: 26px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
Backtest page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.appbox {
    width: 428px;
    height: 70px; 
    margin-bottom: 10px;
}
div.appbox img {
    width: 70px; 
    height: 70px; 
    float: left; 
    margin-right: 10px;
    border: none;
}
div.appboxtext {
     width: 338px;
     float: left; 
     padding: 5px 5px 5px 5px;
}
span.freesp {
    color: Yellow; 
    font-weight: bold; 
    font-size: 10px; 
    margin-left: 5px;   
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	RS Multi Portfolio 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.portchecklist {
    padding: 0;
    margin:0;
    border-spacing: 0;
    border-style: none;
    border-width: 0;
    }
.portchecklist td {
    height: 25px;
    border-spacing: 0;
    padding: 0;
    color: #000000;
    }   
.portchecklist input, checkbox {
     margin: 0 5px 0 5px;
     border-style: none;
     border-width: 0;
     padding: 0;
} 
.multiportbox 
{
 /*   
    display:block; 
    width: 305px; 
    background-color: #F5F5F5; 
    height: 90px; 
    overflow: auto; 
    color: #000000;
*/
    border: solid 1px #999999;
    height: 400px; 
    width: 298px; 
    overflow-y: scroll;
    background-color: #F5F5F5; 
    z-index: 10;
    line-height:normal;
}
 /*
span.multiportbox:hover, .multiportbox_expand {
    height: 400px;
}    
*/
