/* DEFAULT ---------------------------------------------------*/

body {
	background: #E6D07A;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:georgia,times new roman,times,serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
}

html>body {
	font-size: small
}

h1, h2, h3, h4, h6 {
	font-family:georgia,times new roman,times,serif;
	font-weight:normal;
	text-align:left;
	color:#000;	margin:0;
}

h1 {
	font-size: 170;
	border-top: 2px solid #233131;
	margin: 10px 0px 5px 0px;
}

h2 {
	font:10px/14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	margin: 0px 0px 3px 0px;
}

h3 {
	font:12px/12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-weight:bold;
	color:#233131;
	margin: 0px 0px 5px 0px;
}

h3.rule {
	font:12px/200% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	border-top: 1px solid #233131;
}

.byline {
	font-weight:bold;
}

.smallnote {
	font: normal 80%/140% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #666;
	font-weight: normal;
	margin-top: 3px;
}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	font-size: 80%;
}

/* DEFAULT LINKS --------------------------------------------*/

a:link {
	text-decoration : underline;
	color: #8A0000;
}

a:visited {
	text-decoration : none;
	color: #B96400;
}

a:hover {
	text-decoration : underline;
	color: #B96400;
}

a:active {
	text-decoration : none;
	color: #B96400;
}

a.redlink:link, a.redlink:visited {
	color: #f00;
	font-weight: normal;
	font: normal 10px/21px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

a.redlink:hover {
	color: #fff;
	background: #f00;
}

a.whitelink:link, a.whitelink:visited {
	color: #fff;
	font-weight: bold;
	font: normal 10px/21px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

a.whitelink:hover {
	color: #fff;
	background: #f00;
}

a.whitelink02:link, a.whitelink02:visited {
	color: #fff;
	font-weight: bold;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	border-left: 1px solid #ffffff;
	margin-left: 10px;
	padding-left: 10px;
	text-transform: capitalize;
}

a.whitelink02:hover {
	color: #fff;
	background: #f00;
}

a.querylink:link, a.querylink:visited {
	color: #fff;
	font-weight: bold;
	font: normal 100% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	border-left: none;
	text-transform: uppercase;
	text-decoration: none;
}

a.querylink:hover {
	color: #fff;
	text-decoration: none;
}

a.graylink:link, a.graylink:visited {
	color: #333;
	font: normal 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	border-left: 1px solid gray;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	text-decoration : underline;
}

a.graylink:hover {
	background: #ccc;
}

a.iconlink:link, a.iconlink:visited {
	color: #333;
	font: normal 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration : none;
}

a.iconlink:hover {
	background: #ccc;
	text-decoration : underline;
}

/* POSITIONING --------------------------------------------*/

#container {
	width: 940px;
	\width: 960px;
	w\idth: 940px;
	border: 1px solid #000;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #600926;
}

#containersimple {
	width: 200px;
	\width: 960px;
	w\idth: 940px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;	padding: 10px;
	background-color: #233131;
}

#banner {
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px;
}

#content {
	padding: 20px 10px 10px 10px;
	background-color: #ffffff;
}

#maincolumn {
	width: 600px;
	\width: 620px;
	w\idth: 600px;
	padding: 0px;
	text-align: left;
	margin: 0px;
	background-color: #fff;
}

#rightcolumn {
	width: 280px;
	\width: 300px;
	w\idth: 280px;
	padding: 10px;
	text-align: left;
	margin: 0px;
	float: right;
	background-color: #fff;
}

#adminmaincolumn {
	width: 650px;
	\width: 670px;
	w\idth: 650px;
	text-align: left;
	border-left: 1px dotted #333333;
	margin-left: 240px;
	padding: 10px;
}

#adminleftcolumn {
	width: 220px;
	\width: 240px;
	w\idth: 220px;
	padding: 10px;
	text-align: left;
	margin: 0px;
	float: left;
}

#footer {
	clear: both;
	padding: 5px;
	background-color: #F3E8BD;
	text-align: center;
}
/* NAVIGATION --------------------------------------------*/

#navcontainer {
	height: 18px;
	margin: 0;
	padding-left: 0px;
	margin-top: 10px;
}

#navcontainer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	border: none;
}

#navcontainer a:link, #navcontainer a:visited {
	float: left;
	background: #F3E8BD;
	font: normal 10px/14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #233131;
	border-bottom: 0px;
	border-top: 1px solid #233131;
	border-right: none;
	padding: 5px;
	color: #000;
	text-align: center;
}

#navcontainer a:link.current, #navcontainer a:visited.current {
	background: #fff;
	color: #294336;
}

#navcontainer a:hover {
	color: #000;
	background: #E6D07A;
}

/* STATUS BAR --------------------------------------------*/

#Statusbar {
	padding: 5px 10px 0px 10px;
	text-align: left;
	font-size: 9px;
	font: normal 10px/21px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#StatusLeft {
	width: 350px;
	float: left;
}

#StatusRight {
	text-align: right;
	margin-left: 350px;
}

#SwitchChapter {
	text-align: right;
	margin-left: 350px;
}

/* REGIONS -----------------------------------*/

.label01 {
	color: #000000;
	margin-bottom: 10px;
	border-top: 2pt double #233131;
	margin-top: 7px;
	font-size: 170%;
	padding-top: 3px;
	text-align: left;
}

.label02 {
	padding: 5px;
	color: #ffffff;
	background: #94A19A;
	margin-bottom: 5px;
	border-top: 2pt double #233131;
	padding-left: 7px;
	margin-top: 5px;
	text-transform: uppercase;
}

.label03 {
	padding: 5px;
	color: #ffffff;
	background: #4c4c4c;
	margin-bottom: 5px;
	border-top: 2pt double #233131;
	padding-left: 7px;
	margin-top: 5px;
	text-transform: uppercase;
}

.tipstechniques {
	padding: 10px;
	color: #333333;
	background: #FFFFB2;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: none;
}

.statusfixed {
	padding: 5px;
	color: #ffffff;
	background: #800000;
	margin-bottom: 5px;
	text-transform: none;
	font-weight: bold;
	text-align: left;
	margin-right: 5px;
}

.statuspending {
	padding: 5px;
	color: #191919;
	background: #ECD9D9;
	margin-bottom: 5px;
	text-transform: none;
	font-weight: bold;
	text-align: left;
	margin-right: 5px;
}

.downloadhighlights {
	color: #333333;
	text-transform: none;
	border-left: 1px dotted #4c4c4c;
	padding-left: 10px;
	margin-left: 10px;
}

.tablelesscolleft {
	text-align: left;
	margin: 0px;
	float: left;
	border-right: 1px dotted #666;
	padding: 3px 10px 3px 5px;
	margin-right: 10px;	color: #191919;
	font: normal normal 90%/140% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

.tablelesscolright {
	text-align: left;
	margin: 0px;
	padding: 3px 10px 3px 5px;
	margin-right: 10px;
	font: normal 90%/140% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;	color: #191919;	font-weight: normal;
}

.alignright {
	text-align: right;
	float: none;
}

.thumbnail72 {
	width: 72px;
	height: 72px;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.clearer {	clear: both;}

/* TABLE --------------------------------------------------*/

.table01 {
	width: 100%;
}

.table01_cella {
	padding: 3px;
	border-right: 1px solid #191919;
	border-bottom: 2px solid #000000;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

.table01_cellb {
	padding: 3px;
	border-right: 1px dotted #191919;
	border-bottom: 1px dotted #191919;
	vertical-align: top;
}

.table01_cellc {
	padding: 3px;
	border-right: 1px dotted #191919;
	border-bottom: 1px dotted #191919;
	vertical-align: top;
	width: 100px;
}

.table01_celld {
	font: normal 80%/140% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	padding: 3px;
	border-right: 1px dotted #191919;
	border-bottom: 1px dotted #191919;
	vertical-align: top;
	background: #e6e6e6;
	padding-left: 5px;
}

.tableadminnav {
	width: 100%;
	border: 1px solid #233131;
	padding: 0px;
}

.tableadminnav_level1 {
	text-align: left;
	vertical-align: bottom;
	background: #919898;
	padding: 3px 3px 3px 3px;
	border-top: 2px solid #5A6565;
}

.tableadminnav_level2 {
	text-align: left;
	vertical-align: bottom;
	background: #B2B7B7;
	padding: 3px 3px 3px 10px;
}

.tableadminnav_level3 {
	text-align: left;
	vertical-align: bottom;
	background: #D3D6D6;
	padding: 3px 3px 3px 20px;
}

/* FORMS ---------------------------------------------------*/

.formcontent {
	padding: 15px;
	background-color: #E4E7E6;
	border: 1px solid #C9D0CD;
	font-weight:bold;
}

.formcontent div#title {
	width: 250px;
	float: left;
}

.formcontent div#category {
	margin-left: 260px;
}

.formcontent div#post {
	margin-top: 20px;
	clear: both;
}

.formcontent div#postbutton {
	padding: 15px;
	background-color: #C9D0CD;
}

/* LINK LIST 2-------------------------------------------------------------------------*/

ol.List01 {
	padding: 0 0 0 10px;
	margin: 0 0 5px 5px;
	list-style: circle none;
	display: block;
}