﻿/*
*ldc style sheet: main.css
version 12.00
*/

/*a
{
font-family:	tahoma,sans-serif;
font-size:		13px;
color:			#00c;
visited:		#060;
active:			#f00;		
text-decoration		:none;
}*/

/*-- body links visited and active  --*/.BodyContent a:link, .BodyContent a:visited  {color: #133ca5; font-family: tahoma; font-size: 12px; text-decoration: none; }
										.BodyContent a:active { color: #133ca5; font-family: tahoma; font-size: 12px; text-decoration: none; }
/*-- body links hover               --*/.BodyContent a:hover { color: #444; font-family: tahoma; font-size: 12px; text-decoration: underline; }
legend{color:#639ACE; font-weight:bold;}

.BodyContent
{
	font-family:	tahoma,sans-serif;
	font-size:      small;
}

Label
{
    font-family: Tahoma;
    
}

.InfoMessage
{
    font-family:	tahoma,sans-serif;
	font-size:      small;
	font-style:     italic;
	color:          #333333;
}

.ErrorMessage
{
    font-family:	tahoma,sans-serif;
	font-size:      small;
	font-weight:    bold;
	color:          Red;
}

.ErrorMessageSmall
{
    font-family:	tahoma,sans-serif;
	font-size:      smaller;
	color:          Red;
}

.timeDisplay
{
/*position:       absolute;
top:            40px;
right:          15px;*/
visibility:     visible;
font-family:    tahoma, arial, sans-serif;
font-size:      10px;
color:          #aaaabb;
}

.img_mrsppLogo
{
position:       absolute;
top:            15px;
left:           15px;
visibility:     visible;
}

.img_fudschemBanner
{
position:       absolute;
top:            3px;
left:           200px;
visibility:     visible;
}


.lnk_Copyright
{
font-family:    tahoma, arial, sans-serif;
font-size:      10px;
color:          #00f;	
}


.lblCopyHdr
{
font-family:    arial, sans-serif;
font-size:      18px;
color:          #008;	
font-weight:	bold;
}


.txtNormal
{
font-family:    tahoma, arial, sans-serif;
font-size:      12px;
color:          #000000;
}

.txtSitePath
{
font-family:    verdana, arial, sans-serif;
font-size:      10px;
font-weight:	bold;
color:			#ddd;	
}

.txtNav
{
font-family:    verdana, arial, sans-serif;
font-size:      10px;
font-weight:	bold;
}


/* entries below this point are unused legacy code */
.txt_note
{
color:			#aaa;
font-family:	sans-serif;
font-size:		9px;
}

.txt_note_blk
{
color:			#333;
font-family:	sans-serif;
font-size:		11px;
}

.txt_content
{
font-family:	tahoma,sans-serif;
font-size:		12px;
color:			  #008;
}

.txt_achtung
{
font-family:	tahoma,sans-serif;
font-size:		11px;
color:			#000;
}

.txt_hdr01
{
font-family:	tahoma,sans-serif;
font-size:		20px;
color:			  #700;
}

.img_roger
{
position:		absolute;
top:			280px;
left:			280px;
visibility:		visible;
z-index:		1;
}

.txt_curse2
{
font-family:	impact,sans-serif;
font-size:		120px;
color:			  #fff;
position:		absolute;
top:			520px;
left:			40px;
visibility:		visible;
z-index:		1;
}

.txt_hack
{
font-family:	arial black,sans-serif;
font-size:		20px;
color:			  #b00;
}

.txt_xenon
{
background:   #000;
font-family:	courier new,sans-serif;
font-size:		20px;
color:			  #0d0;
}

.txt_xenon_announce
{
font-family:	tahoma,sans-serif;
font-size:		12px;
color:			  #080;
}

.imgPhotoLink
{
position:		absolute;
bottom:			10px;
right:			10px;
visibility:		visible;
z-index:		1;
}




/* Accordion */
.accordionHeader
{
	border-color:#CEDFEF;
	border-style:solid;
	border-width: 1px;
    color: white;
    background-color: #639ACE;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.myaccordionHeader
{
	border-color: #CEDFEF;
	border-style: solid;
	border-width: 1px;
    color: white;
    background-color: #639ACE;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #CEDFEF;
    color: white;
    background-color: #639ACE;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: white;
    border: 1px solid #CEDFEF;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    font-family: Tahoma;
	font-size:small;
}


/* HHE Accordion */
.HHEaccordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #777777;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.HHEaccordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.HHEaccordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.HHEaccordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #aaaaaa;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.HHEaccordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.HHEaccordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.HHEaccordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    font-family: Arial, Sans-Serif;
	font-size: 12px;
}


























.lnk_OpenQuery
{
    background-color: #eeeeff;
    border: 1px #000000;
    padding: 5px;
    padding-top: 10px;
    font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	position: absolute;
	top: 200px;
	left: 250px;
}

.lnk_CreateQuery
{
    background-color: #eeeeff;
    border: 1px #000000;
    padding: 5px;
    padding-top: 10px;
    font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	position: absolute;
	top: 200px;
	left: 450px;
}

.lblDateRangePrompt
{
    font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	position: relative;
	top: 1px;
	left: 1px;
}

.lblDateRangeFrom
{
    font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	position: relative;
	top: 30px;
	left: -160px;	
}

.txt_DRFrom
{
	position: relative;
	top: 1px;
	left: 10px;
}

.lblDateRangeTo
{
    font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	position: relative;
	top: 1px;
	left: 100px;	
}

.txt_DRTo
{
	position: relative;
	top: 1px;
	left: 100px;
	
}

.lblAsmtTypeTitle
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	position:relative;
	top: 50px;
	left: -332px;
}

.ddl_AsmtType
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	position:relative;
	top: 40px;
	left: 12px;
}

.lblFltAsmtTitle
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	position:relative;
	top: 1px;
	left: 10px;
}

.ddl_FltAsmt
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	position:relative;
	top: 0px;
	left: 12px;
}

.layer1 {
margin: 0;
padding: 0;
width: 700px;
border: 1px solid White;
}

.collapsePanel {
	width: 620px;
	height:0px;
	border-color: #CEDFEF;
	border-style: solid;
    border-width: 1px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:620px;		
	height:20px;
	color: white;
	background-color: #639ACE;
	font-weight:bold;
	float:none;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

.collapsePanelHeaderAlt1{	
margin: 1px;
color: #5B5B5B;
padding: 3px 10px;
cursor: pointer;
position: relative;
background-color:#d3d3d3;
font-weight:bold;
}

.collapsePanelHeaderAlt2{	
margin: 1px;
color: #5B5B5B;
padding: 3px 10px;
cursor: pointer;
position: relative;
background-color:#b0c4de;
font-weight:bold;
}

.content
{
padding: 5px 10px;
background-color:#fafafa;
}

/*
.collapsePanel {
    
    background-color:white;
    overflow:hidden;
}

.collapsePanelHeader{
    width:100%;
    height:30px;
    background-image: url(img/bg-menu-main.png);
    background-repeat:repeat-x;
    color:#FFF;
    font-weight:bold;
}*/

#progressBackgroundFilter { 
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  width:100%;
  height:100%;
  padding:0; 
  margin:0; 
  background-color:Transparent;  
  -ms-filter:alpha(opacity=50); 
  -ms-opacity:0.5; 
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:1000; 
} 

 

#processMessage {  
  position:fixed;  
  top:40%;  
  left:48%; 
  width:150px; 
  height:65px;
  z-index:1001; 
  background-color:#e0e0e0; 
  	border-width: 3px;
	border-style: solid;
	border-color: Gray;
		text-align: center;
	vertical-align: middle;
	padding-top:10px;
}


.modalBackground
{

  background-color:Silver;
  -ms-filter:alpha(opacity=60); 
  -ms-opacity:0.6; 
  filter:alpha(opacity=60);
  opacity:0.6;
  z-index:100001;
}


/*simmons 120410 
-adding these items for design update
*/

.defaultSplashImg
{
   display:block;
   margin:0 auto;
   text-align:center; 
}

.defaultBgImgBar
{
/*opacity:0.4;
filter:alpha(opacity=40);*/ /* For IE8 and earlier */

top: 660px;
   display:block;
   margin:0 auto;
   text-align:center; 
}

    
.defaultBgImgBar:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */

top: 660px;
   display:block;
   margin:0 auto;
   text-align:center; 
}

.defaultTextBlurb
{
   font-family:	tahoma,sans-serif;
   font-size: 16px;
   color: #446;
   display:block;
   margin:0 auto;
   text-align:center; 
   width: 600px;
}

/*simmons 120410 - done*/

.accordionHeaderSelected
{
   background-color: #3A5FCD; 
}

.accordionHeader
{
    background-color: #36648B;
}

.accordionContent
{
  overflow: hidden;   
}

.nonHover
{
   font-weight: normal;
   cursor: auto;
}

.hover
{
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
}






























