/******************************/
/* Global styles (whole site) */
/******************************/
body {
	background: #49accf;
	font: 11px/130% Arial, Verdana, Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #555a5d;
}
/* font-size for tables is not inherited in IE5.x */
table, input, select, textarea {
	font: 11px/130% Arial, Verdana, Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
}
body, div, form, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/***** Links *****/
a {
/* 	font-size: 11px; */
	text-decoration: none;
	color: #55bedd;
}
a:hover {
	color: #21658b;
}
/***** Headings *****/
h1 {
	font-size: 21px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4, h5, h6 {
	font-size: 11px;
}
/***** Lists *****/
ul, ol {
	/* There are diferences when nesting LISTS in IE6/7 and FF. Margin-left 20px is good in FF, ~25px is good in IE6/7 */
	/* Please, do not remove this comment, but change (or comment) declaration when needed */
	/*margin-left: 21px;*/
	list-style-type: none;
}
/***** Paragraphs *****/
p {
	/* text-indent: 20px; */
}
/***** Tables *****/
table {
	border-collapse: collapse;
	border: 1px solid #666;
}
	table td {		
		border: 1px solid #666;
		padding: 5px;
	}
/***** Forms *****/
textarea {

}
select {
	padding: 2px 0;
}
option {
	padding: 1px 3px;
}
label {
	cursor: pointer;
	float: left;
}
.inputText, .inputPassword, .inputArea, .inputDrop {
	background: #fff;
	color: #333;
	border: 1px solid #c8c7c7;
	padding: 0 4px 1px;
	float: left;
}
.inputDrop {
	padding: 0 0 0 4px;
}
.inputRadio, inputCheck {
	float: left;
}
.inputButton {
	background: url(/img/content/blocktitle_bg2.gif) repeat-x;
	width: 90px;
	height: 28px;
	font: 14px/130% Tahoma, Arial, Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 28px;
	border: 0;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: #55bedd;
	float: left;
}
.inputButton:hover {
	background-position: 0 -28px;
	color: #55bedd;
}
.vAlign {
	border-collapse: collapse;
	border: 0;
}
	.vAlign td {
		vertical-align: middle;
		text-align: center;
		padding: 0;
		margin: 0;
		border: 0;
	}
/***** Common classes *****/
.clear {
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
	font-size: 1px;
}
.hr {
	background-color: #aeaeae;
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	overflow: hidden;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}
.center {
	margin: 0 auto;
}
