	a:link {color:#015627;}
	a:visited {color:#016F33;}
	a:active {color:#894840;}
	a:hover {color:#894840;text-decoration:underline;}
	html {
		height: 100%;
	}
	body {
		margin:5px;
		padding:0px;
		background: #fff;
		margin-bottom:50px;
		color:#333;
		font-size:90%;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		height: 100%;
		}
	.news-include {
		width:200px;
		font-size:95%;
		list-style:none;
		float: right;
		  padding:4px;
		border: 1px solid #cc9;
	}
	.container {
	}
	#rightcontent {
		float:right;
		width:200px;
		position:relative;
		margin-top:20px;
		font-size:12px;
		}
	#centercontent {
		padding:5px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		}
h1, h2, h3, h4 {
		margin:0px 5px 5px 5px;
		line-height:150%;
		}
h1 {
		color:#115627;
		font-weight: bold;
		font-size: 18px;
		}
		
h2 {
		color:#015627;
		font-weight: bold;
		font-size: 15px;
		}

h3 {
		color:#455940;
		font-weight: bold;
		font-size: 12px;
		}
		
	.header {
		background-color: white;
		border-bottom:1px solid white;
		padding-top:10px;
	}
	.tagline {
		color: #594840;
		width: 600px;
		font-size: 22px;
		padding: 10px;
	}
	.tab {
		color: white;
		font-size: 12px;
		font-weight: bold;
		padding-right: 6px;
		padding-left: 6px;
		}
	a.tab, a.tab:visited {
		color: white;
		text-decoration: none;
		}
	a.tab:hover {
		color: white;
                background-color: #594840;
		text-decoration: none;
		}
	a.logout {
		color: white;
		text-decoration: none;
		}
	a.linknav, a.linknav:link, a.linknav:visited {
		 color:#1958B7;
	}

	a.linknav:hover {
		color:red;text-decoration:underline;
	}
	li {
		margin-top:10px;
		margin-bottom:10px;
	}
	pre {
		font-size: small; 
		margin-left: 30px;
		}
	p.context_bar {
		color:#01893E;
		font-weight: bold;
		text-decoration: none;
		margin-left: 40px;
		}
	a.context_bar {
		color:#1958B7;
		text-decoration: none;
		}

#button {
	float: left;
	width: 150px;
	margin-top: 1px;
	padding: 0 0 10px 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 85%;
	color: #594840;
	}
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
	#button li {
		border-bottom: 1px solid #CCE5A3;
		margin: 0;
		}
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #043C01;
		border-right: 10px solid #016F33;
		background-color: #015627;
		color: #fff;
		text-decoration: none;
		width: auto;
		}
	#button li a:hover {
		border-left: 10px solid #4A3C36;
		border-right: 10px solid #a79086;
		background-color: #594840;
		color: #fff;
		}
	#selected li a {
		border-left: 10px solid #4A3C36;
		border-right: 10px solid #a79086;
		background-color: #594840;
		color: #fff;
		}
table.regular {
  background-color: #cccccc;
  padding: 1px;
}
tr.h2 {
  background-color: #e0e0e0;
}
td.td1 {
  background-color: #f0f0f0;
}
td.td2 {
  background-color: #e0e0e0;
}
td.td3 {
  background-color: #e0e0e0;
}
td.td4 {
  background-color: #e0e0e0;
}
td.td5 {
  background-color: #e0e0e0;
}
div.introbox {
  background-color: white;
  border: 1px solid #cc9;
  padding:4px;
  margin-bottom: 15px;	
  margin-right: 15px;	
}

img.border {
  border: 1px solid #cc9;
  padding:4px;
  margin-bottom: 15px;	
}

div.center {
  width: 100%;
  text-align: center;
}
div.box-right {
  float: right; 
  width: 30%; 
  border: 1px solid #cccccc; 
  padding: 8px;
}
img.border {
  border: 1px solid #cc9;
}
table.cs-header {
  width: 100%;
  padding: 6px;
}

TD.dark-line {
    font-size: 1px;
    background-color: #2C5300 ;
}

TD.light-line {
    font-size: 1px;
    background-color: #CCE5A3;
}

.header-buttons {
background: #2e5400; /* Old browsers */
background: -moz-linear-gradient(top, #2e5400 0%, #446622 13%, #88bb66 82%, #cceeaa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5400), color-stop(13%,#446622), color-stop(82%,#88bb66), color-stop(100%,#cceeaa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2e5400 0%,#446622 13%,#88bb66 82%,#cceeaa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2e5400 0%,#446622 13%,#88bb66 82%,#cceeaa 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #2e5400 0%,#446622 13%,#88bb66 82%,#cceeaa 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5400', endColorstr='#cceeaa',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #2e5400 0%,#446622 13%,#88bb66 82%,#cceeaa 100%); /* W3C */

  border-bottom:2px solid #88bb66;
  border-top:2px solid #594840;
  padding-top:0px;
}

.header-text {
    BACKGROUND: white; 
    WIDTH: 100px; 
    WHITE-SPACE: nowrap;
    font-weight: bold;
}

.element-header-text {
    FONT-SIZE: small; 
    font-weight:bold; 
    BACKGROUND: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-WEIGHT: bold; 
    text-transform: uppercase;
}

TD.element-header-buttons {
    WHITE-SPACE: nowrap;
}
IMG.element-header-button {
}

TR.table-header {
    FONT-SIZE: small;
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

STRONG.table-header {
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    FONT-SIZE: small;
}

TD.selected {
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none;
}

TABLE.z_light {
    BACKGROUND: white;
}

TABLE.z_dark {
    BACKGROUND: #CCE5A3;
}

TR.even {
    BACKGROUND: white;
}

TR.odd {
    BACKGROUND: #CCE5A3;
}

HR.main_color {

}

TR.table-title {

}

TD.cal-week {
}

TD.cal-week-event {
}

TD.cal-month-day {
   BORDER: 1px c0c0c0 solid; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px ;
}

TD.cal-month-today {
    BORDER-RIGHT: grey 1px solid; BORDER-TOP: grey 1px solid; BORDER-LEFT: grey 1px solid; BORDER-BOTTOM: grey 1px solid;
}

.navbar A {
    TEXT-DECORATION: none; 
}

.navbar A:visited {
    TEXT-DECORATION: none; 
}

TD.navbar {
    TEXT-DECORATION: none; 
    font-weight: bold;
    padding-top: 7px; padding-bottom:7px;
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    text-align: center; 
    FONT-SIZE: x-small;
}

TD.navbar-selected {
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    FONT-SIZE: x-small; 
    text-align: center; 
    font-weight: bold;
    TEXT-DECORATION: none; 
    padding-top: 7px; padding-bottom:7px;
}

TABLE.table-display {
    BORDER-RIGHT:   1px solid; BORDER-TOP:   1px solid; BORDER-LEFT:   1px solid; BORDER-BOTTOM:   1px solid;
}

TABLE.portal-page-config {
    WIDTH: 700px;
    PADDING: 5px;
}


TD.bottom-border {
    BORDER-Bottom:   1px solid;
}

TR.bottom-border {
    BORDER-Bottom:   1px solid;
}

TD.center {
    text-align: center;
}

/* Context Bar */

#context-bar {
  color:#01893E;
  font-weight: bold;
  margin-bottom: 2px;
  padding-left: 8px;
}
#context-bar #breadcrumbs {
  clear: left;
  float: left;
  padding-top: 3px;
}
#context-bar #breadcrumbs ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
} 
#context-bar #breadcrumbs ul li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
}
#context-bar #navlinks {
  float: right;
}

/* Action Links*/

.action-list { 
  padding: 0;
}

.action-list ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}
                
.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

a.button { 
  font: 85% arial;
  border: solid 1px black;
  background-color: #e1e1e1;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
a.button:link { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:hover { 
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.button:active { 
  text-decoration: none;
  border: solid 1px black;
}
	
#portal-subnavigation {
width: 100%;
background: #d7ebb7;
color: #F2F1CB;
padding: 0px 0px 4px 0px;
font-weight:bold;
}

#portal-subnavigation-links {
background: #d7ebb7;
padding: 2px 0px 0px 0px;
}

#portal-subnavigation-links ul {
display: inline;
margin-left: -25px;
margin-left: 20px !ie;
}

#portal-subnavigation-links li {
display: inline;
border-right: 1px solid darkgray;
list-style: none;
padding: 0px 10px 0px 10px ;
}

#portal-subnavigation-links li img {
border: 0;
padding-right: 5px;
vertical-align: top;
margin: -1px; /* having this here prevents white space btw the portlet title and portlet body*/
}

#portal-subnavigation-links a:visited {
display: inline;
color:black;
text-decoration: none;
list-style: none;
padding: 0px 10px 0px 10px ;
}

#portal-subnavigation-links a:link {
display: inline;
color:black;
text-decoration: none;
list-style: none;
padding: 0px 10px 0px 10px ;
}

#portal-subnavigation-links  a:active {
display: inline;
color:white;
text-decoration: none;
list-style: none;
padding: 0px 10px 0px 10px;
}

/* PORTLETS */
/* contains: all general portlet styles like title, frame, font etc. */

.portlet-wrapper {
	margin: 10px 15px 10px 15px;}
	
.portlet-title {
	position:relative;
	left:0px;
	top:0px;
	background: #98c472 url(images/portlet_titleCorner.gif) no-repeat top right;
	text-align:left;
	padding: 4px 15px 3px 6px; 
	margin-right:30% !important;
		margin-right:8%;
	margin-left:12px;
	margin-bottom:-1px !important;
		margin-bottom:0px;
	font-weight:bold;}
	
.portlet-title span {
	color: #FFFFFF;
	font-size: 120%;
	padding-left:20px;
	padding-right: 30px;
	display:inline;}

.leftColumn { 
        margin-right: 10% !important;
              width: 35%;
              vertical-align: top;
 }

.rightColumn { 
        margin-right: 10% !important;
              width: 65%;
              vertical-align: top;
 }

.portlet-title h2 {
        color: #FFFFFF;
        font-size: 100%;
        padding-left:0px;
        padding-right:0px;
        display:inline;
}

.portlet-title {
        margin-right: 10% !important;
}   	

.portlet-title img {
	padding: 0 5px 0 5px;
	text-align:right;}
	
.portlet {
	background: #FFFFFF; 
	border: 1px solid #D6D585;
	padding: 20px 20px 20px 20px;
	font-size:100%;
	line-height:150%; overflow:auto; }
	
.portlet ul {  
	list-style:none;
	list-style-position:outside;
	padding-top:0px; 
	display: inline; }
	
.portlet ul li{
	margin-left: 10px;
	padding-left: 15px;
	background:url(images/bullet.gif) no-repeat 0 7px;  
	padding-top:0px; }


#alert-message {
  background-color: #ccff99; 
  padding: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 85%;
}

#alert-message .alert {
  margin-left: 0;
  padding-left: 2px;
  border: none;
}
