/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Verdana,Tahoma,Arial,sans-serif;
}

.pink {
	color: #E20071;
}

.blue {
	color: #182454;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
	color: #000000;
	background: #2E3B6E url(../images/background.png) repeat-x;
	text-align: center;
}

body.contentpane {
	background: none;
	margin: 5px;
}

body.mceContentBody {
	background: none;
}

#ibody {
	width: 976px;
	margin: 0 auto;
}

.clr {
	clear: both;
}

#outline {
	width: 856px;
}

#mainnav_td {
	width: 834px;
	height: 23px;
	background-color: #E2E1E4;
}

#buttons {
	float: left;
	width: 848px;
	height: 23px;
	overflow: visible;
}

#content_td {
	width: 834px;
	background-color: #E2E1E4;
	border-bottom: 1px solid #D0CFD2;
}

#content_table {
	width: 834px;
	margin: 7px 7px 0;
	border-bottom: 12px solid #FFFFFF;
	background-color: #FFFFFF;
}

#content_head {
	width: 834px;
	height: 27px;
	border-top: 1px solid #D0CFD2;
}

#pathway_text {
	overflow: hidden;
	display: block;
	height: 27px;
	padding: 5px 10px 0 7px;
}

#pathway_text img {
	margin: 0 5px;
}

#languages {
	overflow: hidden;
	display: block;
	float: right;
	min-width: 100px;
	height: 27px;
	padding: 5px 7px 0 0;
}

#languages ul.jflanguageselection {
	list-style: none;
}

#languages ul.jflanguageselection li {
	float: left;
	white-space: nowrap;
}

#content_outer {
	width: 834px;
}

#content_left {
	width: 190px;
	padding: 0 7px;
	vertical-align: top;
}

#content {
	width: auto;
	padding: 0 7px;
	vertical-align: top;
}

#content ul, body.mceContentBody ul {
	margin-left: 16px;
}

#content ol, body.mceContentBody ol {
	margin-left: 20px;
}

#content li, body.mceContentBody li {
	margin-top: 4px;
}

#banner_inner {
	width: auto;
	margin: 20px 0 0;
	text-align: center;
}

img#advertising {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 4px;
}

#vertical_line {
	background: transparent url(../images/line_v.png) repeat-y;
}

.border_left {
	width: 4px;
	background: transparent url(../images/border_left.gif) repeat-y;
}

.border_right {
	width: 4px;
	background: transparent url(../images/border_right.gif) repeat-y;
}

#copyright {
	text-align: center;
}

#copyright a {
	color: #DEDEDE;
	font: bold 9px Verdana,Tahoma,Arial,sans-serif;
}

#copyright a:hover {
	color: #E20071;
	font: bold 9px Verdana,Tahoma,Arial,sans-serif;
}

strong, b {
	font-weight: bold;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #902486; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #E20071;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen img {
	margin-top: -3px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

table.contentpaneopen p, table.contentpaneopen li {
	line-height: 1.4em;
	word-spacing: 1px;
}

table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

table.contentpane p, table.contentpane li {
	line-height: 1.4em;
	word-spacing: 1px;
}

.button {
  color: #FFFFFF;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  border: none;
  width: auto;
  background-color: #902486;
  padding: 0px 3px;
  line-height: 16px !important;
  line-height: 14px;
  height: 20px !important;
  height: 18px;
  margin: 5px 0px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

/*
.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
*/

.contentcolumn {
	padding-right: 5px;
}

h1, .contentheading, .componentheading {
	height: 30px;
	color: #E20071;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	white-space: normal; 
}

h2 {
	height: 30px;
	color: #182454;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #182454;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 1px;
	margin: 4px 0;
}

/*
.pinkcross {
	line-height: 1.4em;
	word-spacing: 1px;
}

h1.pinkcross, .contentheading, .componentheading {
	height: 30px;
	color: #E20071;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	white-space: nowrap; 
}

h2.pinkcross {
	height: 30px;
	color: #182454;
	font-weight: bold;
	font-size: 14px;
}

h3.pinkcross {
	color: #182454;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 1px;
	margin: 4px 0;
}
*/

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin: 0 0 8px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable, div.moduletable-login, div.moduletable-polls, div.moduletable-usermenu {
	padding: 0 0 4px;
	margin-bottom: 6px;
	background-color: #F8F8F9;
	border: #D7D8E4 1px solid;
}

div.moduletable-usermenu {
	border-left: 0px;
	border-right: 0px;
}

div.moduletable table, div.moduletable div, div.moduletable-login table, div.moduletable-polls table {
	width: 168px;
	margin: 8px 10px 4px;
}

div.moduletable-polls table {
	width: 148px;
}

div.moduletable-login div {
	margin: -5px 10px 8px;
}

div.moduletable-subnav {
	margin: 0 0 6px;
}

table.moduletable th, div.moduletable h3, div.moduletable-login h3, div.moduletable-polls h3, div.moduletable-usermenu h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #253166;
	border-bottom: #D7D8E4 1px solid;
	text-align: left;
	padding-left: 10px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: none;
	margin: 0;
}

table.moduletable-picbanners img {
	margin-bottom: 6px;
}

div.moduletable-usermenu h3 {
	border-left: #D7D8E4 1px solid;
	border-right: #D7D8E4 1px solid;
}

div.moduletable-usermenu table td {
	background: url(../images/nav-arrow.png) no-repeat;
	background-position: 11px 10px;
	padding-left: 4px;
}

table.moduletable td, div.moduletable table td, div.moduletable-login table td, div.moduletable-polls table td {
	font-size: 11px;
	margin: 2px 0 0;
	padding: 0;
	font-weight: normal;
	vertical-align: top;
}

div.moduletable-login label, div.moduletable-polls label {
	font-size: 11px;
	margin: 2px 0 6px;
	padding: 0;
	font-weight: normal;
	vertical-align: top;
}

div.moduletable input, div.moduletable-login input {
	font-size: 11px;
	margin: 2px 0 0;
	padding: 2px;
}

table.moduletable td b, div.moduletable table td a, div.moduletable table td b,
table.moduletable-login td b, div.moduletable-login table td a, div.moduletable-login table td b {
	font-size: 11px;
	font-weight: bold;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 0 0 6px;
  margin-left: 20px;
  margin-bottom: 10px;
}

table.contenttoc td {
  padding: 6px 10px 0;
}

table.contenttoc td a {
	font-size: 10px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

div.tree-nav {
	margin: 0 0 2px;
	background-color: #F8F8F9;
	border-top: #D7D8E4 1px solid;
	border-bottom: #D7D8E4 1px solid;
}

div.tree-nav ul li {
	margin-left: 22px;
	list-style-image: url(../images/nav-arrow.png);
	vertical-align: top;
	padding: 1px 0;
}

a.mainlevel-nav {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	text-align: left;
	padding-left: 0px;
	height: 16px;
	width: 100%;
	text-decoration: none;
	margin-left: 0px;
}

a.mainlevel-nav:hover {
	color: #902486;
}

a.mainlevel_current-nav, a.mainlevel_active-nav {
	color: #E20071;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	padding-left: 0px;
	width: 100%;
	text-decoration: none;
	margin-left: 0px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 24px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #902486;
}

a.mainlevel#active_menu {
	color:#902486;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #902486;
}

ul#mainlevel {
	width: 848px;
	list-style: none;
}

ul#mainlevel li {
	background: #000000 url(../images/bg_nav.png) no-repeat;
	float: left;
	font-size: 11px;
	line-height: 23px;
	white-space: nowrap;
	width: 105px;
	border-right: 1px solid #000000;
}

ul#mainlevel li a {
	color: #FFFFFF;
	font-size: 11px;
	background: transparent;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
}

ul#mainlevel li a {
	width: 105px;
	height: 14px;
}

ul#mainlevel li a:hover {
	color: #000000;
	background: #E2E1E4 url(../images/bg_nav_over.png) no-repeat;
}

ul#mainlevel li a#active_menu {
	color: #000000;
	background: #E2E1E4 url(../images/bg_nav_over.png) no-repeat;
}

ul#mainlevel li a.mainlevel_active {
	color: #000000;
	background: #E2E1E4 url(../images/bg_nav_over.png) no-repeat;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

a.sublevel:hover {
	color: #902486;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #902486;
}

a.sobi2Header {
	font-size: 12px;
	font-weight: normal;
}

table.sobi2eSearchForm {
	width: 100%;
}

table.sobi2eSearchForm td {
	white-space: nowrap;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}