/***********************************************************************************************
* General
***********************************************************************************************/
body, html
{
    font-family: Georgia, Serif;
    margin:0;
    padding:0;
    background-color: #FFFFFF;
    color:#000000;
}

a
{
	text-decoration: none;
	color: #5cb2af;
	font-weight: bold;
}

a:visited
{
	color: #307060;
	font-weight:normal;
}
 
a:hover
{
	text-decoration: underline;
	color: #409080;
}

h1, h2, h3
{
	margin-bottom: 5px;
}

/***********************************************************************************************
* Containers
***********************************************************************************************/

#page
{
	width: 1100px;
}

#header
{
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}

#header a:hover
{
	background-color: transparent;
}

#logo
{
}

#logo a
{
	text-decoration: none;
	background-color: transparent;
	outline: none;
}

#content
{
	margin-top: 25px;
	width: 800px;
	padding-top: 800px;
	float: left;
   	padding: 20px;
	background-color: #fff;
}

#footer
{
	color: #000000;
	font-size: 0.8em;
	margin-top: 40px;
	padding-bottom: 50px;
	text-align:center;
}

.authorCredit
{
	font-size: 0.7em;
	text-align: right;
	margin-top: 5px;
}

.classifierContainer
{
	float: left;
	margin: 15px;
	border: solid 0px #999;
	padding: 5px 5px 5px 5px;
}

.classifierContainer h2
{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.classifierControl
{
	float: left;
}

.clear
{
	clear:both;
}

.topListCol
{
	float:left;
	width: 45%;
}

.topListRow
{
	text-align:center;
}

/***********************************************************************************************
* Styling
***********************************************************************************************/
/* Round corners */
.content {margin-left:7px;}
.errorMessage {color:#ff0000; margin-top: 20px;}
.debugInfo {border: solid 1px #999; font-size: 0.6em; margin-top: 15px;}

.inputRow {clear:both;}
.exampleRow {clear:both; font-style:italic; font-size: 0.9em; margin-top: 0px; }
.col1 {width: 100px; float:left; margin-top:17px;}
.col2 {}
.external {background:url(/graphics/ExternalLink.png) 99% 40% no-repeat; padding-right: 20px; font-size:0.85em;}

/***********************************************************************************************
* Controls
***********************************************************************************************/
.classifyButton
{
	height:50px;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 3px;
	width: 200px;
}

.urlTextBox, .col1
{
	height:40px;
	font-size: 30px;
}

.urlTextBox 
{
	width: 400px;
	margin-top: 10px;
	margin-bottom: 3px;
}

/***********************************************************************************************
* Share
***********************************************************************************************/
div.share { margin: 5px 0; }

.share ul {
	margin: 0 !important;
	padding: 0 !important;
}
.share ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	margin-right: 8px;
}

.share img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

