﻿/* -------------------------------------------------------------- 
  
   1) RESET CSS
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
table, td, th
{
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

/* Remove annoying border on linked images. */
a img
{
	border: none;
}

/* -------------------------------------------------------------- 
  
   2) CONFIGURE SELECTORS
   
-------------------------------------------------------------- */
a
{
	color: #F76912;
}


/* -------------------------------------------------------------- 
  
   3) LAYOUT STYLES.
   
-------------------------------------------------------------- */

body
{
	margin: 0px;
	height: 100%;
	background-image: url("/Images/tilebg.gif");
	background-repeat: repeat-x;
	background-color: #E6EAEC;
	line-height: 1.5;
	font-family: Arial;
	font-size: 75%;
	color: #3C3C3C;
}

#Wrapper
{
	width: 80%;
	background-color: White;
	margin: auto;
	border: solid 2px #B4B4B4;
	border-top: 0px;
	min-width: 800px;
}

#AdminHeader
{
	width: 100%;
	background-image: url('/Images/AdminHeaderBG.gif');
	height: 100px;
}

#AdminMenu
{
	width: 100%;
	height: 30px;
	background-color: #BF311A;
	font-family: Tahoma;
	font-weight: bold;
}

#AdminContent
{
	width: 100%;
	background-color: #e7e9e9;
}

#AdminContentInner
{
	padding: 20px;
}

#AdminContentInnerHeader
{
	color: #FFFFFF;
	height: 35px;
	line-height: 35px;
	background-image: url('/Images/gridheaderbg2.gif');
	border: solid 1px #B4B4B4;
	font-size: 1em;
	font-weight: bold;
	padding-left: 15px;
	text-transform: uppercase;
}

#AdminContentInnerBreadcrumbs
{
	background-image: url('/Images/AdminBreadcrumbsBG.gif');
	height: 25px;
	border-top: solid 1px #CDCFD1;
	border-bottom: solid 1px #CDCFD1;
	border-left: solid 2px #B4B4B4;
	border-right: solid 2px #B4B4B4;
	line-height: 25px;
	padding-left: 20px;
	font-size: .8em;
}

#AdminContentInnerBody
{
	background-color: White;
	padding: 20px;
	border-left: solid 2px #B4B4B4;
	border-right: solid 2px #B4B4B4;
	border-bottom: solid 2px #B4B4B4;
}

#AdminFooter
{
	width: 100%;
	background-image: url('/Images/AdminHeaderBG.gif');
	height: 100px;
}

.AdminMenuItem
{
	background-color: #BF311A;
	color: #FFFFFF;
	font-size: 1.0em;
	padding: 5px;
	font-weight: bold;
	height: 30px;
}
.SubAdminMenuItem
{
	background-color: #BF311A;
	color: #FFFFFF;
	font-size: 1.0em;
	padding: 5px;
	font-weight: bold;
	height: 30px;
	width: 150px;
}

.AdminMenuItemHover
{
	background-color: #E6EAEC;
	color: #BF311A;
	font-size: 1.0em;
	padding: 5px;
	height: 30px;
}



.AdminMenuItemSelected
{
	background-color: #E6EAEC;
	color: #BF311A;
	font-size: 1.0em;
	padding: 5px;
	height: 30px;
}

/* -------------------------------------------------------------- 
  
   4) FORMS & CONTROLS
   
-------------------------------------------------------------- */

.formItem
{
	font-size: 12px;
}

.formfield
{
	border: solid 1px #CCCCCC;
}

.dropdown
{
	font-size: 16px;
	background-color: #ebeaea;
	width: 200px;
}

.dropdown option 
{
	font-size: 16px;
	width: 200px;
}

.smalltext
{
	font-size: 16px;
	width: 200px;
	border: 0px;
	background-color: #ebeaea;
	padding: 2px;
}
.largetext
{
	font-size: 16px;
	width: 300px;
	border: 0px;
	background-color: #ebeaea;
	padding: 2px;
}

.focusfield
{
	border: solid 1px #BF311A;
}

.idlefield
{
	border: solid 1px #CCCCCC;
}



.textarea
{
	background-color: #ebeaea;
	padding: 4px;
}

.formHeader
{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 12px 4px 16px;
	border: solid 1px #B4B4B4;
	border-bottom-style: none;
	background-color: #BF311A;
	color: #FFFFFF;
}

.formBody
{
	background-color: #FFF;
	padding: 10px;
	border: solid 1px #CCC;
	margin-bottom: 20px;
}

textarea
{
	width: 450px;
	height: 150px;
	padding: 5px;
	font-size: 1.25em;
	line-height: 1.25em;
	font-family: Arial;
}


.text:active
{
}

.title
{
	font-size: 1.0em;
}

.button
{
	height: 30px;
	padding: 3px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	background-color: #FFF;
	color: #F76912;
	font-weight: bold;
	text-align: center;
	width: 150px;
}
.button:hover
{
	height: 30px;
	padding: 3px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	background-color: #F76912;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
input.button:active
{
	height: 30px;
	padding: 3px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	background-color: #FFF;
	color: #F76912;
	font-weight: bold;
	text-align: center;
}

.checklist
{
	font-weight: normal;
}

.filterElement
{
	padding-bottom: 10px;
}

.filterLabel
{
	font-size: 10px;
	padding-bottom: 3px;
}

.filterControl
{
}



/* -------------------------------------------------------------- 
  
   5) THE REST
   
-------------------------------------------------------------- */

/* BOX CONTENT */
.BoxHeader
{
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 10px 4px 10px;
	border: solid 1px #B4B4B4;
	border-bottom-style: none;
	background-image: url('/_Assets/Media/Images/Layout/Admin/gridheaderbg2.gif');
	color: #FFFFFF;
}

.BoxContent
{
	border: solid 1px #B4B4B4;
	padding: 10px;
}

.SmallText
{
	padding: 2px;
	font-size: 1.0em;
	border: 1px solid #bbb;
	width: 200px;
	height: 19px;
}

.SmallButton
{
	height: 25px;
	padding: 2px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	background-color: #FFF;
	color: #F76912;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	width: 100px;
}

.SmallDropDown
{
	padding: 2px;
	width: 150px;
	float: left;
	height: 30px;
}

.SearchFormElement
{
	margin-bottom: 10px;
}

.SearchFormLabel
{
	float: left;
	width: 150px;
}

.SectionHeader
{
	font-size: 12px;
	font-weight: bold;
}

/* ListView Style */
#pager
{
	background-image: url('/_Assets/Media/Images/Layout/Admin/gridheaderbg2.gif');
	width: 100%;
	text-align: right;
	border-bottom: solid 1px #B4B4B4;
}

.datatable
{
}

.datatable .grid, .datatable .pager
{
	width: 100%;
	border-collapse: collapse;
}

/* Header styles */
.datatable .grid .head TH
{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 12px 4px 16px;
	border: solid 1px #B4B4B4;
	border-bottom-style: none;
	background-color: #BF311A;
	color: #FFFFFF;
}
.datatable .grid .head TH A
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.datatable .grid .head TH.asc
{
	/* override the sorting icon */
}
.datatable .grid .head TH.desc
{
	/* override the sorting icon */
}

.datatable .grid .head TH.desc A
{
	color: #FFFFFF;
}

/* Data cell styles */
.datatable .grid TD
{
	border: solid 1px #B4B4B4;
	border-top-color: #B4B4B4;
	border-left-width: 0px;
	color: #4B4B4B;
	font-size: 11px;
	padding: 6px 12px;
}
.datatable .grid TD.sort
{
	color: #444444;
}
.datatable .grid .row TD
{
	background-color: #fff;
}
.datatable .grid .altrow TD
{
	background-color: #E1E1E1;
}
.datatable .grid TD.numeric
{
	text-align: right;
}

/* The first cell styles for the data rows */
.datatable .grid TD.first
{
	text-align: center;
	border-left-width: 1px;
	background-repeat: no-repeat;
}
.datatable .grid .row TD.first
{
}
.datatable .grid .altrow TD.first
{
}

/* Data Pager Styles */
.datatable .pager
{
	font-family: Georgia,serif;
	text-align: center;
	padding: 15px 0px;
}

.datatable .pager SPAN.command, .datatable .pager SPAN.current, .datatable .pager A.command
{
	border: solid 1px #B4B4B4;
	color: #666;
	background-image: url(/img/gradient.gif);
	background-position: 0px -20px;
	line-height: 18pt;
	padding: 5px;
	text-decoration: none;
}

.datatable .pager SPAN.current
{
	font-weight: bold;
}

/* Helpers
-------------------------------------------------------------- */
.formleft
{
	float: left;
	padding-right: 20px;
}

.formright
{
	float: right;
}

.formclear
{
	padding-bottom: 20px;
	clear: both;
}



/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success
{
	padding: .3em;
	margin-bottom: 1em;
	border: 1px solid #ddd;
	display: block;
	width: 300px;
}

.error
{
	background: #E7E5E4;
	border-color: #F76912;
	font-weight: normal;
}
.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a
{
	color: #8a1f11;
}
.notice a
{
	color: #514721;
}
.success a
{
	color: #264409;
}

.error
{
	font-weight: normal;
}


success a
{
	color: #264409;
}

.error
{
	font-weight: normal;
}

.PageTree
{
	font-size: 1em;
}

.PageTree a
{
	color: #3C3C3C;
}

.InfoBox
{
	padding: 10px;
	background-color: #FFF;
	border: solid 1px #CCC;
	margin-bottom: 20px;
}

#Faqs
{
	margin-right: 30px;
}

.FaqItem
{
	margin-bottom: 10px;
}

.FaqHeader
{
	font-weight: bold;
	margin-bottom: 10px;
}
