@charset "UTF-8";

/*----- BASE STYLES  -----*/


/*-------------------------------------------------
BODY AND CONTAINER
-------------------------------------------------*/

.bodycss {
	margin: 0 auto;
	min-width: 870px;
	color: #222;
	background-color:#e5e5e5;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

}

#container {
	min-width: 750px;
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
}

a {
	text-decoration: underline;
	padding: 2px 5px;
}

a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color: #03c;
	text-decoration: none;
}

a.grey { 
	color: #666 !important;
  	text-decoration:none;	
}

a.grey:hover { 
	color: #fff !important;
	background: #666;
  	text-decoration:none;
}

a.greylight {
	color: #999 !important;
	text-decoration:none;
}

a.greylight:hover { 
	color: #fff !important;
	background: #666;
  	text-decoration:none;
}

span.help {
  font-size: 10px;
  color: #666;
}

ol, ul, li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
	display: inline;
}

li {
	font-size: 11px;
	line-height: 13px;
	padding: 3px 0;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/
 
#header {
	background-color:#003366;
	background-image:url(images/logoocts.png);	
	background-repeat:no-repeat;
	background-position:center right;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 20px 30px 0px 30px;
	position: relative;
}	

#header h1 {
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #fff200;
	line-height: 18px;
	}

#header h1 span {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	border: none;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	}

#header h1 a:link, #header h1 a:visited {
	color: #fff;
	text-decoration: underline;
}

#header h1 a:hover {
	color: #fff;
	background-color: #003366;
	text-decoration: underline;
}

#header_image {
	width:100%;
	height:250px;
	background-image:url(images/head2.png);
	float: left;
	z-index: 1;
	padding: 0px;
	display: block;
	left: 0px;
	top: 171px;
}

/*-------------------------------------------------
HEADER DASHBOARD
-------------------------------------------------*/
#header #dashboard {
	position:absolute;
	top:0px;
	left:0px;
	padding: 7px 23px;
	font-size:12px;
	width: 560px;
	height:28px;
}

#header #dashboard a {
	text-decoration: underline; 
	padding: 7px; 
}

#header #dashboard a:link, #header #dashboard a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#header #dashboard a:hover {
	color: #fff;
	background-color: #03c;
	text-decoration: none;
}

#header #dashboard div.switch,
#header #dashboard div.pipe {
	float:left;
}

/*-------------------------------------------------
HEADER SETTINGS
-------------------------------------------------*/
#header #settings {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	padding: 7px 20px;
	font-size:10px;
}

#header #settings a,
#header #settings span.name {
	padding: 7px 5px;
}

#header #settings a:link, #header #settings a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#header #settings a:hover {
	color: #fff;
	background-color: #03c;
	text-decoration: none;
}

#header #settings a.help {
	padding:7px 5px;
}

#header #settings a.help:hover {
	background:transparent;
}

/*-------------------------------------------------
THE HELP LINK
-------------------------------------------------*/

a.help span {
  color: #ffffff;
  background: #E07500;
  font-size: 9px;
  font-weight:bold;
  padding: 2px 3px;
  text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#header #dashboard span.pipe, #header #settings span.pipe {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size:10px;
}

/*-------------------------------------------------
TABS
-------------------------------------------------*/

#Tabs {
	margin: 0 350px 0 0px;
	padding: 0;
	height: 24px;
	
}

#Tabs ul {
	margin: 0; padding: 0;
}

#Tabs li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#Tabs a:link, #Tabs a:visited {
	background-color: #1a4f85;
	color: #ffffff;
	text-decoration: none;
}

#Tabs a:hover {
	color: #ffffff;
	background: #1d64ad;
}

#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited {
	float: left; /* for IE6 */
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	padding: 5px 9px 7px;
	margin: 0 1px;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current {
	color: #27318b;
	font-weight: bold;
	text-decoration: none;
  	margin: 0 1px;
  	padding-bottom: 9px;
  	background: #e5e5e5;
}

/*-------------------------------------------------
MAIN BODY STRUCTURE
-------------------------------------------------*/

div#mainbody {
	padding: 7px 23px 0 30px;
	margin: 0 auto;
	text-align: left;
	min-width: 750px;
}

table {
	clear: left;
	border-collapse: collapse;
	width: 100%;
}

table td {
  vertical-align: top;
  padding: 0;
}

table td.cell70 {
	width:70%;
	min-width: 525px;
}

table td.cell30 {
	width: 30%;
	min-width: 225px;
}

div.divleft {
	margin: 0px 7px 0px 0px;
	padding: 0px;
	text-align: left;
	width:100%;	
	float: left;
  	background: #fff;
	}

div.divleft_boxshawdow {
	margin: 0px 7px 0px 0px;
	text-align: left;
	float: none;
	background: #fff;
	-moz-box-shadow: 3px 3px 4px #bbb;
	-webkit-box-shadow: 3px 3px 4px #bbb;
	box-shadow: 3px 3px 4px #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	width: auto;
}

div.divright {
	margin: 0px 0px 0px 7px;
	padding: 0px;
	text-align: left;
	float: none;
	background: #e5e5e5;
	width: auto;
	min-width: 225px;
}

/*-------------------------------------------------
PAGE HEADER
-------------------------------------------------*/

div.page_header {
	background: #edf3fe;
	margin: 0 0px 5px 0;
	padding: 13px 30px 13px 24px;
}

/*--	background:#edf3fe; --*/

div.page_header h1 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000;
}

div.page_header h1 a {
	white-space: normal;
}

div.page_header h1 span {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

div.sheet div.page_header h1 {
	font-size: 20px;
}

div.page_header p {
	margin: 5px 0 0 0;
}


/*-------------------------------------------------
PAGE HEADER LINKS
-------------------------------------------------*/

div.page_header_links {
	float: right;
	width: 300px;
	font-size: 11px;
	margin-top: 0;
	text-align: right;
	color: #ccc;
	line-height: 20px;
	white-space: normal;
}

div.page_header_links strong {
	color: #000;
}

div.page_header_links a.active:link,
div.page_header_links a.active:visited,
div.page_header_links a.active:hover {
	background: #999;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

div.page_header_links a.edit {
	text-decoration: none;
	color: #777;
}

div.page_header_links a.edit:hover {
	color: #fff;
}

/*----- DIVIDER WITH BLUE BACKGROUND -----*/
div.divider 				{
	margin: 0px;
	background-color:#edf3fe;
	padding: 10px 20px 10px 24px;
}

/*--	background-color:#edf3fe --*/

div.divider h1				{
	font-weight:bold;
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	line-height: auto;
	margin: 0px;
	padding: 0px;
}

div.divider h1 span {
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
	text-align: right;
	float: right;
	text-transform: none;
}

div.tablehead_image {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	text-align: right;
	padding:0px;
}

div.tablehead_image a:hover {
	background-color: transparent;
}

/*----- centercol -----*/
div.centercol {
	padding:15px 23px 20px 23px;
}

/*----- rightbox tight-----*/
div.rightbox_tight					{
	margin: 0px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	padding: 5px 15px 10px 15px;
	}

div.rightbox_tight h1 				{
	color:#555;
	font-size:13px;
	margin: 5px 0px;
	padding: 0px 0px 0px 60px;
	}

div.rightbox_tight p 				{
	color:#777;
	font-size:12px;
	font-weight:normal;
	margin: 5px 15px 10px 15px;
	padding: 0px;
}

/*----- rightbox -----*/
div.rightbox					{
	margin: 0px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	padding: 5px 15px 10px 15px;
	}

div.rightbox h1 				{
	color:#555;
	font-size:13px;
	margin: 5px 0px;
	padding: 0px 0px 0px 60px;
	}

div.rightbox p 				{
	color:#777;
	font-size:12px;
	font-weight:normal;
	margin: 5px 0px;
	padding: 0px;
}


/*----- recentclients -----*/
div.recentclients					{
	margin: 0px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	padding: 10px 24px;
	}

div.recentclients h1 				{
	color:#555;
	font-size:13px;
	margin: 5px 0px;
	padding: 0px;
	}

div.recentclients span 			{
	color:#555;
	font-size:11px;
	font-weight:normal;
	margin: 5px 5px;
	}
	
div.recentclients p 				{
	color:#777;
	font-size:11px;
	font-weight:normal;
	margin: 5px 5px;
	padding: 0px;
	line-height: 13px;
}

/*----- SPACER -----*/
div.spacer					{
	margin: 0px;
	padding: 10px 0px;
	}

/*----- BUSINESSCARD -----*/
div.mybusinesscard					{
	margin: 0px;
	border-bottom: none;
	background-color: #ffffff;
	padding: 5px 5px 5px 0px;
	min-height: 55px;
	}

div.mybusinesscard img 			{
	width:55px;
	height:55px;
	padding:0px;
	margin: 0px 20px 0px 0px;
	display: block;
	border: 1px solid #ccc;
	float: left;
	}

div.mybusinesscard h1 				{
	color:#555;
	font-size:13px;
	margin: 5px 0px;
	padding: 0px 0px 0px 60px;
	}

div.mybusinesscard span 			{
	color:#555;
	font-size:12px;
	font-weight:normal;
	padding-right: 10px;
	}

div.mybusinesscard p 				{
	color:#777;
	font-size:12px;
	font-weight:normal;
	margin: 5px 0px;
	padding: 0px 0px 0px 60px;
}

/*----- BUSINESSCARD -----*/
div.myavatar					{
	margin: 0px;
	border-bottom: none;
	background-color: #ffffff;
	padding: 5px 5px 5px 0px;
	}

div.myavatar img 			{
	width:55px;
	height:55px;
	padding:0px;
	margin: 0px 20px 0px 0px;
	display: block;
	border: 1px solid #ccc;
	float: left;
	}

div.myavatar h1 				{
	color:#555;
	font-size:13px;
	margin: 5px 0px;
	padding: 0px 0px 0px 60px;
	}

div.myavatar span 			{
	color:#555;
	font-size:12px;
	font-weight:normal;
	padding-right: 10px;
	}

div.myavatar p 				{
	color:#777;
	font-size:12px;
	font-weight:normal;
	margin: 5px 0px;
	padding: 0px 0px 0px 60px;
}

/*----- AVATAR -----*/
div.avatar					{
	margin: 0px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	padding: 10px 0px 10px 0px;
	min-height: 65px;
	}

div.avatar img 			{
	padding:0px;
	margin: 5px 10px;
	display: block;
	border: 1px solid #ccc;
	float: left;
	}

div.avatar h1 				{
	color:#555;
	font-size:13px;
	margin: 5px 0px;
	padding: 0px 0px 0px 60px;
	}

div.avatar span 			{
	color:#555;
	font-size:12px;
	font-weight:normal;
	padding-right: 10px;
	}

div.avatar p 				{
	color:#777;
	font-size:12px;
	font-weight:normal;
	margin: 5px 0px;
	padding: 0px 0px 0px 60px;
}

/*-------------------------------------------------
NOTES
-------------------------------------------------*/

table.notes {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing:	0;
	width: 100%;
}

table.notes td {
	padding: 10px 3px;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
}

div.note  {
  	background:#ffffff;
  
}

div.note div.body {
  	color: #666;
  	margin-left: 0px;
  	font-size:13px;
	padding:10px 3px 1px 3px;
	line-height: 1.4em;
}

div.note h1 {
  	font-size: 14px;
	font-weight:bold;
  	color: #000;
	padding:4px 3px 1px 3px;
	margin:0;
}

div.note h1 span {
  	font-size: 12px;
	font-weight:normal;
	padding:2px 0px;
	margin:0;
}

/*-------------------------------------------------
TABLE CLASS - OVERVIEW
-------------------------------------------------*/

table.overview {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing:	0;
	width: 100%;
}

table.overview h2.date {
	margin-bottom: 5px;
	margin-left: -26px;
}

/* ---TABLE CLASS OVERVIEW (TR) --- */
table.overview tr { padding: 6px, 3px; }

table.overview tr.date td {
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
	border-bottom: none;
	padding-top: 15px;
}


/* ---TABLE CLASS OVERVIEW (TD) --- */
table.overview td {
	padding: 4px 3px;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
}

table.overview td.name {
	color: #222;
	font-size: 10px;
	white-space: normal;
	padding-top: 6px;
}

table.overview td.what {
	text-align: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	border: 0;
}

table.overview td.what span {
	padding: 3px 4px;
	color: #fff;
	font-size: 10px;
	display: block;
	float: right;
	white-space: normal;
	width: 60px;
}

table.overview td.item {
	padding-left: 6px;
	padding-top: 6px;
	font-size: 12px;
	color: #000;
	line-height: 1.1em;
	margin: 0 0 2px 0;
}

table.overview td.action {
	white-space: normal;
	text-align: right;
	color: #999;
	font-size: 10px;
	padding-top: 6px;
}

table.overview td.fieldlable {
	color: #888888;
	font-size: 12px;
	font-weight:bold;
	white-space: normal;
	padding-left: 40px;
	vertical-align: middle;
}

table.overview td.field {
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	white-space: normal;
	padding-left: 50px;
	vertical-align: middle;
}

table.overview td.what span.milestone {
	background-color: #5F6E43;
}

table.overview td.what span.todo {
	background-color: #C87800;
}

table.overview td.what span.writeboard {
	background-color: #24A89E;
}

table.overview td.what span.private {
	background-color: red;
}

table.overview td.what span.calendar { 
	background-color: #804000; 
}

table.overview td.item img.file_icon {
  margin-top: -3px;
}

table.overview tr.rowblank td {
	border: none;
	padding: 0;
}


/* ---TABLE CLASS OVERVIEW (SPAN) --- */
table.overview span.due {
  color: #888;
  white-space: normal;
}

table.overview span.list {
  color: #888;
}

table.overview span.name {
	color: #565656;
	font-size: 10px;
	font-style: italic;
}

/* ---TABLE CLASS OVERVIEW (HEADER) --- */
table th, table.overview th, table.milestones th {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAEA;
	padding: 6px 7px;
	text-align: left;

}

/*-------------------------------------------------
TABLE CLASS - NAVIGATION
-------------------------------------------------*/

table.navigation {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing:	0;
	width: 100%;
}

/* ---TABLE CLASS OVERVIEW (TR) --- */
table.navigation tr {
	padding: 6px, 3px;
}

table.navigation td {
	padding: 4px 3px;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
	text-align:center;
}

/*-------------------------------------------------
ADMIN
-------------------------------------------------*/

span.admin {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

a.admin:link, a.admin:visited {
	color: #f00;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
}

a.admin:hover {
	color: #fff;
	background: #f00;
	text-decoration:none;
	padding: 2px 5px;
}

/*-------------------------------------------------
MILESTONE CALENDAR
-------------------------------------------------*/

table.milestones th {
	background: #E9E9E9;
	border-bottom: 2px solid #fff;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

table.milestones {
	width: 100%;
	border: 1px solid #ddd;
	background: transparent;
	color: #666;
	font-size: 10px;
	text-align: left;
}

table.milestones td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

table.milestones h2 {
	margin-top: 20px;
	margin-bottom: 5px;
  	color: #000000;
  	font-size: 11px;
}

/*-------------------------------------------------
GROUP DIVIDER
-------------------------------------------------*/

h1.groupdivider {
	font-size: 14px;
	background-color:#E07500;
	color: #fff;
	text-transform: uppercase;
	border-bottom: none;
	width: 100px;
	text-align: center;
	margin-left: -32px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}

h2.groupdivider
{
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px;
	width: 200px;
	text-align: left;
	margin-left: -32px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-bottom-color: #E6E6E6;
	border-bottom-style: none;
	border-bottom-width: thin;
}

h2.groupdivider_noshadow
{
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px;
	width: 300px;
	text-align: left;
	margin-left: -32px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-color: #E6E6E6;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

h2.groupdivider_noshadow span
{
	text-transform: normal;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

div.footer {
	clear: left;
	font-size: 9px;
	color: #999;
	margin: 3px 0 20px 0px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 5px;
}

div.footer a.image:hover {
  background: none;
}

div.footer div {
  margin-left: 120px;
}

div.footer div p {
  font-size: 9px;
  line-height: 15px;
  margin: 0;
}

div.footer div span {
  color: #bbb;
}

div.footer a:link, div.footer a:visited {
	color: #999;
}

div.footer a:hover {
	color: #fff;
	background: #666;
}

/*-------------------------------------------------
DATES
-------------------------------------------------*/

h2.date /* the date */ {
  margin: 0 0 15px -23px;
  font-size: 9px;
  text-transform: uppercase;
}

body.el h2.date {
  text-transform: none;
}

h2.date span {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 2px 4px 2px 24px;
}

h2.date span.today {
  background-color: #fff000;
  color: #000;
  font-weight: bold;
  border-bottom: none;
}

/*-------------------------------------------------
FREE UPGRADE SIDEBAR
-------------------------------------------------*/

div#upgrade_from_free {
	background-color: #ffc;
	padding: 10px 24px;
}

div#upgrade_from_free  h1 {
	background-color: #ffff76;
	border-bottom: none;
	margin-bottom: 10px;
	font-size: 12px;
}

div#upgrade_from_free h2, div#upgrade_from_free p {
	margin: 0;
	padding: 0;
}

div#upgrade_from_free h2 {
	color: #000;
	font-size: 12px;
}

div#upgrade_from_free p {
	margin: 0 0 10px 0;
}

div#upgrade_from_free div.promotion {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

/*-------------------------------------------------
PROMOTION
-------------------------------------------------*/
div.promotion {
	color: #000;
	font-weight: normal;
	font-size: 13px;
	border: none;
	text-align: center;
	font-family: helvetica, sans-serif;
	margin: 0 0 20px;
}

div.promotion span {
	font-size: 14px;
	color: #EE0000;
}

/*-------------------------------------------------
GLOBAL SUBSCRIPTIONS
-------------------------------------------------*/

div.centerbox {
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	margin-top: 20px;
	line-height: 1.8em;
}

div.centerbox h2 {
	font-size: 12px;
	color: #000;
	margin: 0 0 7px 0;
	padding: 0;
}

div.centerbox h2 span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

/*-------------------------------------------------
TABLE HEADER ROW
-------------------------------------------------*/

div.table_header_row {
	padding: 7px;
	background-color: #EAEAEA;
	margin-bottom: 10px;
}

div.table_header_row h1 {
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

div.table_header_row h1 span {
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
	text-align: right;
	float: right;
}


/*-------------------------------------------------
TABLE HEADER ROW PLAIN
-------------------------------------------------*/

div.table_header_row_plain {
	padding: 7px;
	background-color: #ffffff;
	margin-bottom: 10px;
}

div.table_header_row_plain h1 {
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

div.table_header_row_plain h1 span {
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
	text-align: right;
	float: right;
}

/*-------------------------------------------------
MILESTONE CALENDAR
-------------------------------------------------*/

table.milestones th {
	background: #E9E9E9;
	border-bottom: 0px solid #fff;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

table.milestones {
	width: 100%;
	border: 1px solid #ccc;
}

table.milestones td {
	padding: 3px 5px;
}

table.Dashcal {
	margin-top: 1px;
	margin-bottom: 2px;
	background: #e1e0e0;
	width: 100%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
	border-color:#ddd;	
	}

table.Dashcal th {
	color: #666;
	background: none;
	padding: 3px;
	font-size: 10px;
	text-align: left;
	margin-bottom: 10px;
}

table.Dashcal td {
	background:#F5F5F5;
	padding: 3px;
	color: #ccc;
	font-size: 9px;
	vertical-align: top;
}

table.Dashcal td.today {
  background: #ffc;
  color: #333;
}

table.Dashcal td.with {
	background: #fff;
	color: #333;
	border: 1px solid #000;
	font-weight: bold;
}

table.Dashcal td.today {
	background: #ffc;
	color: #000;
	border: 2px solid #fc6;
}

table.Dashcal ul {
	padding: 0;
	margin: 3px 0 0 0;
}

table.Dashcal li {
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	padding: 3px 0 0 0;
	margin-bottom: 0px;
	list-style-type: none;
	display: list-item;
}

a.calendar {
	font-weight: normal;
	color: #999;
	font-size: 10px;
}

a.calendar:link, a.calendar:visited {
	color: #f00;
	text-decoration:none;
}

a.calendar:hover {
	color: #fff;
	background: #f00;
	text-decoration:none;
	padding: 2px 5px;
}

div.button {
	padding: 0px 24px 20px 0px;
	height: 41px;
	position: relative;
}

div.button a.moveright {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 12px;
	text-decoration:none;
	text-wrap: none;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	padding: 12px 40px;
	position: relative;
	display: block;
	margin: 0px;
	background-image: url(images/button_icon_moveright.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;	
}

div.button a.moveright:link, div.button a.moveright:visited {
	color:#fff;
	background-color:#333;
	text-decoration: none;
}

div.button a.moveright:hover {
	color: #fff;
	background-color: #03c;
	text-decoration: none;
}

div.button a.add {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 12px;
	text-decoration:none;
	text-wrap: none;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	position: relative;
	display: inline;
	background-image: url(images/button_add_workitem.png);
	background-repeat: no-repeat;
}

div.button a.add:link, div.button a.add:visited {
	color:#fff;
	background-color:#333;
	text-decoration: none;
}

div.button a.add:hover {
	color: #fff;
	background-color: #03c;
	text-decoration: none;
}

div.button a.delete {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 12px;
	text-decoration:none;
	text-wrap: none;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	padding: 12px 40px;
	position: relative;
	display: block;
	margin: 0px;
	background-image: url(images/button_icon_delete.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

div.button a.delete:link, div.button a.delete:visited {
	color:#fff;
	background-color:#333;
	text-decoration: none;
}

div.button a.delete:hover {
	color: #fff;
	background-color: #03c;
	text-decoration: none;
}

/*-------------------------------------------------
AVATAR / SUBJECT BLOCK / FROM HIGHRISE WEB APPLICATION
---------------------------------------------------

+---+
|   | Bob Smith
+---+                                            */


div.avatar_subject {
  clear: left;
  overflow: hidden;
}

div.avatar_subject img.avatar,
div.avatar_subject span.avatar {
  padding: 1px;
  border: 1px solid #e6e6e6;
  float: left;
  margin: 0;
  text-indent: -9000px; /* hide text from command-f searches */
}

div.avatar_subject img.blank_avatar,
div.avatar_subject span.blank_avatar {
  padding: 0;
}

div.avatar_subject div.info {
  margin-left: 65px;
}

div.avatar_subject div.info span.sprite.lock {
  vertical-align: top;
  margin-top: 1px;
}

div.avatar_subject h1 {
  font-family: lucida grande, sans-serif;
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0;
}

div.avatar_subject h1.private a:link,
div.avatar_subject h1.private a:visited {
  padding-right: 3px;
  text-decoration: none;
}

div.avatar_subject h1.private a:hover span {
  text-decoration: none;
}

div.avatar_subject h2 {
  font-size: 12px;
  color: #888;
  font-weight: normal;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

div.avatar_subject h2 a:link,
div.avatar_subject h2 a:visited {
  color: inherit;
  text-decoration: none;
}

div.avatar_subject h2.groups a {
  color: #333;
}

body.party #sidebar div.avatar_subject div.info,
#page_sidebar div.avatar_subject div.info {
  padding-top: 3px;
  margin-left: 42px;
}

#page_sidebar div.avatar_subject h1,
#page_sidebar div.avatar_subject h1 span {
  font-size: 12px;
  font-weight: bold;
}

#page_sidebar div.avatar_subject h1 a {
  color: inherit;
}

#page_sidebar div.avatar_subject h2 {
  margin-top: -1px;
	line-height: 1.2em;
}

#page_sidebar div.avatar_subject img.avatar {
  width: 32px;
  height: 32px;
}

body.recording #page_sidebar div.avatar_subject span.avatar {
  width: 32px !important;
  padding-top: 32px !important;
  height: 0 !important;
}

#page_sidebar div.avatar_subject h1 a {
  color: inherit;
  text-decoration: none;
}

#page_sidebar div.module div.inner div.avatar_subject h2 {
  color: #666;
  font-size: 11px;
  border: none;
  background: none;
  font-weight: normal;
  background-color: red;
}

/* MODULE: Recent Items
------------------------------------*/

#recent_items { margin-bottom: 20px; }

#recent_items h4 {
  font-size: 11px;
  color: #999;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #fff;
}

#recent_items div.recent_items {
  margin-left: -6px;
}

#recent_items_old div.recent_items_old {
  margin-left: -6px;
	width: 200px;
}

#recent_items a.recent_item {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ebe8e4;
  padding: 5px 6px;
  text-decoration: none;
  line-height: 1.0em;
}

#recent_items a.recent_item:link,
#recent_items a.recent_item:visited {
  color: #000;
}

#recent_items a.recent_item:hover,
#recent_items a.recent_item:visited:hover {
  background-color: #efede7;
}

#recent_items a.recent_item.selected,
#recent_items a.recent_item.selected:hover {
  background: #e5e5e5;
}

#recent_items span.avatar {
	padding-top: 32px !important;
	width: 32px !important;
	float: left;
	background-color: #fff !important;
	text-indent: -9000px; /* hide text from command-f searches */
}

#recent_items img.avatar {
	padding: 0px 0px 0px 0px !important;
	width: 32px;
	height: 38px;
	float: left;
}

#recent_items a.selected span.avatar {
  border-color: #d0d0d0 !important;
}

#recent_items span.recent_name {
  color: #444;
  text-shadow: 0px 1px 1px #fff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
	margin: 4px 0 3px 0;
}

#recent_items span.recent_desc {
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  color: #888;
}

#recent_items span.recent_name,
#recent_items span.recent_desc {
	display: block;
	margin-left: 40px;
	line-height: 1.3em;
}

table.overview td.maingroup
{
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	padding: 6px 7px;
	text-align: center;
	padding: 30px 0px 5px 0px;
	border-bottom-color:#000;
	border-bottom-style: none;
	border-bottom-width:medium;
}

table.overview td.subgroup
{
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #1a4f85;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 7px;
	text-align: center;
	text-decoration: none;
	padding: 30px 0px 5px 0px;
	border-bottom-color: #1a4f85;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
