
/*------------------------------------------------------------------------
General tag styles
light blue = #6699CC
dark blue = #0F3D92

active blue :#004080

recommended blue #003399
recommended highlite #CC9900
------------------------------------------------------------------------ */
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

h1 {
	font-size: 1.8em;
	text-transform: capitalize;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003399;
	letter-spacing: -1pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.5em;
	text-transform: capitalize;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	letter-spacing: -1pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.2em;
	text-transform: capitalize;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	letter-spacing: -1pt;
	margin-top: 0px;
	margin-bottom: 10px;
}

.GoldBkg {//actually it is geen now:D background:4aa64a;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	letter-spacing: -1pt;
}

a {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
	text-decoration: underline
}

a.clsPFLink {
	font-size: 0.8em;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}

input, select {
	font-weight: bold;
	font-size: 1em;
}

/* ------------------------------------------------------------------------
Table Basic Styles
------------------------------------------------------------------------ */
table {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

tr {
	vertical-align: top;
}

th {
	text-align: left;
	text-transform: capitalize;
}

/* ------------------------------------------------------------------------
Table Embedded View Styles
------------------------------------------------------------------------ */
table.clsView {
	font-size: 0.7em;
	margin-bottom: 2em;
}

table.clsViewSort {
	font-size: 0.7em;
	margin-bottom: 2em;
}

thead.clsView {
	text-transform: capitalize;
	background-color: #666666;
	color: white;
	text-align:center;
	padding: 7px 5px 7px 5px;
}

tbody.clsRowOver {
	hover-background: #DDDDDD;
	hover-color: #003399;
	light-background: #FFFFFF;
	shade-background: #CCCCCC;
	selected-background: gray;
	selected-color: white;
}

th.clsViewSort {
	/* padding: 7px 5px 7px 5px;*/
	border: 1px #888888 solid;
}

.clsLate {
	color: #FF0000
}

.clsNew {
	color: #006666
}

/* ------------------------------------------------------------------------
	Form Styles
------------------------------------------------------------------------ */

.clsNoMargin {
	margin: 0px 0px 0px 0px;
}

/* tables within tables, font-size reset */
table.clsTabbed {
	font-size: 1em;
}

table.clsFrm {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 0.9em;
	border-spacing: 0pt;
	border-collapse: separate;
	empty-cells: show;
	width: 100%;
}

/* borders in tables, when applicable */
td.clsFrmBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
}


/* for tables within tables */
.clsFrmRestore {
	font-size: 1em;
}

.txttd {
	font-size: 0.7em;
	margin-bottom: 2em;
	color: #000000;
}

.txttdBold {
	font-weight: bold;
	font-size: 0.7em;
	margin-bottom: 2em;
	color: #000000;
}

.clsFrmCaption {
	font-weight: bold;
	text-transform: capitalize;
	color: #003399;
}

.clsFrmLabel {
	
	color: #000000;
	text-transform: capitalize;
}

.clsFrmSection {
	font-weight: bold;
	font-size: 1.0em;
	color: #FFFFFF;
	text-transform: capitalize;
	background-color: #808080;
	text-align:center;
}

.clsFrmData {
	color: #000000;
}

.clsFrmDataGray {
	color: #999999;
}

.clsFrmRequired {
	font-weight: bold;
	color: #FF0000;
}

.clsW100 {
	width: 100%;
}

/* ------------------------------------------------------------------------
	Other Form Styles
------------------------------------------------------------------------ */
/* Page Index Styles - Used for showing lists of anchors within the same page */
ul.clsPageIndex {
	list-style-image: url("/HSBaseWeb/theme/images/jumpDown.gif");
	list-style-position : inside;
	list-style-type: square;
	color: black;
	margin-left: 0px;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------------
	Feedback Styles
------------------------------------------------------------------------ */

/* Feedback */
.clsFeedback {
	width: 100%;
	padding: 5px 5px 5px 5px;
	z-order: 50;
	display: none;
	font-weight: bold;
	/*text-transform: capitalize;*/
}

/* ContextHelp.htc */
.clsHelp1on1 {
}

/*------------------------------------------------------------------------
	Other Behavioral Styles
------------------------------------------------------------------------ */

/* XML Island*/ 
.clsXMLIsland {
	
}

/* Sorting unordered lists. use for Select Objects only  */
.clsSortedList {
}
 
/*------------------------------------------------------------------------
	Expandable Sections - Use to draw categories
------------------------------------------------------------------------ */
table.clsExpandableSection {
	padding: 3px 5px 3px 5px;
	font-size: 1em; 
}
 
.clsSectionLeft {
	font-family: Webdings;
	font-weight: bold;
	text-align: center;
	color: #003399;
	cursor: hand;
}

.clsSectionRight {
	font-weight: bold;
	color: #003399;
}

.clsRequiredField {
	font-weight: bold;
	font-size: 1.5em;
	color: red;
}

.clsInfoMsg {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #33CC33;
	letter-spacing: -1pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.clsErrorMsg {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: red;
	letter-spacing: -1pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

a.activeCamp {
	font-size: 1.2em;
	font-weight: bold;
	color: #003399;
	text-transform: capitalize;
}

a.futureCamp {
	font-size: 1.2em;
	font-weight: bold;
	color: #33CC33;
	text-transform: capitalize;
}

a.expiredCamp {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
	text-transform: capitalize;
}