/*
* Custom CSS for ThatsWACC!
*/


/* CSS Reset (from Jquery site)
---------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	color: black;	
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}
body {
	line-height:1;
	margin:50px 0px; padding:0px;
	text-align:center;
	background-color:#eee;
}

sub {
	font-size: 12px;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

blockquote, q {
	border : 2px solid #000;
	width: 75%;
	margin: 0px auto;
	padding: 10px;
	background-color: #EEF5FA;

}
h1, h2, h3, h4, h5, h6 {
	text-align: center
}

blockquote:before, q:before {
	content: open-quote;
	height:10px;
}

blockquote:after, q:after {
	content: close-quote;
	height:50px;
	margin:-5% 0% 0% 85%
/*	margin:-50px 0px 0px 550px; */
}

blockquote:before, blockquote:after {
	color: #85B8E3;
	display: block;
	font-size: 5em;
	width: 10%;
}

blockquote p {
	padding-left:10%;
	padding-right:10%;
}

:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border: solid #0000FF;
	text-align: left;
	float:none;
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size: .9em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

td {
	border: inset gray;
	border-width: thin;
	padding: 3px;
}

th {
	text-align: center;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #bcd4ec;
}

input {
	background-color: #ffff33;
}


/* Formula Classes
----------------------------------*/

.formula { 
	/*General Settings for Formula */
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	color: black;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-color: #2a497d;
	border-style: solid;
	border-width: 1px;
/*	background-color: #2a497d; */
	width: auto;
	height: auto;
	margin: 0 3px;
}

.tw-FormulaHighlight {
	/* Class dynamically added to a "mouseover" object and any objects sharing it's class */
	border-color: #2a497d;
	border-style: solid;
	border-width: 1px;
	background-color: #CCCC33;
}

.Rd:hover, .Tax:hover {
	border-color: #2a497d;
	border-style: solid;
	border-width: 1px;
	}

.thatswacc {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	color: blue;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

.stockname {
	font-style: italic;
	color: blue;
}

/*
.Tax { position: absolute; left: -99999999px; }
.D { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.V:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.Re { display: inline-block; }
.E { display: inline-block; }
.V { display: inline-block; }
*/
 
.cbSubmitButton
{
	/*Submit Button Attributes*/
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-color: #2a497d;
	border-style: solid;
	border-width: 1px;
	background-color: #2a497d;
	/* Forced by default to add space between buttons */
	width: auto;
	height: auto;
	margin: 0 3px;
}

/* "content" id for <div> wrapping entire <body> contents
----------------------------------*/
#content, .adsense, .amazon, .ui-layout-center {
	width:750px;
	height:auto;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #333;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#tw_wacc_results_div, #tw_wacc_redo, #tw-wacc-datatables, #tw_wacc_CAPM {
/*	background: #fff;	*/
	width: 90%;
	padding:3px;
	border:1px solid #333;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* ************* Nav Buttons *********** */
/*
	tswtabs.css		1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/
#tw_navbar {
	text-align:center;
}

#tw_navbar ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tw_navbar ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tw_navbar li a {
	color: #000 ;
	background-color: #9cf ;
	border: 1px outset #00f ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tw_navbar li a:hover {
	color: #ff0 ;
	background-color: #0000c0 ;
}
/************** End Nav Buttons *********** */

#Usr_WACC	{
	font-weight: bold;
	font-size: 1.2em;
	
}
