/* CSS Document */

body
{
	margin: 10px 15px 0px 15px;
	padding:0px 0px 0px 0px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
        text-decoration: none; 
}

form
{
    margin-bottom:0px;
}

A:link				{color:#FB5B1B; text-decoration: none; font-size: 12px; font-family:Arial, Helvetica, sans-serif}
A:visited			{color:#FB5B1B; text-decoration: none;  font-size: 12px;font-family:Arial, Helvetica, sans-serif}
A:active			{color:#FB5B1B; text-decoration: none; font-size: 12px; font-family:Arial, Helvetica, sans-serif}
A:hover				{color:#0066FF; text-decoration: underline; font-size: 12px; font-family:Arial, Helvetica, sans-serif}
.selected	 		{color:#FB5B1B; text-decoration: none; font-size: 12px; font-family:Arial, Helvetica, sans-serif}


#footerLinkText
{
	color:#FB5B1B;
	font-family:Arial, Helvetica, sans-serif;
}

#copyRight
{
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}

#blueText
{
    color:#0066FF;
}


.inputText
{
	font-family:Arial, Helvetica, sans-serif;
	border:#CCCCCC 1px solid;
	color:#999999;
	background-color:#F5F5F5;
        font-size:12px;

	
}

.inputTextHighlight
{
	font-family:Arial, Helvetica, sans-serif;
	border:#00FF00 1px solid;
	background-color:#FFFFFF;
	color:#FB5B1B;
        font-size:12px;
}

#toolbar
{
	background-image:url(../images/toolbar/toolbar_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:26px;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#dottedLine
{
	background-image:url(../images/line/doted.gif);
	background-repeat:repeat-x;
	background-position:top;
	
}

#bottomDottedLine
{
	background-image:url(../images/line/doted.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#solidLine
{
	background-image:url(../images/line/solid.gif);
	background-repeat:repeat-x;
	background-position:top;
        height:2px;
}

a.buttonLink:link, a.buttonLink:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/buttons/button.jpg);
	background-repeat: no-repeat;
	width: 75px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

a.buttonLink:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/buttons/button_over.jpg);
	background-repeat: no-repeat;
	width: 75px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}


a.topButtonLink:link, a.topButtonLink:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/toolbar/toolbar_button.jpg);
	background-repeat: no-repeat;
	width: 117px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

a.topButtonLink:hover, a.topButtonLinkActive:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/toolbar/toolbar_button_over.jpg);
	background-repeat: no-repeat;
	width: 117px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

a.topButtonLinkActive:link, a.topButtonLinkActive:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/toolbar/toolbar_button_active.jpg);
	background-repeat: no-repeat;
	width: 117px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

.errorMessage
{
    color:#FB5B1B; 
    text-decoration: none; 
    font-family:Arial, Helvetica, sans-serif;

    border:#FB5B1B 1px solid;
    background-color: #EEEEEE;

    
}


.errorMessageTop
{
    background-color:#FB5B1B;
    width:100%;
    margin:0px;
    padding:0px;

    background-image:url(../images/message/error_box_top_bar_bg.jpg);
    background-repeat:repeat-x;
}

#clientMenu
{
        border-bottom:1px solid #cccccc;
        border-top: 1px solid #cccccc;
        border-left:1px solid #cccccc;
        border-right:1px solid #cccccc;
        margin: 0px;
	padding: 0px;
	font-size:11px;
	font-weight:bold;
	
	display: block;
	padding: 3px 5px 3px 3px;
	color: #000000;
	cursor: pointer;
	
}

#clientMenu a:link, #clientMenu a:visited {
	display:block;
	margin: 0px;
	border-bottom:1px dotted #cccccc;
        border-top: 1px dotted #cccccc;
      	padding: 3px 5px 3px 3px;
	color: #666666;
	font-size:11px;
        
}

#clientMenu a:hover{
	margin: 0px;
	border-bottom:1px dotted #cccccc;
        border-top: 1px dotted #cccccc;
	background-color: #DFDFDF;
	background-image: none;
	text-decoration: none;
	font-size:11px;
}

#clientMenu .clientMenutitle
{
        margin: 0px;
	padding: 0px;
	font-size:11px;
	font-weight:bold;
	
	display: block;
	padding: 3px 5px 3px 3px;
	color: #000000;
	cursor: pointer;
}

#clientMenu .clientMenutitle_over
{
	
        margin: 0px;
	padding: 0px;
	font-size:11px;
	font-weight:bold;
	
	display: block;	
        padding: 3px 5px 3px 3px;
	color: #000000;
	cursor: pointer;
}

#clientMenu .clientrelatedLinks
{
	margin: 0px;
	padding: 10px 0px 1px 10px;
	border-bottom: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

#clientMenu .clientMenu_title_header
{
    
        display: block;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width:195px;
	float: left;
	
	background-color:#f8f8f8;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	background-repeat:no-repeat;
}




#leftPanel
{
	background-image:url(../images/panel/left_panel_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;

	width:195px;
	height:100%;
}

input:select
{
	font-family:Arial, Helvetica, sans-serif;
	border:#CCCCCC 1px solid;
	color:#999999;
	background-color:#F5F5F5;
}

#message
{
        color: #009900;
	font-family: Arial, Helvetica, sans-serif;
}

#searchResultsTable
{
	font-family:Arial, Helvetica, sans-serif;
	border:#CCCCCC 1px solid;
	background-color:#F5F5F5;
	width:100%;
}

#searchResultsTable th
{
	border-top:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	border-left:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	background-image:url(../images/toolbar/toolbar_bg_lite.jpg);
	color:#FFFFFF;
}

#searchResultsTable tr
{
	background-color:#F5F5F5;	
	color:#999999;
	height:13px;
}

#searchResultsTable.tr:hover
{
	background-color:#F5F5F5;	
	color:#FF0000;
}

#searchResultsTable td
{
	border-top:#FFFFFF 1px solid;
	border-right:#CCCCCC 1px solid;
	border-left:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;	

        font-size:12px;
}


#prettyPrint
{
	padding:0px;
	margin:0px;
	color:#0066FF;
}

#prettyPrint li
{
	padding:5px;
}



#prettyPrint span
{
    padding:0px;
    margin:0px;
    color:#999999;
}

a.arrowButtonLinkLeft:link, a.arrowButtonLinkLeft:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/arrows/circle_arrow_left.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

a.arrowButtonLinkLeft:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/arrows/circle_arrow_left_over.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

a.arrowButtonLinkRight:link, a.arrowButtonLinkRight:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/arrows/circle_arrow_right.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

a.arrowButtonLinkRight:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/arrows/circle_arrow_right_over.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1
{
	color:#CCCCCC;
	font-size:18px;
	font-weight:normal;

	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h2
{
	color:#999999;
	font-size:16px;
	font-weight:normal;

	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


legend
{
	color:#0066FF;
}

fieldset
{
	border:#CCCCCC 1px solid;
}

.required
{
	color:#FF0000;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.bannerRoundedMiddle
{
	height:100px;
	width:100%;
	background-image:url(../images/banner/banner_rounded_middle.jpg);
	background-repeat:repeat-x;
}

#toolbarRounded
{
	height:26px;
	width:100%;
	background-image:url(../images/toolbar/rounded_toolbar_middle.jpg);
	background-repeat:repeat-x;
	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a.topRoundedButtonLink:link, a.topRoundedButtonLink:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/toolbar/rounded_toolbar_button.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

a.topRoundedButtonLink:hover, a.topRoundedButtonLinkActive:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/toolbar/rounded_toolbar_button_over.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

a.topRoundedButtonLinkActive:link, a.topRoundedButtonLinkActive:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/toolbar/rounded_toolbar_button_active.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

.bannerRoundedMiddle
{
	height:100px;
	width:100%;
	background-image:url(../images/banner/banner_rounded_middle.jpg);
	background-repeat:repeat-x;
}

#toolbarRounded
{
	height:26px;
	width:100%;
	background-image:url(../images/toolbar/rounded_toolbar_middle.jpg);
	background-repeat:repeat-x;
	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a.topRoundedButtonLink:link, a.topRoundedButtonLink:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/toolbar/rounded_toolbar_button.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

a.topRoundedButtonLink:hover, a.topRoundedButtonLinkActive:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/toolbar/rounded_toolbar_button_over.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

a.topRoundedButtonLinkActive:link, a.topRoundedButtonLinkActive:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/toolbar/rounded_toolbar_button_active.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
}

.message
{
	/*color:#00CC00;*/
        color: #0A53B4;

        border:#0A53B4 1px solid;
        background-color: #EEEEEE;
}

.messageTop
{
    background-color:#0A53B4;
    width:100%;
    margin:0px;
    padding:0px;

    background-image:url(../images/message/info_box_top_bar_bg.jpg);
    background-repeat:repeat-x;
}

#fields
{
	border:#CCCCCC thin solid;
	width:100%;
}

.tr-hover
{
	background-color:#FF0000;
}

#fieldsHeader
{
	background-color:#EEEEEE;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	
	border-bottom:#999999 thin solid;
	width:100%;
	
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	
	background-image:url(../images/toolbar/toolbar_bg.jpg);

	height:18px;
}

#fieldsFooter
{
	background-color:#EEEEEE;
	color:#666666;
	
	font-size:14px;
	
	border-top:#CCCCCC thin solid;
	width:100%;
	
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

a.playButtonLeft:link, a.playButtonLeft:visited, a.playButtonLeft:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/arrows/play_buton_arrow_left.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

a.playButtonRight:link, a.playButtonRight:visited, a.playButtonRight:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/arrows/play_buton_arrow_right.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	
}

#leftMenu
{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width:195px;
	float: left;
	
	background-color:#f8f8f8;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	background-image:url(../images/panel/left_panel_bg.jpg);
	background-repeat:no-repeat;
}

#leftMenu a:link, #leftMenu a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;


	padding: 3px 0px 3px 10px;
	color: #666666;
	font-size:11px;
}

#leftMenu a:hover{
	border-top: 1px solid #ffffff;
	background-color: #D1D1D1;
	background-image: none;
	text-decoration: none;
	font-size:11px;
}

#leftMenu .menutitle
{
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-weight:bold;
	
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;

	padding: 3px 0px 3px 10px;
	color: #666666;
	cursor: pointer;
}

#leftMenu .menutitle_over
{
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-weight:bold;
	
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;

	padding: 3px 0px 3px 10px;
	color: #666666;
	cursor: pointer;
}

#leftMenu .relatedLinks
{
	margin: 0px;
	padding: 10px 0px 1px 10px;
	border-bottom: 1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

#leftMenu .menu_title_header
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #E0DAEE;
	background-color:#7259B0;
	border-width:1px;
	border-color: #320F8D;
	border-style:solid;
}


/***********************************************************************/

#manager
{
	border:#999999 thin solid;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin:0px;
	padding:0px;
	
	color:#666666;
}

#managerHeader
{
	background-color:#666666;
	color:#FFFFFF;
	width:100%;
	
	margin:0px;
	padding:0px;
	
}	

#managerToolbar
{
	/*background-color:#CCCCCC;*/
	/*background-color:#EEEEEE;*/
        background-color:#E0E0E0;
	width:100%;
	border-bottom:#999999 thin solid;
	
	margin:0px;
	padding:0px;
}

#managerToolbar td
{
	border:#ffffff thin solid;
}

#managerToolbar img
{
	cursor:pointer;
}



#managerLeftPanel
{
	width:275px;
	padding-right:5px;
	padding-left:5px;
	/*border-right:#999999 thin solid;*/
	overflow:auto;
	height:100%;
	
}

#managerContent
{
	overflow:auto;
	width:100%;
	
	margin:0px;
	padding:0px;
}


#notesWindow
{
	
}

#managerNotes
{
	width:100%;
	height:100px;
	overflow:auto;
	border-bottom:#999999 thin solid;
	
	margin:0px;
	padding:0px;
	
}

#info
{
	background-color:#EAEAD5;
	/*background-color:#D2E8F7;*/
	/*background-color:#e5e4f2;*/
	width:100%;
	border-bottom:#999999 thin solid;
	
	margin:0px;
	padding:0px;
	
	
}
#info img
{
	cursor:pointer;
}

#applicantTabs
{
	width:100%;
	background-color:#CCCCCC;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin:0px;
	padding:0px;
	
	
}

.applicantTab
{
	
	border-right:#999999 thin solid;
	border-bottom:#999999 thin solid;
	margin:0px;
	padding:3px;
	
	
	color:#666666;
	cursor:pointer;
}

.applicantTab a, .applicantTab a:visited
{
	text-decoration:none;
	color:#666666;
	
}

.applicantTab a:hover
{
	text-decoration:underline;
}

.applicantTabActive
{
	
	border-right:#999999 thin solid;
	border-bottom:#FFFFFF thin solid;
	margin:0px;
	padding:3px;
	
	background-color:#FFFFFF;
	

}

.applicantTabActive a, .applicantTabActive a:visited, .applicantTabActive a:hover
{
	text-decoration:none;
	color:#FB5B1B;
}

#applicantForm
{
	margin:10px;
}

.none, .none a, .none a:visited, .none a:hover, .none img, .none a img
{
   /*background-color:none;*/
   /*color:none;*/
   border:none;
   padding:0px;
   margin:0px;
}

#simpleTable
{
    width:100%;
    color:#999999;
    border:#CCCCCC 1px solid;
}

#simpleTable th
{
    background-color:#E0E0E0;
    margin-left:5px;
    padding: 2px;
    
    border:#CCCCCC 1px solid;
    
}

#simpleTable td
{
    background-color:#EEEEEE;
    padding: 2px;
    
    border:#CCCCCC 1px solid;
}

#simpleTable input.text
{
    width:100%;
}

#simpleTable .headerText
{
    color:#666666;
}

.denied
{
	background-image:url(../images/text/denied.gif);
	background-repeat:repeat;
}

#messageBox
{
    /*
    z-index:1;
    position:absolute;
*/
}

h3
{
    text-decoration:underline;
    color:#666666;
    font-weight:bold;
    font-size:14px;
}

h4
{
	color:#666666;
	font-size:18px;
	font-weight:normal;

	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h5
{
    color:#666666;
    font-weight:bold;
    font-size:14px;
}

h6
{
    color:#666666;
    font-weight:bold;
    font-size:12px;
}


#boldParagraph
{
    color:#666666;
    font-weight:bold;
    font-size:12px;
}


#scoreContent
{
    font-weight:bold;
}

#scoreTable
{
        width:100%;
        color:#666666;
        border:#999999 1px solid;
        font-weight:bold;
        font-size:12px;
}

#scoreTable th
{
    background-color:#E0E0E0;
    margin-left:5px;
    padding: 2px;
    
    border:#999999 1px solid;
    
}

#scoreTable td
{
    background-color:#EEEEEE;
    padding: 2px;
    
    border:#999999 1px solid;
}

#simpleTable input.text
{
    width:100%;
}

#simpleTable .headerText
{
    color:#666666;
}

#boldUnderline
{
    text-decoration:underline;
    color:#666666;
    font-weight:bold;
    font-size:14px;
}

.smallButton
{
    cursor:pointer;
    font-family:arial;
    font-size:9px;
    background-color:#CCCCCC; 
    border:1px solid #666666;
}

/* --- AUTOCOMPLETE CSS --- */

.autocomplete {
  position: absolute;
  /*color: #333;*/
  /*background-color: #fff;*/
  /*border: 1px solid #666;*/
  font-family: Arial;
  overflow: hidden;
  
  color:#999999;
  background-color:#F5F5F5;
  /*border:#00FF00 1px solid;*/
  border:#999999 1px solid;
}

.autocomplete ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
}

.autocomplete li {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #fff;
}

.autocomplete li.selected {
  background-color: #cef;
  border-top: 1px solid #9bc;
  border-bottom: 1px solid #9bc;
}

/* Crimshield */
#crimshield_header
{
	background-image:url(../images/crimshield-header/header-bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:117px;
	margin: 0px;
	padding: 0px;
	border:none;
}

#input
{
	background-image:url(../images/client/input.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#bg
{
	background-image:url(../images/client/bg.gif);
        background-repeat:repeat;
        background-position:top;
	height:100%;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#bgblue
{
	background:#1b363a;      
        background-position:center;
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#bg1
{
	background-image:url(../images/client/bg1.gif);
	background-repeat:repeat-y;
        background-position:top;
	height:100%;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#bgdown
{
	background-image:url(../images/client/bgdown.gif);
	background-repeat:repeat-x;
        background-position:bottom;
	height:100%;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#bgdown1
{
	background-image:url(../images/client/bgdown1.jpg);
	background-repeat:no-repeat;
        background-position:bottom;
	height:100%;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#bg2
{
	background-image:url(../images/client/bg2.gif);
	background-repeat:repeat-y;
        background-position:center;
	height:100%;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#bgdown2
{
	background-image:url(../images/client/bgdown2.jpg);
	background-repeat:no-repeat;
        background-position:bottom;
	height:100%;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#accnt
{
	background-image:url(../images/client/accnt.jpg);
	background-repeat:no-repeat;
        background-repeat:no-repeat;
        background-position:top;
	height:100%;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

img {
	border: none;
}
.tah10 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.tah11 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.ver10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.ver11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.tah9 {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
.ver9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}

.bgdown {
	background-repeat: no-repeat;
	background-position: bottom;
}

.tah12 {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.note
{
        font-family: Tahoma;
	color:#FF0000;
	font-size:16px;
	font-weight:normal;

	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.popUp { 
        /*position: absolute;
        top: 1000px; 
        left: 200px; */
        text-align: center; 
        padding: 5px; 
        border: 1px solid black; 
        background: white; 
    }
.htlogin {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color:red;
}

.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: #FB5B1B;
	font-weight: bold;
	padding: 0px;
	}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: #FB5B1B;
	font-weight: bold;
	}


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCCCCC;
}

a.button1:link, a.button1:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button1.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}

a.button1:hover, a.button1:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button1hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.button2:link, a.button2:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button2.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button2:hover, a.button2:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button2hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.button3:link, a.button3:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button3.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button3:hover, a.button3:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button3hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.button4:link, a.button4:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button4.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button4:hover, a.button4:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button4hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.button5:link, a.button5:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button5.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button5:hover, a.button5:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button5hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button6:link, a.button6:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button6.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button6:hover, a.button6:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button6hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button7:link, a.button7:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button7.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button7:hover, a.button7:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button7hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}a.button8:link, a.button8:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button8.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button8:hover, a.button8:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button8hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.button9:link, a.button9:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button9.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button9:hover, a.button9:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button9hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.button10:link, a.button10:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button10.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button10:hover, a.button10:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button10hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.button11:link, a.button11:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button11.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button11:hover, a.button11:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button11hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button12:link, a.button12:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button12.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.button12:hover, a.button12:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/button12hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.noticeButton1:link, a.noticeButton1:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice1.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.noticeButton1:hover, a.noticeButton1:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice1hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.noticeButton2:link, a.noticeButton2:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice2.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.noticeButton2:hover, a.noticeButton2:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice2hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.noticeButton3:link, a.noticeButton3:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice3.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.noticeButton3:hover, a.noticeButton3:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice3hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.noticeButton4:link, a.noticeButton4:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice4.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.noticeButton4:hover, a.noticeButton4:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice4hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.noticeButton5:link, a.noticeButton5:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice5.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.noticeButton5:hover, a.noticeButton5:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/homebuttons/notice5hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.aaaButton:link, a.aaaButton:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/buttons/aaaButton.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.aaaButton:hover, a.aaaButton:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/buttons/aaaButton_hover.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
a.ksButton:link, a.ksButton:visited
{
	display: block;
	background-color: transparent;
	background-image:url(../images/buttons/ksButton.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

a.ksButton:hover, a.ksButton:hover
{
	display: block;
	background-color: transparent;
	background-image:url(../images/buttons/ksButton_hover.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}

