#selectFilesLink a, #uploadFilesLink a, #clearFilesLink a {
	color: #0000CC;
	background-color: #FFFFFF;
}

#selectFilesLink a:visited, #uploadFilesLink a:visited, #clearFilesLink a:visited {
	color: #0000CC;
	background-color: #FFFFFF;
}

#uploadFilesLink a:hover, #clearFilesLink a:hover {	
	color: #FFFFFF;
	background-color: #064390;
}










/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
.yui-skin-sam .yui-h-slider {
    background: url(bg-h.gif) no-repeat 5px 0;
    height: 28px;
    width: 228px;
}
.yui-skin-sam .yui-h-slider .yui-slider-thumb {
    top: 4px;
}

.yui-skin-sam .yui-v-slider {
    background: url(bg-v.gif) no-repeat 12px 0;
    height: 228px;
    width: 48px;
}












body, th, td
{
	font-family: arial;
	font-size: 100%;
}


#resultsContainer
{
	display: none;
	border: 2px solid #1166D3;
	background-color: #1166d3;
}

#resultsContainer div
{
	position: absolute;
	cursor: default;
}

#resultsContainer span
{
	position: absolute;
	top: -20px;
	background-color: #1166d3;
	border: 1px outset;
	padding: 2px;
	display: none;
	font-size: 80%;
	cursor: default;
}

#resultsContainer div div:hover
{
	border: 1px solid #064390;
	margin-left: -1px;
	margin-top: -1px;
}

#resultsContainer div div:hover span
{
	display: inline;
	color: #82b1ec;
}






.syntaxhighlighter .bar
{
	display: block !important;
}


/* Styles for the toolbar */

.syntaxhighlighter .toolbar
{
	position: static !important;
	top: auto !important;
	right: auto !important;
	height: 16px !important;
}






#advanced
{
	overflow: hidden;
	height: 0px;
}

#advanced label
{
	display: block;
}




/*
http://colorschemedesigner.com/#3D124x0K-t6.t

1166D3
2F62A3
064390
5195EC
82B1EC

*/





html, body
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #82b1ec;
	font-family: arial,verdana,tahoma,sans-serif;
	font-size: 100%;
}

a img
{
	border: 0;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #064390;
}

a:hover
{
	text-decoration: none;
}

#page-outer
{
	border-top: 2px solid #1166D3;
}

.page-inner
{
	width: 750px;
	margin: auto;
}

#header
{
	background-color: #1166d3;
	padding: 20px 10px;
}

#header h1
{
	float: left;
	margin: 10px 20px 5px 0;
	padding: 0;

}

#header p
{
	margin: 0;
	color: #82b1ec;
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
}

#footer
{
	margin-top: 20px;
	overflow: hidden;
	background-color: #1166d3;
	padding: 20px 0;
}

#footer ul
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

#footer li, #footer a
{
	display: inline;
}

#footer li
{
	border-left: 1px solid #cccccc;
	padding: 0 10px;
}

#footer li.first
{
	border-left-style: none;
}


#sizes
{
	height: 0px;
	overflow: hidden;
}

#downloadLink, #downloadLink:link, #downloadLink:visited, #downloadLink:active, #downloadLink:hover
{
	display: none;
	font-size: 26px;
	color: #064390;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#downloadLink:hover
{
	text-decoration: underline;
}

#beta-badge
{
	float: right;
	margin: -30px -60px 0 0;
}



#loading-container
{
	height: 0;
	overflow: hidden;
}

#loading
{
	border: 2px solid #1166D3;
	padding: 10px 10px 10px 75px;
	margin: 10px 0;
	background: url('loading.gif') 20px center no-repeat;
}

#loading ul, #loading li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-style: italic;
	overflow: hidden;
}

#loading li span
{
	display: block;
	width: 600px;
}

#loading li
{
	float: left;
}




.button
{
	width: 130px;
	color: #064390;
	font-weight: bold;
}


#error-container
{
	height: 0;
	overflow: hidden;
}


#error
{
	border: 2px solid #fd1e1e;
	padding: 10px 10px 10px 75px;
	margin: 10px 0;
	background: url('error.png') 20px center no-repeat;
	overflow: hidden;
}


#dataTableContainer
{
	margin-top: 20px;
}

#dataTableContainer td
{
	color: #82b1ec;
}



.faq h3
{
	margin-bottom: 0;
}

.faq p
{
	margin-top: 5px;
	margin-left: 20px;
}





.yui-nav
{
	text-align: center;
	margin-bottom: 10px !important;
}

.yui-nav li.selected
{
	background-color: #1166d3;
	border: 2px solid #1166d3;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

.yui-nav a
{
	font-size: 120%;
	text-decoration: none;
	color: #064390;
	outline: none;
}

.yui-nav a:hover
{
	color: #1166D3;
}

.yui-nav .selected a
{
	color: #82b1ec;
}

.yui-nav em
{
	padding: 3px 10px;
}
