﻿/* cross bar color: 8c0852*/
/* left bar color: 5a009c*/

body {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	margin:0px;
	background-color:#bbbbbb;
}
	
.mainwrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}

p {
	margin:5px 0px 5px 0px;
	text-align:left;
	}
	
p.center {
	text-align:center;
}

h1 {
	text-align:center;
	font-size:150%;
	color:#0000ff;
	margin:0px 0px 25px 0px;
	text-transform:capitalize;
}
 
h2 {
	margin:25px 0px 0px 0px;
	padding:2px 0px 2px 3px;
	text-transform:capitalize;
	font-size:100%;
	text-align:left;
	font-weight:bold;
	background-color:#d1eaff;
	color:#0000ff;
	border-bottom:3px solid #ccccff;
	border-right:3px solid #ccccff;
}

.largetext {
	text-transform:capitalize;
	font-size:100%;
	text-align:left;
	font-weight:bold;
}
	 
.smalltext {
	font-size: 70%;
	}

.noborders {
	border-collapse:collapse;
	margin: 0px;
	}
	
/* ================================== Images ==================================== */

img.embeddedimage {
	float:left;
	margin:0px 15px 0px 0px;
	border:0px;
}

img.diagram {
	border: 1px solid black;
	margin: 20px 20px 10px 20px ;
}

img.noborder {
	border:0px;
}

/* ================================  Trigger Point Lists =========================== */

table.triggerpointlist {
	 border:none;
	 width:600px;
	 margin:0px auto 0px auto;
}

td.triggerpointlist {
	padding:5px;
	width:250px;
	text-align:left;
	vertical-align:top;
}

/* used to indicate "likely to refer an essential pain pattern to that area" */
p.essentialpainpattern {
	font-weight:bold;
	background-image:url('http://www.triggerpoints.net/images/bullet_icon.png');
	background-repeat:no-repeat;
	padding-left:15px;
}

	
/* ==================================  Header  ======================================= */
	
table.header {
	width:100%;
	background:#99ccff;
	margin:0px;
	border-bottom:4px solid #0000ff;
	border-top:1px solid black;
	border-right:1px solid black;
	border-left:1px solid black;
}

td.header {
	padding:15px;
}

p.headertitle {
	color:#0000ff;
	font-weight:bold;
	margin:0px;
	font-size:130%;
}

a.headersubtitle {
	color:#0000ff !important;
	font-weight:normal;
	margin:0px 0px 0px 20px;
	font-size:150%;
	text-decoration:none !important;
}

p.headersubtitle {
	color:#0000ff;
	font-weight:normal;
	margin:0px 0px 0px 20px;
	font-size:120%;
	text-decoration:none;
}

hr.header {
	color:white;
	margin:0px;
	padding:0px;
}


/* ============================ Main Content ================================ */

table.mainlayout {
	width:100%;
	background:white;
	border-width:0px 1px 0px 1px;
	border-color:black;
	border-style:solid;
}

td.mainlayout-menu {
	padding:25px;
	vertical-align:top;

}

td.mainlayout-maincontent {
	padding:25px;
	vertical-align:top;
	width:700px;
	text-align:center;
}

/* =================================== Footer ================================= */
p.footer {
	text-align:center;
	font-size:70%;
}

div.footer {
	margin-left:auto;
	margin-right:auto;
	width:450px;
}

/* ====================================== Announcement ================================ */

table.announcement {
	margin-left:auto;
	margin-right:auto;
	width:400px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:5px solid #0000ff;
	border-right:5px solid #0000ff;
}

td.announcement {
	padding:10px;
	text-align:left;
}

h1.announcement {
	text-transform:capitalize;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin:5px auto 5px auto;
	color:#0000ff;
}

/* ================ General Links =============== */

a:link {
	color: #0000ff;
	text-decoration:underline;
	}
	
a:visited {
	text-decoration: underline;
	color: #8C0852;
	}
	
a:hover {
 text-decoration: underline;
 color: #8C0852;
 }

/* ================= LEFT MENU ================ */
#navmenu ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 15px 0px;
}

#navmenu li a {
	width: 10em;
	display: block;
	border: 1px solid #dcdce9;
	color: #333333;
	text-decoration: none;
	text-align: left;
	height:15px;
	vertical-align:middle;
	padding:3px;
	margin:-1px 0 0 0;
}

#navmenu li a:hover {
	background-color:#99ccff;
	color:#0000FF;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	border-left:1px solid white;
	border-top:1px solid white;
	
}


#navmenu
{
	/*width:7em;*/
} 



/* ================================= Symptoms table ============================================== */
table.syndrometable {
	width: 100%;
	border: 1px solid gray;
	border-collapse: collapse;
}
td.syndromes {
	vertical-align: top;
	padding: 5px;
	border: 1px solid gray;
	text-align:left;
}
td.causes {
	width: 400px;
	vertical-align: top;
	padding: 5px;
	border: 1px solid gray;
	text-align:left;
}
.suspicious {
	color: red !important;
	font-weight: bold;
}


/* =============================== Google Search Box ==============================================*/
/* (results page CSS is embedded in page) */

/* search box */
#searchcontrol .cse-control { 
	width: 20px; 
}

.searchbox {
	text-align:right;
	float:right;
}

form.cse-search-box {
	background-image:url(googleAjaxApiSearchControlStyled.gif);
	height:66px;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}

input.cse-input{
	background: #000000; 
	border:0px; 
	color: #ffbb00; 
	font-size: 32px; 
	border:2px inset #ffbb00; 
}

