﻿/************************* Module Layout Styles *************************/
div.CsarToursBase, html.CsarToursBase, html.CsarToursBase td{
	font-size: 12px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Serif
}
.LeftPane div.CsarToursBase{
	padding-left:15px;
	padding-right:15px
}
.CsarToursBase .ModuleTitle{
	vertical-align: bottom;
	text-align: left;
	height: 30px
}
.CsarToursBase .ModuleTitle h1{
	font-weight: bold;
	font-size: larger;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #a00902;
	line-height: 20px
}
.CsarToursBase .ModuleContent{
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: top;
	padding-top: 5px;
	line-height: 1.5em
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #a00902
}
.CsarToursBase .Highlight{
	font-weight: bold;
	color: #a00902
}
.CsarToursBase h1, .CsarToursBase .Head{
	font-weight: bold;
	font-size: larger;
	color: #a00902;
	height: 16px
}
.CsarToursBase h2, .CsarToursBase .SubHead{
	font-size: large;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #a00902
}
.CsarToursBase h3, .CsarToursBase h4, .CsarToursBase h5, .CsarToursBase h6{
	font-weight: bold;
	font-size: medium;
	color: #a00902
}
.CsarToursBase p, .CsarToursBase .Normal{
	font-weight: normal;
	font-size: small;
	color: #333
}
.CsarToursBase a, .CsarToursBase a:link, .CsarToursBase a:visited, .CsarToursBase a:active{
	color: #f39941;
	text-decoration: underline
}
.CsarToursBase a:hover{
	color: #a00902;
	text-decoration: underline
}
.CsarToursBase hr{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	border-top-style: none;
	padding-top: 1px;
	border-bottom: #003D9A 1px dotted;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: white
}
.CsarToursBase .Field{
	font-size: smaller;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
}
.CsarToursBase .Button, .CsarToursBase a.Button, .CsarToursBase a:link.Button, .CsarToursBase a:visited.Button, .CsarToursBase a:hover.Button, .CsarToursBase a:active.Button{
	border-right: #696969 1px solid;
	padding-right: 1em;
	border-top: silver 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: 12px;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	border-left: silver 1px solid;
	color: white;
	line-height: 20px;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-repeat: repeat-x;
	background-color: #a00902;
	text-align: center;
	text-decoration: none
}
.CsarToursBase input.Button{
}