/* Block Styling */

body {
	font-size: 12px;
	font-family: Lucida Grande, trebuchet ms, Arial,Helvetica,sans-serif;	
}

form {
	margin: 0;
}

#default_content {
	font-size: 13.2px;
}

img {
	border: 0;
	vertical-align: bottom;
}

p {
	margin: 10px 0 0 0;
	padding: 0;
}

a {
	color: #3572cc;
}

ul {
	margin: 0;
	padding-left: 20px;
}

blockquote {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	color: #3367B3;
}

h1.alt, h2.alt, h3.alt {
	color: #da713e;
}

body.ie_6 h1, body.ie_6 h2, body.ie_6 h3, body.ie_6 h4, body.ie_6 h5 {
	/* For comptability. Bottom margin's affect background images in IE6. */
	margin-bottom: 0 !important;
}

img[align=right], table[align=right] img {
	padding: 1px;
	border: 1px solid #5585CB;
	margin: 4px 0 5px 6px;
}

a img { vertical-align: text-bottom; }

/* Generic styles */

.clickable {
	cursor: pointer;
}

.linkRow img { vertical-align: text-bottom; }
.linkRow a { color: #2C599D; text-decoration: none; font-weight: bold; }

/* Text-styles */

.tiny { /* Edit: Tiny text */
	font-size: 10px;
}

.important { /* Edit: Important text */
	color: red;
}

.em1 { /* Alternate text color one */
	color: #6596DF;
}

.bigQuote { /* Edit: Big quote */
	color: #2C589D;
	font-weight: bold;
	font-size: 19px;
}

.bigQuote .open {
	background: url(../../usermedia/images/bigQuoteOpen.gif) no-repeat;
	width: 24px; height: 20px;
	padding-bottom: 6px;
	margin-right: 6px;
}

.bigQuote .close {
	background: url(../../usermedia/images/bigQuoteClose.gif) no-repeat;
	width: 10px; height: 7px;
	padding-bottom: 6px;
	margin-left: 4px;
}

/* Text-boxes */

#default_content p {
	line-height: 18px;
	text-align: justify;
}

p.txtbox, div.txtbox, blockquote.txtbox, p.alttxtbox, div.alttxtbox, blockquote.alttxtbox {
	background-color: white;
	border: 1px solid #3367B3;
	padding: 8px;
}

div.txtbox p:last-child, div.alttxtbox p:last-child {
	margin: 0;
}

p.alttxtbox, div.alttxtbox, blockquote.alttxtbox {
	border-color: #da713e !important;
}

h2.boxTitle {
	margin-bottom: -4px;
}
h3.boxTitle {
	margin-bottom: -3px;
}
.boxTitle {
	margin-top: 10px;
}
.boxTitle + p, .boxTitle + div {
	/* EXPECT THIS TO FAIL UNDER ie_6 */
	margin-top: 0;
}
.txtbox + .boxTitle {
	/* EXPECT THIS TO FAIL UNDER ie_6 */
	margin-bottom: 0;
}

/* Banners */

p.banner {
	width: 902px;
	margin: 0 auto 0 auto;
}
div.bannerWrapper {
	width: 902px;
	margin: 0 auto 10px auto;
	padding-top: 4px;
	background-image: url(../../usermedia/images/bannerBack.gif);
	background-repeat: repeat-y;
}
div.bannerContent {
	margin-left: 150px;
	margin-right: 100px;
}
div.noback {
	background-image: none;
}

img.tag {
	float: left;
	position: relative;
	left: -28px;
	margin-right: -20px;
	top: -20px;
	padding: 0;
}
p.hasTag, div.hasTag {
	padding-left: 55px !important;
	padding-right: 10px;
}
.hasTag img.tag {
	left: -80px;
	margin-right: -80px;
}
.tagTitle {
	position: relative;
	left: 195px;
	top: 5px;
	margin: -5px 0 0 0;
	font-size: 18px;
}

/* "T" table content layout */

table.t {
	border-spacing: 0;
	width: 99%;
	margin: auto;
}

table.t td {
	padding: 2px;
}

table.t thead td {
	border-bottom: 2px solid #6596DF;
}

table.t tbody td {
	border-left: 1px solid #6596DF;
	border-right: 1px solid #6596DF;
}

table.t tbody td:first-child {
	border-left: none;
}

table.t tbody td:last-child {
	border-right: none;
}

/* Table with header and first column labels */

table.doublegrid thead td {
	font-weight: bold;
	text-align: center;
}

table.doublegrid tbody td {
	border: 1px solid #6596DF;
	text-align: center;
	background-color: white;
}

table.doublegrid tbody tr td:first-child {
	border-width: 0 0 0 0;
	background-color: inherit !important;
	text-align: right;
}

table.doublegrid.alt tbody td {
	border-color: #E8761C;
}

div.txtbox table.doublegrid.alt tbody td {
	background-color: #FEF7F7;
}

/* Tooltips */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 210px;
	text-align: center;
}
#tooltip.pretty div { width: 210px; text-align: center; font-weight: bold; }

#tooltip.fancy {
	background: url('../images/tooltip.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('../images/tooltip-reverse.png');
}