/*
 * stylesheet
 */

.clear { clear: both; }

.hspace { clear: both; width: 100%; height: 10px; }

a:link { color: blue; }

a:visited { color: blue; }
	
a:hover { color: blue; }
	
a:active { color: blue; }

/*
 * main page layout styles
 */

body {
	
	margin: 0px 0px; 
	padding: 0px;
	text-align: center; /* IE hack */                   	
	background-color: #ffffff;
	font-family: arial, sans-serif !important;
	line-height: normal;
	font-size: 0.9em;
	}
	
#main {
	
	width: 990px;
	margin: 0px auto;
	text-align: left; /* undoes IE hack in body */
	}

div {
	
	}

#topbar {	
	width: 100%;
/*	background-color: #e7ecf2;*/
	}

#topbar-inner {
	width: 990px;
	margin: 0px auto;
	text-align: left; /* undoes IE hack in body */
	}

#titlebar {
	
	width: 40%;
	float: left;
	}

#searchbar {
	
	width: 55%;
	float: right;
	}

.search-box {
	
	border-top: 1px solid #888;
	border-bottom: 1px solid #b6b6b6;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	height: 20px;
	@height: 22px;
	width: 100%;	
	margin: 4px 0 0 0;
	@margin: 5px 0 0 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	float: right;
	@float: none;
	left: 1px;
	}

.search-spacer {
	
	border: none;
	height: 20px;
	@height: 22px;
	width: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	}

#searchuser-input, #searchproject-input {
	
	border: none;
	outline: none;
	width: 100%;
	height: 20px;
	@height: 24px;
	}

#searchuser {
	
	width: 30%;
	float: right;
	}

#searchproject {
	
	width: 50%;
	float: right;
	}

#menu {
	
	width: 100%;
	}

#message {
	
	width: 100%;
	}

#content {
	
	width: 100%;
	}

#footer {
	
	width: 100%;
	}

h3 {
	
	@font-size: 1.2em;
	}	

/*
 * ribbon menu are the tabs along the top of the ribbon
 */

.ribbonmenu {
	
	margin: 0px; 
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #53585b;  
	padding: 5px 25px 5px 25px;
}

.ribbonmenu a {
	
	/*color: #686c70;
	text-decoration: none;*/
	}

.ribbonmenu-inner {
	
	width: 990px;
	margin: 0px auto;
	text-align: left; /* undoes IE hack in body */
	}
		
.ribbonmenu-item {
	
	position: relative;
	bottom: -1px;
	padding: 5px 10px 5px 10px;	
	font-weight: bold;
	}

.ribbonmenu-curitem {
		
	position: relative;
	bottom: -1px;
	padding: 5px 10px 5px 10px;	
	background: #dee7f0;
	background-image: url(ribbonmenubg.png);
	border-style: solid;
	border-color: #c6cfdb;
	border-width: 1px 2px 0px 1px;
	font-weight: bold;
	}
	
.ribbonmenu-space {

	position: relative;
	bottom: 5px;
	padding: 5px 5px 5px 5px;	
	}

/*
 * ribbon bar is the main part of the ribbon menu with the actual icons/etc.
 */

.ribbonbar {
	
	float: left;	
	width: 100%;
	margin: 0px; 
}

.ribbonbar-inner {
	
	width: 990px;
	height: 90px;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	background: #f1f7ff;
	background-image: url(ribbonbg.png);
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #c6cfdb; /*#53585b;*/  
}
	
.ribbonbar-group {

	float: left;
	text-align: center;
	padding: 5px;
	@padding: 0px;
	@margin: 5px;
	}

.ribbonbar-groupcontent {

	float: left;
	height: 70px;
	border-width: 0px;
	border-style: solid;
	border-color: #bfcad0;
	}

.ribbonbar-grouplabel {

	text-align: center;
	background: #bfcad0;
	font-size: 0.75em;
	font-weight: bolder;
	font-color: #233c0d;
	border-width: 2px;
	border-style: solid;
	border-color: #bfcad0;  
	}

.ribbonbar-link {
	
	float: left;
	width: 120px;
	height: 70px;	
	position: relative;	
	}

.ribbonbar-linkicon {

	float: left;
	width: 120px;
	height: 50px;
	}

.ribbonbar-linkicon-icon {

	position: relative;
	left: 20px;
	@left: 0px;	
	width: 79px;
	height: 48px;
	border-width: 0px;/*1px;*/
	border-style: solid;
	border-color: #9ec7db;	
	}

.ribbonbar-linktext {

	float: left;
	width: 120px;
	font-size: 0.75em;
	font-weight: bold;
	}

.ribbonbar-helpbox {
	
	float: left;
	width: 350px;
	height: 60px;
	text-align: left;
	padding: 5px;
	@padding: 0px;
	@margin: 5px;
	}

.ribbonbar-timeline {
	
	float: left;
	width: 100px;
	height: 70px;	
	position: relative;	
	}

.ribbonbar-timelinedot {
	
	float: left;
	width: 100px;
	height: 36px;
	}
	
.ribbonbar-timelinedot-pre {

	background-image: url(timeline_pre.png);	
	background-repeat: no-repeat;	
	position: relative;
	width: 100px;
	height: 36px;
	top: 4px;
	}

.ribbonbar-timelinedot-begin {

	background-image: url(timeline_begin.png);
	background-repeat: no-repeat;	
	position: relative;
	width: 100px;
	height: 36px;
	top: 4px;
	}

.ribbonbar-timelinedot-mid {

	background-image: url(timeline_mid.png);	
	background-repeat: no-repeat;	
	position: relative;
	width: 100px;
	height: 36px;
	top: 4px;
	}

.ribbonbar-timelinedot-end {

	background-image: url(timeline_end.png);	
	background-repeat: no-repeat;	
	position: relative;
	width: 100px;
	height: 36px;
	top: 4px;
	}

.ribbonbar-timelinetext {
	
	float: left;
	width: 100px;	
	font-size: 0.75em;
	font-weight: bold;
	}

.ribbonbar-helpbox-title {
	
	font-weight: bold;
	}
	
.ribbonbar-helpbox-text {

	font-size: 0.75em;	
	}

.ribbonbar-gridbox {
	
	float: left;
	width: 100px;
	height: 60px;
	text-align: left;
	padding: 5px;
	@padding: 0px;
	@margin: 5px;
	}
	
.ribbonbar-gridbox-item {
	
	float: left;
	text-align: left;
	height: 22px;
	font-size: 0.75em;
	font-weight: bold;
	padding: 0px;
	@padding: 0px;
	@margin: 0px;
	}
/*
 * message
 */
 
.message-box {

	border-width: 2px;
	border-style: solid;
	border-color: #ffdc51;
	background-color: #ffdc51;
	font-weight: bold;
	font-size: 0.75em; 
	}

.message-innerbox {
	
	background-color: #ffdc51;
	margin: 0px;
	}

.message-text {
	
	margin: 0px;
	padding: 0px;
	padding: 5px 25px 5px 25px;
	}

/*
 * todo list
 */
 
.block-box {
	
	border-width: 7px;
	border-style: solid;
	border-color: #5f7817;
	background-color: #597512;
	font-size: 0.75em;
}

.block-innerbox {

	background-color: #fefefe;
	margin: 0px;
	@height: 100%;
}

.block-iconbox {
	
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: relative;
	float: right;
	padding-left: 20px;
}

.block-titlebox {
	
	margin: 0px; 
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #5f7817;  
	padding: 5px 25px 5px 25px;
}

h3.block-title {
	
	color: #597512;
	font-size: 1.75em;
	font-weight: bold;
	font-style: italic;
}

.block-itembox {
	
	padding: 5px 25px 5px 25px;
	margin: 0px;
	background-color: #dfe6d1;
	@width: 925px;
	@overflow: hidden;
}

.block-sectionheader {

	color: #597512;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	line-height: 2.5em;
	background-color: #f5faeb;
	padding-left: 25px;
	position: relative;
	left: -25px;
	width: 950px;
	@height: 40px;
	@width: 950px;
}

/*
 * timeline for enrolling projects
 */
 
.timeline-outer {
	
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 100px;
	position: relative;
	float: left;
}

.timeline-icon {
	
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 50px;
	position: relative;
	float: left;
	}

.timeline-current {
	
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 50px;
	position: relative;	
	z-index: 2;
	top: -50px;
	}

.timeline-link {
	
	font-weight: bold;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 50px;
	position: relative;
	text-align: center;
}		

/*
 * error box
 */
 
.error-box {
	
	border-width: 7px;
	border-style: solid;
	border-color: #bf1d1d;
	background-color: #fefefe;
	font-size: 0.75em;
}

.error-innerbox {

	background-color: #fefefe;
	margin: 0px;
	@height: 100%;
}

.error-itembox {
	
	padding: 5px 25px 5px 25px;
	margin: 0px;
	@width: 925px;
	@overflow: hidden;
}

.error-iconbox {
	
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	position: relative;
	float: right;
	padding-left: 20px;
}

/*
 * alert box
 */
 
.alert-box {
	
	width: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: #5f7817;
	background-color: #fefefe;
	}
	
.alert-innerbox {

	background-color: #fefefe;
	margin: 0px;
	}

.alert-messagebox {
	
	margin: 0px; 
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #5f7817;  
	padding: 5px 25px 5px 25px;
	}

/*
 * actionlink box
 */
 
.actionlink-box {
		}

/*
 * form styles
 */

/*
 * tabmenu styles
 */
 
.tabmenu-item {

	position: relative;
	bottom: -1px;
	padding: 5px 10px 5px 10px;	
	font-weight: bold;
	font-size: 1.25em;
}

.tabmenu-curitem {

	position: relative;
	bottom: -1px;
	background-color: #dfe6d1;
	padding: 5px 10px 5px 10px;	
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 0px 1px;
	font-weight: bold;
	font-size: 1.25em;
}

.tabmenu-space {

	position: relative;
	bottom: -5px;
	padding: 5px 5px 5px 5px;	
	}

/*
 * data and project list styles
 */

.datalist-box {
	
	background-color: #dfe6d1;
	}

.datalist-innerbox {
	}

th {
	font-weight: bold;
	}

tr.odd {
	background-color: #f2f9e3;
	}
		
tr.even {
	background-color: #eef5df;
	}

	