body,  div, p, input {
	font-family:arial, sans-serif;
	font-size:14px;
	line-height: 23px;
	color: #333;
}
p {
	margin-top: 10px;
	margin-bottom: 20px;
}
li {
	list-style-position: inside;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
a.ajax, a.ajax:visited {
	color: blue;
	text-decoration: none;
	border-bottom: 1px dotted blue;
}
a.external {
	background:transparent url(/images/external_link.png) no-repeat scroll right center;
	padding-right:13px;
}
.text1 {
	font-size: 14px
}
.sysreq {
	font-size:11px
}
.tagline {
	font-size:18px;
	margin-bottom:4px
}


h1, h2{background:#e5ecf9;
	font-size:16px;
	padding:4px 6px 4px 6px;
	margin-bottom:4px;
	margin-top: 20px;
}
h1 {
	font-weight: bold;
	text-align: center;
}
h1, h2 {
	font-weight: normal;
}
.red {
	color: red;
}
h2 table {
	width: 100%;
	border-collapse: collapse;
}
h2 .grayed {
	color: gray;
}
h2 .images_tip {
	text-align: right;
	color: gray;
	font-size: 8pt;
	font-weight: normal;
}
h2 .images_tip a{
	color: #6688FF;
}
h2 .images_tip a:visited{
	color: #4F2F43;
}
h3 {
	font-weight: bold;
}
blink {
	color: #850400;
}
.error {
	color: #850400;
}
.error_bg {
	background: #850400;
}
textarea {
	width: 100%;
	height: 300px;
}

.grayed {
	color: gray;
}
.small {
	font-size: small;
}


div.info {
	margin: 10px; 
	padding: 20px; 
	border: 3px solid #e68b32; 
	background: #e6edff;
}
div.info p{
	color: black;
	margin-bottom: 0;padding-bottom: 0;
}



/*-----------*/
#previewer {
	height: 100%;
	text-align: center;
}

table.admin_edit {
	border: 1px solid gray;
	border-collapse: collapse;
}
table.admin_edit td, table.admin_edit th{
	border: 1px solid gray;
	padding: 5px;
}
table.admin_edit th {
	font-weight: bold;
}
#bitly_link {
	color: gray;
}
#bitly_link a {
	color: gray;
}
#bitly_link a:hover {
	color: blue;
}

ol.pastes li, 
ul.pastes li {
	margin-bottom: 10px;
}
li {
		margin-bottom: 5px;
}
.suspicious,
.suspicious a {
	font-style: italic;;
}

.admin li.deleted,
.admin tr.deleted,
.admin li.deleted a {
	border-bottom: 1px solid #F00;
	text-decoration: none;
}
.admin tr.deleted th {
	color: red!important;
}
.admin tr.deleted td {
	background: pink!important;
}
tr.suspicious th {
	font-weight: bold;;
}
tr.suspicious td {
	background: lightgray!important;
}
tr.banned_ip th {
	text-decoration: line-through;
	font-weight: bold!important;
}
table.top_uploaders tr.banned_ip td {
	background: lightgray!important;
}
table.top_uploaders td.small a {
	text-decoration: none;
	color: inherit;
}
table.top_uploaders td.small a.suspicious {
	text-decoration: line-through;
	font-style: normal;;
}

form.button_to,
form.button_to div {
	display: inline;
}