﻿/* General styles */
body {
	font-family: Tahoma;
	color: #FFFFFF;
}

hr {
	color: #0066FF;
	width: 55%;
	text-align: center;
}

a {
	color: #0066FF;
}

.a-normal {
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
}

.centered {
	text-align: center;
}

.text-blue {
	color: #0066FF;
}

.text-black {
	color: #000000;
}

.text-white {
	color: #FFFFFF;
}

.text-orange {
	color: #FF6600;
}

.text-hint {
	color: #FF6600;
	font-size: x-small;
}

.text-error {
	color: #CC0000;
}

.border-0 {
	border-width: 0;
}

/* Profile */
.profile-text-1 {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: small;
	vertical-align: text-top;
}

/* Menu styles */
.menu-box {
	background-image: url('../images/template/backgrounds/bar_bg.png');
	background-repeat:repeat-x;
}

.menu {
	text-align: center;
	border: 1px solid #000000;
	color: #FFFFFF;
}

.menu-text-title {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

.menu-text-blue {
	font-size: x-small;
	color: #0066FF;
}

.menu-text-white {
	font-size: small;
	color: #FFFFFF;
}

.news-list {
	list-style-image: url('../images/template/bp.gif');
}


/* Content styles */

.content-title {
	text-align: left;
	font-size: small;
	color: #0066FF;
}

.content-subtitle {
	color: #FFFFFF;
	font-size: medium;
}

.content-text {
	text-align: left;
	font-size: medium;
}

/* Comments*/

.comment-box {
	font-size: small;
}

.comment-author {
	color: #0066FF;
}

.comment-text {
}