/*****************************************
/* This file should contain the path 
/* to all element stylesheets 
/*****************************************/
 /* @include url(/Elements/Box/Box.css); */
.box
{
	margin-bottom: 2em;
}

.boxHead
{
	padding: 5px 10px 0;
}

.boxBody
{
	padding: 10px;
}

 /* @include url(/Elements/BreadCrumb/BreadCrumb.css); */
.breadcrumb
{
	margin-bottom: 1em;
	vertical-align: top;
	clear: both;
}

.breadcrumb a, .breadcrumb a:hover,
.breadcrumb a:visited
{
	text-decoration: none;
	color: #666666!important;
}

.breadcrumb .separator
{
	margin: 0 .3em;
}

.breadcrumb .sel
{
	color: #000000;
}
.breadCrumbContainer
{
	float: left;
	display: block;
	width: 400px;
}
.printLink
{
	display:block;
	float: right;
	width: 45px;
} /* @include url(/Elements/BreadCrumb/BreadCrumb.old.css); */
.breadcrumb
{
	margin-bottom: 1em;
	vertical-align: top;
	clear: both;
}

.breadcrumb a, .breadcrumb a:hover,
.breadcrumb a:visited
{
	text-decoration: none;
	color: #c3c3c3;
}

.breadcrumb .separator
{
	margin: 0 .3em;
}

.breadcrumb .sel
{
	color: #000000;
}
.breadCrumbContainer
{
	float: left;
	display: block;
}
.printLink
{
	display:block;
	float: right;
} /* @include url(/Elements/Common/Base.css); */
/******************************************************
/* Base.css
/* This stylesheet contains the default styling 
/* of html elements and general classes used 
/* throughout the project.
/*
/* Don't add control, framework, template 
/* or contentblock specific classes to this file! 
/*****************************************************/

body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote
{
	margin: 0;
	padding: 0;
}

body, td, th
{
	color: #3b3b3b;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

html
{
	font-size: small;
}

body
{
	font-size: 85%;
	line-height: 1.455;
}

form
{
}

p
{
	margin-bottom: 2em;
}

.ingress
{
	font-weight: bold;
	margin-bottom: 2em;
	width: 440px!important;
}

.category
{
	color: #666;
	text-transform: uppercase;
	font-size: .9em;
}

.dateLabel
{
	font-size: 1em;
	color: #666;
	display: block;
}

/******************************************************
/* Headings
/*****************************************************/
h1, h2, h3, h4, h5, h6
{
	margin-bottom: .3em;
}

h1
{
	color: #333;
	font-size: 180%;
}

h2
{
	color: #3b3b3b;
	font-size: 140%;
}

.Smaller
{
	color: #3b3b3b;
	font-size: 110% !important;
}

h3
{
	color: #3b3b3b;
	font-size: 110%;
}

h4, h5, h6
{
	font-size: 100%;
}

/*********************************
/ Links 
/********************************/
a
{
	color: #fe6f10;
}

a:hover
{
	color: #fe6f10;
}

/*********************************
/ Lists 
/********************************/
ul, ol, dl
{
	margin: 0 0 2em;
}

ul, ol
{
	padding-left: 1.5em;
}

li
{
	margin: 0 0 .3em;
	vertical-align: middle;
}

dt
{
	font-weight: bold;
	margin: 0 0 .2em;
	clear: both;
}

dd
{
	margin: 0 0 2em;
}

ul.NoStyleList
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

/******************************************************
/* Images
/*****************************************************/
img
{
	border: 0;
}

img.blockImage
{
	display: block;
	line-height: 0;
}

img.leftAligned
{
	float: left;
}

img.rightAligned
{
	float: right;
}


/******************************************************
/* Separators
/*****************************************************/
hr
{
	clear: both;
	display: block;
	border-width: 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	margin: 10px 0;
}

/******************************************************
/* Float container fix
/*****************************************************/
.fc:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .fc
{
	height: 1px;
}
.clear
{
	clear: both;
} /* @include url(/Elements/Common/Forms.css); */
/******************************************************
/* This file should only contain basic form styles.
/*
/*****************************************************/
.textBox, 
textarea, 
select,
.stateCtrl input, 
.stateList input,
.button, 
label
{
	vertical-align: middle;
}

input,
textarea,
select, 
option
{
	color: ;
	font-size: 1em;
	line-height: normal;
}

/******************************************************
/* BLOCKS
/*****************************************************/
.inputBlock
{
	clear: both;
	margin-bottom: 5px;
}

fieldset
{
	padding: 10px;
	border: solid 1px #ccc;
	margin-bottom: 2em;
}

legend
{
	padding: 0 .5em;
	color: ;
}

/******************************************************
/* LABELS
/*****************************************************/
label
{
/*	line-height: 20px; /* Height of input fields */
}

.blockLabel
{
	float: left;
	width: 120px;
	font-weight: bold;
}

.displayLabel
{
	display: block;
	margin-left: 120px;
}

/******************************************************
/* TEXTBOX
/*****************************************************/
.textBox
{
	border: solid 1px #ccc;
	width: 245px;
	background-color: #e7f3ff;
	background-image: url(/frameworks/default/images/pagesearchtextboxbg.gif);
	background-repeat: repeat-x;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	border-top: solid 1px #7c7c7c;
	padding: 2px 4px;
}

textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}

/******************************************************
/* select
/*****************************************************/
select
{
	width: 245px;
}

select option
{
}

/******************************************************
/* STATE CONTROLS (checkbox & radiobutton)
/*****************************************************/
.stateList
{
	display: block;
}

.inputBlock .stateList
{
	margin-left: 120px;
}

/******************************************************
/* BUTTONS
/*****************************************************/
.buttonBlock
{
	clear: both;
	margin: 2em 0;
	text-align: right;
}

.buttonBlock .button,
.inputBlock .button
{
	margin-left: 5px;
}

.Contact .button
{
	float:right;
	padding-right: 73px;
	
}

/******************************************************
/* ERRORS
/*****************************************************/
.errorLabel
{
	color: #f00;
	display: block;
}

.errorList
{
	margin-left: 120px;
}

.errorList ul
{
	color: #f00;
	list-style-type: none;
	margin: 0;
}

.errorIndicator
{
	color: #f00;
	margin-left: 5px;
	vertical-align: top;
}


/******************************************************
/* CLEAR SPACER
/*****************************************************/
.inputBlock:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .inputBlock
{
	height: 1px;
	padding-bottom: 1px; /* Fix for dropdown so that not bottom-border gets hidden */
}
/* End hide from IE-mac */
 /* @include url(/Elements/ExpandablePanel/ExpandablePanel.css); */
.exPanel
{
	clear: both;
	margin-bottom: 2em;
	border: solid 1px #ccc;
}

.exPanel .header
{
	padding: 5px 10px 5px 20px;
	background-color: #eee;
	background-image: url();
	background-position: 5px center;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.exPanel .content
{
	display: none;
	padding: 5px 10px;
	border-top: solid 1px #ccc;
}

/*** EXPANDED ***/
.exPanelExpanded
{
}

.exPanelExpanded .header
{
	background-image: url();
}

.exPanelExpanded .content
{
	display: block;
}

/*** HOVER ***/
.exPanel:hover,
.exPanelHover
{
	background-color: #ddd;
}

/*** DISABLED ***/
.exPanelDisabled
{
	background-color: #ccc;
}
 /* @include url(/Elements/ExpandablePanelList/ExpandablePanelList.css); */
.exPanelList
{
	clear: both;
	margin-bottom: 2em;
}

.exPanelList .exPanel
{
	margin-bottom: 0;
	border-bottom-style: none; 
	background-color: ;
}

.exPanelList .exPanel .header
{
}

.exPanelList .exPanel .content
{
	border-top-style: none; 
}

.exPanelList .last
{
	border-bottom-style: solid;
}

/*** ALT ITEM ***/
.exPanelList .alt,
.exPanelList .alt .header
{
	background-color: ;
}

.exPanelList .alt .hover
{
	background-color: #ddd;
}

/*** EXPANDED ***/
.exPanelList .exPanelExpanded
{
} /* @include url(/Elements/GridView/GridView.css); */
.gridView 
{
	width: 100%;
	border-spacing: 0px;
	empty-cells: show;
	border-collapse: collapse;
}

.gridView caption
{
	text-align: left;
	margin-bottom: .5em;
	font-size: 1.4em;
}

.gridView .header th
{
	text-align: left;
	padding: 2px 5px;
	color: #fff;
	background-color: #999;
	border: solid 1px #999;
	border-bottom-style: none; 
}

.gridView .footer td
{
	padding: 2px 5px;
	background-color: #ddd;
	color: #333;
	border: solid 1px #ccc;
}

.gridView td
{
	padding: 2px 5px;
	border-right: solid 1px #eee;
	vertical-align: top;
}

.gridView tr
{
	background-color: #fff;
}

.gridView tr.alt
{
	background-color: #eee;
}

.gridView td.first
{
	border-left: solid 1px #ccc;
}

.gridView td.last 
{
	border-right-color: #ccc;
}

.gridView tr.last td
{
	border-bottom: solid 1px #ccc;
}

.gridView tr:hover
{
	background-color: #ddd;
}
 /* @include url(/Elements/IconLink/IconLink.css); */
.iconLink, .iconLinkRight
{
	display: block;
	text-align: right;
	text-decoration: none;
	margin: 0 !important;
	padding: 0 0 2em 0 !important;
}

.iconLink .icon
{
	margin-left: 3px;
	vertical-align: middle;
}

.iconLink .text, .iconLinkRight .text
{
	color: #FE6F10;
	text-decoration: none;
} /* @include url(/Elements/IconLink/IconLinkIE.css); */
.TeaserWithIconLink
{
	margin-bottom: 0 !important;
}
 /* @include url(/Elements/LinkDropDown/LinkDropDown.css); */
.linkDropDown
{
	list-style-image: none;
	list-style-type: none;
	background-color: #fff;
	border: solid 1px #ccc;
	margin: 0;
	width: 148px;
}

.linkDropDown li
{
	position: relative;
	cursor: default;
	white-space: nowrap;
	margin: 0;
}

.linkDropDown li span
{
	display: block;
	padding: 2px 15px 2px 5px;
	background: transparent url() right center no-repeat;
	font-weight: bold;
}

.linkDropDown li ul
{
	display: none;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	width: 148px;
	border: solid 1px #ccc;
	border-top-width: 0;
	margin: 0;
	left: -1px;
	background-color: #fff;
	z-index: 100;
}

.linkDropDown li:hover ul,
.linkDropDown li.hover ul
{
	display: block;
}

.linkDropDown ul li
{
	position: static;
	white-space: normal;
}

.linkDropDown ul li a
{
	text-decoration: none;
	display: block;
	padding: 2px 5px;
}

.linkDropDown ul li a:hover
{
	color: #fe6f10;
}

/* IE hasLayout Fix \*/
* html .linkDropDown ul
{
	top: 1.6em;
}

* html .linkDropDown li,
* html .linkDropDown ul a  
{ 
	height: 1px; 
}
/* END fix */ /* @include url(/Elements/LinkList/IconLinkList.css); */
ul.iconLinkList
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

ul.iconLinkList li
{
	list-style-image: none;
	list-style-type: none;
} /* @include url(/Elements/PanelList/PanelList.css); */
.panelList
{
	clear: both;
	margin-bottom: 2em;
}

.panelList .listItem
{
	padding: 5px 10px;
	background-color: ;
}

.panelList .alt
{
	background-color: ;
}

.panelList .header
{
	font-weight: bold;
	background-color: ;
	color: ;
	margin-bottom: 1px;
}

.panelList .footer
{
	background-color: #ccc;
	height: 1.5em;
	margin-top: 1px;
} /* @include url(/Elements/TabStrip/TabStrip.css); */
.tabStrip
{
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.tabStrip li
{
	float: left;
	list-style-image: none;
	list-style-type: none;
	cursor: pointer;
	cursor: hand;
	padding: 5px 10px;
	margin: 0 1px 0 0;
	border: solid 1px #999;
	border-bottom-style: none; 

	background-color: #ccc;
}

.tabStrip .hover,
.tabStrip .active
{
	color: #fff;
	background-color: #999;
} /* @include url(/Elements/ThickBox/thickbox.css); */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#3b3b3b;
}

#TB_window a:link {color: #3b3b3b;}
#TB_window a:visited {color: #3b3b3b;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #3b3b3b;}
#TB_window a:focus{color: #3b3b3b;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
