/*
//--
// -- Stylesheet for hite.com - This css is for a complete fuid layout
// -- created by: Louis Lopez Computersims,LLC
// -- Do not modify stylesheet without speaking with the author
//-- 
*/

body
{
	margin: 0px 0px 0px 0px;
	padding : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	min-width:760px;
	background-color : #FFFFFF;
	background-image : url(../images/hite_bg.gif);
	background-repeat : repeat-y;
}

a:link, a:visited
{
	color : #CC5500;
	text-decoration : underline;
	font-weight : bold;
}
a:hover 
{
	color : #AA0000;
	text-decoration : underline;
	font-weight : bold;
}

p
{
	margin-top : 0px;
	margin-bottom : 12px;
}
td
{
	font-size: 9pt;
}

h2
{
	font-family : "Times New Roman", Times, serif;
	font-size: 18pt;
	color : #CC0000;
	margin-top : 0px;
	margin-bottom : 16px;
}

/* #FF6600 */
h3 
{
	font-family : "Times New Roman", Times, serif;
	font-size: 14pt;
	color : #CC0000;
	border-bottom : solid 1px #CC9999;
	padding-top : 8px;
	margin-top : 4px;
	margin-bottom : 12px;
}
h4 
{
	font-family : "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight : bold;
	color : #CC0000;
	margin-top : 2px;
	margin-bottom : 4px;
}
h5 
{
	font-family : "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight : bold;
	color : #CC0000;
	margin-top : 0px;
	margin-bottom : 4px;
}
li, dt, dd
{
	margin-top : 8px;
}


/* old site styles */
.gray
{
	background-color:#999999;
}
.grayedOut 
{
	background-color:#E2E2E2
}
.midGray 
{
	background-color:#c0c0c0;
}
.formBg
{
	background-color:#fbf6cc;
}
A.buttonLink:link, A.buttonLink:visited, A.buttonLink:active
{
		font-family:Verdana,arial,helvetica,sans-serif;
		background:url('../images/datagridHeaderBg.gif');	
	/*	background-color : #0066cc;*/
		font-size:9pt;
		font-weight:bold;
		color:#c33342;
		cursor : pointer;
		text-decoration:none;
		padding:3px;
		margin:3px;
		border-right:solid 1px gray;
		border-bottom:solid 1px gray;
		border-top:solid 1px gray;
		border-left:solid 1px gray;
}

.datagridHeader
{
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:8.5pt;
	color:#0066cc;
	font-weight:bold;
	background:url('../images/datagridHeaderBg.gif');
	text-align:center;
}
.datagridPager
{
	background:url('../images/datagridPagerBg.gif');
}
.headerBg
{
	background-color:#c33342;
}
.tdLink
{
		font-family:Verdana,arial,helvetica,sans-serif;
		background-color:#fff5e8;
		font-size:11.5pt;
		font-weight:bold;
		color:#c33342;
		padding:10px 5px 10px 5px;
		cursor:pointer;
}
.textMain
{
	color:Black;
	font-family:Verdana,arial,helvetica,sans-serif;
	font-weight: bold; 
	font-size: 9pt;
	line-height:21px;
}
.PageHeading 
{
	font-family:verdana,Arial,helvetica,sans-serif;
	font-size: 14pt; 
	/*old: color: #0066cc;*/
	color:#c33342;
	font-weight:bold;
	padding:0px;
}
.StatusMessage 
{
	color: red; font-weight: bold; font-size: larger;
	border: solid 0px #808080; padding: 5px;
}
.ParagraphTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 11pt; color:#1c86ee;
}
.Bold, .labelBold
{
	font-weight : bold;
}
table.tbUpperForm,td.tbUpperForm
{   
	border: solid 1px #777777;
	font-family:verdana,arial,helvetic,sans-serif;
	font-size:10pt;
	background-color:#fff5e8;
	color:#666666;
}
tr.tbUpperForm
{   
	border: solid 1px #777777;
	font-family:verdana,arial,helvetic,sans-serif;
	font-size:10pt;
	background-color:#fff5e8;
	color:#000000;
}
/* end old site styles */


.inputText
{
	font-family : Monospace;
	font-size : 10pt;
}

.backToTop
{
	text-align : right;
	font-style : italic;
}

a.normalAnchor
{
	color:Blue;
	font-weight:normal;
}

a.normalAnchor:Hover
{
	font-weight:bold;
}


#Banner 
{
	background : #CC0000;
	width : 100%;
	height : 90px;
	margin : 0px;
	padding : 0px;
	border-bottom : solid 1px #666666;
}

#LeftColumn 
{
	float : left;
	width : 145px;
	height : 100%;
	background-color : #E0E0C2;
	text-align : center;
	padding : 0px;
	margin : 0px;
}

#CenterColumn 
{
	_position: relative;
	background: #FFFFFF;
	padding : 15px;
	margin-left : 150px;
	background-color : #FFFFFF;
	background-image : url(../images/maincopy_starburst_bg.gif);
	background-attachment : scroll;
	background-position : 80% bottom;
	background-repeat : no-repeat;
	vertical-align:top;
}

#RightColumn 
{
	float : right;
	width : 171px; 
	margin-left : 15px; 
	background-color : #E0E0C2;
	padding : 0px;
	/*border-top : solid 1px #666666;*/
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

#Footer 
{
	width : 100%;
	margin : 20px 0px 10px 0px;
	text-align : center;
}
#Footer a:link, #Footer a:visited
{
	color : #CC5500;
	text-decoration : none;
	font-weight : bold;
}
#Footer a:hover 
{
	color : #AA0000;
	text-decoration : none;
	font-weight : bold;
}

.contentheading_member {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #333333;
	text-align : center;
}

#LoginBox
{
	width : 100%;
	height : 136px;
	background-color : #CCCCCC;
	font-size : 9px;
}
#LoginBox A 
{
	color : #883300;
}
#LoginBox A:hover 
{
	color : #BB6633;
}


#HighlightBox
{
	background-color : #E0E0C2;
}

#HighlightText
{
	color : #666666;
	padding : 8px;
	font-size : 10px;
}

#TourText
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	padding : 4px;
	color : #6666CC;
}

.calloutBox
{
	display : block;
	margin : 12px 150px 12px 12px;
	padding : 6px;
	border-width : thin;
	border-style : inset;
	border-color : #333333;
	background-color : #CCCCCC;
	color : #000000;
}

.padright
{
	padding-right : 20px;
}
.padrightleft
{
	padding-right : 10px;
	padding-left : 10px;
}

.small
{
	font-size : 95%;
}
.x-small
{
	font-size : 80%;
}
.alert
{
	color : #990000;
}
/*
IE5x PC mis-implements the box model. Because of that we sometimes have
to perform a little CSS trickery to get pixel-perfect display across browsers.
The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
parsing bug in IE5x PC that will prematurly close a style rule when it runs
into the string "\"}\"". After that string appears in a rule, then, we can override
previously set attribute values and only browsers without the parse bug will
recognize the new values. So any of the name-value pairs above this comment
that we need to override for browsers with correct box-model implementations
will be listed below.

We use the voice-family property because it is likely to be used very infrequently,
and where it is used it will be set on the body tag. So the second voice-family value 
of "inherit" will override our bogus "\"}\"" value and allow the proper value to
cascade down from the body tag.

The style rule immediately following this rule offers another chance for CSS2
aware browsers to pick up the values meant for correct box-model implementations.
It uses a CSS2 selector that will be ignored by IE5x PC.
*/

fieldset div label
{
	float:left;
	width:120px;
}
fieldset span.field label
{
	float:none;
	width:auto;
}
fieldset label.required
{
	font-weight:bold;	
}
fieldset div
{
	padding:2px 0;
}

.border-before
{
	margin-top:16px;
	padding-top:8px;
	border-top:solid 2px #aaa;
}

ul.category-contents
{
	list-style:none;
	margin-left:0px;
	padding-left:20px;
}
ul.category-contents li
{
	padding-left:20px;
	background:url('http://hitesite.org/images/bullet.gif') top left no-repeat;
}
ul.category-contents li li
{
	height:1%;
	padding-left:10px;
	background:none;
}
div.content-title
{
	float:left;
	padding-right:0.5em;
	font-weight:bold;
}

ul.list-3 { height: 1%;  margin:0 0 0 40px; padding: 0; }
ul.list-3 li { display:block; width: 30%; margin-right: 2%; float: left; }
.clear { clear: both; }

#rdTable
{
	text-align:right;
	vertical-align:top;	
	border: solid 1px gray;
}

A.newButtonLink:link, A.newButtonLink.visited, A.newButtonLink:active
{
	/*color:Blue;*/
}