/*=================================================================================*/
/* Spooky Templates																																 */			
/*=================================================================================*/

/*---------------------------------------------------------------------------------*/
/* News           																																 */			
/*---------------------------------------------------------------------------------*/

/* Floating News */
div.spookydiv_news1
{
	border: #eeeeee 1px solid;
}

#spookydiv_news1 div.inner
{
	margin: 5px; 
}

/* Floating Announcements - Floating Left */
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 - Floating Right */
div.spookydiv_ann2
{
	border: #eeeeee 1px solid;
	padding: 5px; 
	margin: 0px 5px 5px 5px; 
	min-width: 204px;
	width: auto !important;
	width: 204px;
	float: right;
}

/* Floating Announcements */
div.spookydiv_ann3
{
	border: #888888 1px solid;
	padding: 5px; 
	margin: 5px 5px 5px 5px; 
	min-width: 204px;
	width: auto !important;
	width: 204px;
	height: 200px;
}

#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: Arial, Sans-Serif;
	color: #333333;
	font-size: 13px;
	margin: 10px 0px 10px 0px;
}

.edtdiv table
{
	padding-bottom: 10px;
}

.edtdiv p
{
    font-family: Arial, Sans-Serif;
	color: #333333;
	padding: 5px 0px;
	margin: 0px;
}

.edtdiv hr
{
	color:#ececec;
	height:1px;
}

.edtdiv hr.bottomline
{
	color:#000;
	height:2px;
}

.edtdiv strong
{
	font-weight: bold;
}

.edtdiv ul 
{
    list-style-type: none;
    color: #333;
    margin: 5px 5px 5px 25px;
    padding: 0px;
    
}

.edtdiv ul li 
{
    background: url(../../custom/0000/img/li.gif) no-repeat 0px 7px;
    padding: 3px 5px 3px 23px;

} 

.edtdiv ul li ul li 
{
    background: url(../../custom/0000/img/li2.gif) no-repeat 0px 7px;
    margin-left: -25px;
    padding: 3px 5px 3px 20px;

} 

.edtdiv ol
{
	margin: 5px 5px 5px 40px;
	padding: 0px;
	color:#333;
    background: none;
}

.edtdiv ol li
{
	margin: 5px;
	padding: 0px;
    background: none;
}

.edtdiv ol li ul li
{
    list-style-type: circle;
    margin: -5px;
    padding: 5px 0px;
    background: none;   
}

.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: #c56c02;
}

.edtdiv a:visited
{
	color: #666;
}

.edtdiv a:hover
{
	color: #ffae00;
}

.edtdiv a:active
{
	color: #d99037;
}

.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 h1
{
	margin: 0px;  
	padding: 13px 0px 5px 0px;
	font-family: Georgia, Garamond, Serif; 
	color: #E5701E; 
	font-size: 25px; 
	font-weight: normal;
}

.edtdiv h2
{
	margin: 0px;  
	padding: 13px 0px 5px 0px;
	font-family: Georgia, Garamond, Serif;  
	color: #777; 
	font-size: 21px; 
	font-weight: normal;
}

.edtdiv h3
{
	margin: 0px;  
	padding: 13px 0px 5px 0px;  
	font-family: Georgia, Garamond, Serif;  
	color: #555; 
	font-size: 18px;
	font-weight: normal;
}

.edtdiv h4
{
	margin: 0px;  
	padding: 13px 0px 5px 0px; 
	font-family: Georgia, Garamond, Serif; 
	color: #333; 
	font-size: 15px;
	font-weight: normal;
}

.edtdiv h5
{
	margin: 0px;  
	padding: 8px 0px 3px 0px;  
	font-family: Georgia, Garamond, Serif;
	color: #333; 
	font-size: 11px;
	font-weight: bold;

}

.edtdiv h6
{
	margin: 0px;  
	padding: 8px 0px 3px 0px;  
	font-family: Georgia, Garamond, Serif;
	color: #333; 
	font-size: 11px;
	font-weight: bold;


}

.edtdiv blockquote
{
	margin: 5px 0px 20px 20px;
}