﻿/* 
	project:   Teksonix.Info
	author:   Mark Way
*/

*{ margin: 0; padding: 0; }

body {
	font: small Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #333333;
}
a {
	color: #186E6A;
	background: inherit;
	text-decoration: underline;
}
a:hover { color: #808080; background: inherit; text-decoration: underline; }
a { outline-style: none; } 

.accordion-holder {
	color: #000000;
	width: 100%;
	height: 100%;
}

.background {
	width: 100%;
	background-image: url('../dcodes/bg_images/light/l113.png');
	background-color: #C0C0C0;
}
.container-fullwidth {
	width: 100%;
	background-image: none;
}
.imgBorder {
	border: thin solid #C0C0C0;
	padding: 5px;
}
.imgLeftBorder {
	border: thin solid #C0C0C0;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgLeftNoBorder {
	padding: 4px;
	border: 1px none #E9E4D8;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imgRight {
	border: thin solid #C0C0C0;
	padding: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgRightNoBorder {
	padding: 4px;
	border: 1px none #E9E4D8;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.left-sidebar {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 200px;
}
.list-diamonds {
	margin-left: 20px;
	width: 90%;
}
.list-diamonds ul {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #666666;
}
.list-diamonds ul li {
	padding-left: 5px;
	list-style-image: url('../myimages/GreyDiamond.gif');
	text-align: left;
	margin-bottom: 5px;
	color: #666666;
}
.listkeys {
	padding-left: 30px;
	font-size: small;
}

.listkeys li {
	list-style-image: url('../myicons/KeyW16.png');
	padding-bottom: 10px;
	padding-left: 10px;
}
.list-redbox {
	padding-left: 10px;
	padding-top: 20px;
}
.list-redbox li {
	font-size: inherit;
	padding-left: 5px;
	list-style-image: url('../myicons/RedSquare.gif');
	padding-bottom: 10px;
}

.middlecontent {
	width: 1000px;
	margin: 15px auto 25px auto;
}
.middlecontent-left-justify {
	width: 1000px;
	margin: 15px auto 25px auto;
	height: 80px;
}
.middlecontent-left-justify p {
	float: left;
	margin-right: 10px;
	width: 200px;
}
.pane-holder {
	height: 100%;
	width: 793px;
	float: left;
}
.pane2 {
	float: left;
	width: 372px;
	border: thin solid #e8e6e6;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
}
.pane3 {
	float: left;
	width: 240px;
	border: thin solid #e8e6e6;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
.pane-top-right {
	float: left;
	width: 220px;
	border: thin solid #e8e6e6;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
.pane-content {
	padding: 15px;
	height: 100%;
}
.question-paragraph {
	background-image: url('../myicons/color_question_32.png');
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding-bottom: 5px;
}
.section-heading {
	margin: 0;
	width: 100%;
	font-size: small;
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-image: url('../backgrounds/menu-highlight-back.png');
	background-repeat: repeat-x;
}
.section-heading-blue {
	margin: 0;
	width: 100%;
	font-size: small;
	font-weight: normal;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #2D4C6B;
}
.section-heading-silver {
	margin: 0;
	width: 100%;
	font-size: small;
	font-weight: bold;
	clear: both;
	color: #2D4C6B;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #DDDDDD;
}
.section-heading-white {
	margin: 0;
	width: 100%;
	font-size: small;
	font-weight: bold;
	clear: both;
	color: #2D4C6B;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #FFFFFF;
}
.section-seperator {
	width: 100%;
	margin-top: 10;
	margin-bottom: 10;
	border-top-style: double;
	border-top-width: thin;
	border-top-color: #C0C0C0;
	height: 2px;
}
.text-box {
	background-color: #175692;
	box-shadow: 2px 2px 10px #666666;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
.text-box a {
	color: #808080;
}
