/* 	CSS style sheet for McG00_Query 3.0
Copyright Dave McGuinness 2009
http://www.mcgoo.com.au
updated 22/09/09 to Ajax
*/
body
{
	margin: 2px;
	background-color: beige;
	color: #F5DEB3;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div
{
	font-size: small;
	font-weight: normal;
	color: #F5DEB3;
}
#mainContent 
{
	min-width: 980px;
	margin: 10px auto;
	border-radius: 10px;
	border:thin solid #5D5D5D;
}
a
{
	color: green;
}
#whole_page
{
	background-color: wheat;
	width: 100%;
}
#view_HTML
{
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 9;
	display: none;
	padding: 15px;
	text-align: center;
}
#page_holder{
	border-spacing: 0px; 
	border-radius: 10px;
	width: 100%;
}
#page_header
{
	text-align: center;
	background-color: #5D5D5D;
	border: medium #EFFEB9 solid;
	color: goldenrod;
	padding: 6px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#page_footer
{
	background-color: #5D5D5D;
	padding: 4px;
	border: medium #EFFEB9 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#page_contents
{
	background-color: wheat;
	border-radius: 10px;    
}
#db_select, #table_select, #field_list
{
	background-color: #EFFEB9;
}
#tdQuery{
	background-color: white; 
	border: solid #5D5D5D 1px;
	background-image: url(images/mcgooQuery.png);
	background-repeat: no-repeat;
	background-position: 95% 10%;
	border-radius: 8px;
}
#query_output
{
	font-size: small;
	font-weight: bold;
	background-color: beige;
	color: #5D5D5D;
	padding: 1px;
	min-height: 350px;
	overflow: auto;
	border: thin solid #5D5D5D;
	border-radius: 8px;
}
#header
{
	font-size: 20px;
	font-weight: normal;
	color: #FFA500;
}
#footer
{
	font-size: small;
	font-weight: normal;
	color: #FFA500;
}
span
{
	font-size: small;
	font-weight: bold;
	color: #F5DEB3;
}
#divMessage{
	width: 720px;
	margin: 20px auto; 
	color: black; 
	background-color: white; 
	font-size: small;
	padding: 10px; 
	text-align: justify; 
	border: outset 3px #C3C3C3; 
	border-radius: 15px; 
	box-shadow: 10px 10px 5px 0px #5D5D5D;
}
#firefox_ad
{
	color: #FFFAFA;
	text-align: right;
	padding-left: 80px;
}
#query_copy
{
	color: cornsilk;
	text-align: left;
}
.message
{
	font-size: 14px;
	font-weight: bold;
	color: yellow;
	padding: 4px;
}
.tip
{
	font-size: small;
	font-weight: bold;
	color: azure;
	padding: 4px;
	height: 20px;
	background-color: #EFFEB9;
}
table
{
	border-spacing: 1px;
	empty-cells: show;
}
table.output
{
	width: 100%;
	border-spacing: 1px;
	background-color: #C3C3C3;
	empty-cells: show;
	border: thin solid #5D5D5D;
	border-radius: 8px;
}
table.output_window
{
	width: 100%;
	border-spacing: 1px;
	empty-cells: show;
	border: thin solid #5D5D5D;
}

table.output tbody
{
	overflow: auto;
}
table.strip
{
	overflow: auto;
}

table.layout
{
	border-spacing: 1px;
	empty-cells: show;
	background-color: #EFFEB9;
	width: 100%;
}

td
{
	text-align: left;
	
	vertical-align: top;
	color: #4D4D4D;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

td.data{
	background-color: white;
}
td.button
{
	text-align: left;
	vertical-align: middle;
	color: wheat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	cursor: pointer;
	padding: 1px;
	height: 20px;
	width: 60px;
}
td.field
{
	text-align: left;
	color: maroon;
	background-color: wheat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 2px;
	border: thin wheat;
	max-width:100px;
}
th
{
	text-align: left;
	color: #5D5D5D;
	background-color: #909090;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 2px;
}
th.title
{
	text-align: left;
	color: #FFFAFA;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
th.section
{
	font-size: small;
	width: 80px;
	padding: 5px;
	height: 20px;
	background-color: #EFFEB9;
}

th.button
{
	text-align: left;
	vertical-align: middle;
	color: #FFFAFA;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	cursor: pointer;
	padding: 6px;
	height: 20px;
	width: 80px;
}

th.field
{
	text-align: left;
	color: azure;
	background-color: #718138;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 8px;
	border: 1px outset silver;
	border-radius: 3px;    
	box-shadow: 1px 1px 2px 1px sienna;
}

input
{
	font-size: small;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5D5D5D;
}
textarea
{
	font-size: medium;
	font-family: Verdana, Courier New, Courier;
	font-weight: normal;
	color: #474747;
	background-color: #FFFAFA;
	padding: 10px;
	border: 2px inset silver;
	border-radius: 5px;
}
button
{
	font-size: small;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5D5D5D;
	width: 70px;
	min-height: 30px;
	border-radius: 5px; 
	border-style: outset; 
	box-shadow: 0px 0px 3px 0px sienna;
}
a{
	font-size: x-small;
}
dl{
	margin: 1px;
}