﻿/*=================================================================================*/
/* Spooky Templates																																 */			
/*=================================================================================*/

/*---------------------------------------------------------------------------------*/
/* News           																																 */			
/*---------------------------------------------------------------------------------*/

/* Floating News */
div.spookydiv_news1
{
	border: #eeeeee 1px solid;
}

#spookydiv_news1 div.inner
{
	margin: 5px; 
}

/* Floating Announcements */
div.spookydiv_ann1
{
	border: #eeeeee 1px solid;
	padding: 5px; 
	margin: 0px 5px 5px 5px; 
	min-width: 204px;
	width: auto !important;
	width: 204px;
	float: left;
}

/* Floating Announcements */
div.spookydiv_ann2
{
	border: #eeeeee 1px solid;
	padding: 5px; 
	margin: 0px 5px 5px 5px; 
	min-width: 204px;
	width: auto !important;
	width: 204px;
	float: right;
}

#spookydiv_ann1 div.inner, #spookydiv_ann2 div.inner
{
	margin: 5px; 
}

/*---------------------------------------------------------------------------------*/
/* Calendar        																																 */			
/*---------------------------------------------------------------------------------*/

/* Event List Floating Left */
div.spookydiv_evt1
{
	border: #eeeeee 1px solid;
	padding: 5px; 
	margin: 5px 10px 5px 0px; 
	min-width:160px;
	width:auto !important;
	width:160px;
	float: left;
}

/* Event List Floating Right */
div.spookydiv_evt2
{
	border: #eeeeee 1px solid;
	padding: 5px; 
	margin: 5px 0px 5px 10px; 
	min-width:160px;
	width:auto !important;
	width:160px;
	float: right;
}

/* Event List */
div.spookydiv_evt3
{
	border: #eeeeee 1px solid;
	padding: 5px; 
	margin: 5px 5px 5px 5px; 
	width: 180px; 
}

/*---------------------------------------------------------------------------------*/
/* File Bank      																																 */			
/*---------------------------------------------------------------------------------*/

/* Floating Filebank Folder */
div.spookydiv_fbf1, div.spookydiv_fbf2, div.spookydiv_fbf3
{
	margin: 10px 0px; 
}

#spookydiv_fbf1 div.inner, #spookydiv_fbf2 div.inner, #spookydiv_fbf3 div.inner
{
}
/* Floating Filebank recursive */
div.spookydiv_fbr1, div.spookydiv_fbr2, div.spookydiv_fbr3
{
	margin: 10px 0px;
}

#spookydiv_fbr1 div.inner, #spookydiv_fbr2 div.inner, #spookydiv_fbr3 div.inner
{
}

/*---------------------------------------------------------------------------------*/
/* Custom Code     																																 */			
/*---------------------------------------------------------------------------------*/

/* Filebank Folder & recursive */
div.spookydiv_cst1
{
	/*border: #888888 1px solid;*/
}

#spookydiv_cst1 div.inner
{
}

/*---------------------------------------------------------------------------------*/
/* AZ Services     																																 */			
/*---------------------------------------------------------------------------------*/

/* Event List Floating Left */
div.spookydiv_azs1
{
	border: #eeeeee 1px solid;
	padding: 5px; 
	margin: 0px 5px 5px 5px; 
	min-width:160px;
	width:auto !important;
	width:160px;
	height: 200px;
	float: left;
}

/* Event List Floating Right */
div.spookydiv_azs2
{
	border: #eeeeee 1px solid;
	padding: 5px; 
	margin: 0px 5px 5px 5px; 
	min-width:160px;
	width:auto !important;
	width:160px;
	height: 200px;
	float: right;
}

div.spookydiv_azs3
{
	/*border: #eeeeee 1px solid;*/
	margin: 5px 5px 5px 5px; 
}

#spookydiv_azs1 div.inner, #spookydiv_azs2 div.inner, #spookydiv_azs3 div.inner
{
}

/*------------------------------------------------------------------------------------------*/
/* Styles to help WYSIWYG the editor some																					          */			
/* must be duplicated in civicax/RadControls/editor/skins/default2006/EditorContentArea.css */
/*------------------------------------------------------------------------------------------*/

.edtdiv, .edtdiv table
{
	font-family: Tahoma, Sans-Serif;
	color: #000000;
	font-size: 13px;
}

.edtdiv p
{
}

.edtdiv hr
{
	color:#ececec;
	height:1px;
}

.edtdiv strong
{
	font-weight: bold;
}

.edtdiv ul
{
/*	margin: 5px auto;*/
}

.edtdiv ul ul
{
/*	list-style: none;
	margin-left: 20px;*/
}

.edtdiv fieldset
{ 
	padding: 1em; 
	font-size: 13px;
	font-family: sans-serif; 
} 

.edtdiv label 
{ 
	float:left; 
	width:120px; 
	margin-right:5px; 
	/*padding-top:0.2em; */
	text-align:right; 
	font-weight:bold; 
}

.edtdiv a:link
{
	color: #0000c0;
}

.edtdiv a:visited
{
	color: #0000c0;
}

.edtdiv a:hover
{
	color: #ff0000;
}

.edtdiv a:active
{
	color: #0000c0;
}

.edtdiv .leftimg img
{
	margin: 0px 5px 0px 0px;
}

.edtdiv .leftimg p
{
	margin: 0px 15px 5px 10px;
	text-align: right;
	display:block;
	font-size: 10px;
}

.edtdiv .rightimg img
{
	margin: 0px 0px 0px 5px;
}

.edtdiv .rightimg p
{
	margin: 0px 10px 5px 15px;
	text-align: right;
	display:block;
	font-size: 10px;
}

.edtdiv .generalimg img
{
	margin: 5px 10px 0px 10px;
}

.edtdiv .generalimg p
{
	margin: 0px 15px 5px 15px;
	text-align: center;
	font-size: 10px;
}

.edtdiv h2
{
}

.edtdiv h3
{
}

.edtdiv h4
{
}

.edtdiv h5
{
}

.edtdiv h6
{
}

.edtdiv blockquote
{
	margin: 5px 0px 20px 20px;
}