/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		#CCCCCC;

	/*	Default text styles	----------------------------*/
	font-family:			arial,verdana,sans serif;
	color:					#58595b;
	font-size:				11px;
	line-height:			14px;;

}

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

a:hover
{
	color:					rgb(119,119,119);
}

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

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					900px;
	border-top:				13px solid white;

	background-image:		url( /images/bg-content.png );
	background-repeat:		repeat-y;
}

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

#header
{
	background-image:		url( /images/bg-header.png );
	background-repeat:		no-repeat;
	height:					85px;
	position:				relative;
	overflow: 				show;
}

#logo
{
	position:				absolute;
	top:					25px;
	left:					35px;
}

#logo a,
#logo a:hover
{
	color:					white;
}

#lang-picker
{
	overflow:				auto;
	margin-bottom:			20px;
	position:				absolute;
	top:					15px;
	right:					10px;
	font-size:				9px;
	text-align:				center;
	color:					white;
}

#lang-picker a
{
	display: 				block;
	float:					left;
	margin-right:			10px;
	opacity:				0.4;
	filter:					alpha(opacity=40)
}

#lang-picker a.active,
#lang-picker a:hover
{
	opacity:				1;
	filter:					alpha(opacity=100)
}


table#body
{
	border-collapse:		collapse;
	width:					900px;
}

col#col-left
{
	width:					160px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				16px 37px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					100px 0px 20px;
	padding:				0em 1em;
	text-align:				center;
}

#footer p
{
	clear:					both;
}

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

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

#footer li a 
{
	color:					#58595b;
	text-transform: 		lowercase;
}

#footer .divider
{
	margin:					0px 10px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 15px 0px;
	padding:				0px;
	font-weight:			bold;
	font-size:				15px;
}

h1 a,h1 a:hover
{
	color:					#bc1d22;
}

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

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	
	font-weight:			bold;
	color:					#666666;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	font-weight:			bold;
	font-size:				13px;
	line-height:			16px;
}

h4
{
	font-weight:			bold;
	font-size:				11px;
	line-height:			14px;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

.thumbnail-container
{
	width:					250px;
	float:					left;
	padding-right:			20px;
	padding-bottom:			20px;
}

.thumbnail-container .thumb
{
	float:					left;
	margin:					5px 10px 10px 0px;
}

.thumbnail-container h2
{
	font-size:				13px;
	line-height:			16px;
}

img#main
{
	display:				block;
	float:					right;
	margin:					0px 0px 20px 20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					200px;
}

.sidebar
{
	background-color:		#d4d5d7;
	margin-bottom:			30px;
	clear:					both;;
	margin-left:			16px;
	margin-right:			16px;
	padding:				10px;
	text-align:				left;
	color:					black;
}

.sidebar td img
{
	margin-right:			5px;
}


.sidebar input.textfield,
.sidebar select.textfield,
.sidebar textarea.textfield
{
	width:				120px!important;
	background-color:	white;
	color:				black;
	border:				none;
	margin-bottom:		10px;
	border-radius: 		4px;
}

.sidebar .fielderror
{
	color:					red;
}

.imageblock
{
	display:				block;
	margin-bottom:			30px;
	margin-left:			15px;
}

.sidebar a
{
	color:					#003671;
}

.sidebar h2
{
	font-size:				11px;
	margin-bottom:			10px;
	text-align:				center;
	color:					#003671;
}

table#sidebar-search
{
	border:					1px solid #10346f;
	border-right:			none;
	margin-left:			20px;
}

table#sidebar-search td
{
	border-right:			1px solid #10346f;
	background-color:		white;
	vertical-align:			middle;
}

table#sidebar-search td input.text
{
	border:					none;
	font-size:				9px;
	width:					135px;
}


/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border-collapse:		collapse;
	empty-cells:			show;
	border:					1px solid #326d99;
	border-bottom:			none;
	border-right:			none;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-weight:			bold;
}

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

tr.r1
{
	background-color:		white;
}

table.data th,
table.data td
{
	border-bottom:			1px solid #326d99;
	border-right:			1px solid #326d99;
	padding:				0.5em 1.0em;
	text-align:				left;
	font-size:				9px;
	white-space: 			normal;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		#bf1f24;
	font-weight:			bold;
	color:					white;
}

table.data td
{
	vertical-align:			top;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					23px;
	line-height:			23px;
	white-space:			nowrap;
	font-size:				9px;
	color:					#cccccc;
	margin-left:			36px;
	text-transform:			lowercase!important;;
}

#breadcrumb a
{
	color:					#cccccc;
}


#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}



/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:				0px 10px 0px 0px;
}

.inline-digg
{
	float:					left;
	margin:					3px 10px 5px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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
{
}

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

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