/*<!--Announcements-->*/
  /*<!-- admin -->*/
.announcement {
  padding-top: 20px;
  padding-bottom:20px;
  border-bottom:5px solid black;
}
.announcement-last {
  padding-top: 20px;
  padding-bottom:20px;
}
  /*<!-- end admin -->*/
  /*<!-- print -->*/
#announcements {
}

#announcement {
  display:block;
  border:2px solid #004371;
  margin-bottom:20px;
}

#title {
  font-family: sans-serif;
  color: #004371;
  font-size:16pt;
  text-align: left;
  margin-top:5px;
  margin-left:5px;
  padding-bottom:0;
  margin-bottom:0;
}

#author {
  font-family: sans-serif;
  color: #000;
  font-size:10pt;
  text-align: left
}

#message {
}
  /*<!-- end print -->*/

/*<!--End Announcements-->*/

/*<!--Main Pages-->*/
#left {
  float:left;
  width:50%;
}

#right {
  margin-left:50%;
}

/*<!--End Main Pages-->*/

/*<!--CME-->*/

  /*<!-- Requirements -->*/
  #years_form {
    font-size:14pt;
    font-weight:bold;
  }










/*<!-- Other stuff I don't know what it goes to -->*/
#spacer {
  border-right:2px solid black;
  padding-right:4px;
}

a:hover
{
   cursor: pointer;
}


A{text-decoration:none; color:blue}
A:hover{color:red; text-decoration: underline;}
A:visited{}
body
{
  background-color: #FFFFFF;
  /*scrollbar-base-color: #004371;
  scrollbar-arrow-color: white;
  scrollbar-DarkShadow-Color: black; */
  font-family: sans-serif;
}
p	{
  font-family: sans-serif;
  color: #004371;
  font-size:11pt;
  text-align: left
}
.p {
  font-family: sans-serif;
  color: #004371;
  font-size:11pt;
  text-align: left
}
p.center {
  font-family: sans-serif;
  color: #004371;
  font-size:11pt;
  text-align: center
}
p.top
{
  font-family: sans-serif;
  text-align: right;
}
H1	{
  font-family: sans-serif;
  font-size:16pt;
  color:#004371;
}
H2	{
  font-family: sans-serif;
  font-size: 11pt;
  color:#004371;
  text-align:left;
  font-weight:500;
}
H3	{
  font-family: sans-serif;
  font-size: 12pt;
  color:#004371;
  text-align:left
}
hr{color:#004371}
em{font-style: italic; font-size:10pt;}
em.pending{ font-style:normal; font-size: 12pt; color:Red; font-weight:bolder;}

table {
  border-style:solid;
  border-width: thin medium;
  border-color: #004371;
}
table.big{border: 0pt;}
table.print{	border: 3px solid blue;}
table.none{ border:0pt;}
#innertable {border:0px;}
td{font-size: small;}
td.menu {
  font-family: sans-serif;
  font-size: 11pt;
  text-align: center;
}
td.footer {
  font-family: sans-serif;
  font-size: 9pt;
  text-align: center
}

th{
  text-align: center; 
  background-color: Navy; 
  color: White;
  font-size: small;
}
th a{color:#B3E3EE; text-decoration:none;}
th a:hover{color:red; text-decoration: underline;}
th a:visited{}

tbody tr.odd td{background-color: #eee;}

PRE.approved{ color: Lime; font-size: large;}
PRE.pending{ color: Yellow; font-size: large;}
PRE.declined{ color: Red; font-size: large;}

input.right {text-align: right;width: 75px;}
	
li.reqRun {
  padding-left:25px;
  background:transparent url(https://www.remo-als.com/Version2.0/images/comment_add.png) no-repeat;
  background-position:0 0;
}

li.editRun {
  padding-left:25px;
  background:transparent url(https://www.remo-als.com/Version2.0/images/comment_edit.png) no-repeat;
  background-position:0 0;
}

table.cares
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 1px;
	width: 760px;
	border-collapse: collapse;
	text-align: left;
}
th.cares
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 1px 1px;
	border-bottom: 2px solid #6678b1;
}
td.cares
{
	color: #669;
	padding: 1px 1px 1px 1px;
}

/*<!--Menu-->*/
#menu {
width: 100%;
background: Navy;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 9.5em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: navy navy navy navy;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #B3E3EE;
background: Navy;
text-transform: uppercase;
}

#menu a {
color: #B3E3EE;
background: #004371;
text-decoration: none;
}

#menu a:hover {
color: #004371;
background: #B3E3EE;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*<!--End Menu-->*/