/*
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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:18px;
	color: #58574f;
}

a
{
	color:#841019;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Same as title_subtitle except without padding left */

.section, .section p,  .section a
{
	font-size:18px;
	font-family: arial, helvetica, sans-serif;
	color: #58574f;
}

.sectionTitleRed, .sectionTitleRed p,  .sectionTitleRed a
{
	font-size:17px;
	color: #7b0f17;
	font-family: times, serif;
}

.subsection, .subsection p,  .subsection a
{
	font-size:15px;
	font-weight:bold;
	color: #58574f;
	font-family: arial, helvetica, sans-serif;
}

.photoCaption, .photoCaption p,  .photoCaption a
{
	font-size:10px;
	color: #87867b;
	line-height: 12px;
}

.linkGold
{
	text-decoration: none;
	color: #c28f18;
	font-weight: bold;
}

.linkGold:hover
{
	text-decoration: underline;
}

.linkMedia
{
	text-decoration: none;
	color: #7facbe;
	font-weight: bold;
	font-size: 11px;
}

.linkMedia:hover
{
	text-decoration: underline;
}

.listRed li
{
	list-style-type: none;
	padding: 4px 0 4px 15px !important;
	background: url(../../_gfx/int/listArrow_red.gif) 0 10px no-repeat;
	
}

.listGoldArrow li
{
	list-style-type: none;
	padding: 4px 0 4px 15px !important;
	background: url(../../_gfx/int/listArrow_gold.gif) 0 10px no-repeat;
	font-weight: bold;
}

.NoBulletList li
{
	list-style-type: none;
	padding: 4px 0 4px 15px !important;
	font-weight: bold;
}

ul.NoBulletList, ul.listGoldArrow, ul.listRed, .NoBulletList ul, .listGoldArrow ul, .listRed ul
{
	margin-left: 8px;
}

table.tableData_Dark
{
	width: 85%;
	border:1px solid #ded7c1 !important;
	border-collapse:collapse;
	background-color: #f9f6ed;
}

.tableData_Dark th
{
	background: #312d22 url(../../_gfx/int/tableHeader_dark_strip.gif) 0 0 repeat-x;
	padding: 6px 4px 5px 9px;
	color: #efe2d1;
	font-weight: normal;
	border-right:1px solid #ded7c1;
	text-transform: uppercase;
}
 
.tableData_Dark th a, .tableData_Dark th p
{
	color: #efe2d1;
}

.tableData_Dark td
{
	border:0;
	border-right:1px solid #ded7c1;
	padding:4px 4px 4px 9px;
}

table.tableData_Light
{
	width: 85%;
	border:1px solid #ded7c1 !important;
	border-collapse:collapse;
	background-color: #f9f6ed;
}

.tableData_Light th
{
	background: #998c4c url(../../_gfx/int/tableHeader_light_strip.gif) 0 0 repeat-x;
	padding: 6px 4px 5px 9px;
	color: #4a4333;
	font-weight: normal;
	border-right:1px solid #ded7c1;
	text-transform: uppercase;
}
 
.tableData_Light th a, .tableData_Light th p
{
	color: #4a4333;
}

.tableData_Light td
{
	border:0;
	border-right:1px solid #ded7c1;
	padding:4px 4px 4px 9px;
}

table.tableData
{
	width: 85%;
	border:1px solid #ded7c1 !important;
	border-collapse:collapse;
	background-color: #f9f6ed;
}

.tableData td
{
	border:0;
	border-top:1px solid #ded7c1;
	padding:4px 4px 4px 9px;
}

.tableData td p, .tableData th p, .tableData_Dark td p, .tableData_Dark th p
{
	padding: 0;
	margin:0;
}

.tableData th, .tableDataHdr
{
	padding: 5px 4px 4px 9px;
	text-align:left;
	color: #efe2d1;
	background: #7b0f17;
	text-transform: uppercase;
	font-weight: normal;
}

.tableDataHdr a, 
.tableData th a, .tableData th p, .tableDataHdr p
{
	color: #efe2d1;
}

.tableData tr:hover, .tableData_Light tr:hover, .tableData_Dark tr:hover
{
	background-color:#f8f1de;
}

.tableBox
{
	border: 1px solid #ded7c1;
	background: #f9f6ed;
	padding:5px;
}

.tableBox th, .tableBox_1 th, .tableBox_2 th, .tableBoxWhite th
{
	text-align:left;
}

.tableBox_2
{
	border: 1px solid #534c3b;
	background: #ede4c0;
	padding:5px;
}

.tableBox_1
{
	border: 6px solid #534c3b;
	padding:5px;
}

.TableboxWhite
{
	background: #ffffff;
	padding:5px;
}

.tableBox_1 td, .tableBox_2 td, .tableBox td, .tableBoxWhite td
{
	vertical-align: top;
}

.ImageFormat IMG, IMG.ImageFormat
{
	margin:10px;
	border: 3px solid #808080;
}


table.tableData{}
table.tableData_Light{}
table.tableData_Dark{}
.TableboxWhite{}
.tableBox_2{}
.tableBox_1{}
.tableBox{}
.photoCaption{}
.ImageFormat{}
.linkGold{}
.linkMedia{}
.NoBulletList{}
.listGoldArrow{}
.listRed{}
.subsection{}
.sectionTitleRed{}
.section{}