@import url('project.css');
#text02 p {
	margin: 1em 0;
}
#submenu_home .button02 { 
background-color:#999966;
}

#submenu_home .button02 a {
	display: none;
}
#submenu_home .button02 span {
	display: block;
} 

#submenu_home {
	display: block;
}


.text_title {
	padding-top: 0px;
}

#right_column {
	margin-left: 0;
	float: right;
	width: 675px;
}

#right_column img {
	float: none;
	padding: 0;
}

#actions_menu {
	position:static;
	float: left;
	width:300px;
	background-color:#34689A;
	background-image: url(images/antares_left_column.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0;
	font-size: 12px;
	padding-bottom: 0px;
}
#actions_menu h1 {
	margin:15px 15px;
	font-size: 34px;
	line-height: 34px;
	padding:0;
	color: white;
}
#actions_menu ul {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	
}

#actions_menu ul li {
	list-style-type: none;
	padding:9px 35px 9px 15px;
	margin:2px 0;
	position: relative;
	cursor: pointer;
	color: white;
}

#actions_menu ul li img {
	position: absolute;
	top:7px;
	right:5px;
	height:18px;
	display: none;
	border-style: none;
}

#actions_menu ul li.done:hover {
	background-color: #0EB0CE;
}
#actions_menu ul li.wip:hover {
	background-color: #cc99cc;
}
#actions_menu ul li.todo:hover {
	background-color: #99ccff;
}
#actions_menu ul li.curact {
	margin-right: 0px;
	background-color: #2A2A2A;
	color: #FFF;
	cursor: default;
}
#text02 {
	margin-left: 0;
	position: relative;
	min-height: 430px;
	padding-bottom: 100px;
}

#actions div.status img {
	height:19px;
	vertical-align: middle;
}

p.title a {
	color:black;
}

p.title a:hover {
	border-bottom-style: none;
	color: #369;
}

#status {
	position: absolute;
	bottom: 5px;
	left: 5px;
	margin:0;
	width: 615px;
	color:#FFF;
	/*margin: 40px 40px 10px 50px;*/
	font-size: 100%;
	padding: 12px 25px;
	font-weight: bold;
	
}
#status img {
	float:left;
	padding:0.5em 2em;
}
#status.done {
	background-color: #5EB669;
	/*background-image: url('images/status_done_bg.png');*/
}
#status.done strong {
	color:#406244;
}
#status.wip {
	background-color: #D89837;
	/*background-image: url('images/status_wip_bg.png');*/
}
#status.wip strong {
	color:#8F480E;
}
#status.todo {
	background-color: #89ADD0;
	/*background-image: url('images/status_todo_bg.png');*/
}
#status.todo strong {
	color:#565D69;
}

#pnp {
	margin:0 40px;
	padding:15px;
	background:#CCC;
}
#tohide {
	font-weight:bold;
	text-align:left
}
#diss_items {
}
#diss_items .item {
	background-color: white;
	margin: 5px 0;
}
#diss_items .item .preview {
	float: left;
	padding: 5px;
}
#diss_items .item .preview img {
	border: 1px solid #3366ff;
}
#diss_items .item .preview a {
	border-style: none;
}
#diss_items .item .description {
	float: left;
	padding: 10px 5px;
	width: 450px;
}
#diss_items .item .description p.venuedate {
	margin: 0;
	padding: 1em 0;
	font-size: 80%;
}
.clear {
	clear: left;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

#act_title {
	padding:0em 40px 1em 40px;
	margin:0;
	color:#666;
}
#act_title h1 {
	padding: 0 0 0 0;
	font-size:120%;
	line-height: 150%;
	color: #AB9738;
}
#act_title h2 {
	padding: 0;
	color: black;
}
#activityresults p {
	margin:10px 5px;
}
#activityresults p a:hover {
	text-decoration: none;
	border-bottom-style: none;
	font-weight: bold;
}
.footnote {

	padding:5px 40px;
	font-size:80%;
	color:#666;
	font-style:italic;
}

#actions div.action {
padding:0 40px;
position: relative;
margin:0.8em 0;
}
#actions div.actTitle {
	margin-left:80px;
}
#actions div.actN {
	float: left;
	font-weight: bold;
}
table.plan td {
	padding: 4px;
}
table.plan img {
	vertical-align: middle;
}
table.deliverables td {
	padding: 5px 0;
}
table.deliverables td.icon {
	vertical-align:top;
	width: 40px;
	text-align: center;
}

div.actions_text p img {
	float: left !important;
}

div.table_title {
	margin-top: 2em;
	font-weight: bold;
	padding: 0 40px;
}