/* JillBNimble.com Group Workspace U/I - Screen */
div.admin_edit {
	margin: 1em 0;
	border: 1px dashed #666;
	padding: 1em;
	background: #ffc !important;
}
div.admin_edit p {
	color: #f00;
}

p.breadcrumb {}
p.note {
	clear: both;
	font: 1em/1.3 Verdana, sans-serif;
	color: #746198;
}
span.important {
	color: #f00;
}

div.workspace_nav {
	text-align: right;
	font: 1em/1.2em Verdana, sans-serif;
	color: #999;
	margin-bottom: 1em;
}

div.workspace_sub_nav {
	text-align: right;
	font: 1.2em/1.2em Verdana, sans-serif;
	color: #999;
	background: transparent url(../_images/_global/bg/bg_workspace_nav.gif) bottom left repeat-x;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

div.workspace_sub_nav a.selected {
	font-weight: bold;
}

div.row {
	clear: both;
	margin: 0 0 1em 0;
}

div.row div.col1 {
	float: left;
	display: inline;
	width: 400px;
	margin: 0 30px 0 0;
	padding-bottom: 1em;
}
div.row div.col2 {
	float: left;
	width: 215px;
	margin: 0;
	padding-bottom: 1em;
}


h2 {
	margin-bottom: .5em;
}

body.member_profile h2 {
	margin-bottom: .1em;
}

body.member_profile h3 {
	margin-bottom: 1em;
} 

p.help {
	text-align: right;
	font-size: 10px !important;
}

p.instruction {
	font-size: 1.2em !important;
	line-height: 1.5 !important;
	background: #e8e8e8;
	padding: 10px 10px 10px 10px !important;
	margin: 0 0 10px 0 !important;
}


/*-------------------------------------------
	Roster
-------------------------------------------*/
table.overview td.img_swatch {
	width: 1%;
}
table.overview td.img_swatch img {
	height: 50px;
	width: 50px;
	border: 1px solid #666;
	margin-right: 10px;
}

p.roster {
	font-size: 1.1em !important;
	color:#666;
	line-height: 1.4 !important;
}

p.roster strong {
	font-size: 1.2em !important;
	font-weight: bold;
	color: #39396B;
	line-height: 1.6 !important;
}



/*-------------------------------------------
	Coaches' Notes
-------------------------------------------*/

h3.date {
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}

div#maincol2 ul.anchorListNav {
	margin-bottom: 1em;
}
div#maincol2 ul.anchorListNav li {
	padding-bottom: .3em;
}

/* Calendar - Revises base calendar list styles in tpl_2-column.css */

div.calendarListing {
/* revise */
	background: none;
	border: none;
	padding: 0;
	margin: 0;

	padding: 4px 0 0;
	border-top: 1px solid #efefef;
}

div.calendarListing h1 {
	color: #1666B3;
	margin-top: 1em;
	margin-bottom: 10px;
/* revise */
	margin-left: 0;
}

div.calendarListing p {
	font-size: 1.1em;
	margin: 0px 0px 10px;
	color: #000;
/* revise */
	text-align: left;
}

div.calendarListing p.itemDate {
	color: #AA710A;
margin-bottom: .1em;
/* revise */
	font-size: 1em !important;
	
}

div.calendarListing p img {
	padding-right: 2px;
}

div.calendarItem {
	padding: 0;
	margin: 0 0 9px;
	border-bottom: 1px solid #efefef;
}

div.actionButton {
	margin: 10px 0 10px auto;
	height: 25px;
	width: 160px;
}

table.forum_view {
	clear: both;
}

body.comments h1 {
	margin-bottom: .2em;
}
p.messageBy {
	font: 1em !important;
	color: #666;
}

div#messageParticipants {
	text-align: left;
}
div#messageParticipants h1 {
	font-size: 1.2em;
	margin-top: 2em;
}

div#messageParticipants p {
	font-size: 10px;
	line-height: 1.2;
}

.SidebarContact h3 a:link, .SidebarContact h3 a:visited {
	text-decoration: none;
	color: #000;
}
.SidebarContact h3 a:hover {
	text-decoration: underline;
	color: #AA710A;
}

/* ***********************************************
	Post Message Form
*************************************************/
body.messages_form .bcform1 input.textLong {
	width: 400px;
}
body.messages_form .bcform1 textarea.largeTextArea {
	width: 400px;
	display: block;
}
/* Color Pallette:
	Tan background: #D9D6CD;
	Tan rules: #DBD5B1;
	Light Tan: #D0C9A2;
	Gold: #BAAF6A;
	Beige (logo background): #F8F6EB;
	Brown: #94783A;
	Light Brown: #B19E68;
	Reddish Brown: #AA710A;
	Blue: #1666B3;
*/

div.extra { margin: 30px 0}

/***********************************************************************************************
Styles beneath this point are lifted from Basecamp
(and many may not be in play) 
Let's cleanup when we get a moment...
***********************************************************************************************/

/* Line 270 */
.highlight {
	background-color: #ffc;
}

/*-------------------------------------------------
EMAIL NOTIFICATION
-------------------------------------------------*/
/* Lines 3501 - 3535 */
div.Right div.col .notify h2,
.extra .notify h2 {
  font-size: 14px;
  margin: 0 0 2px 0;
  padding: 0;
}

div.Right div.col .notify span,
.extra .notify span {
  font-size: 10px;
  color: #666;
}

table.emailnotification td {
  padding: 0 5px 0 0;
  vertical-align: top;
}

table.emailnotification tr.additional_company td {
  padding-top: 12px;
}

table.emailnotification td p {
  margin: 0 0 5px 0;
}

/* added by DEL to override inherited style */
table.emailnotification td p label {
  width: auto;
}

div.Right div.col table.emailnotification td p {
	font-size: 11px;
	margin: 0 0 2px 0;
	padding: 0;
}

/*-------------------------------------------------
FORUM INDEX
-------------------------------------------------*/
/* Lines 6427 - 6558 */
body.forum div.Left div.innercol {
  padding-right: 23px;
}

table.forum_view {
	margin-bottom: 20px;
  border-collapse: collapse;
}

table.forum_view th {
  color: #999;
  font-weight: normal;
  text-align: left;
  font-size: 11px;
  padding: 3px 7px 3px 0;
  border-bottom: 1px solid #ddd;
}

table.forum_view td {
	font-size: 14px;
	color: #000;
	padding: 7px 7px 7px 0;
  border-bottom: 1px solid #eee;
	vertical-align: top;
	line-height: 1.1em;
}

table.forum_view td.message {
  padding-right: 15px;
  width: 70%;
}

table.forum_view td.message a {
  text-decoration: none;
  position: relative;
}

table.forum_view td.message a:hover {
  background: none;
}

table.forum_view td.message a span.comments {
  display: block;
  position: absolute;
  top: 4px;
  left: -55px;
  width: 50px;
  text-align: right;
}

table.forum_view td.message a span.size {
  float: right;
  font-weight: bold;
  padding: 2px 5px 0 0;
  font-size: 12px;
}

table.forum_view td.message a:link span.size {
	color: #1666B3;
}

table.forum_view td.message a.visited span.size {
  color: #999;
}

table.forum_view td.message a span.comments span.icon {
  display: block;
  width: 16px;
  height: 16px;
  float: right;
}

table.forum_view td.message a:link span.comments span.icon {
  background-image: url(../_images/group-workspace/comment-unread.gif);
}


table.forum_view td.message a:visited span.comments span.icon {
  background-image: url(../_images/group-workspace/comment-read.gif);
}

table.forum_view td.message a span.title {
  padding: 1px 0;
  line-height: 1.3em;
  text-decoration: underline;
}

table.forum_view td.message a span.title:hover {
  text-decoration: none;
}

table.forum_view td img {
  vertical-align: middle;
}

table.forum_view div.comments {
  text-align: right;
}

table.forum_view td.comments span {
	background-color: #ccc;
	padding: 4px;
	font-size: 11px;
}

table.forum_view td.comments span.new {
	background-color: #01a101;
	color: #fff;
	font-weight: bold;
}


table.forum_view td.last_comment {
  width: 29%;
  color: #888;
  font-size: 11px;
}

table.forum_view td span.meta {
  color: #888;
	font-size: 11px;
}

table.forum_view td span.meta span.today {
	background-color: yellow;
	padding: 2px;
	color: #333;
}



/* Lines 6613 - 6792 */
.Comments .Post h3 {
  margin-top: 0;
  /* added by DEL */
  padding: 3px 3px;
  font-size: 1.1em;
  margin-bottom: .8em;
}

.Comments .Post h3 span.date {
  color: #333;
  /* added by DEL */
  display: inline; /* Undo image replacement */
  font-weight: normal;
  padding-left: .2em;
}


/*-------------------------------------------------
NEW COMMENT
-------------------------------------------------*/

body.message div#your_comment div.extra div.showhide_link p {
  font-size: 12px;
}

/*-------------------------------------------------
COMMENT EMAIL NOTIFICATION SIGNUP
-------------------------------------------------*/

div#notificationSignup {
	margin-bottom: 20px;
}

div#notificationSignup h3 {
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	color: #000;
	padding: 0;
	margin: 0;
}

div#notificationSignup p.subscribers {
	margin-top: 0;
}

.SidebarContact {
	font-size: 11px;
	line-height: 1.3em;
	color: #333;
	margin: 10px 0;
}

.SidebarContact h3 {
	color: #000;
	margin: 0;
	font-size: 12px;
}

/*-------------------------------------------------
COMMENT SPECIFIC STUFF
-------------------------------------------------*/

div.Comments h2 {
	font-size: 12px;
	color: #fff;
	background-color: #333;
	margin: 0 0 10px 0;
	padding: 4px;
}

div#Attachments h2 {
	background-color: transparent;
	color: #000;
	border-bottom: none;
}

.Comments div.Post {
	border-top: 1px solid #efefef;
	margin: 0 0 5px 0;
	clear: left;
	color: #333;
	padding: 5px;
}

.Comments div.first {
  border-top: none;
}

.Comments #OriginalPost {
	padding: 0 0 30px 0;
	background: #fff;
	border-bottom: none;
}

.Post#Preview, #preview {
	border: 2px solid #ef9c00;
	padding: 0;
}

.Post#Preview h2, #preview h2 {
	margin: 0;
	padding: 5px 10px;
	background: #ff6;
	border: none;
	color: #000;
}

.Post#Preview #PreviewBody, #preview_body {
	padding: 10px;
}

#preview {
  margin-bottom: 10px;
}

.Post#Preview #PreviewButtons {
	text-align: left;
	background: #ffc;
	margin: 0;
	padding: 5px 10px;
}

div.Comments img.avatar {
  margin: 0 10px 10px 0;
  width: 48px;
  float: left;
  padding-left: 5px;
}

div.Comments div.Post ul,
div.Comments div.Post ol {
  clear: left;
}

div.Comments div.Post ol li,
div.Comments div.Post ul li {
}

div#your_comment div.Post {
  margin-bottom: 0;
}

div.post_comment_stats h2 {
	margin: 1px 0 8px 0;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

div.post_comment_stats h2 a:link,
div.post_comment_stats h2 a:visited {
	font-weight: bold;
	color: #000;
}

div.post_comment_stats h2 a:hover {
  color: #fff;
  background: #000;
}

div.uploaded_images img {
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
}

/*-------------------------------------------------
FILE ATTACHMENTS
-------------------------------------------------*/

ul.LinkList {
	padding: 0;
	margin: 5px 0 10px 0;
	border: none;
}

ul.LinkList li {
	font-size: 11px;
	border: none;
	color: #888;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
/* added by DEL to override inherited styles */
	background: none !important;
	padding-left: 0 !important;
}

ul.LinkList li img, div#AttachmentList ul li img {
	padding-right: 4px;
}


/* ---OVERVIEW LOG ------------------------------------------- */
/* Lines 7496 - 7593 */
table.overview {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing:	0;
	width: 100%;
}

table.overview td {
	padding: 4px 3px;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
}

table.overview h2.date {
	margin-bottom: 5px;
	margin-left: -26px;
}

table.overview tr.date td {
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
	border-bottom: none;
	padding-top: 15px;
}

table.overview td.what {
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	border: 0;
}

table.overview td.what span {
	padding: 3px 4px;
	color: #fff;
	color: #000;
	font-size: 10px;
	display: block;
	float: right;
	float: none;
	white-space: nowrap;
	width: 58px;
	border: 1px solid black;
}

table.overview td.item {
	padding-left: 6px;
	padding-top: 6px;
	width: 100%;
	font-size: 12px;
	color: #000;
	margin: 0 0 2px 0;
	line-height: 1.1em;
}

table.overview td.action {
	/* white-space: nowrap; */
	text-align: right;
	color: #999;
	font-size: 10px;
	padding-top: 6px;
}
table.overview td span.action {
	white-space: nowrap;
	display: block;
	text-align: left;
	color: #999;
	font-size: 10px;
}
table.overview td.what span.comment {
	background-color: #6492AC;
	background-color: #ccc;
}

table.overview td.what span.post {
	background-color: #334E7D;
	background-color: #fff;
}

table.overview td.what span.file {
	background-color: #7A4A77;
	background-color: #999;
}

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 span.name {
	color: #565656;
	font-size: 10px;
	font-style: italic;
}

/* ---DASHBOARD LOG ------------------------------------------ */
/* Lines 7595 - 7666 */
table.overview th, body.dashboard table.milestones th, body.overview table.milestones th {
	/*
background: #E9E9E9;
	border-bottom: 2px solid #fff;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
*/
	font-size: 12px;
	color: #746198;
	margin-top: 1em;
	margin-bottom: .2em;
	padding: 12px 3px 8px;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
}

table.overview th a:link, table.overview th a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #746198;
}

table.overview th a span {
	color: #666;
	font-size: 10px;
}

table.overview th a:hover, table.overview th a:hover span {
	color: #9ACA52;
}
/* Color Pallette:
	Green (background) #9ACA52;
	Dark Purple: #39396B;
	Royal Blue: #5F94E0;
	Lavender: #746198;
	Dark Orange (links): #EF680F;
	Orange: #F2AE22;
	Dark Grey: #1C1724;
*/
body.dashboard table.overview td.date span.today {
	padding: 1px 2px;
	background-color: #fff000;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
	font-size: 9px;
}

body.dashboard table.overview td.item {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 6px;
	line-height: 1.2em;
}

table.overview td.name, body.dashboard table.overview td.date {
	color: #222;
	font-size: 10px;
	white-space: nowrap;
	padding-top: 6px;
}

body.dashboard table.overview td.date {
	padding-right: 3px;
	padding-left: 5px;
	text-align: left;
	/* border-left: 1px solid #efefef; */
	border-bottom: 1px solid #efefef;
	color: #222;
}
body.dashboard table.overview th.price {
	text-align: right;
	padding-right: 15px;
}
body.dashboard table.overview td.price {
	text-align: right;
	padding-right: 15px;
}

table.overview tr.rowblank td {
	border: none;
	padding: 0;
}

body.dashboard table.overview td.name {
	padding-right: 3px;
}

body.dashboard table.overview td.what {
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #efefef;
}

