/* Styles for emdub pages */

#container {
  margin-right: auto;
  margin-left: auto;
	max-width: 900px;
	min-width: 400px;
	background: #ffffff;
	padding: 10px;
}
#container-wide {
  margin-right: auto;
  margin-left: auto;
	max-width: 1020px;
	min-width: 700px;
	background: #ffffff;
	padding: 10px;
}

/* Content */

#banner {
  clear: both;
  height: 65px;
  vertical-align: bottom;
  background: #ffffff;
  background-image: url("graphics/mdub_head.png");
  background-repeat: no-repeat;
}

#title { 
  color : #7979DF;
  font-size: 24pt;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 8px 0px 3px 12px;
	/* text-shadow: 2px -3px 1px #bbbbbb; */
}

#banner-popup {
  height: 50px;
  vertical-align: bottom;
  background: #ffffff;
  background-image: url("graphics/emdub_head.gif");
  background-repeat: no-repeat;
  color : #7979DF;
  font-size: 24pt;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 40px 0px 1px 48px;
	margin: 4px 0px 0px 4px;
  border-style: solid;
  border-color: #7979DF;
  border-width: 0px 0px 2px 0px;
}

.topic {
	clear: both;
  margin: 0px;
  padding: 10px;
}

#footer {
	clear: both;
  margin: 5px 0px 0px 0px;
  padding: 5px 5px 5px 5px; 
  border-style: solid;
  border-color: #7979DF;
  border-width: 2px 0px 0px 0px;
}

.topic-photos {
	clear: both;
	float: left;
	width: 100%;
	max-width: 800px;
	background: #333333;
  border-style: solid;
  border-color: #666666;
  border-width: 4px 0px 0px 0px;
	padding: 5px;
}

.topic-pics-a, .topic-pics-b {
clear: both;
float: left;
width: 100%;
max-width: 800px;
vertical-align: top;
margin: 0px;
padding: 5px;
font-size: small;
font-family: arial, sans-serif;
}

.topic-pics-a {
background: #eeeeee;
}

.topic-pics-b {
background: #ffffff;
}


.review, review-head, review-title, review-stars, review-body {
font-family: Arial, sans-serif;
font-size: small;
}

.review {
color: #000000;
background: #eeeeee;
border-style: solid;
border-color: #7979DF;
border-width: 2px;
border-radius: 6px;
padding: 10px 8px 0px 8px; 
margin: 20px 20px 10px 20px;
}

.review-head {
position:relative;
left: 7px;
top:-20px;
color: #7979DF;
background: #ffffff;
padding: 0px 5px 0px 5px; 
margin: 0px;
font-size: medium;
font-weight: bold;
}

.review-title {
position:relative;
top:-10px;
font-weight: bold;
}

.review-body {
position:relative;
top:-15px;
font-size: small;
}

.review-stars {
position:relative;
top:-15px;
font-size: small;
font-weight: bold;
margin: 0px 0px 2px 0px;
}

img.stars {
margin: 0px 2px 2px 0px;
vertical-align: middle;
}

.photos-left, .photos-right, .photos-across {
display: block;
margin: 5px 10px 5px 10px;
padding: 5px;
color: #ffffff;
text-align: left;
font-size: 10pt;
font-family: arial, sans-serif;
font-weight: bold;
}

.photos-right {
text-align: right;
}

.photos-across {
text-align: center;
}

img.photos, img.photos-float-left, img.photos-float-right, img.photos-float-across {
border-style: solid;
border-color: #eeeeee;
border-width: 10px;
}

img.photos-float-left {
float: left;
margin: 0px 15px 15px 0px;
}

img.photos-float-right {
float: right;
margin: 0px 0px 15px 15px;
}

img.photos-float-across {
clear: both;
margin: 0px 0px 15px 0px;
}

img {
vertical-align: top;
border-style: none;
border-width: 0px;
margin: 0px;
padding: 0px;
}

img.pics-thumb, img.float-left, img.float-right {
  float: left;
  vertical-align: top;
  margin: 0px 5px 5px 0px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
}

img.float-left, img.float-right, img.to-top {
  border-style: none;
  border-width: 0px;
}

img.float-right{
	float: right;
}

img.to-top {
  float: left;
  vertical-align: middle;
  margin: 5px 10px 5px 0px;
  padding: 0px;
  border-style: none;
  border-width: 0px;
}

.pics-left, .pics-right {
float: left;
width: 48%;
vertical-align: top;
margin: 0px;
padding: 0px 8px 5px 0px;
}

.pics-right {
float: right;
}

.split-left {
width: 35%;
float: left;
text-align: right;
margin: 0px;
padding: 0px 5px 0px 0px;
}

.split-right {
width: 63%;
vertical-align: top;
float: right;
margin: 0px;
padding: 0px;
}

/* Attributes */

body {
margin: 0px;
padding: 0px;
background: #cccccc;
color : #000000;
}

body.popup {
background: #ffffff;
margin: 0px;
}

a:link {
	text-decoration: none;
	color: #5959BF;
	border-style: none;
	border-width: 0px;
}

a:visited, a:hover, a:active {
	text-decoration: none;
	color: #7979DF;
}
a:link IMG {
	border-color: #5959BF;
}

a:visited IMG, a:hover IMG, a:active IMG {
	border-color: #7979DF;
}

a:link img.photos-float-left, a:link img.photos-float-right {
	border-color: #FFFFFF;
}

a:visited img.photos-float-left, a:visited img.photos-float-right {
	border-color: #FFFFFF;
}


h1, h2, h3, h4, .next-p {
	color: #7979DF;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

h1, h2, h3, h4, p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 {
	font-size: xx-large;
	text-align: center;
}

h2, h2.left {
	font-size: x-large;
	text-align: center;
}

h2.left {
	text-align: left;
}

h3, .next-p {
	font-size: large;
}

h4 {
	font-size: medium;
}

.next-p {
  margin: 8px 0px 3px 0px;
  padding: 0px;
  border-style: none;
  border-width: 0px;
}

p, p.larger-centered, p.referral, p.smaller-tighter, p.caption, p.copyright, .larger, ul, ol {
color : #000000;
font-family: helvitica, arial, sans-serif;
font-size: medium;
}

p.larger-centered {
font-size : large;
text-align: center
}

p.smaller-tighter {
font-size : small;
font-style: italic;
margin-top: 0;
margin-bottom: 2pt;
}

p.caption {
font-size : small;
}

p.copyright {
	background: #eeeeee;
  font-style: italic;
  font-size: small;
  text-align: center;
  margin: 5px 5px 2px 5px;
  padding: 2px;
}

p.referral {
font-size: small;
font-style: italic;
text-align: left;
background: #eeeeee;
border-color: #ffffff;
border-width: 2px;
border-radius: 6px;
padding: 12px; 
margin: 20px 20px 10px 20px;
}

ul {
list-style-type: disc;
}

ul.plain {
list-style-type: none;
}

.text-special {
color: #3300cc
}

.text-b-i {
font-weight: bold;
font-style: italic;
}

.text-form-small {
font-size: 70%;
}

.text-form-input {
font-size: 9pt;
font-family: arial, sans-serif;
vertical-align: top;
}

.larger {
font-size: large;
}

.smaller {
font-size: smaller;
}

.inline-subtitle {
font-size: medium;
margin-left: 20px;
}


