/*block styles*/
.block {
	display: inline;
	clear: both;
}
.block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .block {
	height: 1%;
}
.block {
	display: block;
}
/* End hide from IE-mac */

p.preamble {
	color: #747373;
	font: 600 13px/17px arial,tahoma,verdana;
	margin: 0 0 15px 0;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #e0e0e0;
}
.image_holder {
	text-align: center;
}
.image_holder img {
	margin: 0px;
}
.image_border {
	border: 1px solid #333;
}
.image_holder p {}
.optimize {
	display: table;
}
.left, .Left {
	float: left;
	margin:0 10px 8px 0;
}
.main {
	overflow: hidden;
	margin: 0px;
}
.right, .Right {
	float: right;
	margin:0 0 8px 10px;
}
.large_image .image_holder {
	padding: 10px;
	margin: 10px;
	border: 0px solid #999;
	background-color: #FFF;
}
.large_image {
	clear: both;
}
.center img, .Center img, .large_image .Center img, .large_image .center img {
	margin: 0 auto;
}
.large_image .Center p, .large_image .center p {
	text-align: center;
	margin: 0 auto;
	width: 600px;
}

/*editor styles*/

/*table styles*/
.block  table { 
	font: 14px/17px arial,tahoma,verdana;
	border-collapse: collapse;
	width: 100%;
}
.block  table td { 
	padding: 3px; 
	vertical-align: top;
}
.table_main td, .table_main1 td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;  	
}
.delimiter {
	margin: 0 0 20px;
	padding: 13px 0;
	background: transparent url('../images/basic/delimiter.png') repeat-x left center;
	border: 0;
}
.block td p {
	margin: 0;
	padding: 0;
}
.table_main {
	width: 100%; 
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.table_main1 {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	font-size: 80% !important;
}
.table_main1 td {
	border-bottom:1px solid #E5E5E5;
	overflow:visible;
}
.table_main td.td_header_row, .table_main1 td.td_header_row {
	background:#4ba7c0;
	color:#b1eeed;
	border-bottom: 2px solid #7dc4d8;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
}
.td_colorl_01 {
	background: #f9f9f9;
	color: #555454;
}
.td_colorl_02 {
	background: #edf8ff;
	color: #0b3c66;
}
.td_colorl_03 {
	background: #ff7c35;
	color: #fff;
}
.td_header_col {
	background: #1169c2;
	color: #fff;
	font-weight: 600;
	border-bottom: 3px solid #0066FF;
	font-size: 15px;
}
.td_colorless .td_colorless {
	background: #fff;
	color: #555454;
}
.table_main .blue {
	font: 11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;
	color: blue;
}
.table_main .red {
	font: 11px/15px Verdana, Georgia, Helvetica, Tahoma, sans-serif;
	color: red;
}

/*****************************/



/*-------------------------------------------    

    Reset

-------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/*-------------------------------------------    

    Links

-------------------------------------------*/
a {
	color: #4da8c1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {	
	border: none;
}
a, a:active, a:focus {
	outline: none;
}

/*-------------------------------------------    

    General Selectors (Typo: 6 7 8 9 10 11 12 14 18 21 24 36 48)

-------------------------------------------*/
* {
	background-repeat: no-repeat;
}
body {
	color: #646464;
	font: 14px/20px arial,tahoma,verdana;
}
p, ul, ol, dl { 
	margin-bottom: 15px;
}
h1 { 
	margin-bottom: 15px;
}
h2 {
	color: #5fb2ca;
	font: 600 22px/24px arial,tahoma,verdana;
	margin: 10px 0 20px 0;
	padding: 0;
}
h3 {
	margin: -8px 0 15px 0;
	color: #5fb2ca;
	font: 600 14px/16px arial,tahoma,verdana;
	padding: 0;
}
h4 {
}
.box_chunk p.posted {
	color: #acacac;
	margin-bottom: 0;
}
#right h2 {
	color: #4da8c1;
	font: 600 16px/18px arial,tahoma,verdana;
	padding: 0;
	margin: 0 0 8px 0;
}
#right h3 {
	font: 400 16px/18px arial,tahoma,verdana;
	margin: 0 0 8px 0;
	padding: 0;
}
#right .posted {
	color: #acacac;
	margin-bottom: 6px;
	padding: 0;
}
.sidebox hr {
	color: #e0e0e0;
	margin: 12px 0;
	padding: 0;
}
label {
	line-height: 15px;
	vertical-align: middle;
}
input {
	line-height: 15px;
	vertical-align: middle;
}
table {	
	border-spacing: 0; 
	border-collapse: collapse;
	/* tables still need 'cellspacing="0"' in the markup */
}
img {
	display: block;
}
p img, span img, table img {
	display: inline;
}
.noMargin {
	margin: 0 !important;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.clear {
	clear: both;
}
button {
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: transparent;
	text-align: left;
}
ul, ol {
	margin-left: 2em;
}
select, option, input, textarea {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*
table {
	border-collapse: collapse;
	font-size: inherit;
	table-layout: fixed;
}
th, td {
	vertical-align: top;
	text-align: right;
}
th[scope="row"] {
	text-align: left;
	font-weight: bold;
} 
th[scope="row"] {
	text-align: left;
	font-weight: bold;
}
*/

blockquote {
	margin-left: 40px;
	margin-right: 40px;
}


