/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #99cc99;
    SCROLLBAR-FACE-COLOR: seagreen;
    SCROLLBAR-HIGHLIGHT-COLOR: darkgreen;
    SCROLLBAR-SHADOW-COLOR: forestgreen;
    SCROLLBAR-3DLIGHT-COLOR: forestgreen;
    SCROLLBAR-ARROW-COLOR: lime;
    SCROLLBAR-TRACK-COLOR: #99cc99;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
 }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link
{
	font-weight: bold;
	font-size: 8pt;
	color: steelblue;
	font-family: Arial;
	text-decoration: none;
}	
		
A:visited	
{
	font-weight: bold;
	font-size: 8pt;
	color: steelblue;
	font-family: Arial;
	text-decoration: none;
}	
		
A:active
{
	font-weight: bold;
	font-size: 8pt;
	color: steelblue;
	font-family: Arial;
	text-decoration: none;
}	
		
A:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: steelblue;
	font-family: Arial;
	text-decoration: underline;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.Title
{
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial;
}
.SubTitle
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
}
.TableText
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial;
}
.TableTextBold
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}
.TableTextBoldLeft
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
}
.TableText8pt
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
}
.TableText8ptBold
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
}
.MenuItem
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
}
.Button
{
	border-right: cadetblue thin outset;
	border-top: cadetblue thin outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: cadetblue thin outset;
	color: white;
	border-bottom: cadetblue thin outset;
	font-family: Arial;
	background-color: seagreen;
	text-align: center;
}
.DropDown
{
	border-right: cadetblue thin outset;
	border-top: cadetblue thin outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: cadetblue thin outset;
	color: white;
	border-bottom: cadetblue thin outset;
	font-family: Arial;
	background-color: seagreen;
	text-align: center;
}
.Menu A:link
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
}
.Menu A:active
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
}
.Menu A:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
}
.Menu A:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #99cc99;
	font-family: Arial;
}
.Help A:link
{
	font-weight: bold;
	font-size: 10pt;
	color: steelblue;
	font-family: Arial;
}
.Help A:active
{
	font-weight: bold;
	font-size: 10pt;
	color: steelblue;
	font-family: Arial;
}
.Help A:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: steelblue;
	font-family: Arial;
}
.Help A:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: steelblue;
	font-family: Arial;
	text-decoration: underline;
}
.TextBox
{
	font-weight: normal;
	font-size: 8pt;
	border-left-color: seagreen;
	border-bottom-color: seagreen;
	border-top-style: ridge;
	border-top-color: seagreen;
	font-family: Arial;
	font-weight: bold;
	border-right-style: ridge;
	border-left-style: ridge;
	background-color: white;
	border-right-color: seagreen;
	border-bottom-style: ridge;
}
.TextBoxCenter
{
	font-weight: normal;
	font-size: 8pt;
	border-left-color: seagreen;
	border-bottom-color: seagreen;
	border-top-style: ridge;
	border-top-color: seagreen;
	font-family: Arial;
	font-weight: bold;
	border-right-style: ridge;
	border-left-style: ridge;
	background-color: white;
	border-right-color: seagreen;
	border-bottom-style: ridge;
	text-align: center;
}
.TextBoxRight
{
	font-weight: normal;
	font-size: 8pt;
	border-left-color: seagreen;
	border-bottom-color: seagreen;
	border-top-style: ridge;
	border-top-color: seagreen;
	font-family: Arial;
	font-weight: bold;
	border-right-style: ridge;
	border-left-style: ridge;
	background-color: white;
	border-right-color: seagreen;
	border-bottom-style: ridge;
	text-align: right;
}
.TextBoxLeft
{
	font-weight: normal;
	font-size: 8pt;
	border-left-color: seagreen;
	border-bottom-color: seagreen;
	border-top-style: ridge;
	border-top-color: seagreen;
	font-family: Arial;
	font-weight: bold;
	border-right-style: ridge;
	border-left-style: ridge;
	background-color: white;
	border-right-color: seagreen;
	border-bottom-style: ridge;
	text-align: left;
}
.GridHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: #65a9cc;
}
.GridItem
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: PowderBlue;
}
.GridItemRight
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: powderblue;
	text-align: right;
}
.MenuCell
{
	border-left-color: seagreen;
	border-bottom-color: seagreen;
	border-top-style: outset;
	border-top-color: seagreen;
	border-right-style: outset;
	border-left-style: outset;
	background-color: black;
	border-right-color: seagreen;
	border-bottom-style: outset;
}
GridNav
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: PowderBlue;
}
/*Peter Blum Styles*/
.CSCCalendar
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 8pt;
   filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color= 'gray' , Positive= 'true' ) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=96, FinishX=100, StartY=0, FinishY=0) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=0, FinishX=0, StartY=97, FinishY=100);
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   font-family: Arial;
   background-color: white;
}

.CSCCalendar TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}

.CSCCalendarNoFilter
{
   border-right: lightgrey ridge;
   border-top: lightgrey ridge;
   font-size: 8pt;
   border-left: lightgrey ridge;
   border-bottom: lightgrey ridge;
   font-family: Arial;
   background-color: white;
   }
.CSCCalendarNoFilter TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}


.CSCWeekRowsTable
{
   border-right: black 1px solid;
   border-top: black 1px solid;
   font-size: 8pt;
   border-left: black 1px solid;
   border-bottom: black 1px solid;
   font-family: Arial;
   background-color: white;
}

.CSCDay
{
   cursor: pointer;  /* W3C approved hand. See http://www.xs4all.nl/~ppk/css2tests/index.html */
   cursor: hand;
}

.CSCSelectedDay
{
   background-color: gold;
   cursor: pointer;
   cursor: hand;
}
.CSCSelectedToday
{
   font-weight: bold;
   background-color: gold;
   cursor: pointer;
   cursor: hand;
}
.CSCToday
{
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
}
.CSCSpecialDay
{
   cursor: pointer;
   cursor: hand;
   background-color: lemonchiffon;
}

.CSCOtherMonthDays
{
   cursor: default;
   color: gray;
}

.CSCWeekNumberColumn
{
   border-right: blue 1px solid;
   background-color: lightblue;
}

.CSCDayHeader
{
   border-bottom: blue 1px solid;
}

.CSCDayHeader TR
{
   font-size: 7pt;
   background-color: lightblue;
}

.CSCDayHeaderCell
{
   font-size: 7pt;
}

.CSCHeaderTable
{
   font-size: 8pt;
   border-bottom: blue 1px solid;
   font-family: Arial;
}

.CSCHeaderRows
{
   font-size: 8pt;
   font-family: Arial;
   cursor: default;
}

.CSCHeaderRows TR
{
   background-color: inherit;
}

.CSCIncrementalButtons
{
   cursor: pointer;
   cursor: hand;
   color: mediumblue;
}

.CSCIncrementalButtonsPressed
{
   cursor: pointer;
   cursor: hand;
   color: darkblue;
}

.CSCJumpButtons
{
   color: mediumblue;
   cursor: pointer;
   cursor: hand;
}

.CSCJumpButtonsPressed
{
   color: darkblue;
   cursor: pointer;
   cursor: hand;
}

.CSCCloseButton
{
   cursor: default;
}

.CSCCloseButtonPressed
{
   cursor: default;
}
.CSCHelpButton
{
   cursor: default;
}

.CSCHelpButtonPressed
{
   cursor: default;
}

.CSCFooterTable
{
}

.CSCFooterTable TABLE
{
}

.CSCFooterButton
{
   border-right: lightgrey thin outset;
   border-top: lightgrey thin outset;
   border-left: lightgrey thin outset;
   color: black;
   border-bottom: lightgrey thin outset;
   background-color: lightblue;
   font-size: 8pt;
   font-family: Arial;
   cursor: pointer;
   cursor: hand;
}

.CSCFooterButtonPressed
{
   border-right: lightgrey thin inset;
   border-top: lightgrey thin inset;
   border-left: lightgrey thin inset;
   border-bottom: lightgrey thin inset;
   background-color: lightblue;
   color: black;
   font-size: 8pt;
   font-family: Arial;
   cursor: pointer;
   cursor: hand;
}

.CSCFooterCurrentDate
{
}

.SD_Selectable1
{
   background-color: mistyrose;
   cursor: pointer;
   cursor: hand;
}
.SD_SelectableOM1
{
   background-color: powderblue;
   cursor: pointer;
   cursor: hand;
}
.SD_Selectable2
{
   background-color: palegoldenrod;
   cursor: pointer;
   cursor: hand;
}
.SD_SelectableOM2
{
   background-color: gainsboro;
   cursor: pointer;
   cursor: hand;
}
.SD_Unselectable1
{
   color: gray;
   background-color: mistyrose;
}
.SD_UnselectableOM1
{
   color: gray;
   background-color: powderblue;
}
.SD_Unselectable2
{
   color: gray;
   background-color: palegoldenrod;
}
.SD_UnselectableOM2
{
   color: gray;
   background-color: gainsboro;
}

.DTBToggleCalendar
{
}

.DTBToggleCalendarPressed
{
}

.DTBHelpButton
{
}

.DTBHelpButtonPressed
{
}

.MYPMonthYearPicker
{
   border-right: gray 1px solid;
   border-top: gray 1px solid;
   font-size: 8pt;
   border-left: gray 1px solid;
   border-bottom: gray 1px solid;
   font-family: Arial;
   background-color: white;
}

.MYPMonthYearPicker TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}

.MYPMonthTable
{
}

.MYPYearTable
{
}

.MYPMonthCell
{
   cursor: pointer;
   cursor: hand;
}

.MYPSelectedMonthCell
{
   background-color: gold;
   cursor: pointer;
   cursor: hand;
}


.MYPYearCell
{
   cursor: pointer;
   cursor: hand;
}
.MYPSelectedYearCell
{
   cursor: pointer;
   cursor: hand;
   background-color: gold;
}

.MYPOutOfRangeCell
{
   color: gray;
}

.MYPMoveYearsButtons
{
}

.MYPMoveYearsButtonsPressed
{
}

.MYPTogglePicker
{
}

.MYPTogglePickerPressed
{
}


.PDPContextMenu
{
   border-right: lightgrey 1px solid;
   border-top: lightgrey 1px solid;
   font-size: 8pt;
   border-left: lightgrey 1px solid;
   border-bottom: lightgrey 1px solid;
   font-family: Arial;
   background-color: white;
}

.PDPContextMenu TABLE
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}
/**Easy Discussion styles**/
/** Customize application's controls below. You can modify Main page buttons, all other buttons and textareas.**/ 
.title_config
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Geneva,Helvetica, sans-serif;
	text-decoration: none;
}
/** Customize application's font facs, size, color. below**/
.font_config
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Geneva,Helvetica, sans-serif;
	text-decoration: none;
}
.top_nav_config
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Geneva,Helvetica, sans-serif;
	text-decoration: none;
}


/** (Configure second screen below)**/
.button_link_config
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Geneva,Helvetica, sans-serif;
}
/** (Configure all buttons below)**/
.button_config
{
	border-right: cadetblue thin outset;
	border-top: cadetblue thin outset;
	font-weight: bold;
	font-size: 8pt;
	border-left: cadetblue thin outset;
	color: white;
	border-bottom: cadetblue thin outset;
	font-family: Arial;
	background-color: seagreen;
	text-align: center;
}
/*font-family: Verdana, Arial, Geneva,Helvetica, sans-serif; font-size: 11px;font-weight : bold; color:#000000 ; background-color :#0000FF;border : 1px solid White;cursor:hand;*/
.button_config A:visited
{
	color: powderblue;
}
.button_config A:link
{
	color: powderblue;
}
/** (Configure all textarea(input) below)**/
.textarea_config
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 11px;
	border-left: white 1px solid;
	cursor: text;
	color: #000000;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial, Geneva,Helvetica, sans-serif;
	background-color: #ffffff;
}
