/* SRS-Stlye.css - Primary Stylesheet */

/* Notes:
A "." specifies a class, to be followed by the class name (i.e. ".SourceQuote").  there can be
many members of each class.

A "#" specifies an "id". What makes attributes of type ID special is that no two such attributes
can have the same value; whatever the document language, an ID attribute can be used to 
uniquely identify its element. In HTML all ID attributes are named "id"; XML applications
may name ID attributes differently, but the same restriction applies. 

The ID attribute of a document language allows authors to assign an identifier to one element
instance in the document tree. CSS ID selectors match an element instance based on its
identifier. A CSS ID selector contains a "#" immediately followed by the ID value, which must
be an identifier. */


/* ---------- Page wide default styles ---------- */
	
body { 
	background-color: none;
	/* background-color: #b5a789;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	color:#000000;
}
hr	{color: #800000; height: 1px;}

p	{margin-bottom: -5px;	
	font-size: 1.1em;
}

ul	{
		list-style-image: url(../images/BulletLozenge17.gif);
		list-style-type: square;
		margin-top: 10px;
		margin-bottom: 5px;
}
ol	{margin-top: 10px; margin-bottom: 5px;}


/* ---------- Header ---------------------------- 
#Header {
		height: auto;
		width: 100%;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
		background-image: url(../images/drkylwParchBckgrnd2.jpg);
		background-repeat: repeat;
		background-color: #cc9900;
}*/
#Header {
	margin: 0px;
	height: auto;
	padding: 10px 0 0 0px;
	/*background-image: url(../images/drkylwParchBckgrnd2.jpg);
	background-repeat: repeat;
	background-color: #cc9900;
	/*border-color: #cc9900;
	border-style: solid;
	border-width: 4px;*/
	border-bottom: medium double #800000;
}
#Header img.title {
		display: block;
	    margin-left: auto;
		margin-right: auto;
}

/* ---------- Top Menu -------------------------- */
#TopMenu {
		display: none;
	/* height: 20px;
		height: auto; 
		width: 100%; 
		margin-left: 0px; 
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;*/
		padding-top: 15px;
		text-align: center;
		/*background-image: url(../images/drkylwParchBckgrnd2.jpg);
		background-repeat: repeat;
		background-color: #cc9900;*/
		display: none;
}
#TopMenu a img {border: none; }

/* ---------- Left Menu ------------------------- */
#LeftMenu {
		display: none;
		background-image: url(../images/drkylwParchBckgrnd2.jpg);
		background-repeat: repeat;
		background-color: #cc9900;
		padding: 10px 5px 10px 10px;
		margin: 0px;
		float: left;
		width: 160px;
		/*border-color: #cc9900;
		border-style: solid;
		border-width: 4px;*/
		border: medium double #800000;
		
	/*	line-height: 50%;
		width: 180px;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 400px;
		padding-left: 5px;
		text-align: left;
		text-decoration: none;
		background-image: url(../images/drkylwParchBckgrnd2.jpg);
		background-repeat: repeat;
		background-color: #cc9900;
		float: left;*/
}
#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;
}
.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 {
		color: #004040;
}
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	{
		text-decoration: none;
		color: #804040;
}
div.LeftLink a:hover {
		text-decoration: underline;
		color: #000099;
}


/* ---------- Content Area ---------------------- */
#ContentArea {
	   /* background: #efe5d0;
		padding: 15px;*/
		margin: 0px 10px 10px 10px;
		/* margin-left: 200px; */
}
#ContentArea h1, h2, h3 {color: #800000; text-align: center;
}

table {border-color: #800000;}

hr	{color: #800000; height: 1px;}

p	{margin-bottom: -5px;}

ul	{list-style-image: url(../images/BulletLozenge17.gif); list-style-type: square; margin-top: 10px; margin-bottom: 5px;}

ol	{margin-top: 10px; margin-bottom: 5px;}

.Left {text-align: left;}

/* Footer */
#Footer {
	background-image: url(../images/drkylwParchBckgrnd2.jpg);
	background-repeat: repeat;
	background-color: #cc9900;
	text-align: center;
	padding: 5px;
	margin: 10px;
	font-size: 80%;
}

/* 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
}
.SourceQuote {
		color: black;
		font-size: 1.1em;
		font-family: serif;
		font-weight: normal;
		font-variant: small-caps;
}
/*
.borderbckgrnd		{background-image: url(../images/drkylwParchBckgrnd2.jpg)}
.dropDownMenu		{line-height: 12pt; font-size: 11pt; font-weight: normal; text-decoration: none; color: #400000;}
.dropDownMenu:hover	{line-height: 12pt; font-size: 11pt; font-weight: normal; text-decoration: underline; color: #003399;}
.dropDownMenu:visited	{line-height: 12pt; font-size: 11pt; font-weight: normal; color: #400000;}
.greyout		{color: #888888;}
.hangindent			{margin-left: 15px; text-indent: -15px;}
.hide4print		{display: block;}
.hide4Web		{display: none;}
.inoutmenu 		{display: none;}

.lftMenuHd		{color: #800000; font-weight: bold; font-size: 14pt; margin-top: -10px; text-align: center;}
.lftMenuPrim		{line-height: 12pt; font-size: 12pt; font-weight: bold; color: #800000; margin-bottom: 0px; text-decoration: none;}
.lftMenuPrim:hover	{line-height: 12pt; font-size: 12pt; font-weight: bold; color: #000099; margin-bottom: 0px; text-decoration: underline;}
.lftMenuPrim:visited	{line-height: 12pt; font-size: 12pt; font-weight: bold; color: #800000; margin-bottom: 0px; text-decoration: none;}
.lftMenuSub		{line-height: 11pt; font-size: 10pt; font-weight: normal; text-decoration: none; color: #800000; margin-left: 5px;}
.lftMenuSub:hover		{text-decoration: underline; color: #000099; line-height: 11pt; font-size: 10pt; font-weight: normal;}
.lftMenuSub:visited	{color: #800000; text-decoration: none; line-height: 11pt; font-size: 10pt; font-weight: normal;}
.outlinetbl		{margin-bottom: 5px; border-color: #800000; border-collapse: collapse; border: solid 1px; padding: 4px;}
.pgtop			{margin-bottom: 5px; margin-top: 10px; text-align: center;}

#greyout		{color: #888888;}
#hangindent		{margin-left: 15px; text-indent: -15px;}
#hide4print		{display: block;}
#hide4Web		{display: none;}
#lftMenuHd		{color: #800000; font-weight: bold; font-size: 14pt; margin-top: -10px; margin-bottom: 10px; text-align: center;}
#linequote		{color: #000080;  font-size: 13pt; line-height: 14pt;}
#listbymenu		{margin-left: 180px;}
#mainpart		{margin: 0px; padding-left: 10px; padding-right: 10px;}
#pgTitle		{color: #800000; font-weight: bold; font-size: 16pt; text-align: center; margin-top: -5px; margin-bottom: 10px;} */