@import url(common.css);

h1.user
{
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
}

table
{
	empty-cells: show;
	border-collapse: collapse;
}

a, a:visited
{
	color: #003388;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: none;
}

input.disabled
{
	background-color: #808080;
}

area
{
	border: none;
}

img.a
{
	cursor: pointer
}

h1
{
	font-weight: bold;
	font-size: 17px;
	font-family: sans-serif;
	color: #404040;
	margin-top: 5px;
	margin-bottom: 3px;
}

h1 *
{
	font-size: 17px;
	font-family: sans-serif;
}

h2
{
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
	color: #404040;
}

h3
{
	font-weight: bold;
	font-size: 11px;
	margin-top: 3px;
	color: #404040;
}

tr.title
{
	background-color: #c0c0ff
}

.header
{
	background-color: #c0c0a0;
	text-align: center;
	font-weight: bold;
}

.noheader
{
	background: none;
	text-align: center;
	font-weight: bold;
}

table.list
{
	margin: 3px 5px 3px 0px;
}

table.list tr td
{

	border: #000000 1px solid;
	padding: 2px 5px 2px 5px;
	color: #000000;
	
}

table.list tr td table tr td
{
	border: none;
}

div.embedded
{
	margin: 4px;
}

span.error
{
	color: red;
}

div.scroll
{
	overflow: auto;
	width: 100%;
	height: 100%
}

div.mail_sent
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #c0c0ff;
	border: solid 1px #000000;
}

div.mail_error
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #ffc0c0;
	border: solid 1px #000000;
}

div.mail_wait
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #80ff80;
	border: solid 1px #000000;
}

pre.mail_transcript
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
}

div.caution
{
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px;
	background-color: #80ff80;
	border: solid 1px #000000;
}

a.sel
{
	background-color: #c0c0ff;
}

div.noscroll
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

table.dialog
{
	margin: 2px 2px 20px 2px;
	border-collapse: collapse;
}

table.dialog tr
{
	vertical-align: top;
}

table.dialog td.name
{
	font-weight: bold;
}

table.dialog td.cloud
{
	padding: 0;
	width: 30px;
	background-image: url(/st/interface/rev2/dialog.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

table.dialog td.data
{
	background-color: #ffffc0;
	padding: 3px 5px 5px 5px;
}

table.dialog td.reply
{
	padding-top: 10px;
	font-weight: bold;
	color: #c00000;
}

table.dialog td.reply div
{
	font-weight: normal;
	color: #000000;
}

div.form input
{
	border: solid 1px #404040;
	padding: 2px;
	margin-bottom: 3px;
}

div.form input.checkbox
{
	border: none;
	padding: 0px 3px 0px 0px;
	margin: 0;
}

div.form textarea
{
	border: solid 1px #404040;
	padding: 2px;
	margin: 0;
}

div.form td
{
	padding: 0px 10px 0px 0px;
}

div.form select
{
	border: solid 1px #404040;
	padding: 2px;
	margin: 0;
}

b.error
{
	color: #c00000;
	font-weight: normal;
	font-size: 10px;
}

.hint_fg
{
	border: solid 1px #404040;
	background-color: #fff;
}

.hint_text
{
	padding: 3px;
	font-size: 10px;
}

.hint_text *
{
	font-size: 10px;
}

div.invisible
{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	visibility: hidden;
}

