/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #545C66;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	line-height: 1.5;
}
body#bd { background-color: #e0e0e0; background-image: url(../images/bg.gif); background-repeat: repeat-x; background-position: 0 top; margin: 0; }
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}
body.font1{
	font-size: 9px;
}
body.font2{
	font-size: 10px;
}
body.font3{
	font-size: 11px;
}
body.font4{
	font-size: 12px;
}
body.font5{
	font-size: 13px;
}
body.font6{
	font-size: 14px;
}
body.font7{
	font-size: 15px;
}
/* Normal link */
/* @group Horizontal Menu */

#menu-ms { background-image: url(../images/menu-bg.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; height: 40px; }

#menu-ms ul.menu {
	padding-left: 10px;
}

#menu-ms ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-ms li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#menu-ms a { color: #fff; white-space: nowrap; display: block; float: left; height: 40px; line-height: 40px; padding: 0 17px; font-weight: bold; font-size: 1em; text-decoration: none; }

#menu-ms li li a, 
#menu-ms li li a:hover,
#menu-ms li:hover li a,
#menu-ms li.sfHover li a,
#menu-ms li.parent:hover li a,
#menu-ms li.parent.sfHover li a,
#menu-ms li.active.parent:hover li a,
#menu-ms li.active.parent.sfHover li a {
	background: none;
}

#menu-ms li li.parent:hover,
#menu-ms li li.parent.sfHover,
#menu-ms li li.active.parent:hover,
#menu-ms li li.active.parent.sfHover {
	background: none;
}
#menu-ms li:hover a,
#menu-ms li.sfHover a,
#menu-ms li:hover a.topdaddy,
#menu-ms li.sfHover a.topdaddy,
#menu-ms a.topdaddy:hover,
#menu-ms li li:hover a:hover,
#menu-ms li li.sfHover a:hover {
	color: #f1ebdd;
}
#menu-ms li:hover li a,
#menu-ms li.sfHover li a,
#menu-ms li.active:hover a,
#menu-ms li.active.sfHover a {
	color: #fff;
}
#menu-ms li.active,
#menu-ms.splitmenu li.active:hover,
#menu-ms.splitmenu li.active.sfHover,
#menu-ms li.active.parent:hover,
#menu-ms li.active.parent.sfHover,
#menu-ms li.active:hover,
#menu-ms li.active.sfHover {
	background: url(../images/menu-act-r.png) 100% 0 no-repeat;
}
#menu-ms li.active a,
#menu-ms.splitmenu li.active:hover a,
#menu-ms.splitmenu li.active.sfHover a,
#menu-ms li.active.parent:hover a,
#menu-ms li.active.parent.sfHover a,
#menu-ms li.active:hover a,
#menu-ms li.active.sfHover a {
	background: url(../images/menu-act-l.png) 0 0 no-repeat;
}
#menu-ms li:hover a,
#menu-ms li.sfHover a,
#menu-ms li.parent:hover,
#menu-ms li.parent.sfHover {
	background: url(../images/menu-over.gif) repeat-x center top;	
}
#menu-ms li li a:hover {
	color: #e4e2e0;
}
#menu-ms li.active a {
	color: #fff;
}
#menu-ms li li.parent a.daddy,
#menu-ms li.active li.parent a.daddy {
	background: url(../images/dropdown-child.png) 95% 50% no-repeat;
}
#menu-ms li li, 
#menu-ms li:hover li,
#menu-ms li.sfHover li,
#menu-ms li.parent:hover li,
#menu-ms li.parent.sfHover li,
#menu-ms li.active.parent:hover li,
#menu-ms li.active.parent.sfHover li { background-color: transparent; border-top: 1px solid #999; border-bottom: 1px solid #333; }
#menu-ms ul ul { background-color: #646565; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; border-left: 1px solid #333; border-right: 1px solid #999; }
#menu-ms ul ul ul {
	background: #646565;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
}
/* mouseovers */

#menu-ms li li a:hover {
	background: none;
}

#menu-ms li li.active,
#menu-ms li.active li a,
#menu-ms li.active li a:hover {
	background: none;
}

#menu-ms li li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

#menu-ms a:hover {
	text-decoration: none;
}

/* @end */
/* Normal link */
a {
	color: #64939d;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #4c535b;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li { padding-left: 32px; line-height: 160%; background-color: transparent; }

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-top: 1px solid #64939D;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #f85703;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F85703;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #F85703;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message { padding-left: 25px; color: #0324f8; font-size: 1.1em; background: #e3dfda url(../images/bullet-info.gif) no-repeat left top; }

.tips {
	padding-left: 25px;
	color: #F85703;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #F85703;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #64939D;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover { color: #fff; padding: 2px 10px!important; padding: 1px 5px; background: #464646 url(../images/but-bg.gif) repeat-x 50% top; border-color: #dddddd #999999 #999999 #dddddd; border-style: solid; border-width: 1px; }

.button:active, .button:focus { color: #464646; background-color: #e6e6e6; border-color: #999999 #dddddd #dddddd #999999; border-style: solid; border-width: 1px; }

.inputbox {
	border: solid 1px #cccccc;
	background: #f1f0e5;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
/* Module Style */
div.moduletable h3 { padding: 6px; font-size: 1em; line-height: normal; border-bottom: 2px solid #e5e4d8; }
div.moduletable {
	padding: 0 12px 8px;
	margin: 0;
	clear: both;
}
div.module h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 1px dotted #999;
	font-size: 1em;
}

div.module {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-2.jpg) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../images/box-1.jpg) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(../images/box-4.jpg) no-repeat top right;
}

div.module div div div {
	padding: 10px 15px 15px;
	background: url(../images/box-3.jpg) no-repeat top left;
}

div.module div div div div,
div.module-hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center;
	height: 20px;
}

#ol-left .article_seperator, #ol-right .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/arrow.png) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more { background-color: #e0eacf; margin: 10px 0; padding: 10px; border: solid 1px #efefef; }

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #64939D;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading { color: #64939D; padding-bottom: 5px; margin-bottom: 10px; background: url(../images/seperator.gif) repeat-x 50% bottom; font-size: 150%; font-weight: bold; line-height: normal; }

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}

.contentheading { color: #64939D; font-size: 170%; font-weight: bold; line-height: normal; }

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon { float: right; padding: 1px 5px 1px 22px; display: block; background: #eff1f4 url(../images/pages.gif) no-repeat 5% 50%; color: #64939D; text-transform: lowercase; text-decoration: none; border-color: #dddddd #efefef #efefef #dddddd; border-style: solid; border-width: 1px; }

a.readon:hover, a.readon:active, a.readon:focus {
	color: #fff;
	background: #64939D url(../images/pages.gif) no-repeat 5% 50%;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 10px 0;
	color: #999999;
	line-height: 10px;
}

.modifydate {
	color: #999999;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontabletophead {
	padding: 3px 5px;
	border: 1px solid #64939D;
	background: #64939D;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom #F2F2F2;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #f2fee0 url(../images/seperator.gif) repeat-x 50% bottom;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#td-base {  width: 790px; margin: 0 auto;  }

.wide #td-base {
	width: 950px;
}

.auto #td-base {
	width: 95%;
}
#td-base-bg {  text-align: left; }
#td-basedwrap {
	padding: 0;
	background: #f7f6f4;
}

#td-based {  padding: 0; }
#td-based-bodyr {   padding: 0; }
#td-centrigwrap { background-color: transparent; }
#td-topbgr { background-color: transparent; padding-left: 5px; }
#td-centrig {
	padding: 0 15px 15px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
}

/* tophead
--------------------------------------------------------- */

#logo, img#logo { 
     position: absolute; 
     top: 60px; 
     left: 0; 
     border: 0; 
}

#td-flashed { 
     font-size: 12px; 
     background: url(../images/header.gif) no-repeat;
     margin: 0; 
     padding: 0; 
}
#td-tophead { clear: both; text-align: left; line-height: normal; position: relative; height: 250px; }
#td-pewrap { line-height: normal; background-color: #f6f5ec; text-align: left; position: relative; clear: both; padding: 5px; border: solid 1px #c3c1a8; }
#td-topnavwrap {
	position: absolute;
	top: 0;
	right: 0;
}
/* Search */
#td-search { position: absolute; top: 5px; left: 0; width: 160px; margin-top: 5px; margin-bottom: 10px; }
#td-search div.search { background: #646565 url(../images/icon-search.gif) no-repeat left center; height: 25px; padding-top: 5px; padding-right: 2px; padding-left: 28px; }
#td-search .inputbox { color: #333; background-color: #dfeaef; width: 80%; padding-left: 5px; border: solid 1px #999; }
/* User Tools */
#stanhi-4 { font-size: 12px; float: right; padding-top: 2px; }
#ol-extools {
	padding: 0;
	float: left;
	display: block;
	font-size: 12px;
}
#ol-extools span {
	float: left;
	margin: 0 2px;
	display: block;
}
#ol-extools img {
	padding: 3px 0 0 0;
}
#ol-exrtools a {
}
#ol-extools a:hover, #ol-extools a:active, #ol-extools a:focus {
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#td-subnav {
	padding: 6px 5px;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #ffffff;
	line-height: normal;
	background-color: #f5f5f8; 
}

.td-basicshadow {
	clear: both;
	padding: 1px 0 2px;
	background: url(../images/main-shadow.gif) repeat-x top;
}
/* Sub tophead */
#td-top {
	clear: both;
	background: #d4d5de;
	overflow: hidden;
}

/* Spotlight Box Style */
.td-pot-full, .td-pot-left, .td-pot-center, .td-pot-right {
	float: left;
	overflow: hidden;
}

.td-pot-left div.moduletable {
	padding-right: 20px;
}

.td-pot-right div.moduletable {
	padding-left: 20px;
}

.td-pot-center div.moduletable {
	padding: 0 20px;
}

/* Top */
#td-uplwrap {
	clear: both;
	padding-bottom: 1px;
	margin-bottom: 10px;
	background: url(../images/seperator.gif) repeat-x 50% bottom;
}

#td-upl { color: #fff; background: #646565 url(../images/seperator.gif) repeat-x 50% top; padding: 0; }

#td-upl h3 { color: #fff; border-bottom: 1px dotted #e6e8ed; }

#td-upl div.moduletable {
}

#td-upl div.td-pot-left,
#td-upl div.td-pot-center,
#td-upl div.td-pot-right {
	padding: 0 0 5px;
}

#td-upl div.td-pot-left,
#td-upl div.td-pot-center {
	background: url(../images/v-seperator.gif) repeat-y top right;
}

/* Down*/
#td-downl {
	padding-bottom: 5px;
	color: #dee0e6;
}

#td-downl a { color: #fff; text-decoration: underline; }

#td-downl h3 { color: #fff; padding: 4px; margin: 0 0 2px; background: #333; text-indent: 0; border-bottom: 1px solid #646565; }

#td-downl div.moduletable {
	margin: 0;
	padding: 0 5px;
}

#td-upl ul,
#td-downl ul {
	padding: 0;
	margin: 0!important;
}

#td-upl li,
#td-downl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 5px;
}

#td-upl li a,
#td-downl li a {
	color: #fff;
	text-decoration: underline;
}

#td-upl li a:hover, #td-upl li a:active, #td-upl li a:focus,
#td-downl li a:hover, #td-downl li a:active, #td-downl li a:focus {
	color: #000;
	text-decoration: none;
}

#td-upl td,
#td-downl td {
	padding: 0;
}

#td-downl .article_seperator,
#td-upl .article_seperator {
	display: none;
}

#td-downl table,
#td-upl table {
	border-spacing: 0;
	border-collapse: collapse;
}
/* CONTENT COLUMN
--------------------------------------------------------- */
#td-basbody, #td-basbody-bodyl, #td-basbody-bodyr, #td-basbody-body {
}

#td-basbody, #td-basbody-bodyr {
	float: right;
	width: 80%;
}
#td-basbody-bodyl {
	float: left;
	width: 100%;
}

#td-basbody-bodyl #td-centrigwrap {
	float: left;
	width: 80%;
	background: none;
}

#td-basbody-bodyl #td-pathway,
#td-basbody-body #td-pathway {
}

#td-basbody-bodyl #td-right {
	float: right;
	width: 20%;
}

#td-basbody-body {
	float: left;
	width: 100%;
}

#td-basbody-body #td-centrigwrap {
	background: none;
}

#td-basbody #td-centrigwrap {
	float: left;
	width: 75%;
}
/* Default Joomla! Menu */
a.mainlevel { padding: 3px 3px 5px; width: 98%; display: block; color: #64939D; background-image: url(../images/a-mmenu.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #545c66;
	background: #bfdee7 url(../images/a-mmenu2.gif) no-repeat right bottom;
	text-decoration: none;
}
a.mainlevel#active_menu {
	color: #333;
	background: url(../images/a-mmenu3.gif) no-repeat right bottom;
	font-weight: bold;
	text-decoration: none;
}
a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	color: #64939D;
	background: url(../images/arrow.png) no-repeat 2% 50%;
	text-decoration: none;
}
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #64939D;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
}
/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#td-left {
	float: left;
	width: 19.9%;
}

#td-left h3{ color: #fff; background-color: #646565; }

#td-left div.moduletable { color: #555; background: #e2ecf0; margin: 2px 2px 7px; padding: 0; border: solid 3px #fff; }

#td-right {
	float: right;
	width: 24.9%;
	overflow: hidden;
}

#td-right h3 { color: #3e7783; background-image: url(../images/h3-bgright.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; text-indent: 25px; }

#td-right-inner {
	padding: 0 5px 0 0;
}

#td-left table,
#td-right table {
	border-collapse: collapse;
	border-spacing: 0;
}

#td-left ul li,
#td-right ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 7px;
}

#td-left ul,
#td-right ul {
	margin: 0;
}

#td-left li a,
#td-right li a{
	color: #64939D;
}

/* FOOTER
--------------------------------------------------------- */
#td-footerwrap {
	clear: both;
	padding: 17px 12px 10px;
	background: #616161 url(../images/footer.gif) repeat-x 50% top;
	color: #dee0e6;
}

#td-footer { color: #000; background-color: #64939D; height: 35px; overflow: hidden; position: relative; padding: 5px 5px 2px; border-top: 1px solid #f7f6f4; }

#td-footer a {
	color: #fff;
	text-decoration: underline;
}

#td-footer a:hover,
#td-footer a:active,
#td-footer a:focus { color: #000; text-decoration: none; }

#td-bottomline {
	float: left;
	margin: 0;
	display: block;
	padding-left: 15px;
}

#td-copyright {
	float: left;
}
#td-cert {
	float: right;
	margin-top: 2px;
	font-size: 11px;
}
#td-cert a {
	padding: 0;
}
/* MISCELLANOUS
----------------------------------------------------------- */
#td-banner { background-color: #bfdee7; text-align: center; }

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}
/* conturfix */
.conturfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .conturfix {
	width: 100%;
	display: block;
}

* html .conturfix {
	height: 1%;
}
/*logform*/
.highslide-html { 
    background-color: #e3dfda;
}
.highslide-html-blur {
}
div.highslide-html-centrig-tophead {
	height: 20px;
	padding: 2px;
}
.highslide-html-centrig {
	position: absolute;
    display: none;
}
div.highslide-body {
	padding: 7px 10px 10px 10px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

a.control { 
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fefefe !important; }
a.control:hover {
	color: #d3d1b3 !important;
}
.highslide-move { background-color: #646565; cursor: move; border: 0; height: 18px; padding: 2px; }
/* General */
div.login_clear {
	clear: both;
}

/* Link to window open, login and logout link */
div.moduletitle_logo { height: 26px; line-height: 26px; background-image: url(../images/login_moduletitle.gif); background-repeat: no-repeat; background-position: 0 0; text-align: left !important; position: absolute; top: 215px; right: 0; z-index: 8; margin-top: 1px; }
div.moduletitle_logo a { color: #000; font-size: 12px; text-decoration: none; text-transform: lowercase; margin-right: 13px; margin-left: 22px; padding: 2px 10px 2px 15px; }
div.moduletitle_logo a:hover { color: #f2f2f2 !important; text-decoration: none; }
/* Login box */

input#mod_login_remember { color: #f5f5f8; background-color: #999; border: none; }
input#mod_login_username { color: #f5f5f8; background-color: #999; background-image: url(../images/login-input-username.png); background-repeat: no-repeat; text-indent: 15px; }
input#mod_login_password { color: #f5f5f8; background-color: #999; background-image: url(../images/login-input-password.png); background-repeat: no-repeat; text-indent: 15px; }
/* LR PADD */
#sr-padd { padding: 0; width: 100%; }
#lr-padd div.moduletable { margin: 0; padding-top: 2px; padding-bottom: 2px; border-right-width: 10px; }
#lr-padd { padding: 0; width: 100%; }
table.lr-padd { width: 100%; padding: 0; }
#lr-padd ul {
	padding: 0;
	margin: 0!important;
}
#lr-padd li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}
#lr-padd li a { color: #999; padding-left: 13px; background: url(../images/arrow.png) no-repeat 0 50%; text-decoration: none; }
#lr-padd li a:hover, #lr-padd li a:active, #lr-padd li a:focus { color: #000; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
table.lr-padd a:hover { color: #000; text-decoration: none; }
table.lr-padd td.lr-padd { background-color:#dfdfdf; border:solid 1px #e5e4d8; background-repeat:no-repeat; background-position:left top; color:#000; width: 25%; }
table.lr-padd td.lr-padd:hover { background-color:#f8f8f8; border:solid 1px #c5c5c5; background-repeat:no-repeat; background-position:left top; color:#666; }
table.lr-padd h3 { color: #fff; background-color: #64939D; padding: 5px; border-bottom: 1px dotted #646565; }
#lr-padd1 { padding: 0; width: 100%; }
table.lr-padd1 h3 { color: #555; font-weight: bold; background-color: #c5c5c5; border-bottom: 1px dotted #fff; }
table.lr-padd1 { width: 100%; padding: 0; }
table.lr-padd1 a { text-decoration: underline; }
#lr-padd1 ul {
	padding: 0;
	margin: 0!important;
}
#lr-padd1 li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}
#lr-padd1 li a { padding-left: 13px; background: url(../images/arrow-off.gif) no-repeat 0 50%; text-decoration: none; }
#lr-padd1 li a:hover, #lr-padd li a:active, #lr-padd li a:focus { background-image: url(../images/arrow-on.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }
table.lr-padd1 a:hover { text-decoration: underline; }
table.lr-padd1 td.lr-padd1 { background-repeat:no-repeat; background-position:left top; color:#555; background-color: #e0e0e0; width: 33%; border: dotted 1px #ced0d6; }
table.lr-padd1 td.lr-padd1:hover { background-color:#e7e2fa; color:#555; }
#ol_top a { color: #f5f5f8; text-decoration: none; }
#ol_top a:hover { color: #fff; text-decoration: none; }
#ol_bottom { background:#e2ecf0; }
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
