/* Title styles */
.TitleContainer {
	width: 95%;
}

.TitleContainer td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.TitleContainer .Title {
	width: 50%;
	font-weight: bold;
	font-size: 18px;
}

.TitleContainer .Trail {
	font-size: 11px;
	color: Black;
}

/* General styles */
.BodyPanel {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.Heading {
	border-top: solid 1px #e4e4e4;
	background-color: #f7f7f7;
	font-weight: bold;
	height: 36px;
	padding-left: 5px;
	border-bottom: solid 10px white;
}

.Heading2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000
}

/* Question styles */
.QuestionSummary {
	margin: 5px 0px 5px 0px;
}

.QuestionSummary .Title {
	font-weight: bold;
	width: 100%;
}

.QuestionSummary .SmallDetails {
	color: Gray;
	font-size: 11px;
}

.Answer {
	padding-top: 10px;
	padding-left: 10px;
}

.BoxContainer {
	float: right;
}

.Box {
	width: 140px;
	background-color: #EEEEEE;
	border: solid 1px #CACACA;
	margin: 5px 5px 10px 5px;
	padding: 10px;
}

.BoxHeading {
	height: 25px;
	font-weight: bold;
}

.Text {
	padding-left: 10px;
}

.Field200 {
	width: 200px;
}

.Field300 {
	width: 300px;
}

.Field400 {
	width: 400px;
}

.Required {
	color: Red;
}

.HighRate {
	color: #CC0000;
	font-weight: bold;
}

.LowRate {
	font-weight: bold;
}

.SmallLink {
	font-size: 11px;
	text-align: right;
	color: #000000;
}

.SearchFieldLabel {
	font-size: 12px;
	width: 100px;
}

.SearchHeading {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

.Seperator {
	color: #808080;
}

.Message {
	font-size: 12px;
	background-color: lightyellow;
	padding: 5;
	margin-top: 10;
	margin-bottom: 10;
}

.Error {
	color: red;
	font-weight: bold;
}

.TitleHeading {
	text-decoration: none;
	position: relative;
	left: 30px;
	top: 8px;

}

.Intro {
	width: 95%;
	padding-top: 10px;
	font-size: 12px;
}

.AdvancedSearchPanel {
	width: 95%;
}

.HeadPanel1 {
/*	
background-color: #22426E;
	height: 5;
*/
}

.CategoryLink {
	font-weight: bold;
}

.CategoryDesc {
	padding: 3px 3px 7px 20px;
	color: gray;
}

.QuestionsInCategory {
	color: Gray;
	font-size: 11px;
}

.FieldInfo {
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #FFFFE7;
	border: solid 1px #CACACA;
	overflow: auto;
}

.InfoTitle {
	font-weight: bold;
	font-size: 12px;
}

.InfoSummary {
	font-size: 11px;
}

.InfoIntro {
	font-size: 12px;
	font-weight: bold;
}

.InfoList {
	margin-bottom: 10px;
}

.CloseIcon {
	float: right;
	cursor: pointer;
}

.iContactPanel {
	background-color: #D6D6CE;
	width: 100%;
	height: 98%;
	border-left: solid 2px #D6D6CE;
	border-top: solid 2px #D6D6CE;
	border-right: solid 1px #D6D6CE;
	border-bottom: solid 1px #D6D6CE;
	padding: 5px;
	overflow-y: auto;
}

.gContactPanel {
	background-color: #D6D6CE;
	width: 100%;
	height: 98%;
	overflow-y: auto;
	border-left: solid 2px #D6D6CE;
	border-top: solid 2px #D6D6CE;
	border-right: solid 1px #D6D6CE;
	border-bottom: solid 1px #D6D6CE;
	padding: 5px;
}

#searchresults,
#searchresults a,
#searchresults span.InfoIntro,
#searchresults span.Text,
#searchresults span.InfoSummary {
	font-size: 11px;
}

#debug {
	top: -35px;
	position: relative;
	font-weight: normal;
	font-size: 11px;
	padding-left: 20px;
	color: #808080;
	display: inline;
}

#alphalist a , #alphalist a.current:hover {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: solid 1px gray;
	background: #F7F7F7;
	text-align: center;
	text-decoration: none;
	padding: 2px 5px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#alphalist a:hover, #alphalist a.current{
	background: #DDDDDD;
}

#message {
	margin: 20px 30px;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	clear: both;
}

#question_crumbs {
	font-weight: normal;
	font-size: 10px;
	background-color: #EEEEEE;
	padding: 3px;
	border: solid 1px #CACACA;
}

#question_crumbs li {
	list-style-type: none;
}

#glossarytable td {
	padding-left: 5px;
}

#glossarytable th {
	text-align: left;
}

#ars_powered {
	text-align: right;
}

#ars_powered a {
	color: black;
	font: normal 10px Verdana !important;
}

b.res_word {
	font-weight: bold;
}
/*
b.res_word_1 {
	background: #FF6;
}

b.res_word_2 {
	background: #A0FFFF;
}

b.res_word_3 {
	background: #9F9;
}

b.res_word_0 {
	background: #F99;
}
*/
#MessageBox {
	margin-left: 40px;
}

.Footer {
	border-top: solid 1px #e4e4e4;
	background-color: #f7f7f7;
	font-size: 10px;
	height: 36px;
	padding-left: 5px;
	text-align: right;
}

#answer {
	position: relative;
	top: 0;
	left: 0;
}

.dynText {
	width: 100%;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #AEAEAE;
}

.Panel td {
	padding: 5px;
}