a img {
	border: 0 none;
}

div.flash, div.errors, div.warning {
	border: 1px solid #fee723;
	background-color: #FCF6BD;
	padding: 20px 10px 20px 68px;
	margin-bottom: 1em;

	background-image: url('/images/default/info.gif');
	background-position: center left;
	background-repeat: no-repeat;
}

div.errors {
	border-color: #FE2323;
	background-color: #FCBDBD;

	background-image: url('/images/default/error.gif');
}

div.warning {
	background-image: url('/images/default/warning.gif');
}

textarea {
	width: 100%;
	margin-right: -10px;
}

ul.icon_strip {
	list-style: none inside none;
	margin: 0; padding: 0;
	float: right;
}

ul.icon_strip li {
	margin: 0; padding: 0;
	float: left;
}

.sort_header {
	background: #D6D6EF url('/images/default/green_arrows.gif') no-repeat center left;
	color: #333;
	padding: 5px;
	padding-left: 25px;
	text-align: left;
	cursor: pointer;
}
.sort_asc {
	background: #C0C0F0 url('/images/default/green_decending.gif') no-repeat center left;
}

.sort_desc {
	background: #C0C0F0 url('/images/default/green_ascending.gif') no-repeat center left;
}

.user_list {
	width: 100%;
}

.progress {
	height: 200px;
	position: relative;
}

.progress_bar_bg, .progress_bar {
	position: absolute;
	width: 100%;
	height: 20px;
	background-color: #d6d6d6;
	border: 1px solid black;
}

.progress_bar {
	background-color: transparent;
	background-image: url('/images/pb.gif');
}

.progress_pc_info {
	position: absolute;
	right: 0;
	top: 25px;
}

.progress_time_info {
}

.progress_upload_info {
	position: absolute;
	left: 0;
	top: 25px;
}

.sidebox {
}

/* Date picker specific styles follow */

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(calendar.png) no-repeat;
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: -16px; /* value for IE */
	padding: 4px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333;
	color: #fff;
}

input[disabled='true'] {
	background-color: gray;
}

/* Tabs */
ul.tab_headers {
	list-style: none inside none;
	margin: 0;
	padding: 0;
}

ul.tab_headers li {
	display: inline;
	float: left;
	margin-left: 5px;
}

ul.tab_headers li a {
	display: block;
	padding: 0.5em;
	border: 1px solid #eaeaea;
	background-color: #dcdcdc;
}

.tab_disabled a {
	text-decoration: none;
	color: #ccc;
	cursor: default;
}

ul.tab_headers li.tab_selected a {
	background-color: #fff;
}

div.tab_page {
	background-color: #fff;
	padding: 0.5em 1em 1em 1em;
}

div.tab_page_hidden {
	display: none;
}

div.tab_page h3 {
	margin: 0 0 0.2em 0;
	padding: 0;
}

div.tab_page fieldset {
	border-color: #dcdcdc;
}

/* Tabs scoped clear hack */

ul.tab_headers {
	display: inline-block;
	width: 100%;
}

/* Hide from IE-mac \*/
* html ul.tab_headers {
	height: 1%;
	width: 99%;
}

ul.tab_headers {
	display: table;
}

/* End hide from IE-mac */

/* End of tabs */

.inline_image {
	display: block;
	border: 5px solid #eef;
	margin: 0 auto;
}

.inline_image a.edit_mini {
	display: block;
	position: absolute;
	top: 2px;
	right: 26px;
}

.inline_image a.delete_mini {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
}

.news_item {
	border: 1px solid #4848AE;
	margin: 1em;
	padding: 1em;
}

.news_item h3 {
	margin: 0;
}

.news_item_posted {
	font-size: 0.8em;
	font-style: italic;
}

#page_preview {
	height: 300px;
	overflow: scroll;
	border: 1px solid black;
	padding: 1em;
}

.breadcrumbs {
	/* Make sure the browser places this above the title */
	position: relative;
	
	margin: 1em 1em 0 1em;
 	padding: 4px 0px 4px 5px;

	color: black;
	border-bottom: 1px dotted black;
}

.breadcrumbs a {
	color: black;
}

div.download {
	float: left;
	width: 20em;
	height: 60px;
}

div.download span.date {
	font-size: 0.9em;
	font-style: italic;
}

img.doctype {
	vertical-align:middle;
	float: left;
}
