/* 
	Styles used by the web part framework.
	Do not change the styles in this file, it will be overwritten
	by the post-build event. Copy this file if you need to change
	the styles.
*/
.NavDropdown 
{
	behavior: url(/Styles/csshover.htc); 
}

.WebPartTitleArea
{
	border: solid 1px silver;
	background-color: #e8e8e8;
	padding: 4px 4px 4px 4px;
}
.WebPartTitleArea:hover 
{
	background-color: yellow;
}

.WebPartZoneTitleArea 
{
	background-color: #c0c0c0;
	padding: 4px;
	border: solid 1px #a0a0a0;
}
.WebPartSelectedArea
{
	border: solid 1px red;
	background-color: #f0f0f0;
}
.AddWebPartPanel
{
	padding: 4px 20px 4px 20px;
	background-color: #f0f0f0;
	padding: 4px;
	border: solid 1px #a0a0a0;
	white-space: normal;
	font-size:1.1em;
}

.AddWebPartPanelButton 
{
	height: 22px;
	width: 50px;
	font-size:0.8em;
}
/*
Styles which can be used, but has not:
AddWebPartPanelLabel
AddWebPartPanelDropDown
AddWebPartPanelButton
 */

.WebPartEditInputFieldsContainer
{
	margin: 0px 10px 0px 10px;
}
.WebPartEditContainerFooter
{
	padding-left: 10px;
}


.WebPartEditContainerOuter
{
    background-color: White; 
    z-index: 1001; 
    /* Need to handle the wysiwyg editor width */
    width: 520px; 
    height: 400px; 
    position: absolute; 
    display: none; 
    border: solid 1px #888;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.WebPartEditContainerInner
{
    background-color: White; 
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}
.WebPartEditContainerInner fieldset
{
	display:block;
	padding:0px;
	margin:0px;
	
}
.WebPartEditDescription
{
	display:block;
	margin-bottom:5px;
	margin-top:5px;
	font-weight:normal;
	font-size:1.2em;
}

.WebPartEditContainerInner span, .WebPartEditContainerInner label
{
	font-size:1.2em;
	
}
.WebPartEditContainerInner input
{
	font-size:1.2em;
	margin:5px 3px 5px 0px;
	
}
.WebPartEditContainerInner input.EPEdit-inputPageLink
{
	font-size:1.2em;
	margin:5px 3px 5px 0px;
	width:70%;
}
.WebPartEditContainerInner input.EPEdit-smallButton
{
	font-size:1.2em;
	margin-bottom:5px;
}
.WebPartEditContainerInner input.WebPartEditContainerButtons
{
	font-size:1.2em;
	margin:5px 3px 5px 0px;
}
.WebPartEditContainerTitle
{
    background-color: #cccccc; 
    vertical-align: middle; 
    color: #003173; 
    font-weight: bold;
    font-size: 1.3em;
    padding-right: 4px; 
    padding-left: 4px; 
    padding-top: 6px;
    padding-bottom: 4px;
    height: 20px;
    vertical-align: middle; 
    margin: 8px 8px 0px 8px;
}

.WebPartEditContainerButtons
{
    height: 22px;
    width: 80px;
}

span.WebPartEditContainerInstruction
{
	color: #888;
}

/* BEGIN Standard Web Parts */
/* -- */
.ingressView 
{
	padding: 0em 0em 1em 0em;
}
.ingressView h2
{
	margin: 0em 0em 0.2em 0em;
}
.ingressView img
{
	margin: 0em 0em 0.2em 0em;
	float: left;
}

.ingressView p
{
	margin: 0em 0em 0em 0em;
}
/* -- */

.ingressImage
{
    float: left;
}
.ingressParagraph
{
	margin: 0em 0em 0em 0em;
}

.ingressOuterDiv 
{
	padding: 0em 0em 1em 0em;
}	
.ingressOuterDiv h2
{
	margin: 0em 0em 0.2em 0em;
}	
/* Banner imgage */
.bannerimg 
{
	
}
/*
.ingressOuterDiv
.ingressImage
.ingressHeader
.ingressParagraph
.ingressLink
*/

/* Long String */
div.WP_PD_LongString textarea
{
	/* Override 100% height, as the container
	   get too small to be useful */
	height: 230px !important;
}

/* END Standard Web Parts */

