html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100.01%;
	font-family: Tahoma, Verdana, 'Bitstream Vera Sans', 'Bitstream Charter', Helvetica;
}

body, html {
	color: #5A5A5A;
	background: #9ca2ad;
	font-size: 12px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

table th {
	text-align: left;
}

form table td,
form table th {
	padding: 2px;
}

form#add table td.desc {
	width: 100px;
	vertical-align: top;
	font-weight: bold;
}

form#add table td textarea {
	width: 90%;
}

p {
	margin-bottom: 0.5em;
}

a {
	color: inherit;
}

a img {
	border: none;
}

img {
	vertical-align: text-bottom;
}

input, textarea {
	border: 1px solid #C2BCAC;
	border-left-color: #8E897C;
	border-top-color: #8E897C;
	background-color: #fff;
}

input.button {
	background: url(../images/button-bg.gif) center left repeat-x;
	height: 30px;
	padding: 0 1em;
	border: 1px solid #ECECEC;
	border-bottom-color: #ADADAD;
	border-right-color: #ADADAD;
	cursor: pointer;
}

input.button:hover, input.button:active, input.button:focus {
	border-color: #ECECEC;
	border-top-color: #ADADAD;
	border-left-color: #ADADAD;
}

input[type=radio] {
	border: none;
}

div#container {
	width: 85%;
	min-width: 600px;
	margin: 1em auto;
}


.error {
	background-color: #FFF6F6;
	border-color: #980000;	
}

.grey {
	color: #999;
}

.hidden {
	visibility: hidden;
}

input.deleteButton {
	width: 16px;
	height: 16px;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	background: url(../images/page_white_delete.png) top left no-repeat;
	cursor: pointer;
}

input.changeSubmit {
	background-image: url(../images/arrow_rotate_clockwise.png) !important;
}

div#code {
	overflow: scroll;
	color: #000;
}

div#pasteContainer * {
	font-family: 'Lucida Console';
}

	div#pasteContainer div.con {
		background: #fff;
		border: 1px solid #999;
		margin-bottom: 3px;
	}

div#info {
	padding: 2px 3px;
}

	div#info p {
		float: right;
	}

div#lines {
	float: left;
	padding: 0 3px;
	margin-right: 3px;
}

	div#lines a {
		color: inherit;
		text-decoration: none;
	}

	div#lines a:hover {
		text-decoration: underline;
	}

div#info form {
	display: inline;
}

div#search input#performSearch {
	border: none;
	background: transparent;
}

input#searchInput {
	background: #fff url(../images/search.png) left center no-repeat;
	padding-left: 20px;
}

div#searchTypeDiv {
	position: absolute;
	margin-top: 1px;
	display: block;
	background-color: #F1F3F8;
}

	div#searchTypeDiv ul {
		list-style: none;
		border: 1px solid #ccc;
	}


	div#searchTypeDiv a {
		display: block;
		width: 130px;
		color: inherit;
		background-color: #E9EDF3;
		padding: 4px 5px;
		text-decoration: none;
		margin: 1px;
	}


	div#searchTypeDiv a:hover, div#searchTypeDiv a.current {
		background-color: #DBE0E8;
	}

img#searchPlus {
	position: relative;
	cursor: pointer;
}