/* Stylesheet copyright 2008-2009 by Charity Funding Solutions. */

/* Global styling: */
form, table, td, tr, button, br, img
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
body 
{ 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC; 
}

a
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666666;
	font-weight: bold; 
}
a:link 
{ 
	text-decoration: none;
	color: #5B7196;
}
a:visited 
{
	text-decoration: none;
	color: #5B7196;
}
a:hover
{
	text-decoration: underline;
	color: #333333;
}
a:active
{
	text-decoration: none;
	color: #5B7196;
}
hr
{
	color:#7B91B6;
	background-color:#7B91B6;
	border:0px;
	height:2px;
	width:95%;
}

input.text, textarea, select
{
    font-size:12px;
	padding:1px 1px 1px 1px;
    border-top:1px solid #777;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ddd;
    background-color:#fff;
}

/* Styles similar to original page */
.style4
{
	font-size: 10px;
	color: #003366;
}
.style5 
{	
	font-weight: bold;
}
.style6
{
	font-size: 13px; 
	color: #666666; 
}
.style132 
{
	font-size: 13px; 
	color: #333366; 	
	font-weight: bold; 
}
.style134 
{
	font-size: 14px;
}
.style135 
{
	font-size: 13px;
	color: #666666;
	font-weight: bold; 
}
.style137 
{
	font-size: 17px;
	color: #666666; 
}
.style11 
{
	font-size: 12px; 
}
.style12 
{
	font-weight: bold;
	font-size: 12px;
}
.style13 
{	
	color: #5B7196;
	font-size: 12px;
}
.style14 
{
	font-size: 12px;
	color: #666666; 
}
.style15 
{
	font-size: 12px; 
}
.style16 
{
	color: #5B7196;
	font-size: 12px; 
	font-weight: bold; 
}
.style17 
{
	font-size: 11px;
	color: #333366;
}

/* Dialog styles */
.cfs_dialog
{
	border:2px solid #5B7196;
	background-color:#FFFFFF;
	
	color: #5B7196;
	font-size: 12px;  
}
.cfs_titlebar
{
	cursor:default;
	clear:both;
	padding:0em 0em 0em 0.2em;

	background-color:#5B7196;
	color: #FFFFFF;
	font-size: 13px; 
	font-weight: bold; 
}
.editButton
{
	float:right;
	margin:2px;
	cursor:pointer;
}

/* Edit interface */
.unselTab
{
	cursor:pointer;
	background-color:#EEEEEE;
	border-bottom:1px solid blue;
	padding:2px 10px 2px 10px;
	text-align:center;

	color: #5B7196;
	font-size: 12px;  
}
.unselTabContent
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	display:none;
}
.selTab
{
	cursor:pointer;
	background-color:#FFFFFF;
	border-top:1px solid blue;
	border-left:1px solid blue;
	border-right:1px solid blue;
	padding:2px 10px 2px 10px;
	text-align:center;

	color: #5B7196;
	font-size: 12px;  
}
.selTabContent
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;

	color: #5B7196;
	font-size: 12px;  
}

/* Other general stylings */

.baseBox
{
	border-collapse:collapse;
	border:1px solid #5B7196;
}

#bodyContent
{
	padding:0px 30px 5px 30px;
}

.listCallout
{
	margin:2px 10px 0px 0px;
}
.ulImg
{
	text-align:center;
	margin:9px 9px 9px 9px;
}
.divider
{
	clear:both;
}
.dividerHidden
{
	clear:both;
	visibility:hidden;
}
.editPreview
{
	margin:5px 5px 5px 5px;
	border:1px solid blue;
	width:460px;
	height:110px;
	overflow-y:auto;
}

/* Login stuff */
.loginPane
{
	margin:30px 0px 30px 40px;
	border-collapse: collapse;
	border: 2px solid #5B7196;
}
.mi
{	
	font-style:italic;
	font-size: 13px;
	color: #666666;
}

/* Calendar stuff */
.calendar
{
	font-size: 13px;
}
.calSelected
{
	background-color:#FFFF33;
	color:red;
	font-weight:600;
	cursor:default;
}

.calInMonth
{
	background-color:#FFAA66;
	color:black;
	cursor:default;
}
.calOutMonth
{
	background-color:#66AAFF;
	color:grey;
	cursor:default;
}

.tableHeader td
{
	padding:4px 4px 4px 4px;
}
.tableRowOdd td, .tableRowEven td
{
	padding:1px 4px 1px 4px;
}

.tableHeader
{
	background-color:#CCF;
}
.tableRowOdd 
{
	background-color:#EEE;
}
.tableRowEven
{
	background-color:#DDF;
}