﻿html, body
{
    height: 100%;
    font-family: Arial, Verdana, sans-serif;
    margin-top: 0px;
    background: url('/images/body_bg.gif');
    background-repeat: repeat-x;
    background-color: #dbdbdc;
}

h1, h2, h3, h4, h5
{
    color: #005643;
    font-family: Arial, Helvetica, Verdana;
}

h1
{
    font-size: 14pt;
}

.arialFont
{
    font-family: Arial, Helvetica, Verdana;
}

#mainDiv
{
    margin: 0 auto;
    width: 985px;
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    color: #000000;
    text-align: left;
    padding: 0px;
    min-height: 1088px;
}

#topArea
{
    height: 94px;
    width: 985px;
    background-image: url(/images/top.gif);
    background-repeat: no-repeat;
}

#topBanner
{
    width: 468px;
    height: 60px;
    float: right;
    display: inline;
    margin: 15px 30px 0px 0px;
    background-color: #cccccc;
    text-align: center;
}

#underMenu
{
    height: 53px;
    width: 985px;
    margin-top: 5px;
}

#joinButtonContainer
{
    display: inline;
    float: left;
    margin-left: 18px;
    width: 84px;
    height: 51px;
    background-image: url(/images/join_button_bg.gif);
}

#joinButton
{
    padding-left: 6px;
    padding-top: 10px;
}

#joinButtonLink
{
    color: #005644;
    font-weight: bold;
    text-decoration: none;
}

#topNavigationContainer
{
    display: inline;
    float: left;
    height: 53px;
    width: 650px;
}

#topNavigation
{
    padding-left: 6px;
    padding-top: 10px;
    color: #6d6f74;
}

#topNavigation a
{
    color: #6d6f74;
}

#topNavigation a:hover
{
    text-decoration: underline;
}

#searchOuterDiv
{
    display: inline;
    float: right;
    height: 53px;
    width: 200px;
    padding-top: 10px;
    text-align: right;
    margin-right: 18px;
}

#bottomLogos
{
    margin-left: 17px;
    border-width: 0px;
}

#leftMenuAndIslandArea
{
    width: 270px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: solid 1px #a5a7a9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#rightContentArea
{
    width: 600px;
    margin: 0 0 0 285px;
    letter-spacing: 1px;
    line-height: 23px;
    color: #282828;
    min-height: 800px;
    height: auto !important;
    height: 800px;
}


.content
{
    margin: 0 auto;
    width: 950px;
    border: solid 1px #a5a7a9;
    font-family: "Times New Roman" ,Times,FreeSerif,serif;
    font-size: small;
    color: #000000;
    text-align: left;
    padding: 0px;
    background-color: #ffffff;
    margin-left: 18px;
    position: relative;
}

.div1
{
    width: 150px;
    height: 20px;
    border-color: #a9a9a9;
    border-style: solid;
    border-width: 2px;
    background-color: white;
    display: inline;
}
.txtBox
{
    width: 125px;
    height: 14px;
    background-color: transparent;
    position: relative;
    left: 5px;
    border-style: none;
    font-size: 11px;
}

.searchDiv
{
    width: 200px;
    height: 20px;
    border-color: #a9a9a9;
    border-style: solid;
    border-width: 2px;
    background-color: white;
    display: inline;
}

.searchBox
{
    width: 165px;
    height: 14px;
    background-color: transparent;
    position: relative;
    left: 5px;
    border-style: none;
    font-size: 11px;
}

.watermarkOn
{
    color: #CCCCCC;
}

.islandDv
{
    width: 250px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: solid 1px #a5a7a9;
}

.islandHeader
{
    background-image: url(/images/island_header_bg.gif);
    background-repeat: repeat-x;
    height: 53px;
    color: white;
    font-weight: bold;
    font-size: 13pt;
    padding-top: 15px;
    padding-left: 10px;
}

.islandContent
{
    padding: 6px;
}

.islandContent a
{
    color: #005643;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
}

a
{
    color: #005643;
    text-decoration: none;
}

#dvHomeMiddleRow
{
    width: 929px;
    margin-left:11px;margin-top:8px;    
}

.homeMiddleIsland
{
    border: 1px solid #000;
    padding: 5px;    
}

#dvHomeNews
{
    height: 226px;
    float: left;
    display: inline;
    width: 445px;
    background-image: url(/images/homenewsicon.gif);
    background-repeat: no-repeat;
    
}
#dvHomeJoin
{
    height: 226px;
    float: left;
    display: inline;
    width: 200px;
    
}
#dvHomeLegalLine
{
    height: 226px;
    float: left;
    display: inline;
    width: 200px;
    
}

#dvHomeBottom
{
    width: 930px;
    border: solid 1px #a5a7a9;
    background-color: #FFFFFF;
    font-family: "Times New Roman" ,Times,FreeSerif,serif;
    font-size: small;
    color: #000000;
    text-align: left;
    padding: 10px;
    margin-left: 18px;
    margin-top: 10px;
    position: relative;
}
#dvHomeBottomScroller
{
}

#sliderWrap
{
    float: left;
    display: inline;
}

.scrollable
{
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 770px;
    height: 115px; /* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items
{
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;
}

.itemPanel
{
    float: left;
    width: 770px;
}

/* single scrollable item */
.scrollableItem
{
    float: left;
    margin: 0px 0px 0px 20px;
    background-color: #fff;
    padding: 2px;
    /*border: 1px solid #ccc;*/
    width: 230px;
    height: 110px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* active item */
.scrollable .active
{
    border: 2px solid #000;
    position: relative;
    cursor: default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable
{
    float: left;
}

.scrollableItemImageDiv
{
    width: 85px;
    float: left;
    display: inline;
}

.scrollableItemTextDiv
{
    width: 135px;
    float: right;
    display: inline;
}

/* prev, next, prevPage and nextPage buttons */
a.browse
{
    background: url(http://static.flowplayer.org/tools//img/scrollable/arrow/vert_large.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 40px 10px;
    cursor: pointer;
    font-size: 1px;
}

/* right */
a.right
{
    margin-right: 0px;
    height: 40px;
    width: 12px;
    background: url(/images/homepage/right_arrow.gif) no-repeat;
}


/* left */
a.left
{
    margin-left: 0px;
    height: 41px;
    width: 12px;
    background: url(/images/homepage/left_arrow.gif) no-repeat;
}

/* disabled navigational button */
a.disabled
{
    visibility: hidden !important;
}




/* Menu styles
---------------------------------------------------------*/
/* menu stuff */
#menucontainer
{
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    height: 27px;
    background-image: url(/images/menuoff_bg.gif);
    background-repeat: repeat-x;
    line-height: 27px; /* border-top: 2px solid #225799;     border-bottom: 2px solid #225799;*/
    width: 954px;
    text-align: center;
    margin-left: 18px;
}

#jsddm
{
    margin: 0;
    padding-left: 10px;
    display: inline;
    font-size: 10pt;
    text-align: center;
}

#jsddm li
{
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    list-style: none;
    width: 159px;
}

#jsddm li a
{
    display: block;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    color: #FFFFFF;
    white-space: nowrap;
}

#jsddm li a:hover
{
    text-decoration: none;
    background-image: url(/images/menuon_bg.gif);
    background-repeat: repeat-x;
    color: #005644;
}

#jsddm li ul
{
    margin: 0;
    padding: 0;
    margin-top: 0px;
    position: absolute;
    visibility: hidden;
    font-size: 9pt;
    z-index: 1000;
    border-color: #005644;
    border-width: 1px;
    border-style: solid;
}

#jsddm li ul li
{
    float: none;
    display: inline;
    border-right: 0;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

#jsddm li ul li a
{
    width: auto;
    background-color: #005644;
    color: white;
    text-align: left;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: normal;
}

#jsddm li ul li a:hover
{
    color: #005644;
    background-color: #ff820f;
}

#jsddm li ul li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
}

#spSubMemuTitle
{
    margin-left: 15px;
    color: #005644;
    font-size: 16px;
    font-weight: bold;
}

#ulSubNavigation
{
    margin-top: 4px;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 40px;
}

#ulSubNavigation li
{
    font-size: 12px;
    padding-top: 5px;
}

.subMenuLinkOff
{
    color: #a5a7a9;
}

.subMenuLinkOn
{
    color: #005644;
}

/* form elements and validators */
.fieldlabel
{
    font-weight: bold;
    font-size: 8pt;
}
.submit
{
    padding:1px 1px 1px 1px;
    background-color: #d1d1d1;
    font-family: Arial;
    border: #8B8B8B 1px solid;
    font-size: 11px;
    color: #000000;
}

.textfield
{
    padding: 2px 3px 2px 3px;
    border: 1px solid;
    font-family: arial, helvetica;
    font-size: 8pt;
}

.validator
{
    color: Red;
    font-size: 8pt;
}

.messageGood
{
    color: Blue;
}
.messageBad
{
    color: Red;
}

/* grid styles */
.gv
{
    border: 1px #d0d0d0 solid;
    background-color: #FFFFFF;
}

.gvRow
{
    font-size: 8pt;
    font-family: Arial;
}
.gvRow td
{
    padding: 3px;
}

.gvHeader, .gvHeader th
{
    font-size: 8pt;
    font-family: Arial;
    text-decoration: none;
    border-bottom: 2px solid ButtonFace;
    color: #ffffff;
    background-color: #3c8c35;
    padding: 4px;
}
.gvHeader a, .gvHeader a:hover, .gvHeader a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

input[readonly], input[readonly], select[readonly], textarea[readonly]
{
	background-color:White;
	color:Black;
}

input.inputText, input.inputPassword, select.inputText, textarea.inputText
{
	padding: 2px 3px 2px 3px;
	border: 1px solid;
	font-family: Trebuchet MS, Verdana;
	font-size: 8pt;
	width: 180px;
}

.inputText[readonly]
{
	background-color:#dcdcdc;
	color:Black;
}

input.inputTextWide, input.inputPasswordWide, select.inputTextWide, textarea.inputTextWide
{
	padding: 2px 3px 2px 3px;
	border: 1px solid;
	font-family: Trebuchet MS, Verdana;
	font-size: 8pt;
	width: 400px;
}

input.inputTextNarrow, input.inputTextNarrow, select.inputTextNarrow, textarea.inputTextNarrow
{
	padding: 2px 3px 2px 3px;
	border: 1px solid;
	font-family: Trebuchet MS, Verdana;
	font-size: 8pt;
	width: 120px;
}

select
{
	font-family: Trebuchet MS, Verdana;
	font-size: 9pt;
}

span.inputTextNarrow
{
	padding: 2px 3px 2px 3px;
	border: 1px solid;
	font-family: Trebuchet MS, Verdana;
	font-size: 8pt;
	width: 120px;
	display:block;
}

div.dataField
{
	clear: both;
	padding-top: 10px;
	width: 700px;
}

div.dataField span.fieldLabel
{
	float: left;
	width: 200px;
	font-weight: bold;
}

div.dataField span.fieldTextBox
{
	float: left;
	width: 195px;
	text-align: left;
}

div.dataField span.fieldTextBoxWide
{
	float: left;
	width: 365px;
	text-align: left;
}


div.dataField span.fieldDropDownList
{
	float: left;
	width: 215px;
	text-align: left;
}
div.dataField span.fieldDropDownList .selectWide
{
	width:500px;
}

.selectWide
{
	width:500px;
}

div.dataField span.fieldButton
{
	float: left;
	width: 215px;
	text-align: center;
}

div.dataField2Col
{
	width: 345px;
	display: inline;
	float: left;
	padding-bottom: 10px;
}

div.dataField2Col span.fieldLabel
{
	float: left;
	width: 110px;
	font-weight: bold;
}

div.dataField2Col span.fieldTextBox
{
	float: left;
	width: 145px;
	text-align: left;
}

div.dataField2Col span.fieldDropDownList
{
	float: left;
	width: 145px;
	text-align: left;
}


div.dataField2Col span.fieldButton
{
	float: left;
	width: 145px;
	text-align: center;
}



div.dataField span.fieldRequired
{
	float: left;
	width: 70px;
	text-align: left;
}

div.dataField span.fieldRegEx
{
	float: left;
	width: 70px;
	text-align: left;
}


div.dataFieldFieldSet
{
	width: 430px;
	padding-bottom: 10px;
}

div.dataFieldFieldSet span.fieldLabel
{
	float: left;
	width: 150px;
	font-weight: bold;
}

div.dataFieldFieldSet span.fieldTextBox
{
	float: left;
	width: 145px;
	text-align: left;
}

div.dataFieldFieldSet span.fieldDropDownList
{
	float: left;
	width: 145px;
	text-align: left;
}


div.dataFieldFieldSet span.fieldButton
{
	float: left;
	width: 145px;
	text-align: center;
}

div.dataFieldFieldSet span.fieldRequired
{
	float: left;
	width: 60px;
	text-align: left;
}

div.dataFieldFieldSet span.fieldRegEx
{
	float: left;
	width: 60px;
	text-align: left;
}

.messagegood { color:Blue; font-size:10pt; }
.messagebad {  color:Red; font-size:10pt; } 

.tooltip a
{
	margin-bottom: 4px;
	text-decoration:none;
	color:Black;
}

.tooltip a:hover
{
	text-decoration:underline;
	color:Blue;
}


