./*____  old (to be made obsolete)  _______________________________________________________________________________________________________*/

.small	{ font-size: 10px; }
.medium	{ font-size: 11px; }
.large	{ font-size: 14px; }

/*________________________________________________________________________________________________________________________________________*/

body {
	background: #fff;
	color: #000;
	font: 13px Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

td {
	font: 13px Verdana, sans-serif;
}

a:link {
	color: #06c;
}

a:hover	{
	color: #f90;
}

a:visited	{
	color: #666;
}

a.external {
	background: transparent url(../images/icons/newwindow.gif) no-repeat right center;
  padding-right: 14px;
}

a.aw_always_on:visited {
	color: #06c;
}

h1 {
	clear: both;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}

* > h1 {
	padding-top: 15px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0;
}

form dl h2, dl.form h2 {
	margin: 2em 0 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 3px;
}

h3.header {
	background: #eff6ff;
	border-bottom: 1px solid #369;
	color: #369;
	font-size: 14px;
	margin: 1em 0 0;
	padding: 4px 8px;
}

h3.maincategories {
	display: inline;
	font-weight: normal;
}

h4 {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0;
	padding: 4px 8px;
}

h4.response {
	background: transparent url(../images/icons/arrow_down.gif) no-repeat 0 85%;
	border-top: 1px solid #ccc;
	border-bottom: none;
	font-style: italic;
	margin-left: 40px;
	padding: 6px 0 0 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div.question, div.answer, div.response {
	padding-bottom: 1em;
	padding-left: 40px;
}

div.question {
	background: transparent url(../images/icons/question.gif) no-repeat 2px 1px;
}

div.answer {
	background: transparent url(../images/icons/answer.gif) no-repeat 2px 1px;
}

p {
	margin: 1em 0;
}

p.nomargin {
	margin: 0;
}

p.datetime {
	background: transparent url(../images/icons/clock.gif) no-repeat left center;
	font-style: italic;
	padding-left: 20px;
}

p.subject {
	font-size: 14px;
	font-weight: bold;
}

p.up {
	background: transparent url(../images/icons/arrow_up.gif) no-repeat left center;
	margin: 1em 0 1.5em;
	padding-left: 18px;
}

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}

ul.attachments {
	margin-top: 1em;
}

li {
	background: transparent url(../images/icons/bullet.gif) no-repeat 0 6px;
	margin: 0 0 2px;
	padding-left: 14px;
}

li.alt {
	background-image: url(../images/icons/bullet_alt.gif);
}

li.nolistitem, ul.nolistitems li {
	background: none;
	margin-bottom: 1px;
	padding-left: 0;
}

ul.attachments li {
	margin-bottom: 4px;
	background: none;
	padding-left: 0;
}

hr {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	height: 1px;
	width: 100%;
}

* > hr {
	margin: 4px 0;
}

img {
	border: none;
}

img.middle {
	vertical-align: middle;
}

/*________________________________________________________________________________________________________________________________________*/

#header {
	background: #cc0 url(../images/header_background.gif) no-repeat 100% 0;
	border-bottom: 2px solid #aa0;
	color: #000;
	text-align: center;
	height: 63px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 61px;
}

#header #container {
	height: 62px;
	margin: 0 auto;
	width: 814px;
}

#header #logo {
	float: left;
}

#header #search {
	float: right;
	margin-top: 10px;
	text-align: right;
}

#header #search td {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#header #search input.text {
	background: #fff;
	border-color: #aa0;
}

/*________________________________________________________________________________________________________________________________________*/

#nav-container {
	background: #F6F6F6;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	text-align: center;
	width: 100%;
}

#nav {
	/* background: #F6F6F6 url(../images/icons/user.gif) no-repeat 0 55%; */
	background: #F6F6F6;
	color: #333;
	margin: 0 auto;
	/* padding: 6px 0 6px 18px; */
	padding: 6px 0;
	text-align: left;
	width: 814px;
		/* voice-family: "\"}\"";
		voice-family: inherit;
		width: 796px; */
}

#nav-visitor {
	background: transparent;
	margin: 0 auto;
	padding: 6px 0;
	text-align: right;
	width: 814px;
}

/*________________________________________________________________________________________________________________________________________*/

#content-container {
	background: #fff;
	color: #000;
	text-align: center;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 814px;
}

/*________________________________________________________________________________________________________________________________________*/

#main {
	border-right: 1px solid #ccc;
	float: left;
	padding: 15px 20px 20px 0;
	width: 545px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 524px;
}

#breadcrumb {
	font-size: 11px;
	margin: 0 0 6px;
}

/*________________________________________________________________________________________________________________________________________*/

#sidebar {
	color: #000;
	float: right;
	font-size: 11px;
	padding-top: 15px;
	width: 250px;
}

#sidebar div {
	margin-bottom: 15px;
}

#sidebar h3 {
	background: none;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 6px;
	padding: 0 0 6px;
}

#sidebar td {
	font-size: 11px;
}

#sidebar .aw_tabledata {
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidebar li {
	background: none;
	margin-bottom: 4px;
	padding: 0;
}

.toplist td {
	padding: 2px;
}

/*________________________________________________________________________________________________________________________________________*/

#footer {
	background: #F6F6F6;
	border-top: 2px solid #aa0;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 6px 12px 40px 0;
	text-align: right;
}

/*________________________________________________________________________________________________________________________________________*/

.pleasenote {
	background: #ffe url(../images/icons/pleasenote.gif) no-repeat 10px 9px;
	border: 1px solid #ccc;
	color: #000;
	font: 13px Arial, Verdana, sans-serif;
	margin: 1.5em 0;
	padding: 8px 10px 8px 35px;
}

.feedback {
	background: #ffd url(../images/icons/feedback.gif) no-repeat 10px 9px;
	border: 2px solid #69c;
	color: #47a;
	font: 13px Arial, Verdana, sans-serif;
	margin: 1.5em 0;
	padding: 8px 10px 8px 35px;
}

.errormessage {
	background: #ffc url(../images/icons/errormessage.gif) no-repeat 10px 9px;
	border: 2px solid #c00;
	color: #c00;
	font: 13px Arial, Verdana, sans-serif;
	margin: 1.5em 0;
	padding: 8px 10px 8px 35px;
}

.pleasenote dt, .feedback dt, .errormessage dt {
	font-weight: bold;
	margin: 0;
}

.pleasenote dd, .feedback dd, .errormessage dd {
	margin: 1em 0 2px;
}

.contexthelp {
	border-bottom: 1px dashed #000;
	cursor: help;
}

/*________________________________________________________________________________________________________________________________________*/

.controlpanel {
	background: #EFF7FF;
	border: 1px solid #BBD6EF;
	color: #000;
	margin: 2em 0 1em;
	padding: 6px 8px;
	text-align: center;
}

#aw_askselected_submit {
	background: transparent url(../images/buttons/askselected_background.gif) no-repeat 0 0;
	height: 40px;
	text-align: right;
}

#aw_askselected_submit_rev {
	background: transparent url(../images/buttons/askselected_background_rev.gif) no-repeat 0 0;
	height: 40px;
	padding-top: 14px;
	text-align: right;
}

.aw_responsetime_answers {
	font-size: 10px;
	margin: 2px 0 0;
}

.aw_highlightsearch {
	background: #ff0;
	color: #000;
	font-weight: bold;
}

/*____  lists  ___________________________________________________________________________________________________________________________*/

#leveltree {
	list-style-type: none;
	margin-left: 0;
}

#leveltree li {
	background: none;
	padding: 0;
}

#leveltree .tl0 {
	padding-bottom: 4px;
}

#leveltree .tl1 {
	background: transparent url(../images/icons/bullet_tree.gif) no-repeat 12px 6px;
	padding: 4px 0 0 30px;
}

#leveltree .tl2 {
	background: transparent url(../images/icons/bullet_tree.gif) no-repeat 37px 6px;
	padding: 4px 0 0 55px;
}

#leveltree .tl3 {
	background: transparent url(../images/icons/bullet_tree.gif) no-repeat 62px 6px;
	padding: 4px 0 0 80px;
}

#leveltree .tl4 {
	background: transparent url(../images/icons/bullet_tree.gif) no-repeat 87px 6px;
	padding: 4px 0 0 105px;
}

/*____  forms  ___________________________________________________________________________________________________________________________*/

form {
	margin: 0;
}

input.checkbox {
	vertical-align: middle;
}

textarea, input.text {
	background: #FCFCFC;
	border: 1px solid #ccc;
	border-color: #aaa #eee #eee #aaa;
	font: 13px "Courier New", Courier, Monospace;
}

textarea {
	margin: 6px 0 8px;
	width: 520px;
}

* > textarea {
	width: 522px; /* compensate for IE bug */
}

input.text_alt {
	background: #fff;
	border: 1px solid #999;
	border-color: #999 #ccc #ccc #999;
	font: 13px "Courier New", Courier, monospace;
}

label {
	cursor: pointer;
}

form dl, dl.form {
	margin: 0;
}

form dt, dl.form dt {
	font-weight: bold;
	margin: 1em 0 6px;
}

form dt.required, dl.form dt.required {
	background: transparent url(../images/icons/required.gif) no-repeat right center;
}

form dt.error, dl.form dt.error {
	background: transparent url(../images/icons/errormessage.gif) no-repeat 0 1px;
	color: #c00;
	padding-left: 23px;
}

form dt.error em, dl.form dt.error em {
	font-style: normal;
	font-weight: normal;
}

form dd, dl.form dd {
	background: #fcfcfc;
	border: 1px solid #ccc;
	margin: 0;
	padding: 10px;
}

form dd.error, dl.form dd.error {
	background: #ffc;
	border-color: #c00;
}

form dd p, dl.form dd p {
	margin: 0 0 8px;
}

form dd p.middle, dl.form dd p.middle {
	margin: 1em 0 6px;
}

form dd p.bottom, dl.form dd p.bottom {
	margin: 6px 0 0;
}

form dd ul, dl.form dd ul {
	margin: 0;
}

form dd li, dl.form dd li {
	background: none;
	margin-bottom: 1px;
	padding-left: 0;
}

form dd textarea, form dd input.text, dl.form dd textarea, dl.form dd input.text {
	background: #fff;
	border: 1px solid #999;
	border-color: #999 #ccc #ccc #999;
	font: 13px "Courier New", Courier, monospace;
}

form dd textarea, dl.form dd textarea {
	margin: 0;
	width: 498px;
}

* > form dd textarea, * > dl.form dd textarea {
	width: 500px; /* compensate for IE bug */
}

form dd input.text, form dd input.file, dl.form dd input.text, dl.form dd input.file {
	margin-right: 0.5em;
}

form dd input.file, dl.form dd input.file {
	margin-top: 6px;
}

.readonly {
	background: #fff;
	border: 1px solid #ccc;
	font: 13px "Courier New", Courier, Monospace;
}

/*____  tables  __________________________________________________________________________________________________________________________*/

.aw_tableheader {
	background: #cc0;
	border-bottom: 2px solid #aa0;
	color: #000;
	font-size: 11px;
	padding: 4px 0 4px 8px;
}

.aw_tableheader.levelpath a, .aw_tableheader.levelpath a:visited, .aw_tableheader.levelpath a:hover {
	color: #fff;
}

.aw_tablerowdivider {
	border-bottom: 1px dashed #ccc;
}

.aw_tablecolumnheader, .table th {
	background: #eee;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	color: #666;
	text-align: left;
}

.aw_tablecolumnheader_highlight, .table th.highlight {
	background: #ffd;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ddb;
	color: #666;
	font-size: 11px;
	text-align: left;
}

.aw_tabledata, .table td {
	border-bottom: 1px solid #ccc;
}

/*________________________________________________________________________________________________________________________________________*/

#aw_proexpcat td {
	width: 50%;
}

#aw_proexpcat ul {
	margin: 10px 0 25px;
}

#aw_proexp td {
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	padding: 0;
	text-align: center;
}

#aw_proexp td.aw_proexplevel {
	border-right: none;
	border-bottom-color: #ccc;
	font-size: 11px;
	text-align: center;
	width: 45px;
}

#aw_proexp td.highlight {
	background: #eee;
	border-bottom: 1px solid #ddd;
}

#aw_proexp .tl0 {
	border-right: none;
	border-bottom-color: #ccc;
	font-weight: bold;
	padding: 6px 0;
	text-align: left;
	width: 344px;
}

#aw_proexp .tl1 {
	background: transparent url(../images/icons/bullet_tree.gif) no-repeat 12px 6px;
	padding: 3px 0 3px 30px;
	text-align: left;
}

#aw_proexp .tl2 {
	background: transparent url(../images/icons/bullet_tree.gif) no-repeat 37px 6px;
	padding: 3px 0 3px 55px;
	text-align: left;
}

#aw_proexp .tl3 {
	background: transparent url(../images/icons/bullet_tree.gif) no-repeat 62px 6px;
	padding: 3px 0 3px 80px;
	text-align: left;
}

#aw_proexp .tl4 {
	background: transparent url(../images/icons/bullet_tree.gif) no-repeat 87px 6px;
	padding: 3px 0 3px 105px;
	text-align: left;
}

/*________________________________________________________________________________________________________________________________________*/

.top {
	margin-top: 0;
}

* > h1.top, h2.top, h3.top {
	padding-top: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/*________________________________________________________________________________________________________________________________________*/
/*________________________________________________________________________________________________________________________________________*/
