/*
#DFE8DF light green
#77FF73 bright green
#949C94 grey green
#A6FFA3 medium green
#96BA95 dark green
*/

body {min-width:640px;
font: 75% georgia, sans-serif;
margin: 0;
padding: 0;
background-image: url(/images/beta.PNG);
background-repeat: repeat;
}

#static { margin: 0 10px 0 10px; width: 500px;}

#page_header,#page_info,#main_content,#auxillary,#footer {
overflow:hidden;
display:inline-block;
}

#page_header {
  height: 90px;
}

/* safari and opera need this */
#page_header,#footer  {width:100%; background: #A6FFA3; border-bottom: 1px solid #000000;}

#page_header #title {
width: 200px;
display:inline;
float: left;
margin-left: 10px;
}
#page_header #title h1, #page_header #title h2 {
margin: 0;
}
#page_header #title h1 a, #page_header #title h2 a{
text-decoration: none; 
color: #000;
}
#page_header #title h2 {
	font-size: 100%;
	margin-left: 5px;
}
#page_header #site_info {
display:inline;
float: right;
position:absolute;
right:0;
top:0;
margin-right: 10px;
margin-top: 10px;
}

#page_info,#main_content,#auxillary {float:left}

#main_content {
width:64%;
margin-left:15%;
display:inline
}

#main_content h3 {
margin: 10px 0 0 0;
}

#page_info {
width:15%;
margin-left:-79%;
display:inline;
}

#auxillary {width:20%;}

#footer {clear:both; display: none;font-size: 100%;}

#page_info #search {
  padding-top: 0;
  padding-left: 5px;
  margin-top: 15px;
  padding-bottom: 0;

  }
#page_info #search #search_term {
	margin-right: 100px;
}
#page_info #search input, #search select {
margin-top: 1px;
padding: 0px;
}


#page_info #page_nav ul {
border: 0;
margin: 20px 0 0 10px;
padding: 0;
list-style-type: none;
text-align: left;
line-height: 20px;
}

#page_info #page_nav ul li {
}

#page_header #site_links {
  display: block;
  padding: 0;
  margin-right: 10px;
  margin-top: 70px;
  float: right;
  font-size: 8pt;
  position:absolute;
right:0;
top: 0;
  }
  
 .auto_complete {
	z-index: 1000;
}

#page_header #site_navigation {
  display:block;
margin-top: 71px;
margin-left: 5px;
  }
#page_header #site_navigation ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#page_header #site_navigation ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#page_header #site_navigation ul li a
{
background: #fff;
width: 78px;
height: 18px;
border-top: 1px solid #96BA95;
border-left: 1px solid #96BA95;
border-right: 1px solid #96BA95;
padding: 1px 0 0 0;
margin: 0 0 10px 0;
color: #96BA95;
text-decoration: none;
display: block;
text-align: center;
font-weight: bold; 
}

#page_header #site_navigation ul li a:hover
{
color: #930;
background: #96BA95;
}

#page_header #site_navigation a:active
{
background: #c60;
color: #fff;
}

#page_header #site_navigation li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

.workqueue {
	display: inline;
}
.workqueue_name, .task_name, .group_name, .message_name {
	display: inline;
	margin-right: 1px;
}

.queue_list, .task_list, .group_list, .message_list {
	display:inline;
	float:left;
	list-style-type: none;
}

.queue_list_item, .task_list_item, .group_list_item, .message_list_item {
	margin-bottom: 2px;
	background: #DFE8DF;
	border: solid 1px;
	position: relative;
	width: 500px;
}

.horizontal_spacer_right {
	display:inline;
	width: 100%; 
	float: right;
}

.workqueue_container, .task_container {	 
	padding: 2px;
}
.workqueue_container ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.group {
	padding: 2px;
}

.message {
	padding: 2px;
}

.task {
margin: 0;
padding: 0;
display:inline;
}

.task .transitions, .heirarchy {
display:inline;
}

.task_state, .heirarchy_entry, .group_state, .wq_state {
	display:inline;
	white-space: nowrap;
	margin-left: 1px;
}

.task .transition {
display:inline;
text-align: center;
position: relative;
}

.task .transition a, .task .transition a:active, .task .transition a:hover {
border: 1px solid #9685BA;
position: relative;
bottom: 1px;
margin: 1px 2px 1px 2px;
padding: 0px 2px 0px 2px;
 color: #000;
 text-decoration: none;
font-size: 75%;
background: #A6FFA3;
z-index:auto;
}

a:link { 
  font-weight: bold; 
  text-decoration: none; 
  color: #9685BA;
  }
a:visited { 
  font-weight: bold; 
  text-decoration: none; 
  color: #9685BA;
  }
a:hover, a:active { 
  text-decoration: underline; 
  color: #9685BA;
  }

#notifications {
}

#notifications h4 {
margin: 10px 0 0 0;
text-align: center;
}

#notifications .notification {
}

.notification_list {
	border: 0;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 75%;
}

#breadcrumbs {
	margin-top: 5px;
}

.tooltip {
	padding: 2px; 
	background-color: #A6FFA3;
	border: dotted 1px;
}

.tooltip p {
	margin: 0 0 5px 0;
}

.watch_control {
	display: inline;  
}
.wq_control {
	display: inline;  
}
.delete { display: inline; }
.delete a {
	display: inline; 
	color: red; 
	position: absolute; 
	right: 1px; 
	top: 1px; 
	text-decoration: none;
}

#main {
	position: relative;
	top: 10px;
}

#messages {
	margin-top: 5px;
	margin-bottom: 0px;
}

#errors {
	margin-left: 15px;
	display: block;
	padding: 1px 15px 1px 15px;
	color: red;
	font-weight: bold; 
}

#errors a {
	color: red;
}

#notices {
	margin-left: 15px;
	display: block;
	padding: 1px 15px 1px 15px;
	color: #96BA95;
	font-weight: bold; 
}

#errorExplanation {
	padding-left: 5px;
    border: 1px solid red;
}

.page_title {
	margin-top: 10px;
	margin-bottom: 0;
}

#new_message dl {float:left;display:block;width:460px;}
#new_message dt {float:left;margin:0pt;padding:2pt 10px 0pt 0pt;text-align:right;width:65px;}
#new_message dd {float:left;margin:0pt 0pt 10px;width:380px;}
#signup {float: left; display:block;margin: 5px;}
#signup dl {float:left;display:block;width:460px;}
#signup dt {float:left;margin:0pt;padding:2pt 10px 0pt 0pt;text-align:right;width:115px;}
#signup dd {float:left;margin:0pt 0pt 10px;width:330px;}
#login_entry {float: left; display:block;margin: 5px;}
#login_entry dl {float:left;display:block;width:460px;}
#login_entry dt {float:left;margin:0pt;padding:2pt 10px 0pt 0pt;text-align:right;width:115px;}
#login_entry dd {float:left;margin:0pt 0pt 10px;width:330px;}
#new_task dl {float:left;display:block;width:460px;}
#new_task dt {float:left;margin:0pt;padding:2pt 10px 0pt 0pt;text-align:right;width:65px;}
#new_task dd {float:left;margin:0pt 0pt 10px;width:380px;}
.motd {margin-left: 15px; display: block; padding: 1px 15px 1px 15px; background: #A6FFA3; border: 1px solid black;}
#attachment_list #pending_files{ list-style:none;padding:0; }
#attachment_list li { padding:0 0 0.5em 21px;background:url('/images/attachment.png') no-repeat 0 2px; }
#attachment_list li #remove { margin-left:1em; }
