/* Copyright (C) 2009 Infinite Communication Ltd. All rights reserved. - http://www.infinite.hu */


html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #262626;
	background-color: #CCCCCC;
}

#alexoft
{
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../media/image/bg_all.gif);
	background-repeat: repeat-y;
	background-position: top center;
}


/* page style beginning */

#page_header
{
	position: relative;
	width: 100%;
	height: 60px;
	background-image: url(../media/image/bg_header.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#page_content
{
	position: relative;
	width: 700px;
	height: 100%;
	margin: auto;
	padding: 20px 40px 20px 40px;
	background-image: url(../media/image/bg_content.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#page_content_half
{
	position: relative;
	float: left;
	display: block;
	width: 330px;
}

#page_content_half_separator
{
	position: relative;
	float: left;
	display: block;
	width: 40px;
}

#page_content_title
{
	position: relative;
	float: right;
	display: block;
	width: 300px;
	height: 20px;
	line-height: 20px;
	text-align: right;
}

#page_footer
{
	position: relative;
	width: 760px;
	height: 19px;
	padding: 30px 10px 0px 10px;
	margin: auto;
	background-image: url(../media/image/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 8pt;
	color: #FFFFFF;
}

#page_menu
{
	position: relative;
	display: block;
	width: 700px;
	padding: 15px 0px 0px 0px;
	margin: auto;
}

.menu
{
	position: relative;
	float: left;
	display: block;
}

.menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu ul li
{
	margin: 0px 0px 0px 0px;
	position: relative;
	display: inline;
	float: left;
}

.menu ul li a
{
	display: block;
	/* width: 90px; */
	margin: 0px;
	padding: 0px 15px 0px 15px;
	border: 0px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menu ul li a:hover
{
	background-image: url(../media/image/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

/* page style end */



/* text style beginning */

.text_title
{
	font-size: 15pt;
	color: #262626;
	font-weight: bold;
	text-decoration: none;
}

/* text style end */



/* link style beginning */

#page_content a
{
	font-size: 9pt;
	color: #10519C;
	font-weight: normal;
	text-decoration: none;
}

#page_content a:hover
{
	font-size: 9pt;
	color: #262626;
	font-weight: normal;
	text-decoration: none;
}
a.link_normal
{
	font-size: 9pt;
	color: #10519C;
	font-weight: normal;
	text-decoration: none;
}

a.link_normal:hover
{
	font-size: 9pt;
	color: #262626;
	font-weight: normal;
	text-decoration: none;
}

a.link_white
{
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.link_white:hover
{
	font-size: 8pt;
	color: #10519C;
	font-weight: normal;
	text-decoration: none;
}

/* link style end */



/* picture style beginning */

.picture
{
	border-width: 5px;
	border-style: solid;
	border-color: #262626;
}

.picture_over
{
	border-width: 5px;
	border-style: solid;
	border-color: #10519C;
}

/* picture style end */



/* general style beginning */

.button
{
	background-color: #10519C;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	border-color: #10519C;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

.button:hover
{
	background-color: #262626;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	border-color: #262626;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}

.button_button
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background-color: #10519C;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	border-color: #10519C;
	padding: 2px 3px 2px 3px;
	cursor: pointer;
}

.button_button:hover
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background-color: #262626;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	border-color: #262626;
	padding: 2px 3px 2px 3px;
	cursor: pointer;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

.br
{
	height: 10px;
}

.input_box
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	color: #10519C;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #10519C;
	background-color: #FFFFFF;
}

.radiobutton
{
	height: 20px;
	vertical-align: middle;
	margin: 0;
}

.checkbox
{
	height: 20px;
	vertical-align: middle;
	margin: 0;
}

form
{
	margin: 0px;
	padding: 0px;
}

hr
{
	width: 100%;
	height: 1px;
	color: #D4D4D4;
	background-color: #D4D4D4;
	border: 0;
}

object,embed
{
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
}

/* general style end */