/*
Theme Name: BIDS
Description: A custom WordPress implementation for BIDS
Author URI: http://shokyaku.com

*/


/* ------------------------------------------------------------------------------------------- */
/* Main Attributes */
/* ------------------------------------------------------------------------------------------- */

.contactinfo {
	margin: 0;
	
	padding: 0;
	
	font-size: 1.7em;
	
	line-height: normal;
	
	color: #FFF;
}

a {
	
	color: #3a90cc;
	
	text-decoration: none;
	
	padding: 1px 0 1px 0;
	
}

a:hover {

	color: #fff;
	
	border-bottom: solid 1px #fff;
	
}

a.readmore { text-align: right;  display: block; width: 100%; margin: 5px; }

body {
		
	margin: 0; padding: 0;
	
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 62.5%; /* this percentage is to set base font size control -- 1em = 10px, 1.2em =  12px */
	
	width: 970px;
	
}

body.regular {

	background: #231f20 url("images/bg_main_ruled.gif") repeat-y;

}

body.switch {

	background: #231f20 url("images/bg_main_ruled_switch.gif") repeat-y;

}

html, body { 
   
   height: 100%; 
   
}

img {

	margin: 0; padding: 0; border: 0; background: none;
	
}

p {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 180%;
	
	color: #eee;
	
	font-size: 1.2em;
	
}

td {

	margin: 0;
	
	padding: 4px 0 4px 0;
	
}


#top25 td, #top5 td {

	border-bottom: solid 1px #333;
	
}

td p {

	margin: 0;
	
	padding: 0;
	
	font-size: 1.2em;
	
	line-height: normal;
	
	color: #eee;
	
}


td a {

	margin: 0; padding: 0px 6px 0px 6px;
	
	vertical-align: middle;
	
	text-decoration: none;
	
	color: #00a4e3;
	
	font-size: 1em;
	
}

td a:hover {

	background: #161616;
	
	color: #fff;
	
}

h1 {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 160%;
	
	color: #333;
	
	font-size: 1.4em;
	
	font-weight: bold;
	
}

h2 {

	margin: 0;
	
	padding: 10px 0 0 0;
	
	line-height: 160%;
	
	color: #cb5822;
	
	font-size: 1.2em;
	
	font-weight: bold;
	
	
}


h3 {

	margin: 5px 0 5px 0;
	
	padding: 0;
	
	line-height: 160%;
	
	color: #cb5822;
	
	font-size: 1.4em;
	
	font-weight: normal;
	
}

.story h3.subtitle {
	font-size: 1.1em;
}


h4 {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 160%;
	
	color: #eee;
	
	font-size: 1.5em;
	
	font-weight: normal;
	
}

h5 {

	margin: -5px 0 0 0;
	
	padding: 0 0 10px 0;
	
	line-height: 160%;
	
	color: #eee;
	
	font-size: 1.3em;
	
	font-weight: normal;
	
}

strong {

	color: #fff;
	
	font-weight: normal;
	
}

p.float {

	float: left;
	
	width: 180px;
	
	margin-right: 20px;

}

p.clear {

	clear: both;
	
	border-bottom: dotted 1px #999;
	
	margin-bottom: 20px;

}

/* ------------------------------------------------------------------------------------------- */
/* Class Attributes */
/* ------------------------------------------------------------------------------------------- */

.clear {

	clear: both;
	
}

.left {

	float: left;
	
	margin: 0; padding: 0;
	
}

.right {

	float: right;
	
	margin: 0; padding: 0;
	
}

.column_single {

	width: 240px;
	
}

.column_double {

	width: 480px;
	
}

.column_triple {

	width: 720px;
	
}

.inset_spacing {

	padding: 0px 10px 10px 14px;
	
}

.inset_spacing a:hover {

	border: none;

}

.inset_spacing ul, ul#sidebar {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.border_top_double {

	margin-top: 8px;

	border-top: double 3px #999;
	
}

.border_top_single {

	margin-top: 4px;

	border-top: solid 1px #999;
	
}


.border_top_single_lightgray {

	border-top: solid 1px #444;
	
}



.border_bottom_single {

	padding-bottom: 6px;

	border-bottom: solid 1px #999;
	
}


.border_bottom_single_lightgray {

	border-bottom: solid 1px #444;
	
}

.sub_active {

	color: #fff;
	
	padding: 1px 2px 1px 0px;

}



.sm_photo {

	position: relative;

	margin: 15px 0 0 0;
	
	padding: 0;
	
	width: 180px;
	
	float: left;
	
}

.sm_photo img {

	border: solid 5px #fff;
	
}

.sm_bio {

	position: relative;

	margin: 15px 0 0 0;
	
	width: 480px;
	
	padding: 0;
	
	float: left;
	
	
}

.story {

	margin: 0 0 15px 0; padding: 0 0 5px 0;
	
	border-bottom: solid 1px #999;
	
}


.story h3 {

	margin: 5px 0 5px 0;
	
	padding: 0;
	
	line-height: 160%;
	
	color: #cb5822;
	
	font-size: 1.4em;
	
	font-weight: normal;
	
}


.story h4 {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 160%;
	
	color: #eee;
	
	font-size: 1.2em;
	
	font-weight: normal;
	
}

.fullstory_pdf {

	margin: 0; padding: 0;
	
	background: transparent url("images/file_acrobat.gif") top left no-repeat;
	
}

.fullstory_pdf p {

	margin-left: 20px;
	
}

/* ------------------------------------------------------------------------------------------- */
/* ID Attributes */
/* ------------------------------------------------------------------------------------------- */


#MainContentArea {

	min-height: 100%;
	
	margin-bottom: -65px;
	
	position: relative;
	
}


#UtilityNav {

	background: #231f20;
	
}

#UtilityNav .inset_spacing {

	padding: 10px 15px 10px 9px;
	
}

#Footer .inset_spacing {
       padding: 10px 15px 0 9px;
}


#UtilityNav ul, #Footer ul {

	position: relative;

	margin: 0; padding: 0;
	
	list-style-type: none;

}

#UtilityNav ul li, #Footer ul li {

	display: inline;
	
	margin: 0; padding: 0;
	
}

	

#UtilityNav ul li a {

	margin: 0; padding: 0px 6px 0px 6px;
	
	border-right: solid 1px #444;
	
	vertical-align: middle;
	
	text-decoration: none;
	
	color: #00a4e3;
	
	font-size: 1em;
	
}

#UtilityNav ul li.last a {
	
	border: none;
	
}


#UtilityNav ul li a:hover {

	border: none;

	background: #161616;
	
	color: #fff;
	
}

#InteriorBanner {

	width: 719px;
	
	background: #231f20;
	
	padding: 0 0 15px 0;


}

ul.highlights {

	margin: 8px 0 0 0;
	
	padding: 8px 0 0 0;
	
	border-top: double 3px #999;
	
	list-style-image: url("images/bullets.gif");
	
}

ul.highlights li {

	margin: 0 0 0 15px;
	
	padding: 2px 10px 0 0;
	
	color: #eee;
	
	font-size: 1.2em;
	
}

ul.highlightsjmc {
	margin: 8px 0 0 0;
	
	padding: 8px 0 0 0;
	
	
	list-style-image: url("images/bullets.gif");
}

ul.highlightsjmc li {

	margin: 0 0 0 15px;
	
	padding: 2px 10px 0 0;
	
	color: #eee;
	
	font-size: 1.2em;
	
}
ul.news {

	margin: 8px 0 5px 0;
	
	padding: 2px 0 0 0;
	
	border-top: double 3px #999;
	
	list-style-type: none;
	
	width: 100%;
	
	overflow: hidden;
	
}

ul.news h3 {

	margin: 0;
	
	padding: 0;
	
	line-height: 160%;
	
	color: #00a4e3;
	
	font-size: 1.2em;
	
	font-weight: normal;
	
}

ul.news li p {

	margin: 0; padding: 0;
	
	line-height: 160%;
	
	font-size: 1.2em;
	
}

ul.news li a, ul.news li a:link, ul.news li a:active, ul.news li a:visited {

	display: block;
	
	margin: 0;
	
	padding: 10px 10px 10px 0;
	
	background: transparent;
	
	text-decoration: none;
	
	border-bottom: solid 1px #333;
	
}

ul.news li a:hover {

	background: #161616;
	
	padding: 10px;
	
}

ul.news li a:hover h3 {

	color: #fff;
	
}

.trading_data {

	margin: 8px 0 0 0;
	
	padding: 8px 0 0 0;
	
	border-top: double 3px #999;

}

.paragraph {

	margin: 8px 0 0 0;
	
	padding: 12px 0 0 0;
	
	border-top: double 3px #999;

}

.paragraph ul {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	list-style-image: url("images/bullets.gif");
	
}

.paragraph ul li {

	margin: 0 0 0 15px;
	
	padding: 2px 10px 0 0;
	
	color: #eee;
	
	font-size: 1.2em;
	
	line-height: 180%;
	
}

.sitemap .paragraph ul li {
	font-size: 12px;
}

ul#whitepaper li p {

	margin: 0;
	
	padding: 0 0 10px 0;
	
	line-height: 150%;
	
	color: #eee;
	
	font-size: 1.0em;
	
}


.orange_text {

	color: #f93;
	
}

.white_text {

	color: #9c9;
	
}

#NavigationMenu a {

	padding: 0;
	
}

#NavigationMenu a:hover {

	background: transparent;
	
	border: none;
	
}

#NavigationMenu ul {

	display: block;

	margin: 0px auto 0 auto;
	
	padding: 0;
	
	border-top: solid 1px #1a1a1a;
		
	background: transparent url("images/nav_sprite.png") top left no-repeat;
	
	list-style-type: none;
	
	width: 240px;

}

#NavigationMenu ul li {

	display: inline;
	
	margin: 0; padding: 0;
	
	vertical-align: middle;
		
}

#NavigationMenu li a {

	display: block;
	
	vertical-align: middle;
	
	border-bottom: solid 1px #1a1a1a;
	
	float: left;

	text-indent: -9000px;
	
	text-decoration: none;
	
	overflow: hidden;
	
	width: 240px;
	
	height: 34px;
	
}


#NavigationMenu li a:hover {
	
	border-bottom: solid 1px #1a1a1a;
	
}

#NavigationMenu li#about a {

	background: url("images/nav_sprite.png") 0 0 no-repeat;
	
}
	
#NavigationMenu li#about a:hover {

	background: url("images/nav_sprite.png") -240px 0 no-repeat;
	
}

#NavigationMenu li#solutions a {

	background: url("images/nav_sprite.png") 0 -35px no-repeat;
	
}
	
#NavigationMenu li#solutions a:hover {

	background: url("images/nav_sprite.png") -240px -35px no-repeat;
	
}

#NavigationMenu li#connected a {

	background: url("images/nav_sprite.png") 0 -70px no-repeat;
	
}
	
#NavigationMenu li#connected a:hover {

	background: url("images/nav_sprite.png") -240px -70px no-repeat;
	
}

#NavigationMenu li#news a {

	background: url("images/nav_sprite.png") 0 -105px no-repeat;
	
}
	
#NavigationMenu li#news a:hover {

	background: url("images/nav_sprite.png") -240px -105px no-repeat;
	
}

#NavigationMenu li#resources a {

	background: url("images/nav_sprite.png") 0 -140px no-repeat;
	
}
	
#NavigationMenu li#resources a:hover {

	background: url("images/nav_sprite.png") -240px -140px no-repeat;
	
}

#NavigationMenu li#contact a { 
	
	background: url("images/nav_sprite.png") 0 -175px no-repeat; 
}

#NavigationMenu li#contact a:hover { 
	background: url("images/nav_sprite.png") -240px -175px no-repeat;
}

#NavigationMenu li#cboe-lis a { 
	
	background: url("images/nav_sprite.png") 0 -210px no-repeat; 
}

#NavigationMenu li#cboe-lis a:hover { 
	background: url("images/nav_sprite.png") -240px -210px no-repeat;
}
/* Adding new button offsets for nav sprite for regions */
#NavigationMenu li#cboe-ca a { 
	
	background: url("images/nav_sprite.png") 0 -246px no-repeat; 
}

#NavigationMenu li#cboe-ca a:hover { 
	background: url("images/nav_sprite.png") -240px -246px no-repeat;
}
#NavigationMenu li#cboe-au a { 
	
	background: url("images/nav_sprite.png") 0 -318px no-repeat; 
}

#NavigationMenu li#cboe-au a:hover { 
	background: url("images/nav_sprite.png") -240px -318px no-repeat;
}
#NavigationMenu li#cboe-jp a { 
	
	background: url("images/nav_sprite.png") 0 -354px no-repeat; 
}

#NavigationMenu li#cboe-jp a:hover { 
	background: url("images/nav_sprite.png") -240px -354px no-repeat;
}
#about_on {
	
	width: 240px;
	
	height: 34px;

	background: url("images/nav_sprite.png") -480px 0 no-repeat;
	
}

#solutions_on {
	
	width: 240px;
	
	height: 34px;

	background: url("images/nav_sprite.png") -480px -35px no-repeat;
	
}

.subnav {

	background: #141414;
	
	color: #eee;
	
	padding-bottom: 10px;
	
}

.subnav_inset {

	margin: 0;
	
	padding: 0 0 0 48px;
	
	width: 100%;
	
	overflow: hidden;
	
}

#NavigationMenu ul.children {
	background: #141414;
	display: block;
	overflow: hidden;
	border: 0;
}

#NavigationMenu ul.children li.page_item a {
	border-bottom: 0;
	text-indent: 0;
	padding: 0;
	height: auto;
}

#NavigationMenu ul.children li.current_page_item a {
	color: #FFF;
}

#CboeNavMenu ul {

	display: block;

	margin: 0px auto 0 auto;
	
	padding: 0;
	
	border-top: solid 1px #1a1a1a;
		
	background: transparent url("images/nav_sprite.png") top left no-repeat;
	
	list-style-type: none;
	
	width: 240px;

}

#CboeNavMenu ul.children {
	background-color: #003652;
	display: block;
	overflow: hidden;
	border: 0;
}

#CboeNavMenu ul.children li.page_item a {
	border-bottom: 0;
	text-indent: 0;
	padding: 0;
	height: auto;
}

#CboeNavMenu ul.children li.current_page_item a {
	color: #FFF;
}

#CboeNavMenu div.subnav {

	background-color: #003652;
	
	color: #eee;
	
	padding-bottom: 10px;
	
}

.subnav a {

	color: #00a4e3;
	
	text-decoration: none;
	
	padding: 1px 2px 10px 2px;
	
	margin: 0 0 10px 50px;
	
	display: block;
	
	font-size: 12px;
	
	text-transform: capitalize;
	
}

.subnav a:hover {

	color: #fff;
	
	border: none;
	
	background: #222;
	
}

.subnav .press_release li.page-item-25 a,
.subnav .newscoverage li.page-item-27 a {
	color: #FFF;
}


/* ------------------------------------------------------------------------------------------- */
/* ID Footer Attributes */
/* ------------------------------------------------------------------------------------------- */

.clearfooter {

	height: 65px;
	
}

#Footer {
	
	margin: 25px 0 0 240px;
	
	background: #333;
	
	height: 40px;
	
	position: relative;
		
}

#Footer ul li {

	margin: 0; padding: 1px 4px 1px 5px;
	
	border-right: dotted 1px #444;
	
	vertical-align: middle;
	
	text-decoration: none;
	
	color: #666;
	
	font-size: 1em;
	
}

#Footer ul li.last {
	
	border: none;
	
}

#Footer a {

	color: #00a4e3;
	
	text-decoration: none;
	
	padding: 1px 2px 1px 2px;
	
}

#Footer a:hover {

	border: none;

	color: #fff;
	
	background: #222;
	
}

#popup {

	background: #231f20;
	
	padding: 40px; 
	
	border: none;
	
	text-align: left;
	
	width: 500px;
  
}

#popup p {

	font-size: 1.2em;
	
	line-height: 160%;
	
}

#popup h3 {

	font-size: 1.8em;
	
	line-height: 160%;
	
	color: #fff;
	
	text-transform: uppercase;
	
	font-weight: normal;
	
}

#popup h4 {

	margin: 0 0 5px 0; padding: 0;

	font-size: 1.4em;
	
	line-height: 160%;
	
	color: #ddd;
	
	text-transform: uppercase;
	
	font-weight: normal;
	
}

#popup ul {

	margin: 0;
	
	padding: 0;
	
	list-style-image: url("images/bullets.gif");
	
}

#popup ul li {

	margin: 0 0 0 15px;
	
	padding: 2px 10px 0 0;
	
	color: #eee;
	
	font-size: 1.2em;
	
}

#sya_container {
	color: #FFF;
	margin-top: 20px;
}

#sya_container ul {
	padding-bottom: 15px;
}

#party table p.submit input { border: 1px solid #999; margin-top: 20px; padding: 4px 12px; width: auto; background: #CCC;}

#party table p.submit input:hover { cursor: pointer;}

#InteriorBanner.party {
  width: 475px;
  border-right: 1px dotted #454545;
}

.column_triple.party {
  width: 475px;
  border-right: 1px dotted #454545;
}

#party.switch {
}

#party table b {
  font-weight: normal;
}

#party table input {
  border: 1px solid #333;
  padding: 3px 5px;
  width: 440px;
}

#party table td p {
  margin-bottom: 15px;
}

#party table .prequired { font-style: italic; display: none;}
