/* @override 
	http://arpan.loosestitchpro.com/styles/outliner.css
	http://crs.loosestitchpro.com/styles/outliner.css
	http://loosestitch.dev/styles/outliner.css
*/

:focus {
	-moz-outline-style: none;
	outline: 0;
}

#toolbar .button {
	margin: 0px;
	height: 18px;
}

#mini-actions .button {
	margin: 0px;
	height: 18px;
}

.roundedl {
	padding-left: 12px;
}

.roundedr {
	padding-right: 12px;
}

.active .roundedl {
	background-image: url(/images/bkg_rounded_grey.png);
}

.active .roundedr {
	background: url(/images/bkg_rounded_grey.png) no-repeat right;
}

.active .roundedr a {
	color: #fff !important;
	font-weight: bold;
	text-shadow: 0px 1px 0px #333 !important;
}

#toolbar-wrapper {
	padding: 10px;
	background: url(/images/bkg_toolbar_wrapper.png) repeat-x;
}

#toolbar {
	font-size: 11px;
	text-shadow: 0px 1px 0px #fff;
	color: #999;
	line-height: 18px;
	padding: 6px 0px 2px 20px;
	height: 23px;
	border: 1px #ccc solid;
	background-color: #f6f6f6;
	width: 908px;
}

#toolbar-wrapper.fixed {
	position: fixed;
	top: 0;
}

#toolbar-wrapper.inherit {
	position: inherit;
}

#toolbar-sub {
	height: 52px;
}

#toolbar-bottom {
	
}

#toolbar a, #toolbar a:link, #toolbar a:visited {
	color: #505050;
	cursor: pointer;
}

#toolbar a:hover {
	color: #000
}

#toolbar .action-icn {
	position: relative;
	top: 2px;
}

#toolbar .button {
	float: left;
	margin-right: 18px;
	height: 18px;
}

#import.button {
	float: right;
}

#divider.button {
	float: right;
}

#mini-actions .button {
	position: relative;
	top: 2px;
	float: left;
	margin-right: 22px;
}

.disabled {
	cursor: default
}

#meta-div {
	color: #fff;
	background-color: #f36;
	height: 50px;
	padding: 10px
}

#meta-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px
}

#meta-modified {
	color: #fff
}

#meta-status {
	float: right
}

#meta-div a {
	color: #fff;
	text-decoration: none;
}

#meta-div a:hover {
	color: #eee;
}

#meta-quota {
	float: right;
	height: 15px;
	text-align: center;
}

#meta-font-size {
	position: absolute;
	width: 53px;
	height: 23px;
	right: 188px;
	top: 100px;
}

#font-reduce {
	display: block;
	float: left;
	width: 27px;
	height: 23px;
	background: url(/images/btn_fontsize_reduce.png);
}

#font-increase {
	display: block;
	float: left;
	width: 26px;
	height: 23px;
	background: url(/images/btn_fontsize_increase.png);
}

#font-reduce:active {
	background: url(/images/btn_fontsize_reduce.png) 0 -23px;
}

#font-increase:active {
	background: url(/images/btn_fontsize_increase.png) 0 -23px;
}

#meta-print {
	position: absolute;
	right: 148px;
	top: 100px;
}

#print-outline {
	display: block;
	width: 28px;
	height: 23px;
	background: url(/images/btn_outline_print.png);
}

#print-outline:active {
	background: url(/images/btn_outline_print.png) 0 -23px;	
}

#meta-lock {
	position: absolute;
	right: 13px;
	top: 100px;
}

#meta-lock a {
	display: block;
	overflow: hidden;
	width: 123px;
	height: 23px;
}

#meta-lock a:active {
	background-position: 0 23px !important;
}

#meta-lock a.btn_lock_active {
	background: url(/images/btn_lock_active.png) 0 0;
}

#meta-lock a.btn_lock_inactive {
	background: url(/images/btn_lock_inactive.png) 0 0;
}

#meta-lock a.btn_unlock {
	background: url(/images/btn_unlock.png) 0 0;
}

#meta-lock a.btn_save {
	background: url(/images/btn_play_save.png) 0 0;
}

#meta-usage-text {
	float: left;
	padding-right: 13px;
}

#meta-usage-shell {
	float: left;
	margin-top: 3px;
	height: 7px;
	width: 22px;
	border: 1px #fff solid;
	text-align: left;
}

#meta-usage-fill {
	margin: 1px;
	height: 5px;
	background-color: #fff;
}

#mini-actions {
	clear: both;
	margin-top: 5px;
	border-top: 1px #ccc solid;
	padding-top: 10px;
}

#edit-box {
	display: block;
	width: 220px;
	border: solid 1px #ccc;
	padding: 5px 10px 10px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	margin-left: 698px;	/* over written for IE */
}

#edit-box.fixed {
	position: fixed;
	top: 54px;
	margin-right: 13px;
}

#edit-box.inherit {
	position: absolute;
	top: 190px;
}

#edit-completed {
	float: right;
}

#edit-completed label {
	cursor: pointer;
}

.color-palette {
	float: left;
	height: 12px;
	width: 12px;
	margin: 0 1px 6px 1px;
	background-image: url(/images/outline_colors.gif);
	overflow: hidden;
	cursor: pointer;
}

#color1 {
	background-position: 0 0;
}

#color1.active {
	background-position: 0 12px;
}

#color2 {
	background-position: 12px 0;
}

#color2.active {
	background-position: 12px 12px;
}

#color3 {
	background-position: 24px 0;
}

#color3.active {
	background-position: 24px 12px;
}

#color4 {
	background-position: 36px 0;
}

#color4.active {
	background-position: 36px 12px;
}

#input-notes {
	width: 214px;
	height: 70px;
	padding: 2px;
	resize: vertical;
	margin-bottom: 5px;
}

#edit-amount {
	clear: both;
	margin: 0 0 5px 0;
}

#amount-label {
	float: left;
	color: #666;
	width: 41px;
	line-height: 18px;
	margin-right: 10px;
}

#input-amount {
	width: 161px;
	padding: 2px 2px 2px 4px;
	text-align: right;
}

#edit-cancel {
	display: none;
}

#more-options-link {
	clear: both;
	cursor: pointer;
}

#more-options-handle {
	position: relative;
	top: 1px;
}

#more-options-link span {
	line-height: 14px;
	margin-left: -2px;
}

#more-options-line {
	position: relative;
	top: 7px;
	height: 1px;
	border-bottom: 1px #ccc solid;
	width: 130px;
	float: right;
}

#multiple-rows {
	margin: 3px 0 6px 0;
}

#multiple-rows label {
	cursor: pointer;
}

.row-handle {
	cursor: pointer;
	float: left;
}

#duedate {
	clear: both;
	margin-bottom: 2px;
}

#duedate-label {
	float: left;
	color: #666;
	width: 41px;
	line-height: 18px;
}

#duedate-div {
	width: 155px;
	height: 18px;
	padding-left: 6px;
	margin-left: 44px;
	line-height: 18px;
}

#duedate-div.hover {
	background-image: url('/images/rounded_rectangle.png');
	background-repeat: no-repeat;
}

#duedate-str {
	margin-left: 2px;
}

#duedate-clear-btn {
	float: right;
	position: relative;
	top: 3px;
	right: 9px;
	cursor: pointer;
}

#duedate-btn {
	position: relative;
	top: 2px;
	float: right;
	cursor: pointer;
}

#assign-btn {
	position: relative;
	top: 2px;
	right: -4px;
	float: right;
	cursor: pointer;
}

#attachment {
	
}

#attachment-clip {
	position: relative;
	top: 2px;
	float: right;
	cursor: pointer;
}

#file-detach-btn {
	float: right;
	position: relative;
	top: 3px;
	right: 9px;
	cursor: pointer;
}

#attachment-div {
	height: 19px;
	width: 155px;
	padding-left: 6px;
	margin-left: 44px;
	line-height: 18px;
}

#attachment-div.hover {
	background: url('/images/rounded_rectangle.png') no-repeat;
	cursor: pointer;
}

#attachment-filename {
	width: 130px;
	overflow: hidden;
	margin-left: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#calendar-div {
	margin: 5px auto 5px;
	width: 220px;
	display: none;
}

#calendar-div table {
	border-collapse: collapse;
}

#calendar-div td {
	padding: 0;
	width: 30px;
	height: 28px;
	font-size: 11px;
	border: 1px #666 solid;
}

#calendar-div td.month-row {
	background-color: #ccc;
	height: 24px;
	padding-top: 2px;
	text-align: center;
}

#calendar-div td.right-aligned {
	text-align: right;
}

#calendar-div td.header {
	background-color: #666;
	border: 1px #666 solid;
	color: #fff;
	text-align: center;
}

#calendar-div td.weekday {
	background-color: #fff;
}

#calendar-div td.weekend {
	width: 31px !important;
	background-color: #eee;
}

#calendar-div td.today {
	background: url(/images/bkg_cal_today.png) no-repeat;
}

#calendar-div td.selected {
	background: url(/images/bkg_cal_selected.png) no-repeat;
}

#calendar-div td.today-selected {
	background: url(/images/bkg_cal_today_selected.png) no-repeat;
}

#calendar-div td a {
	display: block;
	width: 30px;
	height: 22px;
	padding-top: 6px;
	text-decoration: none;
}

#attachment-label {
	float: left;
	color: #666;
	width: 41px;
	line-height: 18px;
}

/*	file bubble styles start here	*/

#file-bubble {
	position: relative;
	display: none;
	margin-left: -365px;
	margin-top: -65px;
	margin-bottom: -100px;
	background-image: url("/images/file_bubble.png");
	background-repeat: no-repeat;
	width: 349px;
	height: 142px;
	padding: 30px 0 0 30px;
	color: #555;
	float: left;
}

#row-file-bubble {
	position: relative;
	display: none;
	background-image: url("/images/file_bubble.png");
	background-repeat: no-repeat;
	width: 349px;
	height: 142px;
	padding: 30px 0px 0 30px;
	position: absolute;
	color: #555;
}

.bubble-thumb {
	position: absolute;
	left: 30px;
	top: 30px;
	height: 100px;
	width: 100px;
}

.bubble-close {
	position: absolute;
	right: 37px;
	top: 30px;
}

.bubble-filename {
	margin-left: 110px;
	font-size: 12px;
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bubble-filesize {
	margin-left: 110px;
}

.bubble-filetime {
	display: block;
	margin-left: 110px !important;
	width: 210px;
	padding-top: 10px;
	font-size: 11px;
}

.bubble-fileowner {
	display: block;
	margin-left: 110px !important;
	font-size: 11px;
}

.bubble-actions {
	display: block;
	position: absolute;
	bottom: 40px;
	right: 37px;
	text-align: right;
}

.bubble-actions div {
	display: inline;
	padding: 0 2px;
	cursor: pointer;
	color: #1a69ff;
}

/*	file bubble ends here	*/

/*	assigned to bubble starts here	*/

#row-assigned-to-bubble {
	position: relative;
	display: none;
	background-image: url("/images/assigned_bubble.png");
	background-repeat: no-repeat;
	width: 349px;
	height: 142px;
	padding: 30px 0px 0 30px;
	position: absolute;
	color: #555;
}

.assigned-to-bubble-thumb {
	position: absolute;
	left: 30px;
	top: 30px;
	height: 80px;
	width: 80px;
}

/*	assigned to bubble ends here	*/

#file-picker {
	margin: 10px 0 0 0;
	border: 1px #ccc solid;
	background-color: #eee;
	padding: 3px;
}

.SI-FILES-STYLIZED label.si-file-wrapper {
	width: 81px;
	height: 20px;
	background: url("../images/btn_choose.gif") 0 0 no-repeat;
	margin-top: 2px;
	margin-left: 3px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.si-file-wrapper-disabled {
	background: url("../images/btn_choose_off.gif") 0 0 no-repeat;
}

.SI-FILES-STYLIZED label.si-file-wrapper input.si-file {
	position: relative;
	cursor: pointer;
	width: 81px;
	height: 20px;


/*	height: 100%;
	width: auto;	*/
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#new-filename {
	padding: 3px 0 0 5px;
	color: #666;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#uploading-file {
	float: right;
	margin: 2px 36px 0 0;
}

#source-tabs {
	margin-left: 0px;
	line-height: 16px;
	height: 16px;
}

#source-tabs > div {
	float: left;
	padding: 0 5px;
	margin-right: 2px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	cursor: pointer;
}

#source-tabs .active {
	background-color: #999;
	color: #fff;
	margin-right: 2px;
}

#source-tabs .inactive {
	background-color: #eee;
}

#save-file {
	float: right;
	cursor: pointer;
	padding: 0 5px 0 0;
}

#new-file {
	padding: 2px;
}

#file-list {
	clear: both;
	border: 1px solid #999;
	background-color: #fff;
	height: 80px;
	overflow: auto;
	margin-bottom: 5px;
}

#file-list ul {
	list-style: none;
}

#file-list li.no-files {
	padding: 10px 5px;
	color: #666;
}

#file-list ul li {
	padding: 3px 2px;
	cursor: default;
}

#file-list ul li div {
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#file-list ul li.odd {
	background-color: #eef3fd;
}

#file-list ul li.even {
	background-color: #fff;
}

#file-list ul li.active {
	background-color: #CCFFCC;
}

#assign-to-label {
	float: left;
	color: #666;
	width: 55px;
	line-height: 18px;
}

#assign-to-div {
	width: 155px;
	height: 19px;
	padding-left: 6px;
	margin-left: 44px;
	line-height: 18px;
}

#assign-to-div.hover {
	background: url('/images/rounded_rectangle.png') no-repeat;
	cursor: pointer;
}

#assign-to-picker {
	margin: 10px 0 0 0;
	border: 1px #ccc solid;
	background-color: #eee;
	padding: 3px;
	height: 108px;
}

#invitees-list {
	border: 1px solid #999;
	background-color: #fff;
	height: 80px;
	overflow: auto;
	margin-bottom: 5px;
}

#invitees-list ul {
	list-style: none;
}

#invitees-list ul li {
	padding: 3px 2px;
	cursor: default;
}

#invitees-list ul li div {
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#invitees-list ul li.odd {
	background-color: #eef3fd;
}

#invitees-list ul li.even {
	background-color: #fff;
}

#invitees-list ul li.active {
	background-color: #CCFFCC;
}

#close-assign-to-picker {
	float: right;
	cursor: pointer;
	padding: 0 5px 0 0;
}

#divider {
	margin-left: -5px;
	margin-right: 15px;
}

.right-float {
	float: right;
}

table.checkbox-holder td {
	padding: 1px !important;
}

#import-box {
	width: 240px;
	height: 170px;
	margin-bottom: 10px;
	margin-left: 698px;
}

#import-box.fixed {
	position: fixed;
	top: 54px;
	margin-right: 13px;
}

#import-box.inherit {
	position: absolute;
	top: 190px;
}

#import-box #box-title {
	color: #ffffff;
	background: url(/images/bkg_breadcrumb.png) no-repeat left top;
	font-weight: bold;
}

#import-box #box-title-inner {
	height: 15px;
	background: url(/images/bkg_breadcrumbr.png) no-repeat right top;
	padding: 5px 10px;
}

#import-box #box-form {
	color: #666;
	width: 218px;
	border: solid 1px #ccc;
	padding: 10px;
	position: absolute;
	background-color: #f9f9f9;
}

#outliner-navigation {
	height: 37px;
	font: normal 10px/16px 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-shadow: 0px 1px 0px #fff;
	color: #999;
	line-height: 30px;
	padding-top: 3px;
}

#outliner-navigation ul {
	height: 37px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}

#outliner-navigation li {
	float: left;
	height: 37px;
	margin: 0;
}

#outliner-navigation a {
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	text-align: center;
	width: 125px;
	height: 32px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #d0d0d0;
}

#outliner-navigation a:hover {
	color: #000
}

#outliner-navigation li.active {
	background: url("/images/bkg_tab_on.png") no-repeat center top;
}

#outliner-navigation li.active a {
	color: #fff;
	text-shadow: 0px -1px 0px #8C5564;
	border: none;
}

#outliner-navigation li.first a {
	border-left: none !important;
}

#outliner-navigation li.first a.active {
	background: url("/images/bkg_tab_topl.png") no-repeat left top;
}

#logout-link {
	float: right !important;
}

#logout-link a {
	border: none !important;
}

#outliner {
	display: none;
	margin: 0 263px 0 10px;
	padding: 0;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	cursor: pointer;	    /* this is causing the row text also to get pointer as cursor */
}

#outliner.font-size1 { font-size: 11px; line-height: 15px; }
#outliner.font-size1 .row-notes { font-size: 10px; line-height: 12px; }

#outliner.font-size2 { font-size: 12px; line-height: 16px; }
#outliner.font-size2 .row-notes { font-size: 11px; line-height: 13px; }

#outliner.font-size3 { font-size: 13px; line-height: 18px; }
#outliner.font-size3 .row-notes { font-size: 12px; line-height: 15px; }

#outliner.font-size4 { font-size: 14px; line-height: 20px; }
#outliner.font-size4 .row-notes { font-size: 13px; line-height: 16px; }

/* ------------------------- */
/*   styles for column view  */
/* ------------------------- */
.text-wrapper {
	margin-right: 0;
	padding: 2px 5px;
}

.assigned-to-wrapper, .duedate-wrapper, .amount-wrapper {
   margin-right: 0;
}

.attachment, .assigned-to, .due-date, .amount {
	display: none;
	padding: 2px 5px;
}

.hasattachments .attachment,
.hasassigned-to .assigned-to,
.hasduedate .due-date,
.hasamount .amount {
	display: block;
	float: right;
cursor: pointer;
}

/* attachment */
.hasattachments .text-wrapper { margin-right: 25px; border-right: 1px #ddd solid; }


/* assigned to */
#outliner.hasassigned-to .text-wrapper { margin-right: 25px; border-right: 1px #ddd solid; }
#outliner.hasattachments.hasassigned-to .assigned-to-wrapper { margin-right: 25px; border-right: 1px #ddd solid; }


/* due date */
#outliner.hasduedate .text-wrapper { margin-right: 70px; border-right: 1px #ddd solid; }
#outliner.hasattachments.hasduedate .duedate-wrapper { margin-right: 25px; border-right: 1px #ddd solid; }

#outliner.hasassigned-to.hasduedate .text-wrapper { margin-right: 70px; border-right: 1px #ddd solid; }
#outliner.hasassigned-to.hasduedate .duedate-wrapper { margin-right: 25px; border-right: 1px #ddd solid; }


/* amount */
#outliner.hasamount .text-wrapper { margin-right: 70px; border-right: 1px #ddd solid; }
#outliner.hasattachments.hasamount .amount-wrapper { margin-right: 25px; border-right: 1px #ddd solid; }

#outliner.hasassigned-to.hasamount .text-wrapper { margin-right: 60px; border-right: 1px #ddd solid; }
#outliner.hasassigned-to.hasamount .amount-wrapper { margin-right: 25px; border-right: 1px #ddd solid; }

#outliner.hasduedate.hasamount .text-wrapper { margin-right: 70px; border-right: 1px #ddd solid; }
#outliner.hasduedate.hasamount .amount-wrapper { margin-right: 70px; border-right: 1px #ddd solid; }
			
/* ----------------------------- */
/* end of styles for column view */
/* ----------------------------- */


#outliner form {
	display: inline;
}

#outliner form.inplaceeditor-form {
	width: 100%;
}

#outliner form.inplaceeditor-form input[type="text"] {
	border: 0px;
	background-color: #fff;
}

#outliner form.inplaceeditor-form textarea {
	font-size: 12px;
}

#outliner a {
	color: #f36;
}

#outliner a:hover {
	text-decoration: underline
}

#outliner ul {
	list-style-type: none;
}

#outliner ul, #outliner ul li {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#outliner .row {
/*	padding: 2px 5px 2px 10px;	*/
	padding: 0 0 0 5px;
	border-bottom: 1px #ccc solid;
}

#outliner .oddrow {
	background: #eef3fd
}

#outliner .evenrow {
	background: #fff
}

#outliner .selected {
	background: #cbdbfd;
}

#outliner .mouse-hover {
	background-color: #e3ebfd;
}

#outliner img {
	float: left;
}

#outliner .checkbox {
	float: right;
	position: relative;
	top: 3px;
}

#outliner .row-text {
	margin-left: 12px;
	word-wrap: break-word;
	min-height: 15px;
	cursor: text;
	padding: 1px 1px 1px 6px;		/* left: 5 + 1 (for border) */
}

#outliner textarea.row-text {
	width: 95%;
	border: 0;
	margin-left: 12px;
	word-wrap: break-word;
	min-height: 15px;
	cursor: text;
	padding: 1px 1px 1px 1px;
}

#outliner .row-text:focus {
	border: 1px #06f solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 0 0 5px;
}

#outliner .row-text:hover {
	border: 1px #999 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 0 0 5px;
}

#main-content.readonly .row-text:hover {	/* in readonly mode, we don't want to show the border around the text */
	border: none;
	padding: 1px 1px 1px 6px;
}

#outliner .row-notes {	/* font-size is determined based on which font-size class is applied to .outliner-root */
	color: #999;
	margin-left: 20px;
}

#outliner .row .due-date {
	float: right;
	text-align: left !important;
	color: #1a69ff;
}

#outliner .row .due-date-overdue {
	color: #f00;
}

/* readonly overrides */

.readonly #outliner .row {
	color: #666;
}

.readonly #outliner .oddrow {
	background: #efefef;
}

.readonly #outliner .selected {
	background: #ddd
}

.readonly #outliner .mouse-hover {
	background: #ccc;
}

.strike {
	text-decoration: line-through;
}

.selected {
	background-color: #cad0d7;
}

.selected a {
	color: #fff
}

#comments {
	display: block;
	margin: 10px 263px 0 10px;
	padding: 5px;
	border: 1px #ccc solid;
}

#comments .comment-entry {
	clear: both;
	padding: 5px 0 7px 5px;
	border-bottom: 1px #ccc solid;
	min-height: 80px;
}

#comments .comment {
	padding: 0 40px 5px 0;
	margin-left: 90px;
	font-size: 11px;
	line-height: 20px;
}

#comments .delete-link {
	float: right;
}

#comments .date {
	font-style: italic;
	color: #666;
}

#comments .by {
	color: #f36;
}

#comments .message {
	padding-right: 40px;
	word-wrap: break-word;
}

#comments .small-comment {
	float: left;
	padding-right: 5px;
}

#comments img.comment-profile {
	float: left;
}

#new-comment {
	padding-right: 10px;
}

#new-comment .label {
	width: 72px;
}

#new-comment .labelcol {
	width: 77px;
}

#edit_span {
	display: none;
}

#container.greysidebar {
	background-image: url(/images/bkg_middle_partgrey.png);
}

#container.greysidebar #capbottom {
	background-image: url(/images/bkg_botcap_partgrey.png);
}

#container.greysidebar #main-content {
	padding: 10px 280px 10px 10px;
	font-size: 12px;
	line-height: 18px
}

#container.greysidebar #right-col {
	padding: 10px;
	float: right;
	width: 250px;
	color: #333;
}

#container.greysidebar #left-col {
	padding: 10px;
	float: left;
	width: 250px;
	color: #333;
}

#container.greysidebar #main-content-right {
	padding: 10px 10px 10px 280px;
	font-size: 12px;
	line-height: 18px
}

/*greysidebar LEFT  */

#container.greysidebar-left {
	background-image: url(/images/bkg_middle_partgrey_left.png);
}

#container.greysidebar-left #capbottom {
	background-image: url(/images/bkg_botcap_partgrey_left.png);
}

#container.greysidebar-left #main-content {
	padding: 10px 10px 10px 280px;
	font-size: 12px;
	line-height: 18px;
}

#container.greysidebar-left #left-col {
	padding: 10px;
	float: left;
	width: 250px;
	color: #333;
}

#container.greysidebar #main-content-right {
	padding: 10px 10px 10px 280px;
	font-size: 12px;
	line-height: 18px
}

#main-content-full {
	padding: 15px;
}

.form-field {
	width: 500px;
	padding: 2px;
	margin-bottom: 5px;
}

.code {
	font-size: 11px;
	line-height: 17px;
	color: #666;
	margin: 0
}

.label {
	color: #666;
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 5px;
}

.data {
	display: block;
	float: left;
}

#settings td {
	font-size: 12px;
	line-height: 18px;
}

#settings td.col1 {
	width: 220px;
	text-align: right;
	font-weight: bold;
}

#settings td.col2 {
	width: 300px;
}

#settings td.col3 {
	width: 170px;
	text-align: right;
}

#settings .form-field {
	width: 300px;
}

#settings .boxed {
	border: 1px #ccc solid;
	-webkit-border-radius: 6px;
	padding: 10px;
	margin-bottom: 10px
}

.grey {
	color: #666;
}

#permatext {
	display: none;
	color: #666;
	font-size: 11px
}

#delete-outline {
	margin-top: 20px;
	border-top: 1px #ccc solid;
	padding-top: 10px;
}

#files, #files2 {
	margin: 10px 263px 0 10px;
	padding: 5px;
	border: 1px #ccc solid;
}

#file-container {
	margin-bottom: -2px;
}

#file-large {
	float: left;
	width: 370px;
	height: 308px;
	padding: 10px;
	background-color: #eee;
	border: 1px #ccc solid;
}

.attach-thumb {
	float: left;
	width: 81px;
	height: 81px;
	overflow: hidden;
	padding: 0px;
	margin: 2px 0 0 2px;
}

#files-scroller {
	float: right;
	width: 257px;
	overflow: hidden;
	height: 330px;
	position: relative;
}

#shortcuts {
	position: relative;
	top: 2px;
	float: right;
}

#greeting {
	display: none;
}

#manage-link {
	
}

.invitee {
	font-size: 11px;
	line-height: 17px;
}

a.invitee:hover {
	color: #ff3366;
}

#upload_target {
	width: 0;
	height: 0;
	border: 0px solid #fff;
}

#go-public-div {
	margin-bottom: 10px;
}

#list-footer {
	height: 18px;
	background-color: #ccc !important;
	color: #333;
}

#snag-code {
	border: 1px #ccc solid;
	background-color: #eee;
	padding: 2px 10px;
}

#print-options {
	position: absolute;
	z-index: 1000;
	left: 290px;
	padding: 30px 40px 40px 30px;
	margin-top: -23px;
	width: 485px;
	height: 235px;
	background: url(/images/print_bubble.png) no-repeat 0 0;
	color: #eee;
}

#print-options .col1 {
	width: 300px;
	text-align: center;
	
}

#print-options .col2 {
	text-align: right;
}

#print-options select {
	width: 190px;
}

#print-options td {
	padding: 6px 4px;
}

#print-options input[type="checkbox"], #print-options input[type="radio"] {
	margin-right: 5px;
}

#pdf-preview {
	height: 228px;
	width: 194px;
	margin: 0 auto;
	background-image: url(/images/pdf_preview/page_well.png);
	position: relative;
}

#blank, #borders, #backgrounds, #bullets, #numbers, #headers {
	height: 202px;
	width: 163px;
	position: absolute;
	top: 13px;
	left: 15px;
}

.orientation-radio {
	float: left;
	width: 68px;
}

img#landscape {
	position: absolute;
	top: 95px;
	left: 405px;
}

img#portrait {
	position: absolute;
	top: 95px;
	left: 333px;
}
