body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-bottom: 5px;
	background: white;
}

#header
{
	margin: 0;
	padding: 0;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}


#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}


body {
	margin: 0;
	padding: 0px;
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	background-image: url(../images/bkgd_5px.gif);
	background-repeat: repeat;
	background-color: white;
}

#header {
	background-image: url(../images/new_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 870px;
	position: relative;
}
#logo {
	margin-left: 20px;
	float: left;
}
#title {
	position: absolute;
	top: 30px;
	right: 40px;
	padding: 10px 20px;
	font-size: 250%;
	color: #ffa;
	font-weight: bold;
}
div#nav-bar {
	background: #72913F;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}
ul#nav li {
	background-image: none;
}
ul#nav ul li a:hover,
ul#nav a:hover { color: #aaa}
ul#nav li.over ul a  /*ul#nav li*/
 {background: #72913F; color: white; text-transform: none}
#nav li.over ul a, #nav ul li.active a, #nav ul li a {
	background: inherit;
	color: white;
}
#footer {border: none}

ul#nav li.active {
	background: inherit;
}

.errorMessage {margin-left: 10px; font-style: italic; margin-bottom: 10px; background-color: #ffffcc}
.errorSummary ul {font-weight: bold}
.errorSummary p {font-style: italic}
div.row.buttons {padding: 15px 20px}
div.view {background: #edf7fD}

h3 {margin-bottom: .2em}

.portlet-decoration {
	background: #cccc88;
	border-left-color: #999966;
}
.portlet-title{
	color: black;
}
.portlet-content {background: #eec}
.operations li a:hover {background: none; color: #ff9933}

.event-dates {color: #777; font-weight: normal; font-size: 10px}

	.view .title {font-size: 125%; font-weight: bold; margin: -5px 0px 5px -15px }
	.items div.view {font-weight: bold; padding-left: 20px; font-size: 12px}
	
#sidebar {
		position: absolute; 
		top: 0px; 
		right: 0px;
		padding: 2px;
}
.container {position: relative}
#content {padding: 5px 20px}
.breadcrumbs {display: none}
.empty {font-style: italic; color: #977; font-weight: bold; margin: 10px;}


	table {border-collapse: collapse}
	.day{border: 1px solid #C9E0ED; 
		vertical-align: top;
		padding: 0px}
	th.day {font-weight: bold;
				text-align: center;
				background: #EDF7FD;
				color: #88a;}
	.day div {font-weight: bold; color: #88a}
	.day .event{font-weight: normal; color: black; font-size: 11px; text-align: left;}
	.day ul{margin: 2px 4px}
	h3 {font-weight: bold; margin-top: 15px}
	ul {margin: 0}

.ep-info {margin-left: 20px}
.ep-hdr {margin: -5px 0 3px -15px}
.ep-duration {margin-left: 8px; color: #776; font-size: 11px; display: inline-block}

div.view.ep {
	background: #ffffcc;
	border: 1px solid #ebeb7e
}

.view .what {float: right; font-size: 15px; font-weight: bold; color: #ddd; margin-bottom: 5px}

.flash {
	background: #ffffcc;
	border: 1px solid #ffff00;
	padding: 2px 10px;
	text-align: center;
	font-weight: bold;
	margin: 5px 10px;
	color: #666600
}

/*table.report {
	border-collapse: collapse;
	margin-top: 10px;
}
table.report th {background: #bec7be}
table.report tr {background: #e5e5ea}
table.report tr.odd {background: #f3f3f3}*/

.span-19 {width: 100%}

table.pathways {width: auto; }
table.pathways th {text-align: center; font-style: italic; 
			 padding: 3px 2px 0px; color: #999}
table.pathways.edit td {padding: 0px 0px 0px 3px}
table.pathways.edit tr {border: 2px solid white}
table.pathways.edit tr.selected {background: #eef994}
table.pathways.edit label {width: auto}
table.pathways.view td {padding: 0px 4px }
table.pathways.view td.prepare {padding: 0px 20px }
table.pathways .errorMessage {background: none}

pre.text {padding: 2px 5px;
          margin: 6px 0px 0px;
         /* border: 1px solid #ddd;*/
        font: inherit;
        line-height: normal;
        font-weight: normal; 
        white-space: pre-line;
    }
    
.dataTables_filter {display: none}
.view b {color: #88b}

div.form label {vertical-align: top}

img.pathway {
    margin: 1px 3px; 
    vertical-align: middle}