/* @override 
	http://arpan.loosestitchpro.com/styles/pro.css
	http://crs.loosestitchpro.com/styles/pro.css
*/

.outline-block {
	color: #666;
	margin-bottom: 8px;
	font-size: 11px;
}

.outline-block .box-form {
	border: 1px #ccc solid;
}

.outline-block .box-title { 
	color: #ffffff;
	background: url(/images/bkg_breadcrumb.png) no-repeat left top;
	font-weight: bold;
}

.outline-block .box-title-inner {
	height: 15px;
	background: url(/images/bkg_breadcrumbr.png) no-repeat right top;
	padding: 5px 10px;
}

.outline-block .box-title a {
	color: #fff !important;
}

.outline-block .edit-box {
	background-color: #eee;
	border-bottom: 1px #ccc solid;
	padding: 10px;
	color: #333;
}

#outline-add {
	float: right;
}

.list-entry {
	font-size: 11px;
	padding: 5px 10px;
}

.options {
	float: right;
	font-size: 10px;
	font-weight: normal;
}

.odd-row {
	background-color: #EEF3FD;
}

#message {
	margin: 0 0 10px;
}

.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; 
}

#myfiles .edit-box {
	height: 100px;
	background-color: #eee;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	padding: 10px;
	color: #333;
}

#myfiles .add-box {
	background-color: #eee;
	border-bottom: 1px #ccc solid;
	padding: 10px;
	color: #333;
}

.meta-thumb {
	float: left;
	margin-right: 11px;
	width: 100px;
	height: 100px;
}

.meta-filename {
	font-size: 12px;
	width: 400px;
}

.meta-filesize {
	display: block;
}

.meta-filetime {
}

.meta-actions {
	display: block;
	padding-top: 20px;
	padding-right: 15px;
}

.meta-actions a:link, .meta-actions a:visited {
	padding: 0 5px;
	color: #1a69ff;
}

.meta-actions a:hover {
	text-decoration: underline;
}

#links-count {
	float: right;
}

.label { width: 100%; text-align: left; }
.field { font-size: 12px; line-height: 17px }
.grey { color: #666 }

table#emails {
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	margin-bottom: 10px;
	width: 100% !important;
}

table#emails td {
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 4px 6px;
}

table#emails td.radio-col {
	width: 20px;
	text-align: center;
}

table#emails td.status-col {
	width: 120px;
	color: #999;
}

#add-email {
	margin-top: 20px;
}

#new_email {
	width: 276px;
	margin-right: 10px;
}