﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #FFFFFF;
    font-size: .80em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    width:100%;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    border-bottom:1px solid #CCCCCC;
    color:#5890D1;
    font-family: Trebuchet MS;
    font-size: 1.6em;
    margin: 0 10px 0 0;
    padding: 5px 0 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EBEBEB;
}

#header
{
    /*background-color: #AFA;*/
    background-image: url("../Styles/images/RL_Header.jpg");
    height: 173px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000;
    padding: 0;
}
#login_header
{
    /*background-color: #AFA;*/
    background-image: url("../Styles/images/RL_LoginHeader.jpg");
    height: 173px;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#content0
{
/*    padding: 30px 30px 15px 30px;*/
    background-color: #fff;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
 
	position: relative;
	min-height:560px;
	height:auto !important;
	height:560px;
	width:100%;
	float:left;
	overflow: hidden;

}
#content
{
/*    padding: 30px 30px 15px 30px;*/
    background-color: #fff;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
 
	position: relative;
	min-height:560px;
	height:auto !important;
	height:560px;
	width:592px;
	float:left;
	overflow: hidden;
	padding-left:20px;
	overflow-y:visible;


}
#main
{
    width: 820px;
}

#LEFT
{
    background-color: #EBEBEB;
    float:left;
    width:203px; /* 208-(padding-left 5px)*/
	min-height:560px;
    color: #ff0000;
    height:100%;
    padding-left: 5px;
}

#footer
{
    background-color: #4872AB;
    color: #EBEBEB;
    padding: 35px 0 10px;
    text-align: center;
    line-height: normal;
    margin: 0;
    width:100%;
    font-size: 1.0em;
    position:static;
    clear:both;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu1
{
    width:820px;
    padding-left: 254px;
    position: relative;
    margin: 0;
    text-align: left;
    width:auto;
    height:173px;
}

ul#menu1 li
{
    display: inline;
    list-style: none;
}

ul#menu1 li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu1 li a
{
    padding: 0px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 22.8em;
    /*background-color: #e8eef4;*/
    color: #FFFFFF;
    
}

ul#menu1 li a:hover
{
    /*background-color: #fff;
    text-decoration: 'underline';*/
}

ul#menu1 li a:active
{
    /*background-color: #a6e2a6;*/
    text-decoration: none;
}

ul#menu1 li.selected a
{
    background-color: #fff;
    color: #000;
}
ul#menu
{
    width:auto;
    margin:0;
    list-style-type:none;
    padding-top:137px;
    padding-left:254px;
}

ul#menu li
{
    display: inline;
    list-style: none;
    float:left;
    color:White;
}

ul#menu li a
{
    font-weight: bold;
    padding-left:20px;
    padding-right:25px;
    text-decoration:none;
    color:White;
    outline-style:none;
}

ul#menu li a:hover
{
    /*background-color: #fff;
    text-decoration: 'underline';*/
    color:#CCCCCC;
}

ul#menu li a:active
{
    /*background-color: #a6e2a6;*/
    text-decoration: none;
    color:#CCCCCC;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* LEFT_MENU
----------------------------------------------------------*/
ul#LEFT_MENU
{
    background-image: url("../Styles/images/RL_Options.jpg");
    background-repeat: no-repeat;
    margin-left:2px;
    padding-left:5px;
}
ul#LEFT_MENU li
{
    display:block;
    list-style-type:none;
    margin-left: -5px;
    padding-left:4px;
    padding-top: 3px;
    width:194px;
    height:36px;
    background-image: url("../Styles/images/RL_ButtonBackground.jpg");
    background-repeat: no-repeat;
}
ul#LEFT_MENU li a
{
    height:39px;
    font-weight: bold;
    font-size: 0.95em;
    text-decoration:none;
    color: #FFFFFF;
    vertical-align:middle;
    padding-top:4px;
    outline-style:none;
}
ul#LEFT_MENU li a:hover
{
    font-weight: bold;
    font-size: 0.95em;
    color:#CCCCCC;
    text-decoration:none;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
}

#title
{
    display:block;
    float:left;
    text-align:left;
    height: 75px;
}

#logindisplay
{
    position:relative;
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/*-- Page Added--*/
.selectlock
{
    width:100%;
}

/*-- Tables ---*/
#HomeTable
{
    border-spacing:15px;
}
#LoginTable
{
    border-style:dotted;
    border-width:3px;
    border-color:#DBDBDB;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:10px;
    vertical-align:middle;
   
}
.RLform
{
    text-align:left;
    line-height:1.7em;
}
.RLform th
{
    border-bottom-color:#CCCCCC;
    border-bottom-style:solid;
    border-bottom-width: 0px;
    color:#0033CC;
    font-size:1.2em;
    font-weight:normal;
    margin: 10px 5px 2px 0;
    padding: 14px 0 2px;
}
.RLform input[type="submit"]
{
     padding: 4px 20px;
     margin: 10px 30px;
     background: #FF6666;
     color: #FFF;
     border: 1px solid #AAA;
     outline:none;
     cursor:pointer;
     font-family:Arial,Helvetica,sans-serif;
     font-weight:bold;
}
.RL_DATA_TABLE
{
    width:100%;
}

.RL_CODE
{
    text-align:left;
    line-height:1.6em;
    background-color:#F5F5FA;
    border:solid 1px #CCCCCC;
}
.RL_CODE th
{
    border-bottom-color:#CCCCCC;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    color:#111111;
    font-size:1.3em;
    font-weight:bold;
    margin: 10px 5px 2px 0;
    padding: 4px 0 2px;
}
.RL_CODE #code
{
    color:#000099;
    font-size: 1.3em;
}
.RL_LockProperty
{
    text-align:center;
    line-height:1.7em;
    padding-top:12px;
    font-size:1.2em;
}
#LOCK
{
    background-image:url("../Styles/Images/LockTab.jpg");
    background-position:0 6px;
    background-repeat:no-repeat;
}
#PROP
{
    background-image:url("../Styles/Images/PropertyTab.jpg");
    background-position:0 6px;
    background-repeat:no-repeat;
}
.RL_LockProperty td
{
    width:118px;
    font-weight:bold;
}
.RL_LockProperty .link a
{
    width:118px;
    font-weight:normal;
    text-decoration:none;
    outline-style:none;
}
.RL_LockProperty .normal
{
    width:36px;
}

/*-- Message --*/
.message
{
    line-height:2.0em;
    font-style:italic;
    font-size:1.1em;
    font-weight:bolder;
    color:#FF3300;
}
/*-- Table Sorter  --*/
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:5px 5pt 15px;
	font-size: 9pt;
	width: 95%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 9pt;
	font-weight:bold;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	/*background-image: url(asc.gif);*/
	background-image: url(../Styles/images/454545_11x11_icon_arrows_updown.gif);
}
table.tablesorter thead tr .headerSortDown {
	/*background-image: url(desc.gif);*/
	background-image: url(../Styles/images/454545_11x11_icon_arrows_updown.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */
.jqmOverlay { background-color: #000; }
div.jqDrag {cursor: move;}

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
div.jqmConfirm input[type="submit"] { padding: 4px; margin: 10px 30px; background: #4872AB; color: #FFF; border: 1px solid #AAA; cursor:pointer}

/* jqModal confirm CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmConfirm { /* contains + positions the alert window */
  display: none;
  
  position: absolute;
  max-width:580px;
  top : 20%;
  left : 25%;
/*
margin-top: -600px;
padding-top:-600px;
margin-left: -300px;
width: 500px;*/
}
div.jqmConfirm2 { /* contains + positions the alert window */
  display: none;
  z-index:9000;
  
  position:fixed;
  max-width:380px;
  width:auto;
  top: 40%;
  left:40%;
}
    
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmConfirm {
     position: absolute;
     /*
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
    */
}

div.jqmConfirmWindow {
  height:auto;
  width: auto;
  margin: auto;
  
  /*max-width:400px*/;
  padding: 0 10px 10px;
  
  background:#FFF;
  border:1px dotted #FFF;
}

.jqmConfirmTitle{
  margin:5px 2px;
  height:20px;
  color:#000;
  background:#FFF;
}
.jqmConfirmTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#000;

  float:left;
  height:20px;
}

div.jqmConfirm .jqmClose em{display:none;}
div.jqmConfirm .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:transparent url(../Styles/images/close_icon_double.png) 0 0 no-repeat;
}

div.jqmConfirm a.jqmClose:hover{ background-position: 0 -20px; }

div.jqmConfirmContent{
  /*border-top:px;*/
  color:#000;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  border:1px dotted #111;
  letter-spacing:0px;
  background:#FFF url(confirm/darkgrid.png);
}

/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  clearing a float without additional markup
   http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-- tooltip --*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
