/* Styles for Shasheerian-medical-case.html */
body {
	font-family: "Times New Roman";
	background: #fffde4 url("paper.jpg");
}

p {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

a { text-decoration: none }
a:link { color: #0000ff}
a:visited { color: #700070}
a:hover  { color: #e00000}
a:active { color: #009000}

/* Below, produces a border around a certain anchor */
#borderthis {
	border-left: 5px solid #ff0000;
	border-top: 5px solid #ff7030;
	border-right: 5px solid #c00000;
	border-bottom: 5px solid #900050;
}

.bold {
	font-weight: bold;
	font-style: normal;
}

.ital {
	font-style: italic;
}

.boldital {
	font-weight: bold;
	font-style: italic;
}
.redbold {
	font-weight: bold;
	font-style: normal;
	color: #e00000;
}

.bluebold {
	font-weight: bold;
	font-style: normal;
	color: #000080;
}

.greenbold {
	font-weight: bold;
	font-style: normal;
	color: #006000;
}

.streetgraybold {
	font-weight: bold;
	font-style: normal;
	color: #605555;
}

.purplebold {
	font-weight: bold;
	font-style: normal;
	color: #700070;
}

.brownbold {
	font-weight: bold;
	font-style: normal;
	color: #500000;
}

.brownnorm {
	font-weight: normal;
	font-style: normal;
	color: #500000;
}

/* Centering wrapper, a div, for centering stuff */
#centeringdiv {
	text-align: center
}

/* For the Sidebar Table */
#sidebarone {
	background: #ffffff;
	border: solid #ffff00;
	font-family: "Times New Roman";
	font-size: 15px;
	color: #000000;
	text-align: left;
}

/* For the Sidebar Table */
#sidebartwo {
	background: #ffffff;
	border: solid #e000ff;
	font-family: "Times New Roman";
	font-size: 15px;
	color: #000000;
	text-align: left;
}

/* For the Sidebar Table */
#sidebarthree {
	background: #ffffff;
	border: solid #00f000;
	font-family: "Times New Roman";
	font-size: 15px;
	color: #000000;
	text-align: left;
}

/* For the TD inside the table */
#centertd {
/*	border: solid #000000; */
	font-size: 18px;
	text-align: center;
	color: #000000;
}

/* For the Sidebar Table Four */
#sidebarfour {
	background: #000000;
	border: solid #ff4040;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: left;
}

/* For the TDs inside the table _next few_ */
#titletd {
	background: #000000;
	border: solid #000000;
	font-size: 25px;
	text-align: center;
	color: #00ffe0;
}
#yellowtd {
	background: #ffffe0;
	border: solid #ffff00;
	text-align: center;
}
#goldtd {
	background: #ffffe0;
	border: solid gold;
	text-align: center;
}
#greentd {
	background: #ffffff;
	border: solid #00d000;
	text-align: left;
	color: #005000;
}
#magentatd {
	background: #f0d0ff;
	border: solid #e000ff;
	text-align: center;
}

h1 {
	color: #f90000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h2 {
	color: #e00000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h3 {
	color: #407000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: left;
}

/* to color an anchor text magenta */
#magenta {
	color: #e00090;
}

/* to color an anchor text black */
#blackanchor {
	color: #000000;
}

/* to color an anchor text for a special purpose */
#llink {
	color: #600000;
}

/* to color an anchor text bright red */
#red {
	color: #f00000;
}

h4 {
	color: #999999;
	margin-bottom: 25px;
}

/* Below, for paragraph ID arial */
#arial {
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #000000;
}

/* Below, for paragraph ID special */
#special {
	font-family: "Times New Roman";
	font-size: 30px;
	color: #000000;
	text-align: left;
	margin-right: 1px;
}

/* Below, for paragraph class center */
.center {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-right: 1px;
}

/* Below, for paragraph class goldscript */
.goldscript {
	font-family: "Brush Script BT", Brush Script BT, VivaldiD, ShelleyVolante BT, ShelleyAllegro BT, Freestyle Script, CommercialScript BT, Helvetica;
	font-size: 50px;
	color: gold;
	text-align: center;
	margin-right: 2px;
}

/* Below, for paragraph class redcenter */
.redcenter {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #f00000;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 1px;
}

/* Below, for paragraph class greencenter */
.greencenter {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #007000;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 1px;
}

/* Below, for paragraph class bluecenter */
.bluecenter {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000070;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 1px;
}

/* Below, for paragraph ID centernomargin */
#centernomargin {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/* Below, for paragraph class left */
.left {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin-right: 1px;
}

/* Below, for paragraph class right */
.right {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: right;
	margin-right: 1px;
}

/* Below, for paragraph class rightcommentgreen */
.rightcommentgreen {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #00e000;
	font-weight: bold;
	text-align: right;
	margin-right: 1px;
}

/* Below, for paragraph class rightcommentbrown */
.rightcommentbrown {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #700000;
	text-align: right;
	margin-right: 1px;
}

/* Below, for paragraph class leftcommentbrown */
.leftcommentbrown {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #700000;
	text-align: left;
	margin-right: 1px;
}

.generalbar { /* a general hr */
	border: 3px solid #777777;
	width: 100%;
	height: 2px;
}

.lhr { /* a special purpose hr */
	border: 3px solid #800000;
	width: 100%;
	height: 1px;
}

.blackbar { /* for the black hr */
	border: 3px solid #000000;
	width: 100%;
	height: 5px;
}

.whitebar { /* for the black hr */
	border: 3px solid #ffffff;
	width: 100%;
	height: 5px;
}

.redbar { /* for the red hr */
	border: 3px solid #f00000;
	width: 100%;
	height: 5px;
}

.greenbar { /* for the green hr */
	border: 3px solid #00e000;
	width: 100%;
	height: 5px;
}
.bluebar { /* for the blue hr */
	border: 3px solid #0000f0;
	width: 100%;
	height: 5px;
}
.magentabar { /* for the blue hr */
	border: 3px solid #e000ff;
	width: 100%;
	height: 5px;
}
.yellowbar { /* for the blue hr */
	border: 3px solid #ffff00;
	width: 100%;
	height: 5px;
}

li {
	margin-bottom: .5em;
	font-family: "Times New Roman";
	font-size: 24px;
	color: #000000;
}
li.para {
	list-style-type: none;
}
pre {
	font-size: 10px;
	margin-left: 10px;
}
tt {
	font-family: "Courier New", Courier, mono;
}


/* KEEP BELOW FOR REFERENCE Not used for port-to-shasheer--html */
/* main text body specs */ 
#main {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

#main p {
	margin-bottom: 1em;
}
#main dt {
	font-weight: bold;
	margin-bottom: 1em;
	color: #999999;
}
#main dd {
	margin-bottom: 1em;
}

/* to color an anchor text same as footer */
#footanchor {
	color: #555555;
}

/* bottom footer */ 
#footer {
	font-size: smaller;
	color: #555555;
	text-align: center;
	margin-right: 1px;
}
