﻿/* Table of Contents

	1. Classes used in Editor dropdown box
	2. Page Layout

 1. Classes used in Editor dropdown box 
--------------------------------------------------------------------------------------- */
	
	
	.boldtext {font-weight: bold;}
	.italic { font-style:italic;}
	.maintitle {font-size: 1.3em; text-transform:uppercase; color: #333; font-weight:bold; font-family:Arial, verdana, helvetica; padding: 0.3em 0 0.3em 0; width: 100%; border-bottom: 1px solid #cccccc; margin-bottom: 0.7em;}
	.redtext {color: red;}
	.underline {text-decoration: underline;}
	.leadingparagrph { font-size:1em; font-family:Verdana; margin-bottom:1em; font-weight:bold; display:block; padding-left:10px; width:710px; border-left:5px solid #ccc;}
	.quote {font-family:Verdana; font-weight:bold; text-align:left; display:block;  border-top:2px solid #ccc; padding:1em 0em; border-bottom:2px solid #ccc; margin-bottom:1em;}
	.quote em { padding:0 10px;color:Red; display:block;font-size:1em;}
	.unorderedlist { color:#666666; padding:1em 0; margin-bottom:1em; text-transform:capitalize; list-style-type:square; padding-left:40px; background:#f0f0f0;}
	
	.quote_client { text-align:left; display:block;  padding:1em 0em; font-style:italic; border-bottom:2px solid #ccc;  margin-bottom:0em;}

/* 2. Page Layout 
--------------------------------------------------------------------------------------- 
	 DONT USE CLASSES HERE */
	 
	
	/* breadcrumb menu */
		#ewi2_cms_breadcrumb_menu {background: #eee; padding: 1%; margin-top:2em; width:98%;}
		#ewi2_cms_breadcrumb_menu span {padding-right: 0.5em; color: gray;}
		#ewi2_cms_breadcrumb_menu img {padding: 0 1em 0 1em;}
		#ewi2_cms_breadcrumb_menu_openingtext {font-weight: bold; padding-right: 0.5em; float: left;}


	/* editpage.aspx */
		#ewi2_cms_fieldset_layout {padding: 2em 0 2em 0;}
		#ewi2_cms_fieldset_layout ul {padding: 0;}
	
		#ewi2_cms_title_description {vertical-align: top;}
		#ewi2_cms_header_description {vertical-align: top;}
		
		#ewi2_cms_thumbnaileditorwrapper {padding: 1em 0 0 2em;}
		#ewi2_cms_thumbnaileditorwrapper label {width: 100%; text-align: left;}
				
		#ewi2_cms_thumbnailwrapper {padding: 1em 0 0 2em; float:left; clear:left; width:auto; margin-left:-500px;}
		#ewi2_cms_thumbnailwrapper label {text-align: left; background:red; width:auto;}
		#ewi2_cms_thumbnailwrapper textarea {text-align: left; background:red; width:auto;}
		#ewi2_cms_thumbnailwrapper table {text-align: left; background:red; width:auto;}
		
		#ewi2_cms_editorwrapper {padding: 1em 0 0 2em;}
		#ewi2_cms_editorwrapper label {width: 100%; text-align: left;}
	
		#ewi2_cms_previewtitle {float: left; clear: both; margin: 0.5em 0 0.1em 0; width:98%; background:red;}

		#ewi2_cms_previewarea {border-bottom: 1px solid #cccccc; padding-bottom:10px; float: left; clear: both;  width: 100%;}
		#ewi2_cms_previewarea_label {font-size: 1.3em; text-transform:uppercase; color: #000; font-weight:bold; font-family:Arial; padding: 0.3em 0 0.3em 0; width: 100%; border-bottom: 1px solid #cccccc; margin-bottom: 0.7em; clear:both; padding-top:20px;}
	
	
	/* cms.aspx */
		#ewi2_cms_section_layout {float: left;}
		#ewi2_cms_section_layout ul li a {width: 100%; float: left;}
		#ewi2_cms_section_layout ul li {display: inline; float: left; margin-right: 1em;}
		#ewi2_cms_section_layout ul li p {font-size: 200%; text-align: center; color: Black;}
		#ewi2_cms_section_layout ul li div {font-size: 150%; text-align: center; padding: 1em; color: Black;}
		#ewi2_cms_section1 {background: #92C5EB; width: 20em;}/* light blue */
		#ewi2_cms_section2 {background: #FBC9BD; width: 20em;}/* light red */
		#ewi2_cms_section3 {background: #9BD3AE; width: 20em;}/* light green */
		#ewi2_cms_section1 a:hover {background: #0072BC; text-decoration: none;}/* dark blue */
		#ewi2_cms_section2 a:hover {background: #ED174C; text-decoration: none;}/* dark red */
		#ewi2_cms_section3 a:hover {background: #51B848; text-decoration: none;}/* dark green */
		
		
	/* pagelist.aspx */
		#ewi2_cms_pageinfo_wrapper {float: left; width: 100%; display: block;}
		
		#ewi2_cms_select_items {width: 66%; float: left; padding: 1em 0 0 2%;}
		#ewi2_cms_select_items table {width: 100%;}
		#ewi2_cms_select_items table td input {float: left; width: 5%;}
		#ewi2_cms_select_items table td label {width: 90%; text-align: left;}
		
		#ewi2_cms_number_of_items {float: right; width: 28%; display: block; background: #eee; margin: 1em 2% 0 0; padding: 0.5em 0 0 2%;}
		#ewi2_cms_number_of_items li {padding-bottom: 0.5em;}
		#ewi2_cms_number_of_items li span {font-weight: bold; float: left; width: 2em;}
		
		#ewi2_cms_select_items_submit {float: left; margin-left: 1em; margin-top: 1em;}
		
		#ewi2_cms_featured_news_article {color:#fff; background: #999999;  padding: 10px; margin:0px 2px;  padding-bottom:0%; text-align: left; width: 707px; clear:both;}
		#ewi2_cms_featured_news_article label { float:left; margin-top:5px;}		
		#ewi2_cms_featured_news_article input {margin-left:5px;}
		
	/* gridview colors */
		#ewi2_cms_gridview_rowstyle_normal {background: #92C5EB;}/* light blue */
		#ewi2_cms_gridview_rowstyle_archived {background: #ccc;}/* light gray */
		#ewi2_cms_gridview_rowstyle_frontpage {background: #FBC9BD;}/* light red */
		
		
		
		.ewi2_skin_dropdowncalender_timespacer {vertical-align: top;}