/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: tahoma, geneva, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #6e684b;
}

a
{
	color: #897fbc;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle4
{
	Z-INDEX: 0; FONT-FAMILY: Verdana; COLOR: #3f467b; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
.subtitle3
{
	Z-INDEX: 0; FONT-FAMILY: Verdana; COLOR: #ca9202; FONT-SIZE: 16px; FONT-WEIGHT: bold
}
.subtitle2
{
	Z-INDEX: 0; FONT-FAMILY: Tahoma; COLOR: #3f467b; FONT-SIZE: 18px; FONT-WEIGHT: bold
}
.subtitle
{
	Z-INDEX: 0; FONT-FAMILY: Verdana; COLOR: #ca9202; FONT-SIZE: 22px
}

table.tableData
{
	width: 85%;
	border:1px solid #e5dcba !important;
	border-collapse:collapse;
	background-color: #fdf8e7;
}

.tableData td
{
	border:0;
	border-top:1px solid #e5dcba;
	padding:3px 4px 3px 9px;
}

.tableData td p, .tableData th p, .tableDataHdr p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #fefefe;
	background: #58658b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #fefefe;
	font-size: 13px;
}

.tableData tr:hover
{
	background-color:#fdfbf4;
}

.tableBox
{
	border: 1px solid #e5dcba;
	padding:5px;
	background-color: #fdf8e7;
}

.tableBox th
{
	text-align:left;
}

.tableBox td, .tableBox td p, .tableBox th, .tableBox th p, .tableBox li, .tableBox a, .tableData td, .tableData td p, .tableData li, .tableData a
{
}

table.tableDataCentered
{
	border-collapse: collapse; 
	border:0;
}

.tableDataCentered td
{
	border:0;
	padding:2px;
	text-align:center;
}

/*Default Schema******************************************/
.RadEDomMouseOver
{
	background-color:#efefef;
	border:1px dashed red;
}

.RadEContent, .RadEContentBordered
{
	padding:3px;	
	
	background-image: none;
	margin: 0px;	
	text-align: left;	
	scrollbar-face-color: #BACBF4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #7E9FD2;
	scrollbar-3dlight-color: #E6EEFC;
	scrollbar-arrow-color: #4D6185;
	scrollbar-track-color: #F7F7F3;
	scrollbar-darkshadow-color: #C6D1DC;
	word-wrap: break-word;
}

.RadEContentBordered form
{
	 background-color:#efefef;
	 border:1px dashed #555555;		 
}
/* CSS class for A name */

.RadEContentBordered table
{
	BORDER-RIGHT: #999999 1px dashed; 
	BORDER-BOTTOM: #999999 1px dashed;
}

.RadEContentBordered table td
{
	PADDING: 2px;
	BORDER-TOP: #999999 1px dashed;	
	BORDER-LEFT: #999999 1px dashed;	
}

.RadEContentBordered table th
{
	PADDING: 2px;
	BORDER-TOP: #000000 1px dashed;	
	BORDER-LEFT: #000000 1px dashed;
}

