.update {
	margin-top:2px;
	margin-bottom:2px;
	background-color: #EDEFF4;
	padding:25px;
	margin-left:5px;
}
table.standardtable {
margin-bottom:15px;
}

table td.standardtd {
	margin-left:15px;
}


legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:#3793ad;
  margin-left:15px;
  font-weight:bold;
}

div.workplan {
  background-repeat:repeat-x;
  background-position:bottom;
  background-color:#EDEFF4;
  padding-bottom: 5px;
  margin-bottom:12px;
  padding-left:25px;
  padding-top:12px;
  border: solid 1px #DFDFDF;
/*-webkit-border-radius: 10px 10px; 
-moz-border-radius: 10px / 10px; 
border-radius: 10px / 10px; 
box-shadow: 2px 2px 6px rgba(0,0,0,0.6);*/
}

/*PARTNERS*/
div.partnerbox {
  background-image:url('../img/partner_displaybox.png');
  height: 132px;
  width: 698px;
  margin-bottom: 40px;
}

div.partnerinner {
  padding-left:20px;
  padding-top:20px;
  position:relative;
  height:112px;
}

div.partnerheader {
  background-image:url('../img/partner_header.png');
  color: white;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  width:699px;
  height:65px;
  margin-bottom: 40px;
}

.partnerimage{
  float:left;
}
div.partnertext{
  float:left;
  margin-left:12px;
  width:420px;	
}
div.partnertextlarge{
  float:left;
  margin-left:12px;
  color: #444;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 21px;
  width:650px;
}
.partnerheadercontainer{
	height:30px;
	position:relative;
}
h3.partnername{
  color: white;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-left:20px;
  text-transform: uppercase;
}
.floater{
    float: left;
    height: 50%;
    width: 100%;
    margin-bottom: -13px;
}
.partnertitle{
  color:#3793ad;
  margin-bottom:5px;
}
div.pushright{
	margin-left:150px;
}
a.partnerbuttonlink{
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right:15px;
  margin-bottom:15px;
  background-color:transparent !important;
  border:none;
}
/*END PARTNERS PAGES*/

.workplantitle{
  color:#3793ad;
}

div.memberprofile {
  margin-left:auto;
  margin-right:auto;
  padding-top:1px;
  overflow:auto;
}

div.innerprofile {
  background-color:white;
  margin:20px;
  float:left;
}
div.innerprofileright {
  background-color:white;
  margin-top:20px;
  float:left;
  margin-right:15px;
}

div.profilefooter {
  width:520px;
  height:100px;
  margin-left:5px;
  border:1px;
  margin-top: 20px;
  margin-bottom:0;
}

div.profiletitle {
	padding:15px;
}

.innerprofileright img {
margin-left:15px;
margin-top:0;
}

.innerprofileright p {
width:80%;
padding-left:10%;
margin-top:10%;
}

/*Navigation arrows for workplans*/
div.leftarrow {
font-size: 0px;
line-height: 0%;
width: 0px;
border-top: 5px solid transparent;
border-left: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 10px solid #3793ad;
float:left;
margin-top:3px;
margin-right:10px;
}

div.rightarrow {
font-size: 0px;
line-height: 0%;
width: 0px;
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 10px solid #3793ad;
float:left;
margin-top:3px;
margin-left:10px;
}

div.plandate {
float:left;
margin:0;
padding:0;
}

/*browsing logs*/
tr.logtable {
	cursor: pointer;
}

/*calendar*/
table.calendarTable
{
border-collapse:collapse;
width:200px;
height:200px;
}
th
{
background:#f4f9fe;
text-align:center;
font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
color:#66a3d3;
border: 1px solid #e5eff8;
padding:5px;
}

td.calendarDay 
{
border: 1px solid #e5eff8;
height:30px;;
overflow:hidden;
padding:0;
background-color: white;
background-repeat: no-repeat;
}

div.daynum 
{
font-weight:bold; 
margin-top:4px;
margin-left:4px;
}

div.calendarDayActive
{
border: 1px solid #e5eff8;
height:30px;;
overflow:hidden;
padding:0;
background-repeat: no-repeat;
background-color:#96B3AC;
}



/**tag cloud**/
table.summary td{
	text-align:center;
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}
table.summary tr.odd .column1 {
	background:#f4f9fe url(img/background.gif) no-repeat;
}	
table.summary th.column1{
	text-align:center;
	vertical-align:middle;
}
div.entry {
	margin-left:150px;
}

/*DELIVERABLES css rules*/
div.deliverables_container {
	border-top: 5px solid #71a0b0;
	border-right: 1px solid #71a0b0;
	border-left: 1px solid #71a0b0;
	border-bottom: 1px solid #71a0b0;
	padding:10px;
	padding-top: 5px;
}
div.odddeliv {
	background-color:#f4f9fe;
	margin-bottom:10px;
	border:1px solid gray;
	padding:20px;
}
div.evendeliv {
	background-color:#E3F1FE;
	margin-bottom:10px;
	border:1px solid gray;
	padding:20px;
}
.deliv_header {
	color: #66A3D3;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 28.266666412353516px;
	line-height: 29.183332443237305px;
}
div.deliverables_container p{
	text-align:left;
	font-family:Arial, sans-serif;
}
div.deliverables_container h3{
	margin-bottom:5px;
}
/*View log*/
div.funding th {
	padding:10px;
}
div.logdetails {
	float:left;
}
div.funding{
	float:left;
	margin-left:30px;
	width:144px;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}