/*
 *
 * Written by Sebastian Mihai
 *
 */

a:link,
a:visited {
	color: #DAC540;
}

a:hover,
a:active {
	color: #FAF5A0;
}
 
/* Utilities */

div.cleardiv{
    clear: both;
}

table.paddedleftright {
    border: none;
}
table.paddedleftright td {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

/* Layout for main panels and body */

body.woodback{
	background-image: url('panel2_p_0/overall.png');
}

#overall{
	min-width: 1000px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#contentpanel-wrap{
    width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#contentpanel{
    background-color: #111111;
	padding-bottom: 30px;
	margin-bottom: 10px;
	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
} 

#sectionspanel{
    float: left;
    width: 100%;
	
    margin-left: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	font-weight: bold;
	font-size: large;
	font-family: "Courier New", Courier, monospace;
}

/* Section selection area */

li.sectionslist{
	display:inline;
	float: left;
	margin-right: 40px;
}

ul.sectionslist{
	display:inline;
	float: left;
	list-style: none;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.selectedsection {
	color: #FFF065 !important;
	text-decoration: none;
}

/* Content area */

#contenttitlepanel{
    background-color: #3A2500;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#contenttitletitle{
	font-size: large;
	font-weight: bold;
	color: #FAE580;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#contentlastupdated{
	background-color: #000055;
	color: #AAAAAA;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	text-align: right;
}

#contentinner{
	color: #FFFFF9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

#contentinner h1 {
	font-size: large;
	color: #FAE560;
}

#contentwithmanylinks {
	line-height: 1.8;
}

#contentinner li {
	padding-bottom: 7px;
}

#backdiv{
	clear: both;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}


/* Email address on home page */
.homepageemailaddress {
	background-color: #3A2500;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: large
}

/* Various formatting utilities for inside the body */

/* IMAGE WITH TEXT UNDER IT */
.imagewithtextbeneath {
	
	border: 1px solid #444444;
	width: 96%;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* IMAGE TO THE LEFT WITH TEXT TO THE RIGHT */
.imageleftwithtextcontainer {
	float: left;
	border: 1px solid #444444;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

.imageleftwithtext_image {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 35px;
}

.imageleftwithtext_text {
	display: block;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 20px;
}

/* LEFT ALIGNED IMAGE */
.leftalignedimage {
	float: left; 
	clear: left;
}

/* RIGHT ALIGNED IMAGE */
.rightalignedimage {
	float: right; 
	clear: right;
}

/* CENTERED IMAGE */
.centeredimagediv {
	text-align: center; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

/* QUOTATION BLOCKS */
.quotationcontainer {
	border: 1px solid #444444;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-style: italic;
	line-height: 110%;
}

/* CODE BLOCKs */
.codecontainer {
	border: 1px solid #444444;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.codetext {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	line-height: 90%;
	color: #FFFFFF;
}

#back-to-main-div{
	width: 100%;
	color: #FFFF00;
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	margin-left: 10px;
}