/* Red 'INTER' in header title */
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Blue 'Share' in header title */
.style2 {
	color: #3300FF;
	font-weight: bold;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Red 'Emergi' in bottom footer */
.style5 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Blue 'Tech' in bottom footer */
.style6 {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Green 'Media' in header */
.style12 {
	color: #339900;
	font-weight: bold;
}
.style13 {
	font-size: x-large;
	font-weight: bold;
}
body {
	/* background-image: url(images/chrome.png); */
	background-image: url(images/tiled_grid.png);
}

/* Nav links in header */
#mediaNav {
	background-color: #f0f0f0;
	padding: 2px;
}

.tab1 {
	text-align:center;
}

.tab2 {
	text-align:center;
}

/* Nav links in footers */
.style8 {
	color: #0000ff;
	font-size: larger;
	font-weight: bold;
}

/* Punctuation (dashes, slashes) in search form */
.style10 {
	font-size: larger;
	font-weight: bold;
}

/* Vertical spacing in nav bar */
.style11 {
	font-size: larger;
}

/* Results header cell table style */
.rhcell {
	text-align: left;
	background-color: #ffffee;
	border-bottom: thin solid #eeeeee;
}

/* Results cell table style */
.rcell {
	border-bottom: thin solid #eeeeee;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer {
	border-top: 2px solid #0000ff;
	border-bottom: 2px solid #0000ff;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px; 
	width: 100%;
}

/* Top title bar */
#titlebar0 {
	background-color: #0000ff;
	background-image: url(images/edge01.png);
	background-position: top right;
	background-repeat: repeat-y;
	text-align: center;
	color: #ffffff;
	font-size: larger;
	font-weight: normal;
}

/* All other title bars */
#titlebar {
	background-image: url(images/trueblue.png);
	text-align: center;
	color: #ffffff;
	font-size: larger;
	font-weight: normal;
}

#filter {
	border: 2px solid #0000ff;
	padding: 6px 6px 6px 6px;
	margin: 0px 0px 0px 0px;
}

#detail {
	background-image: url(images/oldpaper.png);
}

#synopsis {
	background-image: url(images/oldpaper.png);
}

#slnav {
	margin: 0px 0px 0px 0px;
}

#adContent{
	float: right;
	width: 19%;
	min-width: 150px; 
	height: 500px;
	padding: 0px;
	background: #eeeeee;
	text-align: center;
	border-left: thin solid #0000ff;
	border-right: thin solid #0000ff;
	border-bottom: thin solid #0000ff;
}