/********************************************
   HTML Elements
********************************************/ 

* {margin: 0;padding: 0;}
body {color:#444444;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height: 160%; background: #DADADA url(/img/body_bg.png) repeat-x left top}

body, p, li, form, ul li p, ol li p {margin: 0;padding: 0;}
ul, ol {margin: 15px;}
ul li {list-style-type: square; margin:0 0 5px 20px;}
ol li {list-style-type: decimal; margin:0 0 5px 20px;}

h1, h2, h3, h4, h5, h6 {margin:0 0 10px; font-weight:bold; color: #485E82;}
h1 {font-size: 28px; line-height:120%;font-weight:normal;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

p {padding-bottom:15px;}


/* Headings */

h6.mainTitle {font-weight:bold; background:url(/img/h6_bg.png) repeat-x left top;border:1px solid #FFFFFF;line-height:31px;padding:0 0 0 10px; margin:0}
h6.commentTitle {background-color:#C61717;color:#FFFFFF;padding:8px 10px;height:20px;line-height:20px;margin:0}


/* Link */

a, a:visited {color:#CC0000;text-decoration: underline;outline: none;}
a:hover {text-decoration: none;}

a.more, a.more:visited {color:#CC0000;text-decoration: underline;outline: none; display:block;background:transparent url(/img/slidingDoor/slidingDoor_border.gif) repeat-x scroll left top; height:40px; line-height:40px;padding:0 0 0 10px;}
a.more:hover {text-decoration: none;}

a.readMore, a.readMore:visited {color:#4B4B4B;text-decoration: none;outline: none; display:block; padding:0 0 0 10px; background:url(/img/arrowGrey.gif) no-repeat left 4px; text-transform:uppercase; font-size:11px}
a.readMore:hover {text-decoration: underline;}


/* Tables */

table,
table.tableStyle{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
table thead tr td,
table thead tr td th,
table.tableStyle thead tr td,
table.tableStyle thead tr td th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #CC0000;
}
table tbody tr td,
table.tableStyle tbody tr td
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

table tbody tr th,
table.tableStyle tbody tr th
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #dddddd;
	font-weight:bold;
	color: #444444;
}

/* --------------------------------------- */


/* BANERI IFRAME - sidebarLeft, sidebarRight */

#iframeLeft {
	width:130px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	clear: both;
}

.iframeLeftBaner {
	margin-bottom:10px;
}

#iframeRight {
	width:160px;
	margin-left:auto;
	margin-right:auto;
}

.iframeRightBaner {
	margin-bottom:10px;
}

#iframeRight .rightbanner {
	margin-bottom: 10px;
}


