body, html {
	cursor: default;
	color: black;
	overflow: auto;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color: #EEEEEE;
	font-size: 100%;
  height: 100%;
}

img {
  border: 0px;
}


td.headlink {
	width: 80px;
	height: 64px;
	color: #FFFFFF;
	text-align:center;
	font-size:60%;
}

td.headline {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size:10pt;
	color: #FFFFFF;
	font-weight: bold;
}

a.headlink,
a.headlink:active,
a.headlink:hover,
a.headlink:link,
a.headlink:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-size:8pt;
}

a.headlink:hover
{
	text-decoration: underline;
}

a.menuitem,
a.menuitem:active,
a.menuitem:hover,
a.menuitem:link,
a.menuitem:visited
{
	text-decoration: none;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	max-width: 128px;
	color: #000000;
	font-size: 11px;
	border: 1px solid #FFFFFF;
}

a.menuitem:hover
{
	background-color: #EEEEEE;
	border: 1px solid #808080;
}

table.filelist {
  border: 1px #999999 solid;
  width: 100%;
  border-spacing: 0px;
  empty-cells: show;
  border-collapse: collapse;
}

table.filelist tr.head{
  background-color: #666666;
  color: #FFFFFF;
  font-weight: bold;
}

table.filelist td{
  border-left: 1px #BBBBBB solid;
}

table.filelist tr.odd{
  background-color: #EEEEEE;
}

table.filelist tr.even{
  background-color: #FFFFFF;
}

table.filelist tr.odd:hover,
table.filelist tr.even:hover
{
  background-color: #CCCCCC;
}

td.fileactions img
{
  margin-left: 5px;
  margin-right: 5px;
}

div.progressbar
{
	border: 1px solid #808080;
  background-color: #CCCCCC;
	height: 20px;
	width: 306px;
  display: inline;
  white-space: nowrap;
}

table.frame  {
	border: 1px solid #808080;
}

td.framehead {
	border-bottom: 1px solid #808080;
	height: 22px;
	background-image:url('../img/frameheadbg.gif');
	background-color: #E8E7E3;
	padding-left: 5px;
	font-size:8pt;
	font-weight: bold;
}

div.theme {
  margin: 3px;
  padding: 3px;
	border: 1px solid #808080;
  background-color: #EEE;
	width: 400px;
}

div.theme span {
	width: 80px;
  height: 14px;
  font-size: 10px;
  text-align: right;
	font-style: italic;
  background-color: #DDD;
}

div.infolabel {
	font-size:8pt;
	font-weight: bold;
}

div.infodata {
	padding-left: 5px;
	font-size:8pt;
}

td.framebody {
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 10pt;
}

td.formlabel {
	padding: 4px;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	background-image: url('../img/labelbg.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

td.formlabelblank {
	font-size: 1pt;
	width: 180px;
}


td.formfield {
	padding: 2px;
}

td.formfieldshow {
	padding: 2px;
	border: 1px solid #808080;
}

input.colorselector {
	border:1px solid #000000;
	width:60;
	height: 20px;
}

button.colorselector {
	border:1px solid #000000;
	position: relative;
	width: 32px;
	height: 20px;
}

div.translation,
textarea.translation {
  font-size: 10pt;
  border:1px solid #AAA;
	width: 600px;
  font-family: Courier New;
	padding: 2px;
}

p.templatename
{
	font-weight: bold;
}

p.templatedescription
{
  font-size: 9pt;
}

table.colorbox td
{
  border: 1px black solid;
  height: 14px;
  width: 32px;
}

table.optiontable
{
  border-collapse: collapse;
  border: 1px solid #C0C0C0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

table.optiontable tr td
{
  border: 1px solid #C0C0C0;
}

tr.optiontablehead td
{
  background-color: #808080;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  padding: 3px;
}

table.importtable
{
  empty-cells: show;
  font-size: 9pt;
}

table.importtable td.legend
{
  border-style: solid;
  background-color: #FFFFFF;
  border-color: #C0C0C0 #808080 #808080 #C0C0C0;
  border-width: 1px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #808080;
}

table.importtable td.data
{
  background-color: #EEEEEE;
  padding-right: 5px;
  padding-left: 10px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: #808080;
  border-bottom-color: #808080;
  font-family: "Courier New", Courier, monospace;
}

table.importtable td.select
{
  text-align: center;
}

table.importtable td.header
{
  padding-left: 15px;
  text-align: right;
  font-weight: bold;
}

td#msg_error
{
  background-color: #FCD7D6;
}

td#msg_warning
{
  background-color: #FCF8CE;
}

td#msg_info
{
  background-color: #C5F2E5;
}

td.framebodyemail {
  padding: 5px;
  background-color: #EEEEEE;
  font-size: 10pt;
}

div.emailbody {
  border: 1px solid #888888;
  background-color: #FFFFFF;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

table.emailtable {
  
}

td.emaillabel {
  width: 100px;
  font-weight: bold;
  font-size: 10pt;
}

td.emailbox {
  border: 1px solid #888888;
  background-color: #FFFFFF;  
}


