/*
styles-gic.css
-----
NOTE: Sizes and colors for different page contexts and browser versions are found in _inc/page_appearance.asp
*/

/* *** general styles */
body {
	margin: 0;
}
/* *** /general styles */

/* *** resource styles */
/* ** size */
/* sets an element's width to 100% of the surrounding object */
.fullWidth {
	width: 100%;
}
/* sets an element's height to 100% of the surrounding object */
.fullHeight {
	height: 100%;
}
/* ** /size */
/* ** float */
/* clears float before and after floating objects (div, table) */
div.clearFloat {
	clear: both;
}
/* float element right */
.floatRight {
	float: right;
}
/* float element left */
.floatLeft {
	float: left;
	
}
/* ** /float */
/* ** align */
/* right align everything inside this element */
.alignRight {
	text-align: right;
}
/* left align everything inside this element */
.alignLeft {
	text-align: left;
}
/* ** /align */
/* *** /resource styles */

/* *** page */
/* container */
.pageContainer {
	margin-top: 5px;
	padding-bottom: 5px;
}
/* *** /page */

/* *** menu */
/* container */
.menuContainer {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #000000;
	margin-left: 1px;
}
/* menu item */
.menuItem {
	/*width: 133px;*/
	background-color: #F2F2F2;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #CACACA;
}
/* menu end */
.menuEnd {
	width: 145px;
	height: 44px;
}
div.menuEnd table {
	width: 145px;	
	background-image: url(../_img/menu_end.gif);
	/*background-position: right;*/
	background-repeat: repeat-x;
}
div.menuEnd table td {
	padding-top: 8px;
	height: 44px;
}
div.menuEnd img {
	position: relative;
	margin-left: 6px;
	top: 1px;
}
div.menuEnd table td a {
	font-size: 10px;
}
/* ** /menu end */
/* ** menu, links */
div.menuContainer a:link, div.menuContainer a:active, div.menuContainer a:visited {
	color: #000000;
	text-decoration: none;
}
div.menuContainer a:hover {
	color: #000000;
	text-decoration: underline;
}
/* ** /menu, links */
/* *** /menu */

/* *** main */
/* ** bread crumbs */
/* bread crumbs, appearance */
.mainCrumbs {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #8396A7;
	height: 26px;
	background-image: url(../_img/main_crumbs.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 7px;
}
div.mainCrumbs span {
	position: relative;
	top: 6px;
}
div.mainCrumbs img {
	position: relative;
	top: 3px;
}
/* bread crumbs, links */
div.mainCrumbs a:link, div.mainCrumbs a:active, div.mainCrumbs a:visited {
	color: #8396A7;
	text-decoration: none;
}
div.mainCrumbs a:hover {
	color: #000000;
	text-decoration: underline;
}
/* ** /bread crumbs */
/* ** contents */
/* container */
.mainContainer {
	margin-left: 14px;
	margin-right: 14px;
}
/* image floats */
div.mainContainer img.floatLeft {
	margin-right: 8px;
} 
div.mainContainer img.floatRight {
	margin-left: 8px;
} 
/* ** /contents */
/* *** /main */

/* *** column */
/* container */
.columnContainer {
	margin-right: 1px;
}
/* ** column contents */
/* container */
.columnContents {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 70%;
	font-weight: normal;
	line-height: 125%;
	color: #000000;
	background-image: url(../_img/column_borders.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 8px;
}
/* p */
div.columnContents p {
	margin: 0;
} 
/* item container */
div.columnContents div {
	width: 158px;
	padding-top: 4px;
}
div.columnContents div div.clearFloat
{
	line-height: 0;
	padding: 0;
}
/* column link container */
div.columnContents div.columnLink {
	/*margin-left: 9px;
	text-indent: -9px;*/
	line-height: normal;
}
/* image floats */
div.columnContents img.floatLeft {
	margin-right: 3px;
} 
div.columnContents img.floatRight {
	margin-left: 3px;
} 
/* ** /column contents */
/* ** search */
.columnSearch {
	width: 175px;
	height: 25px;
	background-image: url(../_img/column_search.gif);
	background-position: left;
	background-repeat: repeat-x;
}
/* input */
.columnSearchInput {
	width: 127px;
	border-style: inset;
	border-width: 2px;
	margin-right: 3px;
}
/* button */
.columnSearchButton {
	background-color: #015DCF;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 70%;
	font-weight: bold;
	line-height: 115%;
	color: #FFFFFF;
	text-align: center;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #438EEB;
	border-left-color: #438EEB;
	border-right-color: #024596;
	border-bottom-color: #024596;
	margin-top: 0;
	margin-left: 0;
	margin-right: 2px;
	margin-bottom: 0;
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1px;
}
/* ** /search */
/* *** /column */

/* *** dividers and read more */
/* horisontal divider */
div.horisontalDivider {
	/*height: 16px;*/
	text-align: right; 
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(../_img/horisontal_divider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
/* vertical divider */
div.verticalDivider, td.verticalDivider {
	width: 8px;
	background-image: url(../_img/vertical_divider.gif);
	background-position: left;
	background-repeat: repeat-y;
}
/* divider with no background */
div.noBgHorisontal {
	height: 16px;
	text-align: right; 
	padding-top: 2px;
}
div.horisontalDivider span, div.noBgHorisontal span {
	padding-left: 4px;
	padding-right: 2px;
}
/* typography for read more */
div.mainContainer div.horisontalDivider, div.mainContainer div.noBgHorisontal {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 70%;
	font-weight: normal;
	line-height: 125%;
}
/* horisontal divider for expanded lists and search */
div.listDivider {
	height: 2px;
	background-image: url(../_img/list_divider.gif);
	background-position: left;
	background-repeat: repeat-x;
}
/* *** /dividers and read more */

/* *** start page list entry */
.mainListEntry {
	height: 100px;
	margin-left: 4px;
}
/* h2 */
div.mainContainer div.mainListEntry h2 {
	margin-bottom: 0;
}
/* p */
div.mainContainer div.mainListEntry p {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 70%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 0;
	line-height: 125%;
}
/* img */
div.mainContainer div.mainListEntry img {
	margin-right: 3px;
}
/* *** start page list entry */

/* *** foot */
td.footAddress {
	padding-top: 5px;
	padding-left: 14px;
}
td.footAddress p {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 60%;
	font-weight: normal;
	line-height: normal;
	color: #919699;
	margin-top: 0;
	margin-bottom: 2px;
}
/* *** /foot */

/* *** main typography */
/* headings */
div.mainContainer h1, h1 {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 7px;
	line-height: 110%;
}
div.mainContainer h2, h2 {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 95%;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 2px;
	line-height: 115%;
}
/* text */
div.mainContainer p {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 8px;
	line-height: 140%;
}
/* lists */
div.mainContainer li {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 140%;
}
/* published date */
div.mainContainer p.publishedDate {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 60%;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	color: #8396A7;
	margin-top: 0;
	margin-bottom: 4px;
}

/* ** lists and search result */
/* container for list table */
div.listTableContainer {
	margin-top: 18px;
}
/* list container td */
div.listTableContainer table td {
	padding-left: 4px;
}
/* heading for list item */
div.listTableContainer h2 {
	margin-top: 0;
	text-transform: uppercase;
}
/* p inside list */
div.listTableContainer p 
{
	margin-bottom: 2px;
}
/* odd row arrow placement */
td.oddArrow img {
	/*position: relative;
	top: 3px;*/
}
/* even row arrow placement */
td.evenArrow img {
	/*position: relative;
	top: 10px;*/
}
/* ** /lists and search result */

/* ** extras */
/* intro text for lists, function links */
div.mainContainer p.smallText {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 60%;
	font-weight: normal;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}
/* alphabetical list */
h2.alphaList a:visited, p.smallText a:visited {
	color: #015DCF;
}
/* active character in alphabetical lists */
a.activeAlpha {
	/*font-size: 140%;
	position: relative;
	top: 1px;*/
}
/* background color for important text parts (add as <div class="important"></div>) */
.important {
	background-color: #FFFABB;
	padding-top: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	/*margin-top: 14px;
	margin-bottom: 0;*/
}
.importantInner {
	
}
/* box for article links */
.articleLinks {
	border-style: solid;
	border-width: 1px;
	border-color: #E9E9E8;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
}
p.articleLinksHead {
	color: #707070;
}
/* ** /extras */
/* ** links */
a:link {
	color: #015DCF;
	text-decoration: none;
}
a:active {
	color: #015DCF;
	text-decoration: none;
}
a:visited {
	color: #6D6D6D;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/* ** /links */
/* *** /main typography */

div.removeMarquees
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 70%;
	margin: 3px 0;
	text-align: right;
}
div.removeMarquees a 
{
	color: #015DCF;
}

/* *** print styles */
@media print { 
	.noprint { display: none; }
	body { background-color: #FFFFFF; width: 95%; }
	div.mainCrumbs { margin-left: 14px; margin-bottom: 4px; }
	div.mainCrumbs a:link, div.mainCrumbs a:active, div.mainCrumbs a:visited, .mainCrumbs { color: #000000; }
	div.mainContainer p.publishedDate { color: #000000; }
	div.columnContents { padding-left: 4px; padding-right: 0; }
	td.footAddress { background-color: #FFFFFF; }
	td.footAddress p { color: #000000; }
}
/* *** /print styles */