﻿
a {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

/*** PLACEHOLDERS ***/

.placeholder_1col {
	width: 782px;
	clear:both;
}

.placeholder_2col {
	width: 383px;
	float: left;
	margin: 0 16px 0 0;
	display: inline;
}

.placeholder_3col {
	width: 250px;
	float: left;
	margin: 0 16px 0 0;
	display: inline;
}

.placeholder_4col {
	width: 170px;
	float: left;
	margin: 0 16px 0 0;
	display: inline;
}

/*** TYPOGRAPHY ***/

h1, h1 span {
	font-size: 14px;
	font-weight: bold;
	margin: 18px 0 0 0;
}

h2 {
	font-size: 13px;
	background-image: url(../Images/page_content_8bit.png);
	background-position: 0 bottom;
	padding: 3px 6px;
	margin: 16px 0 0 0;
}

p {
	margin: 4px 0;
}


/*** TOGGLE BUTTON ***/

h2 .btn_open, h2 .btn_close {
	float: right;
	display: inline-block;
	height: 14px;
	width: 16px;
	background-image: url(../Images/page_content_8bit.png);
	margin: -18px 4px 0 0;
}

h2 a.btn_open {
	background-position: 0 -90px;
}

h2 a:hover.btn_open {
	background-position: 0 -72px;
}

h2 .btn_close {
	background-position: -20px -90px;
}

h2 a:hover.btn_close {
	background-position: -20px -72px;
}



/*** TABLE GRIDVIEW ***/

table.gridview {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 0 0;
}

table.gridview th, table.gridview td 
{
	padding: 2px 6px;
	vertical-align: top;
	background: #fff;	
	border-width:0;
	border-bottom: 1px solid #C7D9EB; /*#C7D9EB; #dee6ee;		*/
}


table.gridview th.title_bar, table.gridview tr.title_bar th,
table.gridview .title_bar, table.gridview .title_row th {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
	background: #E9E9E9;
	border-bottom: 1px solid #bbb;		
}

table.gridview th {
	text-align: left;
	font-weight: bold;	
}

table.gridview .alt_cell {
	background: #f5f9fc;
	border-bottom: 1px solid #dee6ee;	
}

table.gridview th, table.gridview td 
{
	background-color: #EDF3F8;/* #EDF3F8;/*#F2F9FF;  /*#D5E9F9 #f5f9fc;*/
	border-bottom: 1px solid #C7D9EB; /*#C7D9EB #dee6ee;	*/
}
table.gridview .alt_row th, table.gridview .alt_row td {
	background-color: #EDF3F8;/*#E2EAF1;/*#E8F5FF;  /*#D5E9F9 #f5f9fc;*/
	border-bottom: 1px solid #C7D9EB; /*#C7D9EB #dee6ee;	*/
}
table.gridview .bottom_line th, table.gridview .bottom_line td {
  border-bottom:solid 1px #999;
}

table.gridview .summary_row
{
	font-weight: bold;
}
table.gridview .align_left
{
	text-align:left;
}
table.gridview .align_center
{
	text-align:center;
}
table.gridview .align_right
{
	text-align:right;
}


/*** TABLE STRIPVIEW ***/

table.stripview {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 0 0;
}

table.stripview th, table.stripview td {
	/*padding: 2px 2px 2px 0;*/
	border: 0px solid #f0f;
	vertical-align: top;
}

table.stripview th {
	padding: 2px 8px 2px 0;
	font-weight: bold;
	text-align: left;
}

table.stripview_padding th, table.stripview_padding td 
{
	padding: 2px 2px 2px 0;
}


/*** BOX AREA ***/
.box_area,
.box_header,
.box_content, 
.box_footer 
{
	background-image: url(../Images/page_content_8bit.png);
}



.box_header {
	height: 5px;
	overflow: hidden;
	margin: 6px 0 0 0;
}

.box_area {
	background-repeat: repeat-y;
}

.box_content {
	padding: 4px 12px;
	background-repeat: repeat-y;
}

.box_footer {
	height: 5px;
	overflow: hidden;
	margin: 0 0 0 0;	
}

.placeholder_1col .box_header {
	background-position: 0 0;
}

.placeholder_1col .box_area {
	background-position: -782px 0;
}

.placeholder_1col .box_content {
	background-position: -782px 0;
}

.placeholder_1col .box_footer {
	background-position: 0 -6px;
}

.placeholder_2col .box_header {
	background-position: 0 -13px;
}

.placeholder_2col .box_area {
	background-position: -782px 0;
}

.placeholder_2col .box_content {
	background-position: -1564px 0;
}

.placeholder_2col .box_footer {
	background-position: 0 -19px;
}

.placeholder_3col .box_header {
	background-position: 0 -26px;
}

.placeholder_3col .box_area {
	background-position: -782px 0;
}

.placeholder_3col .box_content {
	background-position: -1947px 0;
}

.placeholder_3col .box_footer {
	background-position: 0 -32px;
}


/*** INDICATORS ***/

span.pos_icon_non,
span.middle_icon_non,
span.neg_icon_non,
span.unchanged_icon_non,
span.pos_icon_bubble,
span.neg_icon_bubble,
span.unchanged_icon_bubble
{
	background-image: url(../Images/page_content_8bit.png);
	font-weight: bold;
	padding: 0 0 0 12px;
}
span.pos_icon_non {
	color: #060;
	padding: 0;
	background-image: none;
}
span.middle_icon_non {
	color:#FF9933;
	padding: 0;
	background-image: none;
}

span.neg_icon_non {
	color: #d00;
	padding: 0;
	background-image: none;
}

span.unchanged_icon_non {
	color: #159;
	padding: 0;
	background-image: none;
}
span.pos_icon_bubble {
	color: #060;
	background-position: -280px -44px;
}

span.neg_icon_bubble {
	color: #d00;
	background-position: -280px -62px;
}

span.unchanged_icon_bubble {
	color: #159;
	background-position: -280px -80px;
}


/* arrows */

.neg_icon_arrow_1,
.neg_icon_arrow_2,
.neg_icon_arrow_3,
.neg_icon_arrow_4,
.neg_icon_arrow_5,
.neg_icon_arrow_6,
.neg_icon_arrow_7,
.neg_icon_arrow_8,
.unchanged_icon_arrow_1,
.unchanged_icon_arrow_2,
.unchanged_icon_arrow_3,
.unchanged_icon_arrow_4,
.unchanged_icon_arrow_5,
.unchanged_icon_arrow_6,
.unchanged_icon_arrow_7,
.unchanged_icon_arrow_8,
.pos_icon_arrow_1,
.pos_icon_arrow_2,
.pos_icon_arrow_3,
.pos_icon_arrow_4,
.pos_icon_arrow_5,
.pos_icon_arrow_6,
.pos_icon_arrow_7,
.pos_icon_arrow_8,
.unchanged_alt_icon_arrow_1,
.unchanged_alt_icon_arrow_2,
.unchanged_alt_icon_arrow_3,
.unchanged_alt_icon_arrow_4,
.unchanged_alt_icon_arrow_5,
.unchanged_alt_icon_arrow_6,
.unchanged_alt_icon_arrow_7,
.unchanged_alt_icon_arrow_8 {
	background: url(../Images/arrows_sprite.png) no-repeat;
	font-weight: bold;
	padding: 0 0 0 12px;
}


/* negative icon */

.neg_icon_arrow_1,
.neg_icon_arrow_2,
.neg_icon_arrow_3,
.neg_icon_arrow_4,
.neg_icon_arrow_5,
.neg_icon_arrow_6,
.neg_icon_arrow_7,
.neg_icon_arrow_8 {
	color: #d00;
}

.neg_icon_arrow_1 {
	background-position: -10px -10px;
}

.neg_icon_arrow_2 {
	background-position: -10px -40px;
}

.neg_icon_arrow_3 {
	background-position: -10px -70px;
}

.neg_icon_arrow_4 {
	background-position: -10px -100px;
}

.neg_icon_arrow_5 {
	background-position: -10px -220px;
}

.neg_icon_arrow_6 {
	background-position: -10px -130px;
}

.neg_icon_arrow_7 {
	background-position: -10px -160px;
}

.neg_icon_arrow_8 {
	background-position: -10px -190px;
}


/* unchanged icon */

.unchanged_icon_arrow_1,
.unchanged_icon_arrow_2,
.unchanged_icon_arrow_3,
.unchanged_icon_arrow_4,
.unchanged_icon_arrow_5,
.unchanged_icon_arrow_6,
.unchanged_icon_arrow_7,
.unchanged_icon_arrow_8 {
	color: #159;
}

.unchanged_icon_arrow_1 {
	background-position: -10px -250px;
}

.unchanged_icon_arrow_2 {
	background-position: -10px -280px;
}

.unchanged_icon_arrow_3 {
	background-position: -10px -310px;
}

.unchanged_icon_arrow_4 {
	background-position: -10px -340px;
}

.unchanged_icon_arrow_5 {
	background-position: -10px -460px;
}

.unchanged_icon_arrow_6 {
	background-position: -10px -370px;
}

.unchanged_icon_arrow_7 {
	background-position: -10px -400px;
}

.unchanged_icon_arrow_8 {
	background-position: -10px -430px;
}


/* positive icon */

.pos_icon_arrow_1,
.pos_icon_arrow_2,
.pos_icon_arrow_3,
.pos_icon_arrow_4,
.pos_icon_arrow_5,
.pos_icon_arrow_6,
.pos_icon_arrow_7,
.pos_icon_arrow_8 {
	color: #060;
}

.pos_icon_arrow_1 {
	background-position: -10px -490px;
}

.pos_icon_arrow_2 {
	background-position: -10px -520px;
}

.pos_icon_arrow_3 {
	background-position: -10px -550px;
}

.pos_icon_arrow_4 {
	background-position: -10px -580px;
}

.pos_icon_arrow_5 {
	background-position: -10px -700px;
}

.pos_icon_arrow_6 {
	background-position: -10px -610px;
}

.pos_icon_arrow_7 {
	background-position: -10px -640px;
}

.pos_icon_arrow_8 {
	background-position: -10px -670px;
}


/* unchanged alternative icon */

.unchanged_alt_icon_arrow_1,
.unchanged_alt_icon_arrow_2,
.unchanged_alt_icon_arrow_3,
.unchanged_alt_icon_arrow_4,
.unchanged_alt_icon_arrow_5,
.unchanged_alt_icon_arrow_6,
.unchanged_alt_icon_arrow_7,
.unchanged_alt_icon_arrow_8 {
	color: #bb2;
}

.unchanged_alt_icon_arrow_1 {
	background-position: -10px -730px;
}

.unchanged_alt_icon_arrow_2 {
	background-position: -10px -760px;
}

.unchanged_alt_icon_arrow_3 {
	background-position: -10px -790px;
}

.unchanged_alt_icon_arrow_4 {
	background-position: -10px -820px;
}

.unchanged_alt_icon_arrow_5 {
	background-position: -10px -850px;
}

.unchanged_alt_icon_arrow_6 {
	background-position: -10px -880px;
}

.unchanged_alt_icon_arrow_7 {
	background-position: -10px -910px;
}

.unchanged_alt_icon_arrow_8 {
	background-position: -10px -940px;
}




/*** PAGE CONTENT LINKS ***/

.page_content a, .main_area a {
	color: #175494; 
	text-decoration: none;
}

.page_content a:hover, .main_area a:hover {
	color: #13467D;
	text-decoration:underline;
}


.small_thinker
{
	display:none; 
	background:url(../Images/thinker.gif) no-repeat; 
	padding:0 0 0 20px;
}

/*** ***/