@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #111111;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
p, td, li	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
}
b {
	color: #111111;
}
H2 {
		font-size: 1.2em;
		color: #3366AA;
}
H2.a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3366AA;
}
	
#menu {
	font-weight:bold;
	font-size:.9em;
	color:#FFFFFF;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/topnav-bg.gif');
	background-color: #3F89C3;
	text-align: right;
	word-spacing: 0.2em;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 750px;
	overflow: hidden;
	text-indent: 20pt;
}
#menu a:link	{padding:5px; color:#FFFFFF; text-decoration:none;} 
#menu a:visited	{padding:5px; color:#FFFFFF; text-decoration:none;} 
#menu a:active	{padding:5px; color:#FFFFFF; text-decoration:none;}
#menu a:hover	{padding:5px; color:#000000; text-decoration:none;}

#homebar {
	font-weight:normal;
	font-size:.8em;
	color:#111111;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	text-align: right;
	word-spacing: 0.2em;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 750px;
	overflow: hidden;
	text-indent: 20pt;
}
#homebar a:link	{padding:2px; color:#333333; text-decoration:none;} 
#homebar a:visited	{padding:2px; color:#333333; text-decoration:none;} 
#homebar a:active	{padding:2px; color:#333333; text-decoration:none;}
#homebar a:hover	{padding:2px; color:#000000; text-decoration:none;}

#footer {
	font-size:.8 em;
	color:#000000;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	word-spacing: 0.2em;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	text-indent: 20pt;
}

body.fs1{
	font-size: .9em;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a, a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
  font-size: 0.4em;

}

/* Heading */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: square inside;
}

ul li {
	padding-left: 15px;
	background: url(../images/bullet-list.gif) no-repeat 22px 6px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr  {
border: 0;
height: 1px;
color:  #C0C0C0;
background-color: silver;
}

a img {
	border: none;
}

td, div {
	font-size: 0.9em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F4A94F;
	background: #F2F2F2;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
 
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #5A5A5A;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #3F89C3;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #D79546;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #F2F2F2;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #5A5A5A;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	color: #0099ff;
}

html>body .button {
	padding: 0 5px;
	color: #5A5A5A;
}

.inputbox {
	border: 1px solid #D8D9DB;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #C0C0C0;
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 5px;
	font-size: 1em;
	color: #3F89C3;
	text-transform: uppercase;
}

div.module {
	margin-bottom: 8px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div,
div.module-blue div div div div,
div.module-green div div div div,
div.module-orange div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* MODULE HILITE GREEN
--------------------------------------------------------- */
div.module-blue h3,
div.module-green h3,
div.module-orange h3 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 5px;
}

div.module-green {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../images/box-br-green.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green a {
	color: #FFFFFF;
}

div.module-green div {
	padding: 0;
	background: url(../images/box-bl-green.gif) no-repeat bottom left;
}

div.module-green div div {
	padding: 0;
	background: url(../images/box-tr-green.gif) no-repeat top right;
}

div.module-green div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl-green.gif) no-repeat top left;
}

/* MODULE HILITE BLUE
--------------------------------------------------------- */
div.module-blue {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../images/box-br-blue.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-blue a {
	color: #FFFFFF;
}

div.module-blue div {
	padding: 0;
	background: url(../images/box-bl-blue.gif) no-repeat bottom left;
}

div.module-blue div div {
	padding: 0;
	background: url(../images/box-tr-blue.gif) no-repeat top right;
}

div.module-blue div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl-blue.gif) no-repeat top left;
}
