/* investor.tv // default stylesheet */

html, body {
	margin: 0px;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #999999;
	background-image: url("../images/bg.gif");
	background-position: center;
	background-repeat: repeat;
}

body > div.main {
	margin: 5px;
}

div#root {
	margin: 5px auto;
	width: 970px;
}

	div.header {
		vertical-align: top;
		text-align: center;
		background-color: white;
		background-position: top left;
		background-repeat: repeat-x;
	}
		
		div.header img.logo {
			float: left;
		}
		
		div.header div.ad-banner {
			float: right;
			width: 600px;
			height: 60px;
			margin: 10px;
		}
		
		div.header div.flashbanner {
			float: right;
			width: 400px;
			height: 80px;
			margin: 0px;
		}
		
		div.header div.links {
			color: white;
			text-align: right;
			clear: both;
			padding: 3px;
			background-color: #1B3E6E;
		}
		
			div.links a, div.links a:visited {
				color: white;
				text-decoration: none;
			}
			
			div.links a:hover {
				color: white;
				text-decoration: underline;
			}
	
	div.mainmenu {
		width: 160px;
		float: left;
		padding-bottom: 10px;
	}
	
		div.mainmenu ul.menu {
			margin: 5px 0px 0px 0px;
			padding: 0px;
		}
		
			ul.menu li {
				border-width: 0px 1px 1px 5px;
				border-color: #1B3E6E;
				border-style: solid;
				padding: 0px;
				vertical-align: middle;
				text-align: left;
				color: #1B3E6E;
				background-color: white;
				list-style: none;
			}
			
				ul.menu li a {
					background-color: #dddddd;
					padding: 3px;
					display: block;
					text-decoration: none;
					color: #1B3E6E;
				}
				
				ul.menu li a:visited {
					color: #1B3E6E;
				}
				
				ul.menu li a:hover {
					background-color: #1B3E6E;
					color: white;
					text-decoration: none;
				}
				
				ul.menu li img {
					margin-right: 3px;
					border: none;
				}
			
			ul.menu li.first {
				border-top: 1px solid #1B3E6E;
			}
		
		div.mainmenu div.login, div.mainmenu div.search, div.mainmenu div.cart {
			border: 1px solid #1B3E6E;
			margin-top: 5px;
		}
			
			div.login div, div.search div, div.cart div {
				padding: 5px;
				text-align: left;
				color: #1B3E6E;
				background-color: #dddddd;
				margin: 0px;
			}
			
			div.login div.heading, div.search div.heading, div.cart div.heading {
				background-color: #1B3E6E;
				font-weight: bold;
				color: white;
			}
			
		div.mainmenu div .subheading {
			font-weight: bold;
			padding: 2px 0px 2px 0px;
		}
		
		div.mainmenu div ul {
			margin: 0px 0px 0px 5px;
			padding: 0px;
			list-style-type: none;
		}
		
			div.mainmenu div ul li {
				margin: 0px;
				padding: 0px;
			}
			
			div.mainmenu a.right {
				float: right;
			}
	
	div.secondarymenu {
		margin-top: 5px;
		background-color: white;
		float: right;
	}
	
		div.secondarymenu div.ad-tower {
			width: 120px;
			padding: 0px 10px 10px 10px;
		}
	
	div.content {
		text-align: left;
		margin: 5px 145px 5px 165px;
	}
	div.contentadmin {
		text-align: left;
		margin: 5px 5px 5px 165px;
	}
		
		div.heading {
			font-size: 11px;
			font-weight: bold;
			color: white;
			background-color: #5470A4;
			padding: 3px 10px 3px 10px;
			margin: 5px 0px 0px 0px;
		}
		
		div.warning {
			background-color: #791205;
		}
		
			div.warning ul {
				list-style: url("/images/warning.gif");
			}
		
		div.note {
			background-color: #3E743E;
		}
		
			div.note ul {
				list-style: url("/images/pin.gif");
			}
		
		div.content div.first {
			margin: 0px;
		}
	
		div.main {
			background-color: white;
			padding: 0px 10px;
			border: 1px solid #5470A4;
			margin: 0px;
			line-height: 150%;
			text-align: justify;
		}
		
			div.main div.section {
				border-left: 5px solid #CCCCCC;
				padding-left: 5px;
			}
			
				div.section p.heading, div.section span.heading {
					font-size: 11px;
					color: #666666;
					font-weight: bold;
				}
				
			div.main div.toptile {
				width: 200px;
				height: 240px;
				padding: 10px;
				margin: 5px -5px -5px -5px;
				
				background-image: url("../images/toptilebg.gif");
				background-repeat: no-repeat;
			}
				
				div.toptile p {
					margin: 0px 5px;
				}
			
			div.main div.toptilesplit {
				width: 200px;
				height: 240px;
				padding: 10px;
				margin: 5px -5px -5px -5px;
				
				background-image: url("../images/toptilebg3.gif");
				background-repeat: no-repeat;
			}
			
				div.toptilesplit div {
					background-repeat: no-repeat;
					padding: 5px 5px 5px 75px;
					width: 130px;
					height: 60px;
					overflow: auto;
				}
				
			div.main table {
				border-collapse: collapse;
				border: 1px solid #5470A4;
				text-align: left;
			}
			
			div.main table.hometiles {
				border: none;
				margin: -5px -5px 5px -5px;
			}
			
				table.hometiles td.tile {
					background-image: url("../images/hometilebg.gif");
					background-position: top left;
					background-repeat: no-repeat;
					width: 320px;
					height: 80px;
					padding: 5px 9px 5px 5px;
					margin: 0px;
					max-height: 80px;
					vertical-align: top;
				}
				
					td.tile div {
						background-repeat: no-repeat;
						background-position: top left;
						padding: 5px 5px 5px 75px;
						height: 60px;
						overflow: auto;
					}
					
						td.tile div h5 {
							font-size: inherit;
							font-weight: bold;
							margin: 0px;
						}
						
						td.tile div p {
							text-align: justify;
							margin: 0px;
							padding: 0px;
						}
			
			div.main table td.right {
				text-align: right;
			}
			
			div.main table td.left {
				text-align: left;
			}
			
			div.main table td.center {
				text-align: center;
			}
			
			div.main div.login {
				width: 200px;
				border: 1px solid #5470A4;
				text-align: left;
				padding: 5px;
			}
			
			div.main div.float-right {
				background-color: transparent;
			}
			
			div.main div.checkout {
				min-height: 200px;
			}
	
		div.content div.warning {
			border: 1px solid #791205;
		}
		
			div.warning ul {
			
			}
	
		div.content div.note {
			border: 1px solid #3E743E;
		}
		
		div.content div.float-left {
			float: left;
			width: 30%;
			background-color: #CCCCCC;
			border-color: #CCCCCC;
			margin: 0px 10px 0px 0px;
			padding: 0px 10px 10px 0px;
		}
		
		div.float-right {
			width: 30%;
			float: right;
			border-left: 1px solid #5470A4;
			border-bottom: 1px solid #5470A4;
			background-color: #999999;
			padding: 0px 0px 5px 5px;
			margin: 0px 0px 0px 10px;
		}
		
			div.float-right > div {
				/*background-color: white;*/
			}
		
div.footer {
	background-color: #dddddd;
	bordeR: 1px solid #1B3E6E;
	color: #1B3E6E;
	clear: both;
	text-align: center;
	padding: 2px;
}

div.siteseal {
	width: 158px;
	float:left;
	padding: 5px 0px 5px 0px;
	vertical-align:middle;
	text-align:center;
	margin-top: 10px;
	background-color:#999999;
	border-width: 0px 0px 0px 0px;
	border-color: #1B3E6E;
	border-style: solid;				
}

	div.footer a, div.footer a:visited {
		color: #1B3E6E;
		text-decoration: none;
	}
	
	div.footer a:hover {
		color: #1B3E6E;
		text-decoration: underline;
	}

input, textarea, select {
	border: 1px solid #999999;
	padding: 1px;
	margin: 1px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}

input[type="radio"] {
	border: none;
}

a img {
	border: none;
}

.menu input {
	background-color: #CCCCCC;
}

ul.linkList {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: white;
	line-height: 100%;
	border: 1px solid #5470A4;
}

	ul.linkList li {
		margin: 0px;
		padding: 0px;
	}

	ul.linkList li a {
		background-color: white;
		padding: 3px 10px 3px 10px;
		margin: 0px;
		display: block;
		text-decoration: none;
		color: #5470A4;
	}
				
	ul.linkList li a:visited {
		color: #5470A4;
	}
	
	ul.linkList li a:hover {
		text-decoration: underline;
	}

/*
input[type="submit"], input[type="button"] {
	background-color: #999999;
	color: white;
}

input[type="radio"], input[type="checkbox"] {
	border: none;
	background-color: none;
}
*/

a:link, a:visited {
	color: #5470A4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.headingA, span.headingA, td.headingA {
	color: #1B3E6E;
	font-weight: bold;
}

p.headingB {
	color: #000000;
	font-weight: bold;
	font-size:14px;
	font-style:italic;
}

/* George table inc-index page */
td.headingC {
	color: white;
	font-size:12px;
	font-family: tahoma, verdana, sans-serif;	
}
td.index{
    border:1px solid #5470A4;
}
td.shows {
    border:1px solid #5470A4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.bullet {
  	 list-style-image: url("/images/icons/icon_bullet.gif");
}

/* end table inc-index page */

/* ol checkout stages */
ol.checkout {
	margin: 20px auto;
}

ol.checkout li {
    color: #999999;
    padding: 0px 10px;
    display: inline;
}

ol.checkout li.current {
    font-weight:bold;
	color:#000000;
}
/* ol checkout stages end */

ul, ol {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.errorText {
	color: #CC0000;
}

.successText {
	color: #009900;
}

div.errorText {
	padding-left: 50px;
	background-image: url("/images/warninglge.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 40px;
	margin-top: 10px;
}

div.successText {
	padding-left: 50px;
	background-image: url("/images/successlge.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 40px;
	margin-top: 10px;
}

.borderCollapsed td {
	border: 1px dotted #cccccc;
	padding: 5px;
	vertical-align: top;
}
/* IE FIXES */

input.checkbox {
	background-color: #dddddd;
	border: none;
}

input.button {
	background-color: #999999;
	color: white;
}

form {
	margin: 0px;
	display: inline;
}

ul.linkList li {
	display: inline;
}

form.aligned label {
	width: 200px;
	text-align: right;
	float: left;
	margin-right: 5px;
}

form.alignedskinny label {
	width: 100px;
	text-align: right;
	float: left;
}

form.aligned label.unaligned, form.alignedskinny label.unaligned {
	width: auto;
	text-align: inherit;
	float: inherit;
}

fieldset {
	border: 1px solid #5470A4;
	padding: 10px;
}

	legend {
		font-weight: bold;
		color: #5470A4;
		padding: 5px;
	}
	
.hidden {
	display: none;
}

/* XSL/MORNINGSTAR SECTION */

div#msresults {
	
}

	div#msresults ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
	div#msresults ul li {
		display: inline;
	}
	
	div#msresults ul li a {
		border: 1px solid #5470A4;
		margin: 1px;
		padding: 3px 10px;
		background-color: #EEEEEE;
		text-decoration: none;
	}
	
	div#msresults ul li a:hover {
		color: white;
		background-color: #5470A4;
		text-decoration: none;
	}
	
	table.datasummary td, table.datasummary th, table.checkout th {
		border-style: solid;
		border-color: #5470A4;
		border-width: 0px 1px 0px 1px;
		vertical-align: baseline;
	}

	table.datasummary th, table.datadetails th, table.checkout th {
		background-color: #5470A4;
		color: white;
		font-weight: bold;
		border-width: 1px;					
	}
	
	table.datasummary th.subheader, table.datadetails th.subheader, table.checkout th.subheader {
		background-color: white;
		color: #5470A4;
	}
	
	table.datasummary th a:link, table.datasummary th a:visited, table.datasummary th a:active, table.datasummary th a:hover {
		color: white;
	}
	
	table.datasummary th.subheader a:link, table.datasummary th.subheader a:visited, table.datasummary th.subheader a:active, table.datasummary th.subheader a:hover {
		color: #5470A4;
	}
	
	th, td {
		/*white-space: nowrap;*/
		padding: 3px;
	}
	
	table.datadetails th, table.datadetails td {
		white-space: nowrap;
	}
		
	table.datadetails td.divide-below {
		border-bottom: 1px solid #5470A4;
	}
	
	table.datadetails td.divide-right {
		border-right: 1px solid #5470A4;
	}
	
	
.metainfo {
	color: #999999;
}

tr.odd {
	background-color: white;
}

tr.even {
	background-color: #EEEEEE;
}

.subheading {
	font-weight: bold;
}

li.empty, td.empty {
	color: #999999;
	font-style: italic;
}

fieldset.iconkey {
	width: 170px;
	position: relative;
	left: 400px;
	bottom: 100px;
}

.noborder {
	border-style: 0px;
}

.nowrap {
	white-space: nowrap;
}

td.moreinfocol img {
	margin: 0px 2px 0px 2px;
}

.clear { 
	clear: both;
}

.clearright { 
	clear: right;
}

.clearleft { 
	clear: left;
}

.fronttiles {
	padding-top: 10px;
	text-align: center;
}

div#popupVid {
	width: 320px; 
	position: absolute;
	border: 0px solid #B0AF6C;
}

div#popupVid.invisible {
	width: 0px;
}

div#popupVid .heading {
	background-color: #B0AF6C;
	color: #1B3E6E;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}

div#popupVid .heading span {
	float: right;
	font-weight: normal;
}

/* TEMP */

div {
	border: 0px solid black;
}

table.clearStyle {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.clearStyle th, table.clearStyle td {
	border: 0px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

