/*
Filename:    default.css
Description: Default CSS for VLC
Create Date: 03-May-2004
Revision:    $Id: default.css,v 1.1.1.1 2005/10/19 18:34:11 caseym Exp $
*/

body {
  font-family: arial, helvetica, verdana;
  font-size: 12px;
}

h2 {
  font-size: 18px;
  color: #424242;
  text-decoration: bold;
}

h3 {
  font-size: 15px;
  color: #424242;
  text-decoration: bold;
}

h4 {
  font-size: 12px;
  color: #424242;
  text-decoration: bold;
}

p {
}

ul {
  margin: 0px;
  margin-left: 20px;
  padding:0px;
}

td {
  font-size: 12px;
}

select {
  font-family: arial, helvetica, verdana;
  font-size: 12px;
}

input { 
  font-family: arial, helvetica, verdana;
  font-size: 12px;
} 

input.text { 
  width: 100%; 
  font-family: arial, helvetica, verdana;
  font-size: 11px;
} 

textarea {
  font-family: arial, helvetica, verdana;
  font-size: 12px;
} 

a {
  text-decoration: underline;
  /*color: #C1131E;*/
  color:#669900
}

hr {
  color: #90C3A9;
  height: 1px;
}


/* anchors */
.leftNav, .leftNavSubItem, .botNav, .topNavOn, .topNavOff, .gNav, .contentLinks {
  font-family: arial, helvetica, verdana;
}

.leftNav {
  color: #424242;
  font-size: 12px;
  text-decoration: none;
}

.leftNavSubItem {
  color: #424242;
  font-size: 11px;
  text-decoration: none;
}

.botNav {
  color: #999999;
  font-size: 12px;
  text-decoration: none;
}

.topNavOn {
  color: #424242;
  font-size: 12px;
  text-decoration: none;
}

.topNavOff {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}

.gNav {
  color: #424242;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
}

.contentLinks {
  /*color: #C1131E; */
  color: #669900;
  font-size: 12px;
  text-decoration: none;
}


/* text */
.content, .contentHeading, .pageHeading, .areaHeading, .copyright, .search {
  font-family: arial, helvetica, verdana;
}

.content {
  color: #424242;
  font-size: 12px;
}

.contentHeading {
  color: #424242;
  font-size: 14px;
  font-weight: bold;
}

.pageHeading {
  color: #424242;
  font-size: 16px;
  font-weight: bold;
}

.areaHeading {
  color: #424242;
  font-size: 18px;
  font-weight: bold;
}

.copyright {
  color: #999999;
  font-size: 11px;
  text-decoration: none;
}

.label {
  color: #666666;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal; 
}

.footmark {
  color: #000000;
  font-size: 10px;
  font-style: italic;
}

.search {
  color: #424242;
  font-size: 13px;
  font-weight: bold;
}

#screenArea {
  visibility: visible;
}

#printArea {
  position: relative;
  visibility: visible;
}

.footer {

	padding: 25px 0 15px 0;

	font-size: 0.9em;

	line-height:1.5em;
	

	}

.footer .center {

	margin-left: 69px;

	}

.footer li {

	padding: 0 4px;

	margin: 0;

	display: block;

	float:left;

	list-style:none;

	}

.footer ul {

	margin: 0;

	padding: 0;

	}

.footer a {
	text-decoration: underline;
	/*color:  blue */
     color:#0000ff
}

.footer .point span {display: none;}

.footer .point {height: 20px; background: url(../images/point.gif) no-repeat 50% 0.7em;}