body {
	font-family: "Tahoma";
	background-image: url('../images/frontend/body_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #0378a4;
	font-size: 10pt;
}

/*
 * Backgrounds
 */
.background-1 {
	background-image: url('../images/frontend/body_bg_mid.png');
	background-repeat: repeat-y;
}

/*
 * Padding Top
 */
.padding-top-1 {
	padding-top: 15px;
}

/*
 * Padding Left
 */
.padding-left-1 {
	padding-left: 29px;
}

.padding-left-2 {
	padding-left: 20px;
}

/*
 * Padding Right
 */
.padding-right-1 {
	padding-right: 10px;
}

/*
 * Margin Top
 */
.margin-top-1 {
	margin-top: -25px;
}

/*
 * Border
 */
.border-1 {
	border-width: 0px 0px 0px 1px;
	border-color: #cccccc;
	border-style: solid;
}

body, a:link, a:visited, h1, h2 {
	color: #666666;
}

h1 {
	font-size: 14pt;
	color: #0378a4;
}

h2, h2 a:link, h2 a:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #0378a4;
	text-decoration: none;
	margin-bottom: 0px;
}

.no-margin {
	margin: 0px;
}

.container {
}

a:link:after, a:visited:after {font-size:90%; content: "";}

.center {
	text-align: center;
}

a {
	color: #666666;
	font-weight: normal;
}

a:link {
	font-weight: normal;
}

a:visited {
	font-weight: normal;
}

a:hover {
	color: #ff0000;
}

a.strong {
	font-weight: bold;
	text-decoration: none;
}

.align_top {
	vertical-align: top;
}

input {
	padding: 5px;
	border-width: 2px;
}

textarea {
	border-width: 2px;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:2px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#ffd324; background-color: #fff6bf;}

.box-1 {
	border-width: 3px;
	border-style: solid;
	border-color: #f9e98e;
	padding: 10px;
	background-color: #fbf7aa;
	color: #A2844A;
}

.box-2 {
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #c3d3ee;
	padding: 10px;
}

.justify {
	text-align: justify;
}

.line-height-2 {
	line-height: 2em;
}


/*
 * AJAX Tooltip
 */
#tooltip_container {
	position: absolute;
	border-width: 5px;
	border-style: solid;
	border-color: #68bada;
	background-color: #90d8f0;
	padding: 5px;
	margin-left: 13px;
	margin-top: 12px;
	color: #155F8F;
}

#tooltip_arrow {
	position: absolute;
	left: -17px;
	top: 10px;
}

#tooltip_content {
	padding: 0px;
	font-size: 8pt;
}

.tooltip1_title {
	height: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

.tooltip1_body {
	padding: 5px;
	text-align: justify;
}

.tooltip1_tags {
	text-align: left;
	clear: both;
	padding: 5px;
}

.tooltip1_tags a {
	color: #155F8F;
}

.tooltip1_byline {
	font-style: italic;
	text-align: left;
	clear: both;
	padding: 5px;
}

ul.horizontal {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.horizontal li {
	display: inline;
	padding-right: 3px;
}

textarea.textarea-1 {
	height: 182px;
	width: 567px;
}

.align-top {
	vertical-align: top;
}

hr {
	color: #cccccc;
	background-color: #cccccc;
}

.scrollbox-1 {
	height: 400px;
	overflow: auto;
}

