﻿html
{
	height: 100%;
	margin: 0px 0px 0px 0px;				
}
body
{		
	color: #7a5f32;
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Helvetica, Arial;				
	background-color: #98c872;
	font-size: 14px;
}
h1
{
	font-size: 24px;
	font-weight: bold;	
	padding: 0px;
	margin: 0px;
}
h2
{
	margin: 0px;
}
a:visited
{	
	color: #2b4818;
}
a:link
{
	color: #2b4818;	
}
img
{
	border: 0;
}
.page
{
	margin: 0;	
	border: 0;
	padding: 0;
	width: 100%;	
	height: 100%;	
}
#innerPage
{	
	background-color: White;	
	overflow-X: hidden;
	padding: 10px;
}
#headerPusher
{
	/* Chrome wanted this to shunt the content */
	height: 125px;
	width: 100%;	
}
#header
{
	top: 0px;
	background-image: url(Images/Sky.jpg);
	background-repeat: repeat-x;	
	background-position: top;		
	margin-bottom: 10px;
	height: 105px;
	width: 100%;
	position: absolute;
}
#headerGrassTop
{
	width: 100%;
	height: 27px;
	top: 87px;
	position: absolute;
	background-image: url(Images/GrassBarToppedFade.gif);
	background-repeat: repeat-x;	
	z-index: 1;	
}
#header img
{	
	margin-left: 5px;	
	top: 10px;			
	position: absolute;		
}
#header ul
{	
	display: inline;	
	position: absolute;
	left: 300px;
	top: 35px;				
	font-size: 14px;
	font-weight: bold;		
	width: 268px;	
	margin: 17px;
	padding-left: 50px;
}
#header li
{	
	text-align: center;
	float:left;
	list-style: none;
	background-image: url(Images/ButtonEgg.gif);	
	background-position: 1px;
	background-repeat: no-repeat;	
	width: 57px;
	height: 42px;
	line-height: 42px;
	margin-left: 5px;	
}
#header li a
{	
	text-decoration: none;
}
#headerChicken
{
	position: absolute;	
	left: 300px;
	top: 15px;
	z-index: 1;
}
div .grassTopper
{
	width: 100%;
	height: 5px;
	background-image: url(Images/GrassTop.jpg);	
	background-repeat: repeat-x;
}
#main
{	
	margin-left: 10px;
	margin-right: 10px;	
}

#footer
{    	
	width: 99%;
    padding: 10px 0;
    text-align: center;    
    margin: 5px;
    font-size: .9em;
    clear: both; 
    color: White;
}
#footer img
{
	position: relative;
	top: 5px;
}
.tab
{	
	padding-left: 0;	
	margin-left: 0;
	margin-bottom: 10px;
	border-bottom: solid 1px Silver;	
}
.tabContent
{
	margin-top: 0;
	margin: 0 0 0 0;
}
.tab li
{
	display: inline;
    list-style: none;    
    border: solid 1px;
    border-bottom: none;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;    
}
.tab li.active
{
	background-color: White;	
}
.tab li.inactive
{
	background-color: #CCCCCC;
	border-top-color: #999999;
	border-left-color: Gray;
	border-right-color: Gray;
	color: #808080;
}
.tab li.highlight
{
	background-color: Yellow;
	border-top-color: #999999;
	border-left-color: Gray;
	border-right-color: Gray;
	color: Blue;
}
.highlightedContent
{
	background-color: #ecfbde;		
}
.sectionHeader
{	
	margin: 5px;
	padding: 10px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}
.ajaxWait
{	
	margin-left: 5px;
}

#logindisplay
{
	color: Black;
    font-size:12px;
    float: right;
    text-align:right;
    margin: 10px;
}
#logindisplay a
{
	color: Black;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.quickSearchTerms ol
{
	text-align: center;
}
.quickSearchTerms li
{
	display: inline;
    list-style: none;    
}
.dialogTable
{
	font-size: small;
	overflow: scroll;
}
div.dialogTable 
{
	height: 18em;	
	border: solid 1px Silver;
}
div.dialogTable table
{
	width: 100%;		
}
thead
{
	background-color: #d6ffb0;	
}
div.dialogTable input
{
	font-size: x-small;
}
td.dialogTableTools
{
	width: 0%;
}
td.dialogTableData
{
	width: 50%;
}
div.dialogTable td
{	
	border-bottom: solid 1px Silver;
}
.quickSearchTerms
{
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
}

/* ---- form layouts -----*/
fieldset
{
	border: 1px solid silver;
	margin: 3px 3px 3px 3px;
}
fieldset label
{
	margin-right: 3px;
}
fieldset.short input[type="text"]
{
	width: 50px;
	margin-right: 8px;
	margin-bottom: 5px;
}
fieldset p 
{
    margin: 2px 12px 10px 10px;
}
fieldset label 
{
    display: block;
}
fieldset label.inline 
{
    display: inline;
}
fieldset label.opmlImportOption
{
	position: relative;
	width : 5em;	
}
div input[type="text"]
{
	width: 99%;
}
input[type="file"]
{
	width: 99%;
}
div.logonPage input[type="password"]
{
	width: 99%;
}
legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #bcab8a;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

#widgetCode pre
{
	border: 1px solid silver;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	white-space:normal;
	font-size: 1.1em;
	color: Blue;	
	overflow:scroll;
}



/* ------ tiny mce  ------ */

.mceEditorArea {
    background: white;
}

#quickLaunchBar
{
	width:100%;
	background-color:White;	
	height: 28px;
	padding: 0;
	margin-bottom: 10px;
	overflow-X: hidden;
	overflow-Y: hidden;
}
#quickLaunchBar ul
{
	display: inline;	
	margin: 0;
	padding: 0;
}
#quickLaunchBar li
{
	float: left;
	list-style: none;
	height: 35px;	
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;		
}
#quickLaunchBar a
{
	padding: 5px;
	background-color: #ecfbde;
	border-style: solid;
	border-width: 1px;
	border-color: #ecfbde;
	text-decoration: none;
}
#quickLaunchBar a:hover
{
	border-color: #98c872;
}



/* ------ navigator ------ */

#navigator
{	
	width: 210px;	
	float: left;	
}
#navigatorContent
{
	background-repeat: repeat;	
}
#navigatorContent .navigatorSection
{
	background-color: White;
    padding: 10px;    
    margin-bottom: 5px;
    font-size: 14px;    
    width: 191px;    
    overflow-X: auto;
}
#navigatorContent .navigatorSection img
{
	float: left;
	padding-right: 5px;
}
#navigatorContent ul
{
	
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 0px;
}
#navigatorContent li
{
	margin-left: 5px;
	padding-right: 0px;
}

/* -- other home page stuff -- */

#toolbar
{		
	height: 48px;
	background-color: #ecfbde;	
	overflow-X: hidden;
	overflow-Y: hidden;
}

.toolbarItem
{
	 background-color:White; 
	 width: 40px; 
	 height: 40px; 
	 float: left;
	 margin: 4px;
	 padding: 0px;
	 border: 0px;
	 cursor: pointer;
}
.toolbarItem img
{
	margin: 4px;
}

/* -- pageTable -- */

.pageTable table
{
	width: 100%;	
	font-size: small;
	text-align: center;
}
.pageTable td
{
	border-bottom: solid 1px #003366;
	border-bottom-color: #339966;
}

/* -- front page --*/

#welcome
{	
	text-align: center;
}
#welcome p
{
	margin: 1em;
}
#storyPane
{	
	margin-left: 220px;
	background-color: White; 
	padding: 5px;
}
#storyHeader
{	
	padding: 3px 3px 3px 3px;
}
#storyHeader h2
{	
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
#storyHeaderControls
{
	width: 80px;	
	float: right;		
	background-color:#8dbb63;
	height: 26px;
	text-align: center;			
}
#storyHeaderControls img
{
	margin: 2px;
	border: none;
	cursor: pointer;
}
#mainVidi .roosstItem
{	
	height: 94px;
	padding-right: 5px;
	padding-left: 5px;
}
#mainVidi .roosstItemLimiter
{
	margin-top:7px;
	height: 80px;	
	overflow: hidden;
	background-image: url('Images/StoryBackground.jpg');
}
#mainVidi .roosstItemStoryText
{
	height: 80px;
}
#mainVidi .roosstItemStoryPic
{
	float: left;	
	
	background-repeat: no-repeat;
}
#mainVidi img.roosstItemStoryPic 
{
	padding: 10px;
	width: 60px;
	height: 60px;
	cursor: pointer;	
}
#mainVidi div.roosstItemStoryPic 
{
	padding: 0px;		
	height: 80px;
	width: 10px;	
}
#mainVidi div.roosstItemStoryLinks
{
	float: right;
	width: 80px;		
	height: 42px;
	padding: 18px 2px;		
}
#mainVidi div.roosstItemStoryLinks img
{
	padding-right: 3px;
	cursor: pointer;
}
#mainVidi h1
{	
	color: #7a5f32;
	font-size: 18px;
	font-weight: bold;	
	margin: 0;
	padding: 0;
	cursor: pointer;	
}
#mainVidi h2
{
	color: #7a5f32;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;	
	margin: 0px 0px 0px 0px;
	padding: 0;
	cursor: pointer;		
}
#mainVidi p
{
	color: #7a5f32;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	cursor: pointer;
}
.readDialog
{
	overflow:scroll;
}
/* ---------------- widget demo ---------------- */

div #widgetDemo1
{
	width: 40%;
	float: left;	
	background-image: url(http://shirleysstudio.net/freetilesimages/waves3d.jpg);
	background-repeat: repeat;
}
div #widgetDemo1 .roosstVidi
{
	opacity:  0.75;
    filter: alpha(opacity=75);
}

div #widgetDemo2
{	
	width: 58%;
	float: right;
}

div #widgetDemo3
{
	padding-top: 1.2em;
	clear: both;
	
}

/* ------------------- EXPLORER ------------------*/
#explorerTable
{
	overflow-Y: scroll;	
	position: relative;
	top: 0px;	
}
#explorer h2
{
	overflow-Y: hidden;
	height: 1.2em;	
}
#explorer p.options
{
	overflow-Y: hidden;
	height: 1.2em;	
}
.explorerGroupHeader
{
	cursor: pointer;
	font-weight: bold;
}
.explorerGroup img
{
	padding-right: 5px;
}
.explorerGroupItems
{
	margin-left: 12px;
	margin-right: 12px;
}
.explorerGroupItems table
{
	width: 100%;
}
.explorerGroupItems thead
{
	cursor: pointer;	
}
.explorerGroupItems td
{
	width: 50%;
}
.explorerItem
{
	cursor: pointer;	
}
