body
{
}

/* Main page table */
.pageTable
{
  width: 100%;
  height:auto;
}

td.leftBar
{
  width: 165px;
  background-color: #3277a0;
  vertical-align:top;
}

td.leftBar .leftBarContent
{
  padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:1.2em;
}

td.contentBar
{
  padding:20px 10px 20px 15px;
  background-color: Transparent;
  vertical-align:top;
  overflow:auto;
}

td.rightBar
{
  background-color: Transparent;
  vertical-align:top;
  margin: 10px;
}

/* search button */
.search_box {
    width: 201px;
    height: 31px;
    background: url(images/temp.png);
}
.searchInput_wrapper {
    float: left !important;
}

.searchInput_wrapper .riTextBox
{
    width: 155px !important;
    background: none !important;
    border: 0px !important;
    margin-top:5px;
    margin-left:6px;
    padding-left:2px !important;
    padding-right:2px !important;
}

.search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}


/* portlet boxes */
.portalBox
{
  background-color: #ececec;
	width: 200px;
	margin-bottom:10px;
}

.portalHeader
{
	background-color: #7b8b9d;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 8px 0px 8px 20px;
	text-align:left;
}

.portalContent
{
  padding:4px;
}

.articleItems
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px 10px 0px 10px;
}

.articleItems a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration:none;
  color:black;
  padding: 0px 0px 10px 0px;
  text-align:center;
}

.articleHeadline
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

.articleIntro
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: italic;
}

.articleListing
{
  list-style-type: none;
  padding: 0px 10px 10px 5px;
  margin: 10px;
}

.articleListing li
{
  background-image: url(images/redarrow.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 20px;
}

.articleHeadline
{
  font-family: Verdana;
  font-size: 14px;
  font-weight: bolder;
  letter-spacing: 0em;
  color: #b91b02;
  text-decoration: none;
}

.articleHeadline:hover
{
  text-decoration:underline;
}

.text-header
{
	color: #2a3241;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.text-subheader
{
	color: #2a3241;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
  text-decoration:none;
}

.smallText {
	xcolor: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.smallText a
{
	color: #000000;
	text-decoration:none;
}

.smallText a:hover
{
	text-decoration:underline;
}

.footerText {
	text-align: center;
	text-align:-moz-center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.subfooter-text {
	text-align: center;
	text-align:-moz-center;
	padding: 8px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5d8cd5;
}

.subfooter-text a
{
	text-decoration:none;
	color:#5d8cd5;
}

.subfooter-text a:hover
{
	color:#5d8cd5;
	text-decoration:underline;
}

.breadcrumb 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: navy;
	padding-top:0px;
	padding-bottom:4px;
}

.inputBoxImage
{	
  width: 150px;
	margin: 0 0 5px 0;
	border: 1px solid  #999999;
	background:url('images/bginput.png') no-repeat right top;
}


.ErrorMessage
{
	margin: 10px;
	border:dotted 1px;
	text-align:left;
}

.ErrorMessage ul
{
	margin-top:5px;
	margin-bottom:5px;
}

.sideMenu
{
  margin:0px;
  padding: 0px;
  list-style-type:none;
}

.sideMenu LI
{
  padding-top:10px;
  padding-bottom:10px;
  border-bottom: solid 1px #ffffff;
}

.sideMenu LI a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  color: #ffffff;
  text-decoration: none;
}

.sideMenu LI a:hover
{
  color: #ff7d01;
}

.whiteHpTitle
{
	font-family: "Trebuchet","Georgia",serif;
	color:#FFFFFF;
	font-size:20px;
	padding:15px 0px 15px 10px;
}

.searchButton
{
  background-image: url(search.png) !important;
}