/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/* Same as title_subtitle except without padding left */
.subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight: normal;
	color: #1251AC;
}

table.tableData
{
	border:1px solid #5AA1F0 !important;
	border-collapse:collapse;
	background: #ffffff url(_gfx/cmn/tabledata_bg.gif) repeat-x;
}

.tableData td
{
	border:0;
	border-top:1px solid #5AA1F0;
	padding:4px;
	margin:0;
}

.tableData th, .tableDatahdr
{
	background: #1b6bb8 url(_gfx/cmn/list_header_bg.gif) top left repeat-x;
	padding:4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.tableDatahdr a, 
.tableData th a
{
	color: #ffffff;
}

table.tableData2
{
	border:1px solid #5AA1F0 !important;
	border-collapse:collapse;
	background: #ffffff url(_gfx/cmn/tabledata_bg.gif) repeat-x;
}

.tableData2 td
{
	border:0;
	border-top:1px solid #5AA1F0;
	padding:4px;
	margin:0;
}

.tableData2 th, .tableDatahdr2
{
	background: #1b6bb8 url(_gfx/cmn/list_header_bg.gif) top left repeat-x;
	padding:4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.tableDatahdr2 a, 
.tableData2 th a
{
	color: #ffffff;
}

.tableBox
{
	border: 1px solid #F18600;
	font-size: 11px;
	background: #FEE2BE;
	padding:3px;
}

.caption {
	font-style:italic;
	font-size:10px;
}

.captionBoxRight {
	font-style:italic;
	font-size:xx-small;
	float:right;
	display:block;
	margin:10px;
}

.captionBoxLeft {
	font-style:italic;
	font-size:xx-small;
	float:left;
	display:block;
	margin:10px;
}


.sidebarPoppy {
	background:#F18600 url(_gfx/cmn/float_bg.gif) bottom left no-repeat;
	color:#fff;
	float:right;
	width:176px; margin:10px 0 10px 10px;
	padding:10px 10px 40px 10px;
	border-top:5px solid #F49E33;
}

.sidebarBlue {
	background:#1251AC url(_gfx/cmn/float_bg2.gif) bottom left no-repeat;
	color:#fff;
	float:right;
	width:176px; margin:10px 0 10px 10px;
	padding:10px 10px 40px 10px;
	border-top:5px solid #4174BD;
}

*html .sidebarPoppy, *html .sidebarBlue {width:196px;}
.sidebarPoppy p, .sidebarPoppy li, .sidebarPoppy a, .sidebarBlue p, .sidebarBlue li, .sidebarBlue a {color:#fff;}
.sidebarBlue a:hover, .sidebarPoppy a:hover {color:#ccc;}
.poppy {color:#F18600;font-weight:bold;}
.blue {	font-weight: bold;	color: #1251AC;}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea,.content
{
	font-family: verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height:140%;	
	color: #434240;
}

.content li {margin:0 0 0 20px;padding:0;line-height:120%; }

a
{
	color:#2374DF;
    text-decoration:underline; 	
}

a:hover
{ 
	color:#3C278C;

}

.content img {
  border-color:#193A89;
}
