/*** General ***/

body{
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0;
	margin: 0;
}

a {
	color: #4E6F87;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #0C3C60;
}

a img {
	border: 0px;	
}

.dotted {
	border-bottom: 2px dotted #F1F3F5;
	margin-bottom: 30px;
}

div.separator {
	height: 0px;
	border-top: 2px dotted #F1F3F5;
	margin: 1px 0px;
	padding: 0;
	font-size: 0;
	line-height:0px;
}

.clear { 
	display: block;
	clear: both; 
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*** Header ***/

#header {
	height: 39px;
	text-align: right;
	padding-top: 0.3em;
	position: relative;
	margin: 38px 0px 29px 0px;
	width: 100%;
}

#header a.logo{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 461px;
	height: 58px;
	background: url(http://web.mit.edu/sebc/vships/images/vshipsbannerlogo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

/*** Main Window ***/

#container {
	width: 900px;
	margin: auto;
	background-color: #FFFFFF; 
	text-align: left;
	position: relative;
	overflow: hidden;
}

#main_body {
	position: relative; 
	margin-top: 30px; 
	height: 100%;
	background-image: url(http://web.mit.edu/sebc/vships/images/navigation.gif);
	background-repeat: repeat-y;
	width: 890px;
}

/* No navigation column in front page */
#main_home {
	position: relative; 
	margin-top: 30px; 
/*	height: 100%;*/
	width: 875px;
}

/*** Navigation Menu ***/

#menu {
	width: 100%;
	height: 25px;
	background-color: #0A3554;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(http://web.mit.edu/sebc/vships/images/gradient-menu.gif);
	background-repeat: repeat-x;
	z-index: 90;
	list-style: none;
	position: relative;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	cursor: default;
}

/* begin first level unselected */

#menu ul li {
	z-index:1000;
	position: relative; 
	margin-left: 0.8em;
	margin-top: 3px;
	text-decoration: none;
	float: left;
}

#menu ul li:hover,
#menu ul li.sfhover {
	background-color: #567A95;
	background-image: url(http://web.mit.edu/sebc/vships/images/corners-menu-hover.gif);
	background-repeat: no-repeat;
}

#menu ul li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #EEEEEE;
	padding: 0 0.6em;
	line-height: 19px;
	padding-bottom: 3px;
}

#menu ul li a:hover,
#menu ul li:hover a,
#menu ul li.sfhover a {
	color: #FFFFFF;
	background-image: url(http://web.mit.edu/sebc/vships/images/corners-menu-hover.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
/* end first level unselected */

/* begin first level selected */
#menu ul li.selected {
	background-color: #FFFFFF;
	cursor: default;
	background-image: url(http://web.mit.edu/sebc/vships/images/corners-menu.gif);
	background-repeat: no-repeat;
}

#menu ul li.selected a {
	color: #0C3C60;
	background-image: url(http://web.mit.edu/sebc/vships/images/corners-menu.gif);
	background-position: right top;
	background-repeat: no-repeat;	
}

#menu ul li.selected a:hover {
	color: #0C3C60;
	background-color: transparent;
	background-image: url(http://web.mit.edu/sebc/vships/images/corners-menu.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* end first level selected */

/* begin drop down menu */
#menu ul li ul.dropmenu {
	position: absolute;
	display: block;
	left: -999em;
	width: 1%;
	border: 1px solid #0A3554;
	padding: 0.3em 0.3em 1.2em 0.3em;
	text-indent: 8px;
	background-color: #FFFFFF; 
	background-image: none;
}

#menu ul li:hover ul.dropmenu,
#menu ul li.sfhover ul.dropmenu {
	left: auto;
	left: -1px;
	z-index: 900; /* place it above the page content */
	width: 17em;
}

#menu ul li ul.dropmenu li {
	display: block;	
	color: #567A95;
	text-decoration: none;
	line-height: 2em;
	border-bottom: 2px dotted #F1F3F5;
	margin: 0;
	width: 100%;
	background-image: none;
	background-color: #FFFFFF;
}

#menu ul li ul.dropmenu li a {
	display: block;
	width: 100%;	
	cursor: pointer;
	color: #567A95;
	font-size: 11px;
	font-weight: normal;
	line-height: 2em;
	height: 2em;
	background-image: none;
	padding: 0;
}

#menu ul li ul.dropmenu li a:hover {
	background-color: #567A95;
	color: #FFFFFF;
}

#menu ul li ul.dropmenu li.separator {
	border-top: 2px dotted #F1F3F5;
	height: 0px;
	margin: 1px 0px;
	padding: 0pt;
	cursor: default;
}

#menu ul li ul.dropmenu li.separator:hover {
	background-color: inherit; 
}
/* end drop down menu */

/*** Content Panels ***/
#content {
	float: left;
	margin-left: 25px;
	width: 680px;
	position: relative;
}

#content h1 {
	border-bottom: 2px dotted #F1F3F5;
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	height: 1.6em;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

#content h2 {
	color:#666666;
	font-size:18px;
	line-height:22px;
	font-weight: normal;
	height:1.4em;
	margin: 0pt 0pt 5px;
}

#content h2.dotted {
	border-bottom:2px dotted #F1F3F5;
	margin: 0pt 0pt 5px; /* this needs to be here to overwrite the selector '.dotted' */
}

#content h3 {
	color:#666666;
	font-size:13px;
	font-weight: bold;
	height:1.0em;
	margin-bottom:10px;
}

/* content2 groups description and rightbar so that they both are relative to the same top allowing the title to be flexibly sized by the user */

#content .content2 {
	float: left;
	overflow: hidden;
}

#content .description_body {
	width: 465px;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 13px;
	line-height: 20px;
}

#content .description_body p {
	margin-top: 0px;
}

#content .description_body li { 
	font-size: 13px; 
	line-height: 20px;
}

#content .description_body p.indented {
	margin-left: 3em;
}

#content .description_body .tabbox {
	border: 1px solid #A2ABB1;
}

#content .description_body .tabselector {
	width: 100%;
	height: 1.7em;
}

#content .description_body .tab {
	float: left;
	width: 23%;
	text-align: center;
	font-weight: bold;
	color: #333333;
	border-right: 1px solid #A2ABB1;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #A2ABB1;
	padding: 0.2em;
}

#content .description_body .selected {
	border-top: 1px solid #A2ABB1;
	border-right: 2px solid #A2ABB1;
	border-bottom: 1px solid #FFFFFF;
	background-color: #F5F7F8;
}

#content .description_body .contents {
	padding: 20px;
	background-color: #F5F7F8;	
}

#content .description_home {
	width: 465px;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 13px;
	line-height: 20px;
}

#content .description_home p {
	margin-top: 0px;
}

#content .description_home li { 
	font-size: 13px; 
	line-height: 20px;
}

#content .description_home p.indented {
	margin-left: 3em;
}

#content .description_home .tabbox {
	border: 1px solid #A2ABB1;
}

#content .description_home .tabselector {
	width: 100%;
	height: 1.7em;
}

#content .description_home .tab {
	float: left;
	width: 23%;
	text-align: center;
	font-weight: bold;
	color: #333333;
	border-right: 1px solid #A2ABB1;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #A2ABB1;
	padding: 0.2em;
}

#content .description_home .selected {
	border-top: 1px solid #A2ABB1;
	border-right: 2px solid #A2ABB1;
	border-bottom: 1px solid #FFFFFF;
	background-color: #F5F7F8;
}

#content .description_home .contents {
	padding: 20px;
	background-color: #F5F7F8;	
}

#content p a {
	text-decoration: underline;
}

/*** Right Sidebar ***/
#content .rightbar {
	float: left;
	overflow: hidden;
	top: 0px;
	margin-left: 20px;
	width: 190px;
	font-size: 11px;
	line-height: 18px;
	position: relative;
}

#content .rightbar .container {
	display: block;
	width: 190px;
	height: 145px;
	margin: 0 0 20px 0;
}

#content .rightbar .general {
	background: #FFFFFF;
	height: auto;
}

#content .rightbar .general div {
	background: #EBECEC;
	padding: 0 0 20px 0;
}

#content .rightbar .general div p {
	margin: 3px 0 0 10px;
	padding: 10px 0 0 0;
}

#content .rightbar .container h4 {
	display: block;
	height: 26px;
	line-height: 26px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	margin: 0;
}

#content .rightbar .container p {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin: 10px 0 0 10px;
}

#content .rightbar .container .more {
	display: block;
	width: 14px;
	height: 12px;
	background: url(http://web.mit.edu/sebc/vships/images/sidebar_00/arrow-gray.gif) no-repeat;
	margin: 10px 0 0 20px;
}
/* end rightbar */

#content .section .title {
	background-color: #F1F3F5;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	padding-left: 1em;
}

#content .rightbar .section {
	margin-bottom: 19px;
}

#content .rightbar .item {
	color: #567A95;
	line-height: 36px;
	padding-left: 30px;
	background-position: 9px center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#content .rightbar .section .body {
	margin: 1em 0 1em 1em;
}

#content .rightbar .link {
	margin-bottom: 1em;
	margin-left: 1em;
}

#content .rightbar .quote {
	background-image: url(http://web.mit.edu/sebc/vships/images/quotes.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 1em;
}

#content .rightbar .quote .text {
	padding-top: 13px;
	color: #567A95;
	font-size: 12px;
	line-height:18px;
	font-style: italic;
	text-indent: 20px;
}

#content .rightbar .source {
	color: #567A95;
	padding-left: 1em;
	padding-top: 1em;
}

#content .rightbar .source .author {
	font-weight: bold;
}

#content .margin-bottom {
	margin-bottom: 20px; 
}

#content p.emphasis {
	xfont-size: 13px; 
	xfont-style: italic;
	border-top:2px dotted #F1F3F5;
	border-bottom:2px dotted #F1F3F5;
	font-weight:bold;
	padding:5px 0 7px 0;
}

#content .tabselector a:hover .selected {
	cursor: default;
}

#content .contents .title {
	font-size: 150%;
	color: #333;
	padding-bottom: 10px;
}

#content .contents p, td a {
	font-size: 13px;
	line-height: 20px;
}

#content .contents thead {
	display: none;
}

#content .contents table {
	width: 420px;
	border-collapse: collapse; 
	border-spacing: 0;
	font-size: 8pt;
}

#content .contents table caption {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #A2ABB1;
	background-color: #F5F7F8;
	text-align: left;
	padding: 0.6em;
	color: #333333;
	font-weight: bold;
}

#content .contents td {
	width: 50%;
	border: 1px solid #A2ABB1;
	background-color: #FFFFFF;
	padding: 0.6em;
}

/*** Left Bar ***/

#leftbar {
	float: left;
	margin-top: 0px;
	left: 0;
	width: 150px;
	font-size: 11px;
}

#leftbar .menu {
	width: 140px;
	margin-bottom: 40px;
}

#leftbar ul {
	margin: 0;
	padding: 0;
}

#leftbar a {
	color: inherit;
}

#leftbar li a,
#leftbar .features a {
	display: block;  
}

#leftbar ul.menu li a {
	line-height: 30px;
	color: #60839F;
	height: 30;
	background-color: #FFFFFF;
}

#leftbar ul.menu li {
	border-top: 2px dotted #F1F3F5; /* put dotted line here instead */
	text-indent: 10px;
	list-style-type: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#leftbar ul.menu li a.selected {
	background-color: #567A95;
	font-weight: bold;
	color: #FFFFFF;
}

#leftbar ul.menu li a:hover {
	background-color: #E2E4E6;
}

#leftbar ul.submenu {
	border-top: 2px dotted #F1F3F5;
	color: #60839F;
}

#leftbar ul.submenu li {
	border-top: 2px dotted #FFFFFF; /* put dotted line here instead */
	text-indent: 2em;
	line-height: 30px;
	list-style: none;
}

#leftbar ul.submenu li a {
	background-image: url(http://images.backbase.com/gfx/dot.gif);
	background-position: 2em center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#leftbar ul.submenu li.selected {
	background-color: #F1F3F5;
	font-weight: bold;
	color: #567A95;
}

#leftbar ul.submenu li a.selected {
	background-image: url(http://images.backbase.com/gfx/dot-hover.gif);
}

#leftbar ul.submenu li a.selected:hover {
	background-image: url(http://images.backbase.com/gfx/dot.gif);
}

#leftbar li.separator:hover {  
	background-color: inherit;  
}

#leftbar .features {
	width: 180px;
}

#leftbar .feature {
	padding-left: 60px;
	background-position: 10px center;
	background-repeat: no-repeat;
	height: 57px;
	cursor: pointer;
}

#leftbar .title {
	color: #333333;
	font-weight: bold;
}

#leftbar .subtitle {
	color: #666666;
	padding-top: 17px;
}

/*** Footer ***/

#footer {
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	padding: 0.6em 10px;
	background-color: #F1F3F5;
}

#footer .legal {
	position: absolute;
	right: 0.6em;
}

#footer a {
	padding-left: 0.6em;
	padding-right: 0.4em;
	color: #4E6F87;
	text-decoration: none;
}

#footer a:hover {
	color: #0C3C60;
	background-color: #FAFAFF;
}

#footer .and {
	border-left: 1px solid #666666;
}

* html .clearfix {height: 1%;}
.clearfix{display: block;}