﻿/* cross bar color: 8c0852*/
/* left bar color: 5a009c*/
body {
	font-family: Verdana;
	font-size: 100%;
	color: black;
	margin: 0px;
}

.noborders {
	border-collapse: collapse;
	margin: 0px;
}

.textturedbackground {
	background-image: url('../images/parchment8.jpg')
}


/* =========================== layout =============================== */
.mainwrapper {
	width: 1000px;
	border-width: 0px 2px 0px 2px;
	border-color: black;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}

p {
	margin: 5px 0px 5px 0px;
	font-size: 100%;
}

div.dialogbox {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	border:1px solid black;
	padding:20px;
}

.centerinside {
	text-align:center;
}

.centeroutside {
	margin-left:auto;
	margin-right:auto;
	height: 300px;
	width: 427px;
}

table.standardpadding td {
	padding:20px;
}

/* ============================= links ============================== */
a:link {
	color: #8C0852;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DC61A6;
}
a:hover {
	text-decoration: none;
	color: #DC61A6;
}

/*============================== typography ============================== */
h2 {
	text-align:center;
	font-size:110%;
}

.largetext {
	font-size: 120%;
	color: black;
}
.bigtitle {
	font-size: 140%;
	color: black;
	font-weight: bold;
}
.mediumtext {
	font-size: 95%;
	color: black;
	font-weight: bold;
}
.smalltext {
	font-size: 80%;
}

/*================================== images ==================================== */
.articleimage {
	text-align: left;
	float: right;
	border-width: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* ===================================== Template ================================ */
.locationtracker {
	font-size: 50%;
	color: #000000;
	padding: 10px 10px 0 0;
}
.footer {
	vertical-align: top;
	padding: 10px;
	width: 500px;
	text-align: left;
	margin: 0px auto;
}
.banner {
	text-align: center;
	font-size: 120%;
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	background-image: url('http://www.myorehab.net/images/red_cross_bar_3.gif');
	text-align: center;
	padding: 9px 0px 0px 0px;
}
.banner-new {
	text-align: center;
	font-size: 120%;
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	background-image: url('http://www.myorehab.net/images/red_cross_bar_3.gif');
	text-align: center;
	padding: 27px 0px 0px 0px;
}
.leftmenu {
	border-collapse: collapse;
	border: 0px;
	vertical-align: top;
	background-color: #5a009c;
	width: 132px;
	min-width: 132px;
}
.mainarea {
	border-collapse: collapse;
	margin: 0px;
	border-spacing: 0px;
	background-color: white;
	width: 100%;
}
/* -------------- nav menu -------------- */
#navmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navmenu li a {
	font-size : 80%;
	color : white;
	font-weight : bold;
	text-transform : capitalize;
	border-bottom : 1px solid black;
	border-right : 1px solid black;
	border-top : 1px solid #5a009c;
	border-left : 1px solid #5a009c;
	width: 9.5em;
	display: block;
	text-decoration: none;
	text-align: left;
	height: 15px;
	vertical-align: middle;
	padding: 3px;
	margin: 10px 0 0 0;
}
#navmenu li a:hover {
	border-top : 1px solid white;
	border-left : 1px solid white;
}
/* ------------ top right link ---------------- */
span.toprightlink {
	font-size: 80%;
	color: white;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	margin: 1px 5px 5px 0px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid #8c0852;
	border-left: 1px solid #8c0852;
	text-transform: capitalize;
}
span.toprightlink:hover {
	border-top: 1px solid white;
	border-left: 1px solid white;
}
.topcrossbar {
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	width: 100%;
}
/* --------------- side bar ------------------ */
.sidebar {
	vertical-align: top;
}
/* --------------- left black bar ------------- */
.leftblackbar {
	background-color: black;
	width: 2px;
}

/* ========================= forms ============================ */
form {
	margin-top:20px;
}

form input {
	width: 180px;
	background: #f2f2f2;
	border:2px solid #555;
}
form label {
	margin-right: 0.5em;
	width: 8em;
	text-align: right;
	display:block;
	float:left;
	clear:left;
}
form label.ownline {
	text-align: left;
	clear:left;
}

form textarea {
	background:#f2f2f2;
	border:2px solid #555;
}
legend {
	color: #fff;
	background: #8c0852;
	border: 1px solid #781351;
	padding: 2px 6px;
}

