@charset "UTF-8";
/* CSS Document */
/* Supplied Styles*/
body 
{
	font-family:Arial, Helvetica, sans-serif;
background:#552211;
}

a {text-decoration:none;}
a:link {color:#006594;}
a:visited {color:#002255;}
a:hover {text-decoration:underline;}
h1 {font-size:150%; color:black; margin:0px;}
.h1 {font-size:200%; color:#CE003D; margin:0px;}
.h2 {font-size:120%; color:#CE003D; margin:0px;}
.h3 {font-size:100%; color:#000; margin:0px;}
p {line-height:1.4em; margin:10px 0px;}

.red {
	color:#CE003D;
}

/* End of Supplied Styles*/

/*Portal Styles*/

#printsitetitle {display:none;}
#access ul li {display: inline; list-style-type: none;}

#bannertext 
{
position:absolute;
width: 150px; 
  top: 178px; 
  left: 920px; 
  width: 280px;

  height:12px;
}

.bannercopy

{color:#000;

	font-size:80%;
	}
	
#bannertext  a:link: {color:#000 !important;}
#bannertext  a:visited: {color:#000 !important;}
#bannertext  a:active: {color:#000 !important;}
#bannertext  a:hover: {color:#000 !important;}

.pawprint 
{
	background-image:   url('../../images/watermark-simple.png'); 
	background-repeat: no-repeat; 
	background-position:center center ;
	font-weight: bold;
	font-size:   large;
	color: #666666;
	font-family:  Times New Roman;
	font-style: italic;
	text-align:center;
 padding-top: 200px;
	height:200px;
   letter-spacing: 1px;
	 }
	
.modulewrapper {  background-image:   url('../../images/minipaw2.png'); background-repeat: no-repeat; padding-left:13px ; padding-top: 23px;  } 	
.moduletitle
{
	font-size:130%;
	color:#000;
 font-weight: bold;
}

.credentialstext,.credentialstextalert,.credentialswelcome 
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;

color:#FFFFFF;
background:#000000;

margin:0px 6px 5px 5px;
padding:0px 0px 0px 8px;



}




.credentials a {color:#fff !important;   }
.credentialstext a {color:#fff !important;   }
#login a:link {color:#fff;}

.EventTitle, .itemtitle
{
	font-size:100%;
	font-weight: bold;
color:#000; 
padding-bottom: 20px;


}

.EventText 
{


}

/*end of portal elements*/

/*Datagrids*/

.datagridheader 
{
Background-color:#fff;
color: #AD0800
}

.datagriditem 
{
Background-color:#fff;
}

.datagridrow 
{
Background-color:#fff;
}

.datagridrow 
{
font-size: 90%;
}

.datagridaltrow 
{
font-size: 90%;
}

.datagridselectedrow 
{
Background-color: #AD0800;
color:#fff;

}
/* Accordion - based on strandings */
.accordionHeader
{
    cursor: pointer;
}

.accordionHeader a
{
background: black url(../../images/silvergradient.gif) repeat-x center left;
font: 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}
.accordionHeader a:visited, .accordionHeader a:active
{
color: white;
}

.accordionHeader a:hover
{
background-image: url(../../images/silvergradientover.gif);
color: white;
}
.accordionHeaderSelected a
{
background: black url(../../images/silvergradientover.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}

.accordionContent
{
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

#charity { color: White }

.footertabs a {color:White}
/* AutoComplete item */
.AutoCompleteExtender_CompletionList 
{
background-color : window;
color : windowtext;
padding : 1px;
font-size: small;
background-color:Gray;
/*creates border with
autocomplete_completionListElement
background-color*/
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem 
{ 
text-align : left;
background-color:White;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
background-color: Silver;
color: windowtext;
font-weight:bold;
font-size: small;
}

