html, body
{
	height: 100%;
}

body
{
	margin:0;
	padding:20px 30px 10px 30px;
	/*line-height: 16px;*/
	
}


/*Font*/
body, table
{
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#191919;
}

a {text-decoration: none; color:#0064d7;}
a:hover{text-decoration: underline; color:#de0101;}
a:visited {text-decoration: none; color:#0064d7;}
a:visited:hover {text-decoration: underline; color:#de0101;}


.item {
	line-height: 20px;
	position: relative;
	left: 0px;
}
h1
{
	color:#cc3333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(images/dots.gif) bottom repeat-x;
	margin:5px 0 0 0;
	padding-bottom:5px;
	font-size:150%;
}

h2
{
	margin:5px 0 0 0;
	padding-bottom:5px;
	font-size:130%;
	color:#cc3333;
}

h3
{
	margin:5px 0 0 0;
	padding-bottom:5px;
	font-size:110%;
	color:#cc3333;
}

h4
{
	font-size:100%;
	color:#cc3333;
}

small, .smalltext
{
	font-size:90%;
}

.editable {
	color: black;
}
.editable .selected {
	background-color: #333399;
	color: white;
}
.fixed {
	color: #999999;
}
.fixed .selected {
	color: #CCCCCC;
	background-color: #333399;
}
.invisible {
	font-style: italic;
}
.row {
	height: 20px;
}
IMG.icon {
	padding: 0px;
	border: 0px;
	margin: 0px;
	margin-left: -3px;
	margin-right: 3px;
}
IMG.flag {
	margin-top: 5px;
}

IMG { border:0; }

input {
	border: 1px solid #979696;
	background-color: #d9ff73;
	padding: 2px 5px 3px 5px;
}

.semi_opacity a img {
            opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50);  
			 }
.semi_opacity a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
                }
