/*****************************************
/* This file should contain the path 
/* to all element stylesheets 
/*****************************************/
.box
{
	background: #eee url(/Elements/Box/top.gif) no-repeat 0 0;
}

.boxHead
{
	padding: 5px 10px 0;
}

.boxBody
{
	background: transparent url(/Elements/Box/bottom.gif) no-repeat 0 100%;
	padding: 10px;
}.breadcrumb
{
	padding-top:8px;
	margin-bottom: 1em;
	border-bottom:solid 1px #ccc;
	padding-bottom:7px;
}

.breadcrumb a
{
	color:#515151;
	text-decoration: none;
}

.breadcrumb .sel
{
	font-weight:bold;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.breadcrumb .separator
{
	margin: 0 .3em;
}
/******************************************************
/* 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: #515151;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

html
{
	font-size: small;
}

body
{
	font-size: 85%;
	line-height: 1.455;
}

form
{
}

p
{
	margin-bottom: 1em;
}

.ingress
{
	font-weight: bold;
	margin-bottom: 1em;
}

.category
{
	color: #666;
	text-transform: uppercase;
	font-size: .9em;
}

.dateLabel
{
	font-size: .8em;
	color: #666;
}

/******************************************************
/* Headings
/*****************************************************/
h1, h2, h3, h4, h5, h6
{
	margin-bottom: .3em;
}

h1
{
	color: #515151;
	font-size: 180%;
	font-weight:normal;
}

h2
{
	color: #515151;
	font-size: 140%;
	font-weight:normal;
}

h3
{
	color: #515151;
	font-size: 110%;
	font-weight:normal;
}

h4, h5, h6
{
	font-size: 100%;
}

/*********************************
/ Links 
/********************************/
a
{
	color: #f90;
	text-decoration:none;
}

a:hover
{
	color: #f90;
}

/*********************************
/ Lists 
/********************************/
ul, ol, dl
{
	margin: 0 0 1em;
}

ul, ol
{
	padding-left: 2em;
}

li
{
	margin: 0 0 .3em;
	vertical-align: middle;
	/*color:Black;*/
}
ul li
{
	color: #000000;
	list-style-image: url(/Frameworks/Default/Images/DefaultBulletList.gif);
}
dt
{
	font-weight: bold;
	margin: 0 0 .2em;
	clear: both;
}

dd
{
	margin: 0 0 1em;
}

/******************************************************
/* 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;
}

/******************************************************
/* Float container fix
/*****************************************************/
.fc:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .fc
{
	height: 1px;
}/******************************************************
/* 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: 1em;
}

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
{
	padding: 1px;
	border: solid 1px #ccc;
	width: 150px;
}

textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}

/******************************************************
/* select
/*****************************************************/
select
{
	width: 150px;
}

select option
{
}

/******************************************************
/* STATE CONTROLS (checkbox & radiobutton)
/*****************************************************/
.stateList
{
	display: block;
}

.inputBlock .stateList
{
	margin-left: 120px;
}

/******************************************************
/* BUTTONS
/*****************************************************/
.buttonBlock
{
	clear: both;
	margin: 1em 0;
	text-align: right;
}

.buttonBlock .button,
.inputBlock .button
{
	margin-left: 5px;
}

/******************************************************
/* 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 */
.exPanel
{
	clear: both;
	margin-bottom: 1em;
	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;
}
.exPanelList
{
	clear: both;
	margin-bottom: 1em;
}

.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
{
}.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 10px;
	color: #fff;
	border: none;
	border-bottom-style: none; 
}

.gridView .footer td
{
	padding: 2px 5px;
	background-color: #ddd;
	color: #333;
	border: solid 1px #ccc;
}

.gridView td
{
	padding: 2px 10px;
	border-right: solid 1px #eee;
	vertical-align: top;
}

.gridView tr
{
	background-color: #fff;
}

.gridView tr.alt
{
	background-image: url(/Frameworks/Default/Images/GridViewAlternatingRow_bg.gif);
	background-repeat:repeat-x;
}

.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;
}

.gridView .Column1Header
{
	background-image: url(/Frameworks/Default/Images/GridViewColumn1Header_bg.gif);
	background-repeat:repeat-x;
}

.gridView .Column1Header a
{
	color:white;
	text-decoration:none;
}

.gridView .Column2Header
{
	background-image: url(/Frameworks/Default/Images/GridViewColumn1Header_bg.gif);
	background-repeat:repeat-x;
}

.gridView .Column2Header a
{
	color:#FFFFFF;
	text-decoration:none;
}.iconLink
{
	display: block;
	text-align: left;
	text-decoration: none;
}

.iconLink .icon
{
	padding-right: 5px;
	margin-bottom:-2px;
}

.iconLink .text
{
	color: #f90;
	text-decoration: none;
	margin:0;
	padding:0;
	line-height:0;
}.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: #f90;
}

/* IE hasLayout Fix \*/
* html .linkDropDown ul
{
	top: 1.6em;
}

* html .linkDropDown li,
* html .linkDropDown ul a  
{ 
	height: 1px; 
}
/* END fix */ul.iconLinkList
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

ul.iconLinkList li
{
	list-style-image: none;
	list-style-type: none;
}.panelList
{
	clear: both;
	margin-bottom: 1em;
}

.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;
}.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;
}
