


body
{
    margin: 0px auto;
    font-size: 8pt;
    background-color: #f3f3f3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #808080;
}

#wrapper
{
	width:990px;
	margin: 0px auto;
}

img
{
	border-width:0px;
}

/********************** 
   color styles STYLES
***********************/

.bluetxt
{
	color:#0089bd;
}

.redtxt
{
    color:#c5191e;
}

.greentxt
{
    color:#549546;
}

.graytxt
{
    color:#808080;
}

.darkgraytxt
{
	color:#4d4d4d;
}

.orangetxt
{
    color:#ff8000;
}

.whitetxt
{
	color: #ffffff;
}



/********************** 
   TEXT STYLES
***********************/

.headr1
{
	font-size:10pt;
	color:#4d4d4d;
	font-weight:bold;
}

.headr2
{
    font-size:14pt;
    color:#4d4d4d;
    font-weight:bold;
}

.pageheadr
{
    font-size:28pt;
}

.pageheadrblue
{
    font-size:24pt;
    color: #0089bd;
}

.pageheadrsmallblue
{
    font-size:20pt;
    color: #0089bd;
    font-weight:normal;    
}


.bodhugebold
{
    font-size:14pt;
    font-weight:bold;
}

.bodhuge
{
    font-size:14pt;
    font-weight:normal;
}

.bodlargerbold
{
    font-size:12pt;
    font-weight:bold;
}

.bodlarger
{
    font-size:12pt;
    font-weight:normal;
}

.bodlargebold
{
    font-size:9pt;
    font-weight:bold;
}

.bodlargeitalic
{
    font-size:9pt;
    font-weight:normal;
    font-style:italic;
}

.bodlarge
{
	font-size:9pt;
	font-weight:normal;
}

.bod
{
    font-size: 8pt;
    font-weight:normal;
}

.bodbold
{
    font-size: 8pt;
	font-weight:bold;
}

.bodsmall
{
    font-size: 7pt;
}

.bodsmallbold
{
    font-size: 7pt;
    font-weight:bold;
}


/********************** 
   LINK STYLES
***********************/

a
{
   color:#0089bd;
   text-decoration: none;
}

a:hover
{
   color:#0089bd;
   text-decoration: underline;
}

a.graylnk
{
   color:#808080;
   text-decoration: none;
}

a.graylnk:hover
{
   color:#ff8000;
   text-decoration: underline;
}



a.orangelnk
{
   color:#ff8000;
   text-decoration: none;
}

a.orangelnk:hover
{
   color:#4d4d4d;
   text-decoration: underline;
}


a.whitelnk
{
   color:#ffffff;
   text-decoration:none;
}

a.whitelnk:hover
{
   color:#ffffff;
   text-decoration:underline;
}


a.orange_but_link
{
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}


a.orange_but_link:hover
{
    color:#4d4d4d;
    text-decoration:none;
}

a.largedark
{
	color: #4d4d4d;
    font-weight:normal;
    text-decoration: none;
}

a.largedark:hover
{
    color: #ff8000;
    font-weight:normal;
}

a.largewhite
{
    color: #ffffff;
    text-decoration: none;
}

a.largewhite:hover
{
    color: #4d4d4d;
    font-weight:normal;
    /*text-decoration: underline;*/
}


/********************** 
   HEADER DIV Styles
***********************/

.hdrrightdiv
{
    clear:right;
    float:right;
    padding-bottom:2px;
    padding-right:20px;
}

#graymenubar
{
	width:100%;
	clear:both;
	padding-top:2px;
}

#graymenulft
{
	width:42px;
	height:33px;
	float:left;
	background-image: url('/st/images/lake/gray_menubar_leftcap.png');
	background-repeat:no-repeat;	
}

#graymenumdl
{
	text-align:center;
	padding-top:7px;
    width:904px;
    height:33px;
    float:left;
    background-image: url('/st/images/lake/gray_menubar_middle.png');
    background-repeat:repeat-x;	
}

#graymenurgt
{
    width:44px;
    height:33px;
    float:left;
    background-image: url('/st/images/lake/gray_menubar_rightcap.png');
    background-repeat:no-repeat;    
}

#orngmenulft
{
    width:38px;
    height:33px;
    float:left;
    background-image: url('/st/images/lake/orange_menubar_leftcap.png');
    background-repeat:no-repeat;    
}

#orngmenumdl
{
    text-align:center;
    padding-top:7px;
    width:908px;
    height:33px;
    float:left;
    background-image: url('/st/images/lake/orange_menubar_middle.png');
    background-repeat:repeat-x; 
}

#orngmenurgt
{
    width:44px;
    height:33px;
    float:left;
    background-image: url('/st/images/lake/orange_menubar_rightcap.png');
    background-repeat:no-repeat;    
}

.orange_button_lcap
{
    width:12px;
    height:32px;
    float:left;
    background-image: url('/st/images/lake/orange_button_lcap.png');
    background-repeat:no-repeat;        
}

.orange_button_mid
{
    height:32px;
    float:left;
    background-image: url('/st/images/lake/orange_button_mid.png');
    background-repeat:repeat-x;
    text-align:center;
    padding-left:3px;    
    padding-right:3px;    
    padding-top:8px;    
}

.orange_button_rcap
{
    width:12px;
    height:32px;
    float:left;
    background-image: url('/st/images/lake/orange_button_rcap.png');
    background-repeat:no-repeat;        
}


.orange_wht_button_lcap
{
    width:12px;
    height:32px;
    float:left;
    background-image: url('/st/images/lake/orange_wht_button_lcap.gif');
    background-repeat:no-repeat;        
}

.orange_wht_button_mid
{
    height:32px;
    float:left;
    background-image: url('/st/images/lake/orange_wht_button_mid.gif');
    background-repeat:repeat-x;
    text-align:center;
    padding-left:3px;    
    padding-right:3px;    
    padding-top:8px;    
}

.orange_wht_button_rcap
{
    width:12px;
    height:32px;
    float:left;
    background-image: url('/st/images/lake/orange_wht_button_rcap.gif');
    background-repeat:no-repeat;        
}

.orange_org_button_lcap
{
    width:12px;
    height:32px;
    float:left;
    background-image: url('/st/images/lake/orange_org_button_lcap.gif');
    background-repeat:no-repeat;        
}

.orange_org_button_mid
{
    height:32px;
    float:left;
    background-image: url('/st/images/lake/orange_org_button_mid.gif');
    background-repeat:repeat-x;
    text-align:center;
    padding-left:3px;    
    padding-right:3px;    
    padding-top:8px;    
}

.orange_org_button_rcap
{
    width:12px;
    height:32px;
    float:left;
    background-image: url('/st/images/lake/orange_org_button_rcap.gif');
    background-repeat:no-repeat;        
}



/***************************
 FORMS
***************************/

input
{
    border-width:0px;
    background-color:#ffffff;
}

.inputtextbox
{
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    border: #808080 1px solid;
    text-align: left;
    background-color:#ffffff;
}


select
{
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    border: #808080 1px solid;
    text-align: left;
    background-color:#ffffff;
}



.inputcheckbox
{
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    border-style: none;
}
    
  /*************************************************
   * TooTip
   *************************************************/

.tooltip {
		display:none;
		background-color:#ffa;
		border:1px solid #cc9;
		padding:3px;
		font-size:13px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
	}


 
  /*************************************************
   * Modal
   *************************************************/
    
	.facebox {

		/* overlay is hidden before loading */
		display:none;
		
		position:absolute;

		background-color:#fff;
		
		/* standard decorations */
		border:10px solid #666;

		/* for modern browsers use semi-transparent color on the border. nice! */
		border:10px solid rgba(82, 82, 82, 0.698);

		/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		
		z-index:1000;
		
	}


	.facebox div 
	{
		padding:10px;
		border:1px solid #3B5998;
		font-family:"lucida grande",tahoma,verdana,arial,sans-serif
	}


	.facebox h2 
	{
		margin:-11px;
		margin-bottom:0px;
		color:#fff;
		background-color:#6D84B4;
		padding:5px 10px;
		border:1px solid #3B5998;
		font-size:20px;
	}
	
	
	.cfmodal {
		background-color:#fff;
		display:none;
		/* width:350px; */
		padding:15px;
		text-align:left;
		border:2px solid #333;
	
		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
	}
	
	.cfmodal h2 {
		background:url(/st/images/info.png) 0 50% no-repeat;
		margin:0px;
		padding:10px 0 10px 45px;
		border-bottom:1px solid #333;
		font-size:20px;
	}	
