﻿/* ---------- General Styles ------------------------------------ */
a:link, a:visited
{
  color: #0000FF;
}

body, div, p, h1, h2, h3, h4, ul, li, table
{
	border:none;
}

h3
{
	font-size:small;
}

body
{
  background-position: left top;
  font-family: Arial, sans-serif;
  font-size: 75%;
  background: #DCDCDC;
  margin: auto;
}

em
{
  font-style:italic
}

i
{
  font-style: italic;
}

strong
{
  font-variant: small-caps;
  font-size: 1.4em;
}

/* ---------- Master Page Layout ------------------------------------ */

#master_header
{
  background-color: #FFFFFF;
	margin: auto;
  width: 900px;
}

#master_headertop
{
  background-position: left top;
  background: url(images/logo.png) no-repeat left top;
  vertical-align: middle;
  margin: auto auto auto 8px;
}

#master_headerright
{
  float: right;
  width: 530px;
  margin-left: -530px;
  padding-top: 60px;
}

#master_headerright_header
{
  padding-bottom: 20px;
  text-align: right;
  padding-right: 20px;
}

#master_headerbottom
{
}

#master_page
{
  background-color: #FFFFFF;
  margin: auto;
  width: 900px;
}

#master_contentheader
{
  padding: 0.5em 0 1em 0;
  color: #5C9AD3;
  font-size: 2.0em;
  line-height: 1.3em;
}

#master_content
{
  background-color: #FFFFFF;
  margin: auto;
  width: 860px;
  padding: 0px 20px 20px 20px;
  line-height: 1.5em;
  color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentfooter
{
	clear: both;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

#master_footer
{
  background-color: #FFFFFF;
  margin: auto;
  width: 900px;
}

#master_footer_section1
{
  padding-left: 75px;
  padding-top: 8px;
  padding-bottom: 4px;
  background-color: #71A2D7;
}

#master_footer_section2
{
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #666666;
  color: #FFFFFF;
	font-size: 0.8em;
}

#master_footer_links
{
  float: right;
  width: 350px;
  margin-left: -350px;
}

#master_footer_section3
{
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #71A2D7;
}

.menu
{
  padding-bottom:10px;
}

.releaseList {
	list-style-type:disc;
}

/* ---------- Style Definitions ------------------------------------ */

.bordered
{
  border: 1px solid #999999;
}

.header
{
  color: #5C9AD3;
  font-size: 2.0em;
}

.smallheader
{
  color: #5C9AD3;
  font-size: 1.4em;
}

.subheader
{
  font-size: 1.2em;
  font-weight: bold;
}

.emphasis
{
  color: #000000;
  font-size: 1.5em;
}

.mildemphasis
{
  font-size: 1.2em;
}

.centered
{
  text-align: center;
}

.middle
{
  vertical-align:middle;
}

.popupControl
{
  border: 1px solid #999999;
  background-color: #71A2D7;
  position: absolute;
  visibility: hidden;
  color: #FFFFFF;
  cursor: move;
}


.popupControlAlt
{
  border: 1px solid #999999;
  background-color: #C99E25;
  position: absolute;
  visibility: hidden;
  color: #FFFFFF;
  cursor: move;
}

.popupClose
{
  float: right;
  cursor: pointer;
}

.clickable
{
  cursor: pointer;
}

/* ---------- CollapsiblePanel ------------------------------------ */
.collapsePanel
{
  border: 1px solid #71A2D7;
  overflow: hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
  background-color: #71A2D7;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}
