
/* TAGS */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}	

pre { font-size: 1.2em; }

body {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	/*background: url(../images/sandbg.jpg); */
	background: #000 url(../images/newbgraw.jpg) top no-repeat;
	font-size: .8em;
}

h1 { margin: 5px 0; font-size: 1.3em; border-bottom: 2px solid #000; }
h2 { margin: 5px 0; font-size: 1.2em;  }
h2.section { margin: auto auto; margin-top: 25px; padding: 5px; font-size: 1.4em;  font-style: italic; border-top: 5px solid #000; border-bottom: 5px solid #000; }

ol, ul {
	list-style: none;
}

a { color: #000; }
a:hover { color: #999; }

/* IDs */

#isLoading { display: none; background-color: #333399; border: 5px solid #000066; color: #fff; position: absolute; top: 50px; z-index: 2; padding: 25px; width: 50%; left: 25%;    }

#draftcount { border: 2px solid #ff0; background:#fc9; padding: 5px 10px; }

#header_bar {
	width: 100%;
	height: 100px;
	border-bottom: 5px solid #AAA;
	margin: 0;
	padding: 0;
}

#companyname { display: none; }

#header_bar #log {
	float: right;
}

#header_bar img { position: relative; left: 50%; top: 44px; }

#maincontent { 
	background-color: #fff; 
	padding: 10px 15px; 
	
}

#topnav {
	height: 30px;
	background: #DDD;
	color: #000;
	padding: 0 10px;
	font-size: 14px;
	margin: 0;
	border-bottom: 5px solid #AAA;
	text-align: right;
}

#topnav a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:hover {
	color: #777;
	background-color: #ccc;
	
}

a#taglookup { height: 30px; width: 34px; }

a#taglookup, a#taglookup:hover { background: none; }
#taglookup, #taglookup img { margin: 0; padding: 0; border: 0;}

#taglookup img { margin-top: 3px; }
#taglookup img { margin-right: 25px; }

#tltitle { 
		position: relative;
		top: -7px;
		right: 8px;
		font-size: 14px;
		font-weight: bold;
		background-color:#ffddbb;
		padding: 4px;
		border: 2px solid #666;
		
}
/* LINKBAR */
#topnav_links {
	padding: 0;
	float: left;
	margin-top: 7px;
}

#topnav_links_admin {
	padding: 0; 
	float: left; 
	font-size: 12px;
	margin-top: 7px;
}

#tagSearch { 
	display: none; 
	background-color:#ffddbb;
	text-align: right; 
	border-bottom: 5px solid #999; 
	padding: 5px;
	padding-right: 15px;	
}

#tagSearch label {
	font-weight: bold;	
} 

/* FOOTER */
#footer { 
	border-top: 5px solid #aaa;
	border-bottom: 5px solid #aaa;
	background-color: #ddd;
	margin: 0;
	padding: 5px 0;
	font-size: .8em;
	text-align: center;
}

#footer #loginInfo, 
#footer #yardYear  {
	
	float: left;
	margin: 0 15px;
	padding: 5px;
	background-color: #ddd;
	border: 2px solid #aaa;
}

#footer #yardYear {

	float: right;
}
#footer #yardYear label { font-weight: bold; }
#footer #yardYear select { font-size: 1.2em; }

#wrapper {
	width: 95%;
	margin: auto auto;
}

#debug { 
	background-color: #fff; 
	padding: 10px; 
	border: 3px solid orange; 
	font-size: 1.2em; 
}



/* PAGE SPECIFIC */

#mainpagenav {
	width: 800px;
	margin: auto auto;
}

#mainpagenav h1 {
	background-color:#ffddbb;
	padding: 5px;
	border: 2px solid #666;
	margin-top: 10px;
}

#mainpagenav ol {
	line-height: 24px;
	font-size: 16px;
	margin-left: 40px;
	list-style-type: decimal;
}

#successArea {}

#errorArea {}

#errorArea ul { 
	border: 3px solid #c00; 
	color:red; 
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: inside;
}

#tagBox table { border-top: 1px solid #000;  border-bottom: 1px solid #000; }
#tagBox th, #tagBox td { border-left: 1px solid #000; }
#tagBox th.br, #tagBox td.br { border-right: 1px solid #000; }

#searchResults table { border: 1px solid #000; }

#searchResults th, #userlisting th { text-align: left; }

/* CLASSES */

.deleted { 
	text-align: center !important;
	font-face: bold !important; 
	color: red; }

.graybar form { display: inline; }

.instructions,
#tagBox #errortxt { display: none; }

#tagBox #errortxt,
.error {
	color:red;
	background-color: #FFCCCC;
	font-weight:bold;
	border: 3px solid #600; 
	padding: 5px;
}

.notice { font-weight: bold; color: orange; border: 3px solid #fc0; padding: 5px; background-color: #ff9; }

.success { font-weight: bold; color: green; border: 3px solid #060; padding: 5px; background-color: #99FF66; }

.bordered { border: 1px solid #000; }

.brdleft { border-left: 1px solid #000; }
.brdright { border-left: 1px solid #000; }
.brdtop { border-top: 1px solid #000; }
.brdbot { border-bottom: 1px solid #000; }

.graybar {
	width: 100%;
	padding: 8px 0 8px 7px;
	margin-bottom: 15px;
	background: #CCC;
}

ul.normal { list-style-type: disc; }
ol.normal { list-style-type: decimal; }

.clear { clear: both; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

.hide { visibility:  hidden; }

.nobgcolor {  background-color: transparent; }
.graybg { background-color: #ccc; }

.even { background-color: #fff; }
.odd { background-color: #eee; }

.tiny { font-size: .7em; }
.small, .small td, .small th { font-size: .8em; }
.mid, .mid td, .mid th { font-size: .9em; }
.regular, .regular td, .regular th { font-size: 1em; }
.large { font-size: 1.2em; }

.bold { font-weight: bold; }

.indent { margin-left: 15%; }

.red { color: #f00; } 

.bold .red { color: #f00; font-weight: bold; }

/* tables */
#Data thead tr .header,
.Data thead tr .header {
	background-image: url(../images/tablesort/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 15px;
}
#Data thead tr .headerSortUp,
.Data thead tr .headerSortUp {
	background-image: url(../images/tablesort/asc.gif);
}
#Data thead tr .headerSortDown,
.Data thead tr .headerSortDown {
	background-image: url(../images/tablesort/desc.gif);
}
