/* This is the main style sheet for the web project */

/* Object styles */
body, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body, td, th {
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px 2px 2px 2px;
	border: 1px solid #E2E2E2;
}
img {
	border: none;
}

li {
	list-style-image:url(../images/base/bullet_greystar.jpg);
}
listing {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a, a:visited {
	color: #B4D333;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #B4D333;
	font-weight: bold;
	text-decoration: underline;
}

/* Common */
.headerLeft {
	color: #FFFFFF;
	padding-top: 1px;
	font-weight: bold;
	background-image: url('/images/base/header_left.jpg');
}
.headerMenu {
	background-color: #333333;
}
.bodyBackground {
	background-image: url('/images/base/body_background.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}

/* Lines */
.lineHorizontal {
	background-image: url('/images/base/line_horizontal.jpg');
	background-position: left center;
	background-repeat: repeat-x;
}
.lineVertical {
	background-image: url('/images/base/line_vertical.jpg');
	background-position: left center;
	background-repeat: repeat-y;
}

/* Bullets and numbering */
.bulletGreenStar {
	background-image: url('/images/base/bullet_greenstar.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
.bulletGreyStar {
	background-image: url('/images/base/bullet_greystar.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
.numberGreenStar1 {
	height: 32px;
	background-image: url('/images/base/number_greenstar_1.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
.numberGreenStar2 {
	height: 32px;
	background-image: url('/images/base/number_greenstar_2.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
.numberGreenStar3 {
	height: 32px;
	background-image: url('/images/base/number_greenstar_3.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
.numberGreyStar1 {
	background-image: url('/images/base/number_greystar_1.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

/* Page layout */
.pageTitle {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 6px;
	background-color: #999999;
}
.textHeader {
	padding: 10px 6px;
	font-size: 14px;
	font-weight: bold;
}
.textTitle {
	font-size: 14px;
	font-weight: bold;
}
.textInformation {
}
.textWarning {
	font-weight: bold;
}
.textImportant {
	color: #FF0000;
}
.textError {
	color: #FF0000;
	font-weight: bold;
}

/* Tabs */
.tabBar {
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 2px 6px;
}

/* Tables */
.tableTitle {
	font-weight: bold;
}
.tableBorder {
	border: 1px solid #E2E2E2;
}
.tableRow1 {
	background-color: transparent;
}
.tableRow2 {
	background-color: #EEEEEE;
}

/* News styling */
.newsTitle {
	font-weight: bold;
}
.newsDate {
	font-size: smaller;
	font-style: oblique;
}
.newsBody img {
	border-width: 1px;
	margin-right: 8px;
}
.txtInformation_large {
	font-size: 14px;
}
