/*****************************/
/*** Core html setup stuff ***/
/*****************************/

body {
	/*background: #666666;*/
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #eeeeee;
	background-image: url(../images/Site_BG.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body,td,th {
	/*font-size: 11pt;*/
	/*font-size:9pt;*/
}
body ul{
	/*line-height:30px;
	padding-left:60px;*/
}

a:link {
	color:#cb000b;
	text-decoration:none;
}
a:visited {
	color:#cb000b;
	text-decoration:none;
}
a:hover {
	color:#930008;
	text-decoration:underline;
}
a:active {
	color:#cb000b;
	text-decoration:none;
}

.reliaSys #container {
	width: 1030px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.reliaSys #mainContent {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/page_BG.png);
	background-repeat: repeat-y;
	padding-top: 35px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	min-height:640px;
}
.reliaSys #footer {
	padding: 20px;
	padding-bottom:30px;
	color: #9f9f9f;
	font-size: 8.5pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.reliaSys #siteMenu_LY {
	background-repeat: repeat-x;
	height: 93px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header_BG.jpg);
	background-position: center top;
}
.reliaSys #siteMenu {
	height: 56px;
	width:1030px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
}
.reliaSys #subMenu {
	height: 24px;
	width:800px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 8.5pt;
	color: #E0A3A4;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
}
.subMenu_div {
	margin-left:8px;
	margin-right:8px;
}
.reliaSys #pageTop {
	background-image: url(../images/page_top.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.reliaSys #pageBot {
	background-image: url(../images/page_bot.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.reliaSys #header_LY {
	text-align: center;
}
.reliaSys #header {
	width: 1030px;
	margin: auto;
	clear: both;
	height: 115px;
}
.reliaSys #breadcrumbs {
	clear: both;
	font-size:9pt;
	text-align:left;
	margin-bottom:30px;
	color:#000;
	text-transform:capitalize;
	font-family:Tahoma, Geneva, sans-serif;
}

.reliaSys #hdr_Left {
	width: 300px;
	float: left;
	clear: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}
.reliaSys #hdr_Right {
	float: right;
	width: 500px;
	clear: right;
	font-size: 18pt;
	padding-top: 50px;
	padding-right: 10px;
	font-style:italic;
}
.reliaSys #site_Search {
	background-image: url(../images/search_BG.jpg);
	height: 48px;
	width: 211px;
	float: right;
	padding-top: 8px;
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}
.reliaSys #menuButtons {
	float: right;		
}
.reliaSys #site_Search:hover {
	/*background-image: url(../images/SearchBox_bg_over.png);*/
}
.reliaSys #site_Search input {
	border:none;
	padding-top: 7px;
	padding-left: 7px;
	color: #666;
	text-align: left;
	font-size:9.5pt;
	width:170px;
	height:21px;
	padding-right: 25px;
	background:none;
}
.reliaSys #featuresBlock {
	background-color: #CCC;
	float: left;
	margin-left: 4px;
	margin-top: 4px;
	height: 367px;
	width: 272px;
}
.reliaSys #NewsSlider {
	height: 367px;
	width: 658px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	background-color: #CCC;
}
.reliaSys #homeFeatures_LY {
	background-image: url(../images/homeFeatures_BG.jpg);
	height: 375px;
	background-repeat: no-repeat;
	float: left;
	width: 942px;
	clear: both;
	margin-bottom: 40px;
}
.reliaSys #homeList {
	color: #000;
	font-size: 12pt;
	height: 182px;
	background-image: url(../images/homeList_BG.jpg);
	background-repeat: no-repeat;
	background-color: #ededed;
	padding-top: 27px;
}
.reliaSys #homeButtons {
	width: 279px;
	float: right;
}
.reliaSys #homeContent {
	clear:left;
	margin:0px;
	padding:0px;
}
.reliaSys #homeContent ul {
	line-height:30px;
	padding-left:60px;	
}
.reliaSys #homeContent h1 {
	padding-bottom: 0px;
}
.reliaSys #rightColumn {
	width:279px;
	float:right;
}
.reliaSys #NewsColumn {
	margin-top:30px;
}
.reliaSys #secondaryContent {
	clear:left;
	margin:0px;
	padding:0px;
	/*float:left;*/
	width:620px;
	font-size:9pt;
	line-height:25px;
}


/* Classes */
.redButton {
	background-image: url(../images/redbutton_BG.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
}
.buttonText {
	font-weight:bold;
	font-size:15pt;
}
.redButton a:link {
	color:#FFF;
	text-decoration:none;
}
.redButton a:hover {
	color:#e5e5e5;
	text-decoration:none;
}
.featureItem {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 55px;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 25px top;
}
.NewsReturn {
	font-weight:bold;
	font-size:8.5pt;
}

.img_left {
	float:left;
	margin-right:20px;
}
.img_right {
	float:right;
	margin-left:20px;
}


.moduletable_clients ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:30px;
}
.moduletable_clients li {
	line-height:20px;
	font-size:9pt;
	border-top:1px solid #f5f5f5;
	padding-left:20px;	
}

.latestnews_NewsArticles {
	list-style:none;
	margin:0px;
	padding:0px;
}
.latestnews_NewsArticles li {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ccc;
	padding-left:20px;
}
.latestnews_NewsArticles li:hover {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ccc;
	padding-left:20px;
	background-color:#f9f9f9;
	cursor:pointer;
}
.latestnews_NewsArticles a:link {
	color:#cb000b;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
}
.latestnews_NewsArticles a:visited {
	color:#cb000b;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
}
.latestnews_NewsArticles a:hover {
	color:#999;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
}
.latestnews_NewsArticles a:active {
	color:#cb000b;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
}

.blog_more ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.blog_more li {
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #f5f5f5;
	padding-left:0px;
}
/* End Classes

/* LINKS */
.reliaSys #subMenu a:link {
	color: #e2e2e2;
	text-decoration: none;
}
.reliaSys #subMenu a:visited {
	color: #e2e2e2;
	text-decoration: none;
}
.reliaSys #subMenu a:hover {
	color: #FFF;
	text-decoration: none;	
}
.reliaSys #subMenu a:active {
	color: #e2e2e2;
	text-decoration: none;	
}

.reliaSys #breadcrumbs a:link {
	color: #cb000c;
	text-decoration: none;
	text-transform:capitalize;
}
.reliaSys #breadcrumbs a:visited {
	color: #cb000c;
	text-decoration: none;
	text-transform:capitalize;
}
.reliaSys #breadcrumbs a:hover {
	color: #ccc;
	text-decoration: none;
	text-transform:capitalize;
}
.reliaSys #breadcrumbs a:active {
	color: #cb000c;
	text-decoration: none;
	text-transform:capitalize;
}

/* End LINKS */

h1 {
	font-size: 16pt;
	margin:0px;
	padding:0px;
}
h2 {
	font-size: 15pt;
	color: #999;
	font-weight:normal;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 13pt;
	padding:0px;
	margin:0px;
	color:#000;
	font-weight:normal;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

span.pathway {
  display: block;
  margin: 0px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
	font-size: 16pt;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#000;
	padding-bottom:20px;
}

h1, .contentheading {
	font-size: 16pt;
	margin:0px;
	padding:0px;
	font-weight:bold;
	/*padding-bottom:20px;*/
}

h2 {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 13pt;
	font-weight: normal;
	vertical-align: bottom;
	color: #a6a6a6;
	text-align: left;
	width: 100%;
	padding-bottom:10px;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: normal;
  font-size: 12pt;
  padding-left: 10px;
  margin-top:20px;
  margin-bottom: 12px;
  text-align: left;
  color:#999;
}

.anchorlinks {
	padding-top:10px;
	margin-top:20px;
	border-top:solid 1px #ccc;
	list-style:square;
	margin-left:0px;
	padding-left:30px;
}
.anchorlinks li {
	padding-left:10px;	
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

a.readon {
	margin-top: 0px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
	color:#cb000b;
	text-transform:lowercase;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {
	padding-bottom:30px;
}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

/*table.contentpaneopen li {
	margin-bottom: 5px;
}*/

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

.pagenav {
	margin-top:10px;
	padding-top:20px;
}


/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* RS Form */

.forme td {
	padding:4px;
	color:#666;
	font-weight:bold;
}
.forme input {
	color:#000;
	font-weight:normal;
	font-style:italic;
}