﻿/* General
-------------------------------------------------------*/

body {
  background: url("/images/bg.gif") 0 0 fixed;
  font-family: Verdana, Arial, Sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

p {
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 8px;
}

ul 
{
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 16px; 
}

a {
text-decoration: none;
color: #4F7289;
}

a:hover {
text-decoration: underline;
color: #4F7289;
}


a img {
  border: none;
}

h1,
h2,
h3 {
  padding: 4px 0;
  margin: 4px 0;
}

h1 {
  color: #4F7289;
  font-family:  Tahoma, Verdana, Sans-serif; 
  border-bottom: solid 1px #A1BBCC;
  font-weight: bold;
  font-size: 1.7em; 
  letter-spacing: 0.08em;
  clear: both;
}

h2 {
  color: #4F7289;
  font-weight: normal;
  font-size: 1.5em;
  border-bottom: 1px dotted #A1BBCC;
}

h3 {
  color: #147794;
  font-weight: normal;
  font-size: 1.4em;
}

.print_only {
  display: none;
}

/* Layout
-------------------------------------------------------*/

#wrapper {
  background: url("../images/back_top.gif") 0 0 repeat-x fixed;
  text-align: center;
  width: 100%;
}

#main {
  width: 740px;
  padding: 0px 0;
  margin: 0 auto;
}

#footer,
#sub_nav 
{
  margin-bottom: 1px;
  text-align: left;
  padding: 4px 16px;
  color: #eff7d4;
}
#top_nav {
  margin-bottom: 1px;
  text-align: left;
  padding: 4px 16px;
  color: #790;
}

#top_nav {
  background: #b5b67c;
  font-size: 1.0em;
}

#footer,
#sub_nav {
  background: #737b7a; /* #E2FF70; */
  font-size: 1.2em;
  padding: 5px 16px;
}

#top_nav a:link,
#top_nav a:visited {
  color: #360;
}

#top_nav a:hover,
#top_nav a:active {
  color: #000;
}

#sub_nav a:link,
#sub_nav a:visited {
  color: #360;
}

#top_nav a:hover,
#top_nav a:active,
#sub_nav a:hover,
#sub_nav a:active {
  color: #000;
  border-bottom: 5px solid #3b866b
}

#header {
  background: white url("/images/header_jilekdds.gif") no-repeat right top;
  height: 69px;
  text-align: left;
  padding: 0 12px; 
  margin-bottom: 0px;
}

#header h1 {
  margin: 0;
  padding: 25px 0 0 0;
  overflow: hidden;
  border: none;
  font-size: 30px;
  /*
height: 0;
background: no-repeat url("../images/logo.gif") 0 20px;
  */
}

#page {
  background: white top repeat-x url("../images/content_bg.gif");
  padding-top: 2px;
  text-align: left;
}

#content {
  padding-left: 16px;
  float: left;
  padding-top: 12px;
  min-height:450px;
}

#side {
  float: right;
  background: #f5f5f5 url("../images/side_back.gif") top repeat-x;
  padding: 16px;
  color: #3f5877;
  border-top: white solid 1px;
}

#footer {
  font-size: 0.8em;
  border-top: 1px solid #164579;
  padding: 10px 16px;
  clear: both;
  background: #737b7a url("../images/side.gif") bottom repeat-x;
}

#footer a:link,
#footer a:visited {
  color: #eff7d4;
}

.loginname 
{
    text-align:right;
    padding-right: 5px;
}

INPUT, TEXTAREA {
background-color: #F8F7F6;
color: black;
font-family: verdana;
font-size: 12pt;
} 


/* One COlumn
-------------------------------------------------------*/

.one_column #content {
  width: 708px;
  float: none;
}

.one_column #side {
  display: none;
}

/* Two Colums
-------------------------------------------------------*/

.two_column #content {
  width: 460px;
}

.two_column #side {
  width: 216px;
}

/* Side Menu
-------------------------------------------------------*/

.menu  {
  margin: 0 -16px;
  padding: 0;
  list-style: none;
  border-top: 1px solid white;
  display: block;
}
div.menu 
{
  display: block;
  padding : 8px 16px;
  margin: 0 -16px;
  color: #eff7d4;

  background: #737b7a;
  background: #737b7a url("../images/side.gif") bottom repeat-x;
  border-bottom: 1px white solid ! important;

  font-size: 1.2em;
  width: 100%;
}

div.subcontent 
{
  background: #f5f5f5;
  color: #426480;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-size: 1em;
  }

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.menu li {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.menu li a:link,
.menu li a:visited {
  display: block;
  padding : 8px 16px;
  margin: 0;
  color: #426480;
  font-weight: bold;
  background: #737b7a;
  border-bottom: 1px white solid ! important;
  letter-spacing: 0.12em;
  font-size: 1.2em;
}

* html .menu a,
* html .menu li {
  height: 1px; /* Holly Hack stops random padding. Seems to be OK in IE7 as well */
}

.menu li li a:link,
.menu li li a:visited {
  background: #b5b67c;
  color: #426480;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-size: 1em;
}

.menu a:link, 
.menu a:visited, 
.menu a:hover {
  text-decoration:none ! important;
}

.menu li li a:hover {
  background-color: #E2FF70 !important;
}

/* Extras
-------------------------------------------------------*/

.side_decor {
  margin: 12px 16px 12px 0;
  float: left;
}

/* Column clearing
-------------------------------------------------------*/

#page:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#page {
  display: table; /* Was inline-table in original tutorial, changed due validation error */
}

/* Hides from IE-mac \*/
html #page {
  height: 1%;
}

#page {
  display: block;
}
/* End hide from IE-mac */


/* Chrome Menu */

#chromemenu{
width: 100%;
font-weight: bold;
font-size: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
background: url(/images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #fff;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(/images/chromebg2.gif) center center repeat-x;
}

fieldset {
	padding:15px;
}

#formcontent label {
	float:left;
	text-align:right;
	width:25%;
	margin:0 .5em;
}

/* MANDATORY FIELD ELEMENTS */

.missing {
	color:#f00;
}

.required {
	color:red;
	margin-right:.4em;
}

.readonly {
	color:#666666;
	margin-right:.4em;
}