/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
html {
	padding:0;
	margin:0;
	background: url(../images/background_repeater.jpg) top repeat-x;

}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height:1.2;
	color:#333;
	padding:0;
	margin:0;
	background: transparent url(../images/background_home.jpg) center top no-repeat;
}


p {margin:0 0 15px 0;}

.container {

}

#textArea {
	background-color: #fff;
	padding-right: 16px;
}

table, input, textarea, select { font-size: 1em;  }

dl { margin:0 0 15px 0;}
	dt {}
	dd {}
.content ul{ list-style:disc; padding:0 0 0 20px; margin:0 0 15px 0;}
.content ol{ list-style:decimal; padding:0 0 0 20px; margin:0 0 15px 0;}
	.content ul li {}
	
legend {font-weight:800;}
label {}
input.text_field, input.password, .FeedbackTextBox { border:1px solid #ccc; background:#fff; width:200px; padding:2px; margin: 1px;}
textarea.text_area, .CommentTextBox{ border:1px solid #ccc; background:#fff; width:400px; padding:2px; margin: 1px; font-family:Arial, Helvetica, Verdana, sans-serif;}
select.select_element { padding:2px;}

table.dataTable { width:100%!important; width:99%; margin: 0 0 15px 0;}
	table.dataTable tr{ background:#fff;}
	table.dataTable tr.altRow{ background:#f8f8f8;}
	table.dataTable th{border-bottom:1px solid #ccc; background:#efefef; border-top:1px dotted #ccc; font-weight:800; padding:5px;}
	table.dataTable td{border-bottom:1px solid #ccc; padding:2px 5px;}
	table.dataTable td.altRow{ background:#f8f8f8;}
	
	table.listTable { border-top:1px dotted #000; width:100%!important; width:99%; margin: 0 0 15px 0;}
	 table.listTable tr {background:#f8f8f8; }
	table.listTable tr td{border-bottom:1px dotted #000; }
	table.listTable td.altCell{ background:#efefef;}
	table.listTable td{ padding:5px 5px; }
	
sup {font-size:0.75em; vertical-align:super;}
sub {font-size:0.75em; vertical-align:sub;}
acronym { text-transform:uppercase; border-bottom:1px dotted;}
abbr { text-transform:uppercase; border-bottom:1px dotted;}
blockquote {}
hr {border: none 0; border-top:1px solid #999;width: 100%; height: 1px; margin:0 0 15px 0;}
small { font-size:0.75em;}
strong {font-weight:800;}
em {font-style:italic;}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a { color: #cc0000; text-decoration:none; }
a:hover {color: #000;text-decoration:underline;}
a:active, a:focus { outline:none; border:none; }
object { outline:none; }
/*
------------------------------------------------------
Headers
------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {font-size:1em; color:#000; margin:0 0 15px 0;}
h1 {font-size:1.6em; font-weight: bold; color: #333; }
h2 {font-size:1.3em; font-weight: bold;}
h3 {font-size:1.2em; font-weight: bold;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}
h5 {font-size:1.0em;}
/*
------------------------------------------------------
Content Layout : To be repeated in the backend RAD Editior
------------------------------------------------------
*/
.internalImgLeft {float: left !important; border:2px solid #CCCCCC !important; margin:0 15px 10px 0 !important;}
.internalImgRight {float: right !important; border:2px solid #CCCCCC !important; margin:0 0 10px 15px !important;}


.tabular thead th{
	background-color: #EBEBEB;
	padding: 5px;
}

.tabular td {
	padding: 5px;
	border: 1px solid #EBEBEB;
}