/* General */
body
{
	background-color: #fff;
	margin: 30px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 14px;
	color: #4F5155;
}

a
{
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

a img
{
	border: 0px;
}

code
{
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

label
{
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 0.2em;
	display: block
}

img.Icon
{
	vertical-align:text-bottom;
}

a.Small
{
	 font-size: x-small;
}

form.login
{
	padding: 0px;
	margin: 0px;
	border: none;
}

/* Main page header */
div.Header
{
	background-color: #b9c9fe;
	padding: 10px;
	margin: 0px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
}

/* Main header sections */
ul.Sections
{
	text-align: left;
	font-size: 0px;
	margin: 0px;
	border: none;
	background-color: #b9c9fe;
	list-style-type: none;
	padding: 8px 10px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

ul.Sections li
{
	font: bold 16px verdana, arial, sans-serif;
	display: inline;
	padding: 4px 0px 8px 0px;
	margin: 0px;
	background-color: #aaaaaa;
}

ul.Sections li a
{
	padding: 4px 6px 8px 6px;
	margin: 0px;
	background-color: #b9c9fe;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #b9c9fe;
	border-left: 1px solid #b9c9fe;
	border-right: 1px solid #b9c9fe;
}

ul.Sections li.Selected a
{
	background-color: #eeeeff;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #eeeeff;
}

ul.Sections li.SelectedNoSubs a
{
	background-color: #eeeeff;
	border: 1px solid #bbbbbb;
}

ul.Sections a:hover
{
	background-color: #eeeeff;
	border: 1px solid #bbbbbb;
}

/* Main header subsections */
ul.Subsections
{
	text-align: left;
	font: 12px verdana, arial, sans-serif;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background-color: #eeeeff;
	list-style-type: none;
	padding: 4px;
	margin: 0px;
}

ul.Subsections li
{
	display: inline;
}

ul.Subsections li a
{
	padding: 8px;
	color: #666;
	text-decoration: none;
}

ul.Subsections li.Selected a
{
	font-weight: bold;
}

ul.Subsections a:hover
{
	font-weight: bold;
}

/* UserButton */
div.UserButton {
	float: right;
}

img.UserLogo {
	padding: 0px;
	margin: 0px 0px 0px -5px;
	vertical-align: text-top;
}

span.UserName {
	border-left: 1px solid #bbbbbb;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}

div.UserButton li.SubHeading {
 	text-align: left;
	font: bold 12px verdana, arial, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	color: #ffffff;
	background-color: #bbbbbb;
}

div.UserButton ul {
  list-style: none;
  list-style-position: outside;
  padding: 0px;
  margin: 0px;
  border: none;
}

div.UserButton ul li {
  display: block;
  position: relative;
  float: left;
  border: 1px solid #bbbbbb;
  padding: 0px;
  margin: 0px;
  background-color: #eeeeff;
}

div.UserButton ul li a {
	text-decoration: none;
	font-weight: bold;
	font: bold 16px verdana, arial, sans-serif;
	color: #666;
}

div.UserButton li ul {/* Hide the dropdown by default */
	display: none;
}

div.UserButton ul li a {
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}

div.UserButton ul li a:hover {
	background-color: #fff;
}

div.UserButton li:hover > ul {/* Display the dropdown on hover */
  display: block;
  position: absolute;
  margin: -1px;
  border-top: 1px solid #bbbbbb;
  left: auto;
  right: 0;
}

div.UserButton li:hover li {
	float: none;
}

div.UserButton li:hover a {
	background-color: #eeeeff;
}

div.UserButton li:hover li a:hover {
	background-color: #fff;
}
	
div.UserButton ul li ul li {
	border-top: 0;
	text-align: left;
}

div.Title
{
	float: left;
}

div.Title h1
{
	color: #444;
	background-color: transparent;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* Search */

div.Search
{
	float: right;
	padding: 0px 10px;
	width: 400px;
}

form.SearchForm
{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

input.SearchBox
{
	font: bold 16px verdana, arial, sans-serif;
	height: 32px;
	width: 100%;
	padding: 0px;
	padding-left: 30px;
	margin: 0px;
	background-image: url("/images/search.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

/* Tabs */
ul.Tabs
{
	text-align: left; /* Position of tabs */
	margin: 0px;
	font: bold 16px verdana, arial, sans-serif;
	border-bottom: 1px solid #b9c9fe;
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* The 3rd number must be one less than "ul.Tabs li.Selected a" padding-top*/
}

ul.Tabs li
{
	display: inline;
}

ul.Tabs li a
{
	padding: 3px 4px; /* The 1st number must be one less than "ul.Tabs li.Selected a" padding-top */
	border: 1px solid #b9c9fe; /* match colour to other border colours*/
	background-color: #e8edff;
	color: #666;
	margin-right: 2px; /* Additional tab spacing */
	text-decoration: none;
	border-bottom: none;
}

ul.Tabs li.Selected
{
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

ul.Tabs li.Selected a
{
	background-color: #fff;
	color: #666;
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul.Tabs a:hover
{
	background: #fff;
}

div.TabWindow
{
	padding: 1px 10px;
	margin: 0px;
	border-width: 0px 1px 1px 1px; 
	border-style: solid;
	border-color: #b9c9fe;
}

/* BrowseTable */
table.BrowseTable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	margin: 10px 0px;
	width: 100%;
}

table.BrowseTable th
{
	font-size: 13px;
	font-weight: normal;
	padding: 0px 5px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}

table.BrowseTable tr td
{
	padding: 0px 5px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

table.BrowseTable tr.highlight:hover td
{
	background: #d0dafd;
	color: #339;
}

/* Pagination */
ul.Pagination
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

ul.Pagination li {
	display: inline ;
	text-align: center ;
	list-style: none ;
	border: 1px #20C1F0 solid;
	padding: 0.1em 0.3em;
	margin-right: 0.2em;
	color: #669;
}

ul.Pagination li a{
	color: #039;
	text-decoration: none;
}

ul.Pagination li.Selected {
	color: #fff;
	font-weight: bold;
	background-color: #20C1F0;
}

ul.Pagination li.Dots
{
	border:0px;
}

/* Gallery */
table.Gallery
{
	padding: 10px;
}

table.Gallery tr td
{
	text-align: center;
}

table.Gallery tr td img
{
	border: 0px;
}

div.GalleryBox
{
	border: 1px solid #000000;
	text-align:center;
	padding:5px;
	width:510px;
}

div.LinkImages
{
	padding: 5px;
	border: 1px #000000 solid;
	text-align: left;
}

div.LinkImage
{
	padding: 5px;
	width: 150px;
	float: left;
	text-align: center;
}

div.LinkAction
{
	padding: 0px 5px 0px 5px;
	width: 150px;
	float: left;
	text-align: center;
}

/* InlineTracks */
ul.InlineTracks
{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

ul.InlineTracks li
{
	margin: 0px;
	padding: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.InlineTracks li.More
{
	font-size: xx-small;
	font-style: italic;
}

/* Stats */
div.StatsGraph
{
	width: 50%;
	float: left;
	border: 1px;
}
div.StatsTableDiv
{
	width: 50%;
	float: right;
	border: 1px;
}

table.StatsTable
{
	text-align: center;
	font-size: 15px;
}

table.StatsTable th
{
	background: #b9c9fe;
	padding: 5px 10px;
}

table.StatsTable td
{
	background: #e8edff;
	padding: 5px 10px;
}

table.StatsTable .Blank
{
	background: #ffffff;
	width: 5px;
	padding: 0px;
}