body {
    margin: 0px;
    padding: 0px;
	font-family: Arial, Helvertical, Verdana, sans-serif;
    font-size: 70%;
    background: url(../images/nav-bg-repeat.jpg) repeat-y;
}
a
{
	text-decoration:none;
	color:#5e4541;
	font-weight:bold;
}
a:hover
{
	text-decoration:underline;
}
table {
  font-size: 1em;
}
div.Clearance {
  clear: both;
}
.Virtual {
  display: none;
}
img.Separator {
  width: 100%;
  height: 5px;
}
ul.MainMenu {
  list-style: none inside none;
  margin: 0px;
  padding: 0px;
}
ul.MainMenu li {
  display: inline;
  padding: 0px 0em 0px 1em;
}
ul.MainMenu li.First {
  list-style-type: none;
}

#header {
  background-color: #4E7DD1;
  height: 36px;
  color: white;
}
#header h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 6px;
  float: left;
}
#header a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#header a:hover {
  text-decoration: underline;
}
#header ul.MainMenu {
  float: right;
  padding-top: 5px;
  padding-right: 1em;
}

#navigator {
  background-image: url(../images/topgrad.gif);
  border-top: solid 1px #7795CB;
  padding: 3px 2px 2px 2px;
}
#navigator a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#navigator a:hover {
  text-decoration: underline;
}
#navigator div {
  height: 1.5em;
}
#navigator ul.MainMenu li {
  padding: 0px;
  margin: 0px;
}
#navigator ul.MainMenu li a {
  padding: 0px .7em 2px .7em;
}
#navigator ul.MainMenu li.Current a {
  background-image: url(../images/nav-item-bg.jpg);
  background-repeat: repeat;
  color: #131FA5;
  border: solid 1px;
  border-top-color: #00238B;
  border-right-color: #578CEB;
  border-bottom-color: #578CEB
  border-left-color: #00238B;
}

#title {
  border-top: solid 3px #4E7DD1;
  border-bottom: solid 1px #D8E0EB;
  background-color: white;
}
#title div.Inner {
  height: 50px;
}
#title #titleLogo {
  width: 180px;
  float: left;
  background-image: url(../images/headcornerp.gif);
  background-repeat: no-repeat;
}
#title #titleLogo h2 {
  margin: 0px;
  width: 180px;
  height: 49px;
  background-image: url(../images/spssites.gif);
  background-repeat: no-repeat;
  background-position: center 0px;
}
#title #titleText {
  float: left;
  padding-top: 10px;
  font-family: Verdana;
}
#title #titleText h3.Repeat {
  margin: 0px;
  font-weight: normal;
  font-size: 1.4em;
  color: black;
}
#title #titleText h3 {
  margin: 0px;
  color: #131FA5;
  font-size: 1.2em;
}
#title #titleForm {
  float: right;
  padding: 0px 0px 0px 6px;
  background-color: #4E7DD1;
  background-image: url(../images/headcornerx.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
#title #searchForm {
    margin: 0px;
    padding: .2em .4em .4em .5em;
    background-image: url(../images/headcornerz.jpg);
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
#title #searchForm * {
  vertical-align: middle;
}

#sideBar {
    position: absolute;
    width: 180px;
    left: 0px;
    font-family: Verdana;
}
/*
#sideBar div {
    padding: 1ex;
}
#sideBar h5 {
  font-weight: bold;
  margin: 0px;
  font-size: 1.1em;
}
#sideBar ul a {
  color: #003399;
  text-decoration: none;
  font-size: 1.1em;
}
#sideBar ul a:hover {
  text-decoration: underline;
}
#sideBar ul {
  margin: 0.5ex 1ex 3ex 0ex;
  border-top: dotted 1px #ADADAD;
}
#sideBar ul.Actions {
  list-style-type: none;
  padding-left: 0em;
}
#sideBar ul li {
  background-image: url(../images/rtbullet.gif);
  background-repeat: no-repeat;
  background-position: 5px 0.2ex;
  padding: 0.5ex 0.5ex 0.5ex 3ex;
}
#sideBar ul li.Selected {
  background-image: url(../images/triangle.gif);
  background-position: 3px center;
  background-color: #F0FFF0;
  border: 1px solid #228B22; 
}*/

#content {
  font-size: 1.1em;
  margin-left: 180px;
}
#messageContainer {
    margin-left: 180px;
    display: none;
    padding: 3px;
    text-align: center;
}
#message {
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: bold;
  background-color: rgb(250, 209, 99);
}

td.TL {
  background: url(../images/corner_tl.gif) top left;
}
td.TR {
  background: url(../images/corner_tr.gif) top right;
}
td.BL {
  background: url(../images/corner_bl.gif) bottom left;
}
td.BR {
  background: url(../images/corner_br.gif) bottom right;
}
td.TL, td.TR, td.BL, td.BR {
  background-repeat: no-repeat;
}

/* Separator */
div.Separator {
  border-bottom: 1px outset lightgrey;
}

div#footer {
	margin-top: 2em;
	padding: 0.5em;
	clear: both;
    color: rgb(200, 200, 200);
    background-color: white;
    border-top: solid 1px rgb(200, 200, 200);
}

div.Paging a,
div.Paging span.Selected,
div.Paging span.Next,
div.Paging span.Previous {
	padding: .2em;
	margin: .2em;
	border: 1px solid #ccc;
	background-color: #fff;
}

div.Paging span.Selected {
	color: #fff;
	border: 1px solid #00f;
	background-color: #00f;
}

div.Paging a {
	color: #454;
	text-decoration: none;
}

div.Paging a:hover {
	color: #00f;
	border: 1px solid #00f;
	text-decoration: none;
}
span.MiniFont {
	color: #666666;
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
}
.edit
{
	border:solid 1px #CCCCCC; 
	padding-left:20px; 
	height:38px;
}
.title
{
	background-color:#faeee2; 
	height:22px; 
	color:#5e4541; 
	font-weight:bold
}

.line
{
	background-color:#FFFFFF; 
	height:22px; 
	color:#5e4541;
}

.bor_detail
{
	background-color:#b4d4eb; 
	font-size:14px; 
	color:#5e4541
}
.navigation a
{
	text-decoration:none;
	color:White;
}
.navigation a:hover
{
	text-decoration:underline;
}