
html, body {
	height: 100%;
	width: 100%;
}

body {
	padding:0px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

.underline_hover a:hover {
    text-decoration: underline;
}

/* Aligns*/
.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

/* Paddings and Margins*/
.block {
	display: block;
}

/* Heights */
.height30 {
	height: 30px;
}

.height31 {
	height: 31px;
}

.height35 {
	height: 35px;
}

.height100 {
	height: 100px;
}

.height322 {
	height: 398px;
}
/* Colors */
.font_white {
	color: #ffffff;
}

.font_black {
    color: #000000;
}

.white {
	background-color: #ffffff;
}

/* Fonts */

.bold {
	font-weight: bold;
}

/* Scrollbar */
.scrollbar {
    scrollbar-base-color: #80D0E3;
    scrollbar-darkshadow-color: #80D0E3;
    scrollbar-shadow-color: #F5F4F4;
    scrollbar-track-color: #F5F4F4;
}

.action_center {
    margin-top: expression((document.body.clientHeight > 649)? 50 : 2);
}
/* Common classes: START */
.header {
	height: 30px;
	background-color: #ffffff;
	background-image: url(../images/front-header.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
}

.header div {
	height: 18px;
	width: 579px;
	overflow: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99D9E8;
	margin: 9px 0px 0px 21px;
}

.border_left {
	background-image: url(../images/border-left.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.border_right {
	background-image: url(../images/border-right.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

.languages {
	display: inline;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CECECE;
	margin: 7px 0px 0px 20px;
}

.languages a:hover {
	text-decoration: underline;
}

.lang_a {
	font-size: 10px;
	color: #919191;
}

.selected_a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #01A0C6;
}

.contact_home {
	display: inline;
	float: right;
	height: 11px;
	vertical-align: bottom;
	margin: 10px 16px 0px 0px;
}

.content_border {
	height: 398px;
	background-color: #ffffff;
	background-image: url(../images/content-border.gif);
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
}
/* Common classes: END */

/* Menu section: START */
.menu_section {
	width: 246px;
	height: 173px;
}

.login_header {
	color: #0187A7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 12px 0px 9px 0px;
}

.login_text {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 0px 27px;
}

.frontLoginInput {
	width: 100px;
	border: 1px solid #E3E3E3;
	margin: 0px 33px 0px 0px;
	background-color: #ffffff;
}

.frontLoginSubmit {
	width: 60px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	color: #0187A7;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	border: none;
	background-image: url(../images/submit-button.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: hand;
	margin: 0px 33px 0px 0px;
}
/* Menu section: END */

/* Front page: START */
.front_content {
	display: inline;
	float: left;
	width: 378px;
	height: 396px;
	overflow-y: auto;
	overflow-x: hidden;
}

.front_content_inside {
	display: inline;
	float: left;
	width: 330px;
	overflow-x: hidden;
	margin: 14px 0px 14px 21px;
}

.front_image {
	display: inline;
	float: right;
	width: 220px;
	height: 272px;
	margin: 17px 0px 0px 0px;
	overflow-x: hidden;
}

.front_image img {
	border: 1px solid #E3E3E3;
}

.cont_content_template {
	display: inline;
	float: left;
	width: 326px;
	overflow-x: hidden;
	margin: 0px;
}

.cont_image_template {
	display: inline;
	float: right;
	width: 210px;
	height: 272px;
	margin: 0px 0px 0px 12px;
	overflow-x: hidden;
}

.cont_image_template {
	border: 1px solid #E3E3E3;
}

/* Front page: END */

/* Content page: START */
.content_content {
	width: 590px;
	height: 398px;
	overflow-y: auto;
	overflow-x: hidden;
}

.content_content_inside {
	width: 550px;
	overflow-x: hidden;
	margin: 14px 10px 14px 21px;
}
/* Content page: END */

/* Footer : START */
.background_footer {
	height: 31px;
	background-image: url(../images/footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: left;
}

.copyrights {
	display: inline;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #99D9E8;
	margin: 12px 0px 0px 20px;
}

.copyrights a {
	color: #99D9E8;
}

.copyrights a:hover {
	text-decoration: underline;
}

.powered {
	display: inline;
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #99D9E8;
	margin: 6px 20px 0px 0px;
}

.powered a {
	color: #99D9E8;
}
/* Footer: END */
