/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
@import url("/site/sifr/sIFR-screen.css");

/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px 0px 20px;
	
	background-color:		rgb(62,23,40);

	background-image:		url( /site/images/bg_body.jpg );
	background-repeat:		repeat-x;

	/*	Default text styles	----------------------------*/
	font-family:			lucida sans,lucida grande,verdana,sans-serif;
	color:					black;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#9D0059;
}

a:hover
{
	color:					#EE0081;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
#bgimg
{
	width:					100%;
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	background-image:		url( /site/images/bg_main.jpg );
	background-position:	top center;
	background-repeat:		no-repeat;

}

/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	min-height:				700px;

	width:					999px;

	bordre:	1px solid green;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	clear:					both;
}

#left
{
	float:					left;
	margin-top:				53px;
}

#main
{
	margin-left:			160px;
}

img#logo
{
	background-image:		url( /site/images/bg_logo.png );
	background-repeat:		no-repeat;
	background-position:	bottom left;
	padding:				6px 18px 0px 5px;

}

#leftnav
{
	width:					138px;
	background-image:		url( /site/images/bg_left.png );
	background-repeat:		no-repeat;
	background-position:	bottom left;
	padding:				0px 18px 12px 5px;
}

#mda-top
{
	margin-top:				5px;

	background-image:		url( /site/images/bg_h1.png );
	background-repeat:		no-repeat;
	padding:				22px 20px 0px;


}

#content
{
	background-image:		url( /site/images/bg_content.png );
	background-repeat:		repeat-y;
	padding:				20px 20px 20px;

	min-height:				700px;
    height:					auto!important;
    height:					700px;
}

/*	search	*/

form#search
{
	float:					left;

	margin-right:			15px;

	position:				relative;

	width:					206px;
	height:					23px;
	background-image:		url( /site/images/bg_search2.png );

}

form#search input
{
}

input#findtext
{
	position:				absolute;

	top:					2px;
	left:					53px;

	border:					0px;
	background:				transparent;

	font-size:				13px;
	line-height:			19px;

	width:					146px;
	height:					15px;

	margin:					0px;
	padding:				2px;
	font-weight:			bold;
}
input#searchbutton
{
	position:				absolute;
	top:					2px;
	left:					2px;
}

/*
form#search
{
	float:					left;
	border:					1px solid #9B8690;
	height:					21px;

	background-image:		url( /site/images/bg_search.png );
}



form#search input
{
	border:					1px solid white;
}

input#findtext
{
	vertical-align:			5px;
	border:					0px;
	background:				transparent;

	font-size:				13px;
	line-height:			19px;

	width:					150px;
	height:					15px;

	margin:					0px;
	padding:				2px;
	font-weight:			bold;
}
input#searchbutton
{
	border-right:			0px!important;
}

*/
/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	margin:					0px 0px 50px;
	background-image:		url( /site/images/bg_footer.png );
	background-repeat:		no-repeat;
	padding:				11px 6px 0px;
	line-height:			2.0em;
	font-size:				0.7em;
	color:					#B2A2A9;
}

#footer a
{
	color:					#B2A2A9;
}

#footer p
{
}

#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}


#leftbar
{
	background-color:		#F0F0F0;

}

ul#links
{
	list-style-type:		none;
	margin:					0px;
	padding:					12px 7px;;
}

ul#links li
{
	margin:					8px 0px;
	height:					22px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px;
	padding:				0px;
	width:					617px;

	font-family:			trebuchet ms,sans-serif;
	font-weight:			bold;
	text-transform:			uppercase;
	font-size:				1.45em;
	color:					rgb(148,46,90);
}

h1 a,h1 a:hover
{
	color:					rgb(148,46,90);
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					1.7em 0em 0em;
	padding:				0px;
	
	font-weight:			bold;
	font-size:				0.95em;
	color:					black;
}
h2 a
{
	color:					black;
}


h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.4em;
	font-weight:			bold;
	font-size:				0.8em;
	color:					rgb(88,122,26);
}
h3 a
{
	color:					rgb(88,122,26);
}

/*	Standard body style	*/
.bodytext
{
	width:					617px;
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.4em;
	font-size:				0.8em;
}
table .bodytext
{
	width:					auto;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;

	line-height:			1.4em;
	font-family:			book antiqua,serif;
	font-style:				italic;
	font-size:				1.2em;
	color:					rgb(157,0,89);
}

ul.anchors
{
	line-height:			1.4em;
	font-size:				0.8em;
}
ul.anchors a
{
	font-weight:			bold;
}


/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
#right
{
	display:				table-cell;
	float:					right;
	width:					133px;
	height:					auto;
	padding:				0px 20px 20px 20px;

	font-size:				0.70em;
}

#right img.sp
{
	margin:				0px 10px 0px 0px;

	padding:			2px;
	border:				1px solid #AAAAAA;
}

#right ul
{
}

/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border-top:					1px solid #BBBBBB;

	border-collapse:			collapse;
	empty-cells:				show;
}

table.data th
{
	padding:					0.25em 0.75em;
	vertical-align:				bottom;
	border-bottom:				1px solid #AAAAAA;

	text-align:					left;

	font-weight:				bold;
	font-size:					0.75em;

	background-color:			#E8D5DE;

}
table.data td
{
	padding:					0.25em 0.75em 0.25em;
	vertical-align:				top;
	border-bottom:				1px solid #BBBBBB;

	font-size:					0.70em;
}

tr.r0
{
	background-color:		#DDDDDD;
}

tr.r1
{
}

/*
table.data tr:hover
{
	background-color:			#E8D5DE;
}
*/
/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}


.result-bar
{
border:	1px solid white;
	background-color:		#587A1A;
	height:					15px;
}