/*
	Title:      Base styles
	Author:     Front-end
	Copyright:  Poort80  All rights resevered
*/

/* common
============================================================================= */

html, body {
	min-height: 100%;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	color:#000;
}

body, p, div, li, div, td, th, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

input, textarea, select {
	font-size: 12px;
}

p, li, td, th {
	line-height: 16px;
}

a img, img {
	border:none;
}
h1 {
	color: #009de9;
	font-size:40px;
}
h2 {
	font-size:26px;
	color: #000;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
	margin-bottom: 10px;
	color: #333;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:12px;
}

h3, h4, h5, h6, p, li, div, th, td, .defaultColor {
	color: #333;
}

.defaultColor {
	font-weight: normal;
}

h4, h5, h6 {
	margin-top: 10px;
}

h1, h2, h3, h5, h6 {
	margin-bottom: 0;	
}

h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight:bold;
}
p, ol, ul, dl, hr, pre, table, address, fieldset, input, caption, legend {
	margin-bottom:18px;
}

#contentWrapper a, 
#contentWrappera:link {
	color: #009de9;
}

#contentWrapper a:hover {
	color: #000;
}

object {
	outline:none;
}

/* color of defaultValue on input type=text and textarea*/
.p80_form_label {
	color: #b2b2b2;
}
ol, ul, dl {
	margin-left:15px;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style: disc outside;
}

optgroup {
	font-weight:normal;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
del {
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
}
th, td {
	vertical-align: top;
	padding:2px;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	text-align:center;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:1px;
}
label{
	cursor:pointer;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	color: #999;
}

/* wrapper       
============================================================================= */

#wrapper {
	width: 1024px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* contentWrapper and footer with (mainContent and sidebar)
============================================================================= */

.pageHeadings {
	margin: 0 auto;
	width: 900px;
}

#contentWrapper {
	width: 900px;
	margin-left: 63px;
	overflow: hidden;
}

#footer {
	margin: 0 auto;
	width: 1024px;
}

/* header
============================================================================= */

#header {
	display: block;
	height: 120px;
	overflow: hidden;
	width: 100%;
	clear: both;
	position: relative;
}

/* mainnav
============================================================================= */

#mainNav {
	display: block;
	height: 31px;
	clear: both;
	overflow: hidden;
	position: relative;
}

/* subnav
============================================================================= */

#subNav {
	padding-top: 6px;
	display: block;
	clear: both;
	height: 20px;
	overflow: hidden;
	position: relative;
}

/* maincontent (left)
============================================================================= */

#mainContent {
	display: block;
	width: 700px; /* main width of left column and width of grid system */
	float: left;
	min-height: 400px;
}

/* sidebar (right)
============================================================================= */

#sidebar {
	display: block;
	width: 170px;
	float: right;
	overflow: hidden;
	min-height: 400px;
}

.textContent #sidebar {
	margin-top: 13px;
}

.textContent #mainContent {
	margin-top: 10px;
}

.blockContent #sidebar {
	margin-top: 10px;
}

/* intro text (below subheading of page)
============================================================================= */

.intro {
	margin-bottom: 18px;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}

/* sidebar iframe
============================================================================= */

#sidebar iframe {
	width: 170px;
	height: 1000px;
	overflow: hidden;
}

/* icon2 (small arrow on the left of a link)
============================================================================= */

.icon2 {
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
	background:	url(../../base/gfx/arrow4.gif) no-repeat right 3px;
}

/* footer
============================================================================= */

#footer {
	display: block;
	overflow: hidden;
	clear: both;
}

/* common trigger classes
============================================================= */

.hide {
	display:none;
}

.break {
	display: block;
}

hr {
	border:0px #999999 dotted;
	border-top-width:2px;
	clear:both;
	height:0px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: Center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float:right;
}

.floatNone {
	float:none;
}

.floatLeft {
	float:left;
}

.clearFix {
	clear: both;
	height: 0px;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear:left;
}

.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.reset {
	margin: 0;
	padding: 0;
}

ol.reset, ul.reset {
	list-style: none;
}
.hide 
{
    display:none !important;
}
