﻿/* Table of Contents:

	1. CSS Classes used in Editor dropdown box
	2. Page Layout
*/


/* 1. CSS Classes used in Editor dropdown box 
--------------------------------------------------------------------------------------- */
	
	.redtext {color: Red;}
	.boldtext {font-weight: bold;}
	.underline {text-decoration: underline;}

	

/* 2. Page Layout 
--------------------------------------------------------------------------------------- */
	/* DONT USE CLASSES HERE */


	/* editpage.aspx */
		#ewi2_cms_title_description {vertical-align: top;}
		#ewi2_cms_header_description {vertical-align: top;}
		
		#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;}
		#ewi2_cms_previewtitle div {background: #f1f1f1; float: left; padding: 0.5em; width: 9em;}
		#ewi2_cms_previewtitle span {display: block; float: left; padding: 0.5em;}
		
		#ewi2_cms_previewheader {float: left; clear: both; margin: 0.1em 0 0.1em 0;}
		#ewi2_cms_previewheader div {background: #f1f1f1; float: left; padding: 0.5em; width: 9em;}
		#ewi2_cms_previewheader span {display: block; float: left; padding: 0.5em;}
		
		#ewi2_cms_previewarea {float: left; clear: both; border: solid 1px #ccc; width: 98%;}
		#ewi2_cms_previewarea_label {margin: 1.5em 0 0.5em 0; font-weight: bold; float: left; clear: both;}
	
	
	/* 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: 98%;}
		
		#ewi2_cms_select_items {float: right; width: 45em; display: block;}
		#ewi2_cms_select_items ul {width: 20em; float: left; padding: 1em 0 0 1em;}
		#ewi2_cms_select_items ul li {}
		#ewi2_cms_select_items ul li input {float: left; margin-right: 0.5em;}
		#ewi2_cms_select_items ul li label {text-align: left; float: left; clear: none;}
		
		#ewi2_cms_number_of_items {float: right; width: 22em; display: block;}
		#ewi2_cms_number_of_items ul {background: #eee; margin-top: 1em; padding: 0.5em;}
		#ewi2_cms_number_of_items ul li {padding-bottom: 0.5em;}
		#ewi2_cms_number_of_items ul li span {font-weight: bold; float: left; width: 2em;}
		
		#ewi2_cms_select_items_submit {float: left; margin-left: 1em; margin-top: 1em;}
		
		
	/* 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 */
