﻿html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
html, form {
  	margin:0px;
	padding:0px;
}

/* Used for dw_tooltips, The javascript hover tooltip popup thingy */
div#tipDiv 
{
	padding:2px;
	background-color:#FFFFEE; border:1px solid #667295; 
	width:420px; 
	overflow: auto;
}	
.tipContent { display:none; }


td
{
	font-size: 12px;
}

body {
/*    background:#fff url(./images/poweredby.gif) no-repeat bottom right; */
    background: #fff;
	margin:0px;
	padding: 0 0 60px 0;
	font-family: arial, 'lucida console', sans-serif;
	font-size:0.8em;
}
a:link, a:visited, .alink
{
	font-weight: normal;
	text-decoration: none;
	color:#1a94c1;
}
a:hover 
{
	font-weight: normal;
	color:#1a94c1;
	text-decoration: underline;
}
textarea
{
	font-family: Verdana;
	font-size: 12px;
}

input.textbox {
	font-size: 12px;
	width: 300px;
	padding: 2px;	
	background:url("./images/whitebox_bg.gif") no-repeat;
	border: 1px solid #c0bfbf;
	line-height: 20px;
}
input.textboxs {
	font-size: 12px;
	width: 70px;
	padding:2px;	
	background:url("./images/whitebox_bg.gif") no-repeat;
	border: 1px solid #c0bfbf;
	line-height: 20px;
}
/*
input[type="text"] {
	font-size: 0.9em;
	font-family: Verdana, Arial;
	height: 16px;
}
input[type="button"], input[type="submit"], textarea {
	font-size: 0.9em;
	line-height: 15px;
	font-family: Verdana, Arial;
	height: 22px;
	#height: 24px;
	#position: relative;
	#top: 1px;
}
*/
/*
select 
{
	font-size: 1.0em;
	height: 20px;
	line-height: 15px;
	min-width: 60px;
}
*/