/*
twrstyle.css
Copyright (c) 2004 The Tom Warne Report
*/
/* <!-- ### Note: Do not place comments inside of {} ### --> */

/* Color Scheme: 
   dark blue - 002254, 		RGB: 0 34 84
   mid blue - 396794		RGB: 57 103 148
   highlight blue - 7F8EB4	RGB: 
   light blue - BBCCDD, 	RGB: 187 204 221
   light gray - EEEEEE		RGB: 238 238 238
   middark green - 006600	RGB: 0 153 0
   yellow - FFFF99		    RGB: 255 255 153
   dark red - 663333		RGB: 102 51 51
   when using mid blue, use the following light blue:
	light blue - CCCCFF	RGB: 204 204 255
*/
/* <style> */

BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
}

/* ========================================== */
/* =======      DEFAULT TEXT STYLE      ===== */
/* ========================================== */

A, A:link, A:visited, A:hover { text-decoration: none; }
A { color: #006600; cursor: pointer; }
A:link { background: none; color: #003399; }
A:visited { background: none; color: #003399; }
A:hover { background: none; color: #999999; }
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Tahoma, sans-serif; font-weight: bold; }
h1 { background: none; color: #2D4571; font-size: 20px; margin-bottom: 10px; }
h2 { background: none; color: #2D4571; font-size: 18px; border-bottom: #999999 2px solid; margin-bottom: 10px; margin-top: 30px; }
h3 { background: none; color: #003366; font-size: 14px; margin-bottom: 10px; }
h4 { background: none; color: #336699; font-size: 12px; margin-bottom: 10px; }
h3.table { margin-top: 0px; margin-bottom: 5px; font-size: 12px; }
h2.table { margin-top: 0px; margin-bottom: 5px; font-size: 12px; background-image: none; background: #EEEEEE; }
h2.links { background:#F2EDE9; color:#555555; font-size:10px; padding:5px; font-weight: normal; border-bottom:1px solid #999999; }
BLOCKQUOTE { margin-top: 5px; margin-bottom: 20px; margin-left: 5px; font-size:90%; line-height:115%; }
CODE { font-family: "Courier New", Courier, mono; font-size: 10pt; background: none; color: #000033; }
HR { background: none; color: #002254; }
TABLE { font-family: verdana, tahoma, arial, sans-serif; font-size: 12px; margin: 0px; }
THEAD { font-weight: bold; }
TH { font-weight: bold; }
/* TD { vertical-align:top; } */
/* P { orphans:2; widows:2; } */

.ussymbol_blue, .ussymbol_orange, .ussymbol_black, .ussymbol_green {
	font-family: "Courier New", courier, verdana, arial, tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 9px;
	padding-right: 10px;
	position: relative;
	bottom: 0px;
	width: 33px;
}
.ussymbol_blue { background-image: url(images/ussym_b.gif); background-repeat:no-repeat; font-weight: bold;}
.ussymbol_orange { background-image: url(images/ussym_o.gif); background-repeat:no-repeat; }
.ussymbol_black { background-image: url(images/ussym_k.gif); background-repeat:no-repeat; }
.ussymbol_green { background-image: url(images/ussym_g.gif); background-repeat:no-repeat; }

.twsymbol_blue {
	text-align: center;
	background-image: url(images/twsym_b.gif);
	background-repeat: no-repeat;
	position: relative;
	bottom: 0px;
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	width: 23px;
}

BLOCKQUOTE.comment {
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 12px;
	widows:2;
	orphans:3;
}

DIV.source {
	font-size: 10px;
	text-align: right;
}
DIV.citation {
	margin-left: 30px;
	font-size: 10px;
}

/*  Header Style */

.margin1 { margin-left: 20px; }
.margin2 { margin-left: 40px; }

A.button, A.button:link, A.button:visited, A.button:active, A.button:hover {
	background:#EEEEEE; border: 1px solid #999999; padding: 2px;
}
A.button:hover {
	background: #F5F5F5; border: 1px solid #FF6600; color:#000000;
}


/* =======      MAIN HEADER             ===== */

TABLE.Header { background: #3F5F92; background-image: none; }
TD.Issue {
    padding-top: 3px;
	padding-left: 5px;
	font-size: 12px;
	text-align: left;
	background-image:url(images/twrIssue_back.gif); 
	background-repeat:no-repeat;
	vertical-align: top;
}
TD.Middle { text-align: left; height: 24px; background-image:url(images/twrMid_back.gif); background-repeat:repeat-x; }
TD.Login { text-align: right; height: 24px; background-image:url(images/twrLogin_back.gif); background-repeat:no-repeat; vertical-align: top;}

/* ========================================== */
/* =======      BODY TABLE        =========== */
/* ========================================== */

TABLE.body { width: 100%; margin: 0px; }
TD.body {
    width: 100%;
	padding: 15px;
	background: white;
	color: black;
}
TD.bodyleft {
	font-family: Arial, Tahoma, Helvetica, "sans serif";
	font-size: 12px;
	background: #F5F5F5;
	color: black;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #999999;
	padding-top: 10px;
	vertical-align: top;
}
TD.bodyright {
	font-family: Arial, Tahoma, Helvetica, "sans serif";
	font-size: 12px;
	color: black;
	border-left: 1px #CCCCCC solid;
	vertical-align: top;
	background-color: #EEECF6;
}

/* =======   FORM FORMATS      =========== */

.field10 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid;
	color: #000000;
	border-color:#A8B0B8;
	background: #FFFFFF;
}
.button10 { 
	font-family: Verdana;
	font-size:10px;
	color: #333333;
	background: #E6E5D0;
	border: 1px #AEAEAE solid;
    cursor: pointer;
}
.text10 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

/* =======      LEFT SIDE NAVIGATION    ============ */

DIV.leftnav {
	font-size: 11px;
	font-weight: normal;
	border-bottom: 2px #EEEEEE solid;
	padding: 3px;
	padding-left: 5px;
	background: #DDDDDD;
}
A.leftnav, A.leftnav:link, A.leftnav:visited, A.leftnav:active, A.leftnav:hover {
	background: none; text-decoration: none;
}
A.leftnav:hover {
	color: #FF6600;
}

/* =======     BOTTOM NAV and FOOTER    ===== */

TABLE.footer, TD.footnav, TD.footer {
    font-size:8pt;
}
TD.footnav {
    border-top: 1px #999999 solid;
	border-bottom: 1px #003366 solid;
	padding-top: 4px;
	padding-bottom: 4px;
}
A.footnav, A.footnav:link, A.footnav:visited, A.footnav:active, A.footnav:hover {
	background: none; color:#003399; text-decoration: none;
}
A.footnav:hover {
	color: #FF6600; border-top: 1px #FF6600 solid; border-bottom: 1px #FF6600 solid;
}


/* =======     Tables for Group Admin    ===== */
.field12 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid;
	color: #000000;
	border-color:#A8B0B8;
	background: #FFFFFF;
}
.button12 { 
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background: #E6E5D0;
	border: 1px #AEAEAE solid;
    cursor: pointer;
}
.text12 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

form { margin: 0px; padding: 0px; }
.outer_table {
	border: 1px solid #000000;
}
.table_title {
	font-family: verdana,arial,helvetica;
	background-color: #3F5F92;
	color: #ffffff;
	padding: 3px;
	font-size: 14px;
	border-bottom: 1px solid black;
}
.bg2 { background: #eeeeee }
.table_head_col {
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	color: black;
}

@media handheld {
	.bodyright_noborder { display:none; }
	.bodyleft { display:none; }
	.bodyright { display:none; }
	.nonmobile { display:none; }
}
@media mobile {
	.bodyright_noborder { display:none; }
	.bodyleft { display:none; }
	.bodyright { display:none; }
	.nonmobile { display:none; }
}
