﻿*
{
	outline: none;
}


.note
{
	padding: 15px;
	margin: 15px;
	font-family: "Segoe UI" , Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F9F4E6;
	clear: both;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
.largeInputArea
{
	margin: 0px;
	font-family: "Segoe UI" , Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #9B9BFF;
	background-color: #FFFFFF;
	top: 60px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#dataset-source-url-box
{
	bottom: auto;
}
.header
{
	background-color: #D5D5FF;
	border-top-style: solid;
	border-width: 1px;
	border-color: #3438CB;
	padding: 2px;
	margin-top: 5px;
}
.toolbar
{
	background-color: #EAEAFF;
	height: 20px;
	padding: 5px 2px 2px 2px;
}

.toolbar-button img
{
	vertical-align: sub;
}

.toolbar-button
{
	width: 20px;
	height: 20px;
	padding: 2px;
	margin: 2px;
}
.toolbar-button:hover, .toolbar-button-hover
{
	margin: 1px;
	background-color: #D5D5FF;
	border: 1px solid #3438CB;
	cursor: pointer;
}
.toolbar-button:active, .toolbar-button-active
{
	margin: 1px;
	background-color: #AEAEFF;
	border: 1px solid #3438CB;
	cursor: pointer;
}
.toolbar-button:active img, .toolbar-button-active img
{
	position: relative;
	top: 1px;
	left: 1px;
}
.adsBox
{
	position: absolute;
	top: 5px;
	right: 10px;
	height: 190px;
	left: 10px;
}


.content
{
	position: absolute;
	top: 200px;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-patternset
{
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 50%;
	top: 0px;
	margin-right: 5px;
}
.section-dataset
{
	position: absolute;
	left: 50%;
	margin-left: 5px;
	bottom: 10px;
	right: 10px;
	top: 0px;
}
#frames
{
	position: absolute;
	width: 1px;
	height: 1px;
	left: 10px;
	top: 10px;
	z-index: -50;
	visibility: hidden;
}

#frames *
{
	position: absolute;
	width: 1px;
	height: 1px;
	left: 10px;
	top: 10px;
	z-index: -50;
	visibility: hidden;
}

.ad
{
	margin: 15px;
	width: 250px;
	font-family: arial, sans-serif;
	float: left;
}

.ad .ad-title
{
	color: #11C;
	font-size: 16px;
	line-height: 19px;
	text-decoration: underline;
	cursor: pointer;
}
.ad .desc
{
	line-height: 15px;
	font-size: 13px;
}

.ad .disp-url
{
	color: #0E774A;
	font-size: 13px;
	line-height: 15px;
}
#ads-list
{
	position: absolute;
	left: 0px;
	width: 5000px;
}
.ads-list-outer
{
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0px;
	bottom: 0;
	overflow: hidden;
}
#exportNumberDialog input
{
	width: 75px;
}
#exportNumberDialog select
{
	width: 125px;
}
.welcome-text
{
	font-size: 16pt;
	padding: 10px;
	width: 600px;
}