/* SRS-Stlye.css - Primary Stylesheet */

/* ---------- Page wide default styles ---------- */
body { 
		background-color: #FDF5E6;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: small;
		margin: 0px;
		color:#000000;
}
hr	{color: #800000; height: 1px;}

ul	{
		list-style-image: url(../support/images/BulletLozenge17.gif);
		list-style-type: square;
		margin-top: 10px;
		margin-bottom: 5px;
}
ol	{margin-top: 10px; margin-bottom: 5px;}


/* ----- Title Page ----- */
#TitleMenu {
		padding-top: 100px;
		padding-left: 40px;
		text-align: center;
		/*display: none;*/
}
#TitleMenu a img {border: none; }

#TitlePage img {
		display: block;
	    margin-left: auto;
		margin-right: auto;		
}
/* ---------- Header ------ */ 
#Header {
		margin: 0px;
		height: auto;
		padding: 10px 0 0 0px;
		text-align: center;
		border-bottom: medium double #800000;
}
/* ---------- Top Menu -------------------------- */
#TopMenu {
		padding-top: 15px;
		text-align: center;
		/*display: none;*/
}
#TopMenu a img {border: none; }

#subMenu {
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		color: black;
		/* display: none; */
}
#subMenu li {
		display: inline;
}

/* ---------- Left Menu ------------------------- */
#LeftMenu {
		/*display: none;*/
		background-image: url(../support/images/drkylwParchBckgrnd2.jpg);
		background-repeat: repeat;
		background-color: #cc9900;
		padding: 10px 5px 10px 10px;
		margin: 0 10px 0 0;
		float: left;
		width: 160px;
		border: medium double #800000;
}
#LeftMenu h1 {
		color: black;
		font-size: 1.8em;
		text-align: center;
		margin: 14px 0 8px 0;
		border-top: thin solid black;
		border-bottom: thin solid black;
}
#LeftMenu h2 {
		color: #800000;
		font-size: 1.6em;
		text-align: left;
		margin: 8px 0 8px 0;
}
#LeftMenu h3 {
		color: #2C5834;
		font-size: 1.3em;
		text-align: left;
		margin: 7px 0 2px 0;
		border-bottom: thin solid #888888;
}
#LeftMenu h4 {
		color: Black;
		font-size: 1em;
		text-align: left;
		margin: 2px 0 2px 0;
}
#LeftMenu h4.Inactive {
		color: gray
}
.FileLink {
		color: black;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.3em;
		text-decoration: none;
		padding-bottom: 0px;
		padding-top: 0px;
}
a.FileLink {
}		
a.FileLink:link {
}
a.FileLink:visited {
}
a.FileLink:hover {
		color: black;
		text-decoration: underline;
}
.LeftLink {
		line-height: 1.2em;
		font-size: .80em;
		font-weight: bold;
		text-decoration: none;
		color: #800000;
		margin-left: 10px;
}
div.LeftLink a {
}
div.LeftLink a:link {
		color: #800000;
		text-decoration: none;
}
div.LeftLink a:visited	{
		color: #800000;
		text-decoration: none;
}
div.LeftLink a:hover {
		text-decoration: underline;
		color: #000099;
}
/* ---------- Content Area ---------------------- */
#ContentArea {
	   /* background: #efe5d0;*/
		padding-left: 190px;
		margin: 0 10px 10px 0px;
		background-image:url(../support/images/escutcheon-bkgrnd.gif);
		background-repeat: repeat-y;
}
#ContentArea h1, h2, h3, h4, h5 {
		color: #800000;
		text-align: center;
		padding-left: 10px;
		margin-left: 10px;
}
.GroupHead {
		color: #800000;
		text-align: left;
		padding: 10px 0 0 0;
		margin-left: 10px;
		border-bottom-style: solid;
		border-bottom-color: black;
}
table {border-color: #800000;}

hr	{color: #800000; height: 1px;}

#ContentArea p	{
	font-size: 1.1em;
	padding: 0 10px 10px 10px;
	margin: 0 10px 0 10px;
}
.Left {text-align: left;}

.lowPad {padding: 0 0 0 0;
		margin: 0 0 0 20px;
}
.imageBorder {
    border: 1px solid black;
}
.centeredImage {
    text-align:center;
    margin:0 0 0 0;
    padding:0 0 0 0 0;
}		
ul.Groups {
		margin: 0;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
}
.Groups li img {
		float: left;
		margin: 0 10px 5px 0;
}
.cleardiv {
		clear: both;
}
/*.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    margin-bottom: 50px;
}*/
.address {
		margin-left: 50px;
}
/* Hides from IE-mac \*/
/* * html .clearfix {height: 1%;}*/
/* End hide from IE-mac */

/* Footer */
#Footer {
	background-image: url(../support/images/drkylwParchBckgrnd2.jpg);
	background-repeat: repeat;
	background-color: #cc9900;
	text-align: center;
	padding: 5px;
	margin: 0px;
	font-size: 80%;
	border: medium double #800000;
	clear: left;
}

/* Table style used to display commands and descriptions for postures and motions */
table.commands {
		border-color: #800000;
		background-color: white;
		border-collapse: collapse;
		margin-left: 15px;
		margin-right: 15px;
		color: black;
		font-size: 1.1em;
		font-family: serif;
		font-weight: normal;
		font-variant: small-caps;
}
TH.commands {
		font-weight: bold;
		border: medium solid black;
		color: #800000;
}
TD.commands {
		border: thin solid black;
		padding:5px
}
table.doclist {
		border: medium solid black;
		border-color: #800000;
		background-color: white;
		border-collapse: collapse;
		margin-left: 10px;
		margin-right: 10px;
		color: black;
		font-size: 1.1em;
		font-family: serif;
		font-weight: normal;
}
table.doclist caption {
		margin-left: 10px;
		padding: 8px 0 8px 0;
		color: #800000;
		line-height: 1.2em;
		text-align: left;
		font-weight: bold;
}
table.doclist thead tr {
		color: white;
		background: #5e7796;
}
table.doclist tbody tr.odd {
		background: #c4cfdb;
}
table.doclist tbody td {
		border: thin solid black;
		padding:5px;
}
table.regform thead tr {
		color: #800000;
}		
.SourceQuote {
		color: black;
		font-size: 1.1em;
		font-family: serif;
		font-weight: normal;
		font-variant: small-caps;
}
.Current {
		font-style: italic;
		font-weight: bold;
		text-decoration: underline;
}
#WorksCited p {
		padding: 0 0 20px 0px;
		text-indent: -40px;
		margin-left: 50px; 
}
.BookTitle {
		text-decoration: underline;
}
/*.totop {
		display: none;*/
}
q {
  font-style: italic;
}
p>q, li>q {
  font-style: normal;
}