@import "common.css";

html
{
	height:100%;
}

body
{
	padding: 0;
	margin: 0;
	behavior: url(/templates/default/csshover.htc);
	height: 100%;
}


#body
{
	width: 800px;
	margin: auto;
	background: url(images/bg.jpg) no-repeat left top;
	background-color: White;
}

#mainPart
{
	vertical-align: top;
	border: none;
	padding: 0;
}

#page
{
	position: relative;
}

#languages 
{
	position: absolute;
	left: 723px;
	top: 7px;
}

#search
{
	position: absolute;
	left: 607px;
	top: 43px;
	color: #0054a6;
}

#searchQuery
{
	height: 16px;
	width: 103px;
	padding: 0;
	border: 1px solid #0054a6;
	font-size: 14px;
}

#searchButton img 
{
	width: 18px;
	height: 18px;
	vertical-align: bottom;
}

#content {
	padding-top: 90px;
}

#extendedLinks
{
	position: relative;
	left: 510px;
	width: 120px;
	margin: 0;
	padding-left: 20px;
	font-size: 0.9em;
}

#extendedLinks li
{
	margin-bottom: 6px;
}

#homeLink 
{
	list-style-image: url(images/home.gif);
}

#homeLink:hover, #homeLink.selected
{
	list-style-image: url(images/home_h.gif);
}

#mailLink 
{
	list-style-image: url(images/mail.gif);
}

#mailLink:hover
{
	list-style-image: url(images/mail_h.gif);
}

#mainMenu
{
	float: right;
	width: 150px;
	margin: 0 0 0 0;
	padding-left: 20px;
	font-size: 0.9em;
}

#mainMenu li {
	list-style-image: url(images/menu.gif);
	margin-bottom: 6px;
}

#mainMenu li:hover, #mainMenu li.selected {
	list-style-image: url(images/menu_h.gif);
	color: #ec008c;
}

#mainText {
	margin-right: 180px;
	padding-top: 11px;
	margin-left: 25px;
}

#path {
	color: #0054a6;
	font-size: 0.8em;
}

.selected, .selected * {
	color: #ec008c;
}

#footer_frame 
{
	clear: both;
	padding: 15px 0 7px 0;
	vertical-align: bottom;
	border: none;
	padding: 0;
}

#footer {
	border-top: 2px solid #0092d5;
	font-size: 0.8em;
	padding: 10px;
}

#footer * {
	color: Black !important;
}

#copyright
{
	padding-top: 8px;
	/*width: 300px;
	float: left;*/
}

#footMenu {
	/*margin-left: 300px;
	text-align: right;*/
}

.topicList {
	padding-left: 25px;
	margin-left: 0;
}

.topicList li {
	list-style-image: url(images/list.gif);
	padding-bottom: 4px;
}

.topicList li:hover {
	list-style-image: url(images/list_h.gif);
}

#comments_title {
	color: #ec008c;
	font-size: 1.2em;
}

#comments_form {
	margin: 0;
	padding: 0;
}

#comments_form table {
	border-collapse: collapse;
}

#comments_form td {
	vertical-align: top;
	border: none;
}

#comments_form input, #comments_form textarea {
	border: 1px solid #0054a6;
	font-size: 14px;
}

#comments_form input {
	width: 135px;
}

#comments_form textarea {
	width: 275px;
	height: 112px;
}

#comments_form input.button {
	float: right;
	background-color: #9fe7fa;
	color: #0054a6;
	width: auto;
}

#comments_form input.button:hover {
	color: #ec008c;
	border-color: #ec008c;
}

.comment {
	background: url(images/comment_div.gif) repeat-x top;
	margin-bottom: 24px;
	position: relative;
}

.comment_icon {
	position: absolute;
	left: 0;
	top: 0;
}

.comment .body {
	padding-top: 9px;
	font-weight: bold;
}

.comment .reply {
	padding-top: 8px;
	padding-left: 35px;
}

#searchResults dd {
	margin-bottom: 4px;
}


.hidden_part {
	display: none;
}