
* {background-color: transparent; margin: 0; padding: 0;}

body {
	background-color: #1a7aa2  !important;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

body * {font-size: 1em;}

h1, h2, h3, h4, h5, h6 {color: #336699;}

h1 {font-size: 160%;}
h2 {font-size: 140%; font-weight: bold; margin-bottom: 1em; text-transform: lowercase;}
h3 {color: #3D75AD; font-size: 130%; padding-bottom: 1em;}
h4 {font-size: 120%;}
h5 {color: #000; font-size: 110%;}
h6 {color: #999; font-size: 100%; font-style: italic;}

a, a:visited {color: #A05626; font-weight: normal; padding-bottom: 0px; text-decoration: none;}
a:hover, a:visited:hover {color: #A05626; text-decoration: underline;}

a.standardlink:link, a.standardlink:active, a.standardlink:visited {
  color: #748600; text-decoration: none;
}
a.standardlink:hover {
  color: #333300; text-decoration: underline;
}

a.create:link, a.create:active, a.create:visited {
  color: #ff0000; text-decoration: none;
}
a.create:hover {
  color: #ff0000; text-decoration: underline;
}

p {padding-bottom: 1.5em; text-align: justify; margin: 7px 0px;}

sup {font-size: .7em;}

ul, ol {margin-left: 40px; margin-bottom: 1.5em;}
ul {list-style: square;}
ol {list-style: lower-roman;}

div.wiki h1, div.wiki h2, div.wiki h3 {
  margin: 7px 0px;
}

div.wiki h1 {
	font-size: 1.6em;
	text-transform: none;
}

div.wiki h2 {
	font-size: 1.4em;
	text-transform: none;
}

div.wiki h3 {
	font-size: 1.2em;
	text-transform: none;
}

blockquote {
	color: #888;
	font-style: italic;
	margin: 20px;
}

div.wiki p {
  padding: 0px;
}

div.wiki ol {
  margin: 7px 0px 7px 40px;
  list-style: decimal;
}

div.wiki ul {
  margin: 7px 0px 7px 40px;
}

table {border-collapse: collapse; margin-bottom: 1.5em;}
th, td {padding: .4em .2em; vertical-align: top;}
th {}
td {}

td a, td a:visited {border: 0px; color: #A05626; text-decoration: none;}
td a:hover, td a:visited:hover {color: #A05626; text-decoration: underline;}

table.standardlinks a:link, table.standardlinks a:visited, table.standardlinks a:active {
  text-decoration: none;
  color: #A05626;
}

table.standardlinks a:hover {
  text-decoration: none;
  color: #A05626;
}


/* Forms */
input {background-color: #fff; border: 1px solid #7F9DB9; padding: .2em .5em;}
.submit {background-color: #0E111A; border: 1px solid #fff; color: #fff; font-weight: bold; padding: .3em .5em;}


.clearAll {clear: both;}
.displayNone {display: none;}
.centre {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.floatLeft {float: left;}
.floatRight {float: right;}

.noStyle {background: none !important; border: 0;}


#page {font-size: 1.1em;}

table.banners_list {
  width: 100%;
}

table.banners_list tr.list_line td {
	border-top: 1px solid #ddd;
}

table tr.disabled_banner td {
	background: #fee8e8;
}

span.red {
	color: red;
}

select, textarea {
	background: #fff;
}

textarea.small_text_area {
  width: 200px;
  height: 50px;
  font-size: 9pt;
}

textarea {
  font-size: 9pt;
}

textarea.wiki {
  width: 100%;
}