/* Version 1.11 / 12-28-10 / Joe H. */


/* ***** TABLES ***** */

/* Default Formatting */
div.table {
 	width: 394px;
	margin-top: 1em;
	border: #dedde2 1px solid;
	padding: 2px;
}
div.wide {
	width: 552px !important;
}
div.table table {
	width: 100%;
	border-collapse: separate;
	border: 0;
	font-size: 100%;
}
div.table table caption {
	font-size: 120%;
	font-weight: bold;
	background-color: #e1e0e5;
	padding: .5em;
}
div.table table thead tr th {
	text-align: center;
	vertical-align: bottom;
	padding: .25em;
}
div.table table thead tr td {
	text-align: left;
	vertical-align: bottom;
	padding: .25em;
}
div.table table thead tr th {
	border-bottom: 1px solid #ddc7dd;
}
div.table table tbody tr th {
	padding: .25em;
	text-align: left;
}
div.table table tbody tr td {
	padding: .25em;
	text-align: center;
}

/* Row Shading/Highlighting */
div.table table tr.shade th, 
div.table table tr.shade td, 
div.table table tr th.shade, 
div.table table tr td.shade {
	background-color: #ededef;
}
div.table table tr th.noShade, 
div.table table tr td.noShade {
	background-color: #fff;
}

/* Bold Text */
div.table table tr.bold td, 
div.table table tr td.bold {
	font-weight: bold;
}

/* Horizontal Alignment */

/* caption */
div.table table caption.left {
	text-align: left;
}
div.table table caption.right {
	text-align: right;
}

/* thead - th & td */
div.table table thead.th-left tr th {
	text-align: left;
}
div.table table thead.td-center tr td {
	text-align: center;
}
div.table table thead.th-right tr th, 
div.table table thead.td-right tr td {
	text-align: right;
}

/* tbody - th & td */
div.table table tbody.td-left tr td {
	text-align: left;
}
div.table table tbody.th-center tr th {
	text-align: center;
}
div.table table tbody.th-right tr th, 
div.table table tbody.td-right tr td {
	text-align: right;
}

/* tr, th & td classes */
div.table table thead tr.left th, 
div.table table thead tr.left td, 
div.table table tbody tr.left th, 
div.table table tbody tr.left td {
	text-align: left;
}
div.table table tr th.left, 
div.table table tr td.left {
	text-align: left !important;
}
div.table table thead tr.center th, 
div.table table thead tr.center td, 
div.table table tbody tr.center th, 
div.table table tbody tr.center td {
	text-align: center;
}
div.table table tr th.center, 
div.table table tr td.center {
	text-align: center !important;
}
div.table table thead tr.right th, 
div.table table thead tr.right td, 
div.table table tbody tr.right th, 
div.table table tbody tr.right td {
	text-align: right;
}
div.table table tr th.right, 
div.table table tr td.right {
	text-align: right !important;
}

/* Vertical Alignment */
div.table table tbody.top tr {
	vertical-align: top;
}
div.table table tbody.bottom tr {
	vertical-align: bottom;
}

div.table table tr.top th, 
div.table table tr.top td { 
	vertical-align: top;
}
div.table table tr th.top, 
div.table table tr td.top {
	vertical-align: top !important;
}
div.table table tr.middle th, 
div.table table tr.middle td {
	vertical-align: middle;
}
div.table table tr th.middle, 
div.table table tr td.middle {
	vertical-align: middle !important;
}
div.table table tr.bottom th, 
div.table table tr.bottom td {
	vertical-align: bottom;
}
div.table table tr th.bottom, 
div.table table tr td.bottom {
	vertical-align: bottom !important;
}

/* Cell Borders */
	/* Border All Around */
div.table tr.ba th, 
div.table tr.ba td, 
div.table tr th.ba, 
div.table tr td.ba {
	border: 1px solid #aaa;
}
div.table tr th.ban, 
div.table tr td.ban {
	border: none;
} 

	/* Border Top */
div.table tr.bt th, 
div.table tr.bt td, 
div.table tr th.bt, 
div.table tr td.bt {
	border-top: 1px solid #aaa;
}
div.table tr th.btn, 
div.table tr td.btn {
	border-top: none;
} 
	/* Border Left */
div.table tr.bl th, 
div.table tr.bl td, 
div.table tr th.bl, 
div.table tr td.bl {
	border-left: 1px solid #aaa;
}
div.table tr th.bln, 
div.table tr td.bln {
	border-left: none;
} 
	/* Border Bottom */
div.table tr.bb th, 
div.table tr.bb td, 
div.table tr th.bb, 
div.table tr td.bb {
	border-bottom: 1px solid #aaa;
}
div.table tr th.bbn, 
div.table tr td.bbn {
	border-bottom: none;
}
	/* Border Right */
div.table tr.br th, 
div.table tr.br td, 
div.table tr th.br, 
div.table tr td.br {
	border-right: 1px solid #aaa;
}
div.table tr th.brn, 
div.table tr td.brn {
	border-right: none;
} 

/* Subtotal */
div.table tr.subtotal th span, 
div.table tr.subtotal td span, 
div.table tr th.subtotal span, 
div.table tr td.subtotal span {
	border-bottom: 1px solid #525252;
}

/* Total */
div.table tr.total th span, 
div.table tr.total td span,
div.table tr th.total span, 
div.table tr td.total span {
	font-weight: bold;
	border-bottom: 3px double #525252;
} 

/* Unordered List (within table) */
div.table tr td ul {
	margin: 0 0 0 1.5em;
	padding: 0;
}
div.table tr td ul.indent {
	margin-left: 3em;
}
div.table tr td ul li {
	margin: .4em 0 0 0;
}


/* ***** SIDEBAR BLOCKS ***** */

div.sidebarBlock {
	border-bottom: 4px solid #d7e9b8;
	width: 100%;
} 
div.sidebarBlock h6 {
	margin: 0;
	border-top: 4px solid #d7e9b8;
	padding: .25em 0;
	font-weight: bold;
	border-bottom: 1px solid #d7e9b8;
}
div.sidebarBlock p {
	margin: .25em 0;
}
div.sidebarBlock ul {
	margin: .5em 0 .4em;
	padding: 0;
	list-style-type: none;
	line-height: 1.2;
}
div.sidebarBlock ul li {
	margin: .3em 0 0 0;
	padding: 0 0 0 1.4em;
	background: url(http://asset.sce.com/Images_Structural/WebImages/bullet.gif) no-repeat 0 0.25em;
} 
div.sidebarBlock ul li ul {
	margin-top: 0;
	padding: 0;
	list-style-type: inherit;
} 

/* Remove top/bottom borders */
div.bbn {
	border-bottom: none !important;
}
div.sidebarBlock h6.btn {
	border-top: none !important;
}


/* ***** UNORDERED LISTS ***** */

/* Establish overall UL spacing. */
ul.default {
	margin: 1em 0 .25em 2.5em;
	padding: 0;
	line-height: 1.2;
}

/* Additional vertical white space above each list item */
ul.default li {margin-top: .4em !important;}

/* Spacing around second and subsequent levels of list items */
ul.default li ul {
	margin: .5em 0 .25em 2em;
	padding: 0;
}

/* Flush first level to margin */
ul.noIndent {margin-left: 1.4em;}

/* Close vertical white space above each list item */
ul.vwClose li, ul li ul.vwClose li, ul li ul li ul.vwClose li {margin-top: .1em !important;}


/* Add vertical white space at bottom of vwClosed so LIs which follow will not be too close */
ul.vwClose {margin-bottom: .5em !important;}


/* Open vertical white space above each list item */
ul li ul.vwOpen li, ul li ul li ul.vwOpen li {margin-top: .4em !important;}


/* ***** ORDERED LISTS ***** */

/* Establish overall OL spacing. First Level: Using decimals characters */
ol.default {
	margin: 1em 0 .5em 1.8em;
	*margin-left: 2.3em;  /* IE only */
	padding-left: .8em;
	line-height: 1.2;
	list-style-type: decimal;
}

/* Additional vertical white space above each list item */
ol.default li {margin-top: .4em;}

/* Additional vertical white space above second and subsequent sections. 
	Second Level: Using lower case alpha characters. */
ol.default li ol {
	margin-top: .6em;
	list-style-type: lower-alpha;
}

/* Spacing around second and subsequent levels of UNordered list items that are within ordered list items */
ol.default ul {
	margin: .5em 0 .5em 2em;
	padding: 0;
}

/* Third Level: Using lower case roman characters */
ol.default li ol li ol {list-style-type: lower-roman;}

/* Fourth Level: Using upper case alpha characters */
ol.default li ol li ol li ol {list-style-type: upper-alpha;}

/* Fifth Level: Using upper case roman characters */
ol.default li ol li ol li ol li ol {list-style-type: upper-roman;}

/* Flush first level of item to margin */
ol.indent {
	margin-left: 2.9em;
	*margin-left: 3.4em;  /* IE only */
}

/* Close vertical white space above each list item */
ol.vwClose li {margin-top: .1em !important;}

/* Close vertical white space above each section */
ol.vwClose li ol {margin-top: .2em;}


/* ***** LANDING PAGE landBox ***** */

/* landBox: will not allow text to wrap under image (note: will get run-over indent on LIs) */
div.landBox {
	position: relative;
	float: left;
	margin: 0 17px .9em 0;
	width: 174px;
}
div.landBox h3 {
	margin-top: 0;
	margin-bottom: .3em;
	font-size: 110%;
	font-weight: bold;
	color: #005643;
}
div.landBox ul li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding-left: .5em;
	_margin-left: -24%; /* For IE6 only. Text under image gets pull left to margin. */
	list-style-type: none;
}

div.landBox img {
	display: inline;
	float: left;
	width: 76px;
	height: 63px;
	border: #dfdedc 2px solid;
}
div.landBox p {
	margin: .5em 0 .5em 86px;
}
div.landBox ul {
	margin: .5em 0 .5em 86px;
	_margin-left: 126px; /* IE6 only */
	padding: 0;
	list-style-type: none;
	line-height: 1.1;
}
div.landBox ul li {
	text-indent: -.5em;
}


/* ***** Slideshow ***** */
#slideshow {
	position: relative;
	background-color: #fff;
	height: 200px;  	
	width: 558px;
	margin-bottom: 1em;
}
#slideshow div img {
	display: none; 	
	position: absolute; 	
	top: 0;
	left: 0; 	
	opacity: -0.01;
	border: 0;
}
#slideshow div img#first {
	display: block; 	
	opacity: 0.95;
}
#slideshow div.button {
	position: absolute;
	right: 6px;
	bottom: 6px;
	background-color: #fff;
	border: 1px solid #005643;
	padding: 1px;
	font-size: 110%;
	font-weight: bold;
	height: 1.6em;
	line-height: 1.3;
	border-radius: .4em;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
}
#slideshow div.button:hover {
	border: 1px solid #a6a5a5;
}
#slideshow div.button a:link, #slideshow div.button a:visited, #slideshow div.button a:active {
	display: block;
	background: #005643 url("http://asset.sce.com/Images/Shared/arrow_right_triangle.gif") no-repeat;
	background-position: 95% 38%;
	_background-position: 95% 43%; /* IE only */
	color: #fff;
	padding: .2em 2em .1em .5em;
	_padding-bottom: .2em; /* IE Only */
	text-decoration: none;
	border-radius: .2em;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}
#slideshow div.button a:hover {
	background: #003623 url("http://asset.sce.com/Images/Shared/arrow_right_triangle_over.gif") no-repeat;
	background-position: 95% 38%;
	_background-position: 95% 43%; /* IE only */
	color: #ffcf27;
	text-decoration: none;
}


/* ***** MISCELLANEOUS ***** */

/* Font Sizes */

.bold {
	font-weight: bold !important;
}

.fs90 {
	font-size: 90% !important;
}

/* Margins */
.mt1m {
	margin-top: 1em !important;
}
.mb1m {
	margin-bottom: 1em !important;
}
.mtb1m {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}
.mr0 {
	margin-right: 0 !important;
}

/* Border */
.border2 {
	 border: 2px solid #ddc7dd;
}

/* Other */
.nowrap {
	white-space: nowrap !important;
}

.red {
	color: #c00000 !important;
}

