button {
  font-size: 1em;	
  background-color: #cccccc;
  border: none;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
}

input {
  padding: 2px;
  cursor: pointer;
  border-radius: 4px;
}

label {
  padding: 2px;
  cursor: pointer;
  border-radius: 4px;
}

select {
  padding: 2px;
  cursor: pointer;
  border-radius: 4px;
}

a {
	color: #3366CC;	
	text-decoration: none
}

h2 {
	color: #CCCCCC
	}

h3 {	
	color: #333333
	}

h4 {
	color: #000000
	}

table {
	color: #FFFFFF;
	text-align: left;
	}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #333333;
	text-align: left;
	}

textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}

.light {
	background-color: #F6F6F6;
	font-size: 1em;
	}

.dark {
	background-color: #999999;
	font-size: 1em;
	}

.taboveronly {
	background-color: #98B2E6;
	font-size: 1em;
	}

.taboverpointer {
	background-color: #98B2E6;
	font-size: 1em;
	cursor: pointer;	
	}

.BulletBackgroundColor {
	color: #FFFFFF
	}

.DataColor {
	color: #DEDECA
	}

.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	color: #333333;
	background-color: #CCCCCC
	}

.FormBackgroundColor {
	color: #CCCCCC
	}

.ImageTitleColor {
	color: #CCCCCC
	}

.LabelColor {
	color: #CCCCCC
	}

.ListColorEven {
	color: #CCCCCC
	}

.ListFooterColor {
	color: #333333
	}

.ListHeaderColor {
	color: #333333
	}

.ListColorOdd {
	color: #DEDECA
	}

.ListTitleColor {
	color: #CCCCCC
	}

.NavigationBackgroundColor {
	color: #666666
	}

.NavigationColor {
	color: #CCCCCC
	}

.NewsDataColor {
	color: #DEDECA
	}

.StoryTitle {
	color: #000000;
	font-weight: bold
	}

.StoryContentColor {
	color: #000000
	}

.TitleColor {
	color: #000000
	}

a:hover {	
	text-decoration: underline
	}

tr.ListHeaderColor th {
	text-align: left;
	}
	
.small {
	font-size: 1em;
}

.hidden {
	display: none;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intrinsic-container2 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
 
.intrinsic-container2 iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navigation {
	margin-top: 15px;
}

#download-button {
	text-align: center;
	min-width: 100px;
}

#download-ui-container {
	min-width: 100px;
}

#start-download {
	text-align: center;
	display: none;
}

#download-progress-container {
	border: 1px solid #cccccc;
	padding: 4px;
	display: none;
	height: 10px;
}

#download-progress {
	background-color: #2980b9;
	display: inline-block;
	height: 100%;
}

#save-file {
	color: #2980b9;
	text-decoration: none;
	display: none;
	text-align: center;
}

#save-file:hover {
	text-decoration: underline;
}