
/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development standards
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

html,
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* ----- global default/initial styles ----- */
body {
	background-color:#EFEFEF;
}

/* ----- base default font size, type, and line height ----- */
/*html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}
html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}*/

/* ----- add selectors here for font sizing ----- */
#TB_window p,
table,
#TB_window ul,
dl,
#TB_window {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

/* ----- base links ----- */
a:link {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

a:active {
	color: #222;
	font-weight: bold;
	text-decoration: underline;
}

a:focus {
	color: #222;
	font-weight: bold;
}

#TB_window p {
	line-height:1.4em;
	margin:10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	margin:10px 0;
	color:#222;
}

/*ul{
	list-style: none;
}

ul li{
padding-top:6px;
}*/

#contentPad {
	margin:20px;
}

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#TB_load {
	display:none;
}

#TB_window {
	position: absolute;
	z-index: 102;
	color:#000000;
	display:none;
	background-color: #D9DADA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #FFF;
}

#TB_image {
	background: #efefef;
	width: auto;
!important;
	width: 100%;
}

#TB_window img {
	display:block;
	padding: 10px;
	clear: both;
	border: none;
	background-color: #EFEFEF;
}

#TB_caption {
	width: auto;
!important;
	width: 100%;
	border-top: solid 1px #cccccc;
	background-color: #D9DADA;
	background-image: url(../images/patterns/gray-field-shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#TB_caption p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #333;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#TB_navCtl {
	color: #666;
	/*	padding: 0px 15px 15px 15px;*/
	height: auto;
!important;
	height: 100%;
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	line-height: 150%;
	font-weight: normal;
}

#TB_banner {
	height: 50px;	/* 4px for top and bottom margins and 30px for fgc_logo.gif height */
	background:url(../images/patterns/white-gray-white-gradient.gif);
	width: auto;
!important;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#TB_banlogo {
	color: #333;
	letter-spacing: 2px;
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	background-image: url(../images/product-art/icons/fgc-index.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 84px;
}

#TB_navCtl p {
	float: left;
	padding-right: 10px;
}

#TB_navDir {
	float: left;
	margin-left: 3px;
	margin-right: 4px;
	height: auto;
!important;
	height: 100%;
	padding-top: 10px;
}

#TB_navDir a {
	color: #666;
	text-decoration: none;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
	background-image: url(../images/patterns/legendLabel.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E5E5E5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
}

#TB_navDir a:hover {
	color: #666;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #999;
	background-image: none;
	background-color: #DDD;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#TB_closeWndBtn {
	float: left;
	height: auto;
!important;
	height: 100%;
	width: 20px;
	padding-top: 10px;
	margin-left: 15px;
	margin-right: 4px;
}

#TB_closeWndBtn a {
	float: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #666;
	background-image: url(../images/patterns/legendLabel.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E5E5E5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
	display: block;
	font-weight: bold;
	letter-spacing: normal;
}

#TB_closeWndBtn a:hover {
	color: #666;
	text-decoration: none;
	letter-spacing: normal;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #999;
	background-image: none;
	background-color: #DDD;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#TB_navCtl a img {
	border: none;
	vertical-align: top;
}

/*#TB_navText{
	height: 35px;
	padding: 10px 0px 10px 10px;
	max-width: 25%;
}*/

#TB_closeWindow {
	border: none;
	padding-bottom: 1.0em;
	float:right;
}

#TB_closeWindow a img {
	border: none;
}

#TB_closeAjaxWindow a img {
	border: none;
}

#TB_closeAjaxWindow {
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent {
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load {
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect {
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display:none;
}

