/* use courier new, gill sans or Palatino Linotype */
/* colours
4C4B0F 79784B A6A688

*/

body {
 font-family: "gill sans", arial, sans-serif;
 /*font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
 font-size: 13px;
 color: #A6A688;
}


/* Headings */

h2, h3, h4, h5, h6 {
	font-weight: normal; 
	color: #4C4B0F;
}

h1 {
	font-size: 36px;
	text-decoration: none;
	font-weight: normal;
	margin: 1px 0px 3px 0px;
}

h1 a {
	text-decoration: none;
	color: #79784B;
}


h2 {
	font-size:16px;
	margin: 3px 0px 4px 0px;
	line-height: normal;;
}

h3	{font-size:1.0em; font-weight: normal; padding: 25px 0px 10px 0px; }

a {
	color: #79784B  ; 
	text-decoration: none;
}
a:hover {
	color: #4C4B0F;
	text-decoration: underline;
} 

#top_bar {
  color: #999999;   
  font-size: 11px;
}

#top_bar div.half.right {
  text-align: right;
}

#top_bar a {
  color: #A6A688;
}

#task_view {
	float: left;
	font-size: 11px;
	
}

.flashRed {
	color: red;
	margin-bottom: 10px;
}

.flashGreen {
	color: green;
	margin-bottom: 10px;
}

.flashRed span {
	font-weight: bold;
}

.flashGreen span {
	font-weight: bold;
}


.priority.high {
	font-size: 18px;
	color: #FF0000;
}

.priority.medium {
	font-size: 16px;
	color: #FF7F00;
}

.priority.low {
	font-size: 14px;
	color: #238E23;
}  

.priority.pending {
  font-size: 12px;
  color: #236B8E;
}

.priority span {
	font-size: 12px;
	color: black;
	font-weight: normal;
}




#footer {
	font-size: 1em;
}