@charset "utf-8";
/* CSS Document */

body {
	background-color: #102d37;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}
.maintable {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-color: #EDEEF0;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #378bc1;
	letter-spacing: -2px;
	padding: 10px;
}
.style2 {
	color: #102d37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
}

.style2 a:link {
	color: #102d37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.style2 a:visited {
	color: #102d37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.style2 a:active {
	color: #102d37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0b294c;
	font-size: 14px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
	list-style-type: disc;
	
}
.style4  a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #378BC1;
}

.style4 a:hover {
	color: #0B294C;
	}
	
.style6 {
	font-size: 24px;
	color: #1e576b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {
	font-size: 14px;
	color: #1e576b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style7 a:link {
	font-size: 14px;
	color: #1e576b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none
}

.style7 a:visited {
	font-size: 14px;
	color: #1e576b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none
}

.style7 a:hover {
	text-decoration:underline;
}



ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;

}

.howto {
	background-color: #FFFFFF;
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	list-style-type: disc;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content  a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #378BC1;
}

.content a:hover {
	color: #0B294C;
	}
	
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #378BC1;
	}
.podpic {
	background-color: #FFFFFF;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}

#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid #1e576b;
	line-height:14px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0B294C;
}

.HomePanelTab {
	background-color: #CCCCCC;
	border-top: solid 0px gray;
	border-bottom: solid 0px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #102D37;

	background-repeat: repeat;
}

.HomePanelTab a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #102D37;
	text-decoration: none;
}

.HomePanelTab a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #102D37;
	text-decoration: none;
}

.HomePanelTab a:hover {
	color: #555555;
	text-decoration: none;
}