div#header {padding:2% ; color:#EEE; background:#333 ;}
#body_title h1 { color: #ddd; }
div#footer {clear:both; padding:2%; color:#EEE; background:#333 ;}
span.counter { color:#bbb; }
h4.light { color:#666; }

ul.actions {list-style: none;}

#header a {color:#ddd;}

#footer ul li {display:inline;}
#footer a {color:#ddd;}
#footer a:hover {color:#FF0;}
#footer .ft {color:#999;}

#navlist li {display:inline; list-style:none;}
.screenname {font-weight:bold;}
.twitterlink { text-decoration:none;color:#333;}
a.twitterlink:hover { text-decoration:underline; }


label {
   color: #333333;
   display: block;
   font-size:1.2em;
}

textarea {
  height:100px;
  padding:5px;
  width:390px;
}

a.action {
   font-size:1.3em;
   font-weight:bold;
}


table.user-list tr:hover {
   background-color: #eeeeee;
}

table.org-list tr:hover {
   background-color: #eeeeee;
}

div.org-item  {
   height: 80px;
}

a.button{
  background:url(/site_media/imgs/button.gif);
  display:block;
  color:#555555;
  font-weight:bold;
  height:30px;
  line-height:29px;
  margin-bottom:14px;
  text-decoration:none;
  width:191px;
}

a:hover.button{
  color:#0066CC;
}

.add{
  background:url(/site_media/imgs/add.png) no-repeat 10px 8px;
  text-indent:30px;
  display:block;
}


div.person {
  float: left;
  height: 135px;
  text-align: center;
  width: 100px;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/site_media/imgs/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/site_media/imgs/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/site_media/imgs/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

