BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F6F6F6;
}

.page TABLE, .popup .content TABLE {
	border-spacing: 1px 0px;
	background-color: #FFBD09;
	border-top: 1px solid #FFBD09;
	border-bottom: 1px solid #FFBD09;
}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	background-color: #FFBD09;
	padding: 1px 2px;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 1px 2px;
}

FORM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
}

H1 {
	font-size: 16pt;
	font-weight: bold;
}

H2 {
	font-size: 14pt;
	font-weight: bold;
}

A:LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #000;
}

A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #000;
}

A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #000;
}

TH A:LINK {
	text-decoration: none;
}

TH A:VISITED {
	text-decoration: none;
}

TH A:HOVER {
	text-decoration: underline;
}

IMG {
	border: 0px;
}

.bodyadmin {
	margin-bottom : 0pt;
	margin-left : 0pt;
	margin-right : 0pt;
	margin-top : 0pt;
}

.bodyadminnomenu {
	margin-bottom : 20pt;
	margin-left : 20pt;
	margin-right : 20pt;
	margin-top : 20pt;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000
}

.error {
	color: #FF0000;
	font-weight: bold
}

.error_bg {
	background-color: #FF0000;
}

.applerror {
	color: #FF0000;
	/*font-weight: bold;*/
}

.applcompulsory {
	font-weight: bold;
}

.applerrorcompulsory {
	color: #FF0000;
	font-weight: bold;
}

.ok {
	color: #00AA00;
}

TR.odd {
	background-color: #F6F6F6;
}

TR.even {
	background-color: #FFEAB0;
}

TR.mark {
	background-color: #FFFFAA;
}

TD.caption {
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
}

TD.log_info {
}

TD.log_warning {
	background-color: #FFFF99;
}

TD.log_error {
	background-color: #FF9999;
}

.appl_comment {
	font-size : x-small;
	font-style : italic;
}

.small {
	font-size: x-small;
}

.verysmall {
	font-size: xx-small;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFBF18;
	padding: 10px;
	width: 180px;
}

.menu UL {
	padding-left: 20px;
}

.page {
	padding: 10px;
	background-color: #F6F6F6;
}

.loggedin {
	font-size: 75%;
	font-weight: normal;
	font-style: normal;
}

.register {
	font-size: 15pt;
}

A.register {
	font-size: 15pt;
}

.register_warning {
	font-size: 15pt;
	text-decoration: blink;
	color: #008080;
	font-weight: bold;
}

.register_error {
	font-size: 15pt;
	text-decoration: blink;
	color: #FF0000;
	font-weight: bold
}

.selectedWS {
	font-weight: bold;
}

.debug {
	background-color: #FFFF00;
	color: #FF0000;
	margin : 10pt;
}

.warning {
	background-color: #ffeab0;
	border-color: #ffbd09;
	border-style: solid;
	border-width: 2px;
	color: #ff5e04;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}

.buttonbold {
	font-weight: bold;
	font-size: 10pt;
}

.maintable {
	width: 100%;
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.link {
	cursor: pointer;
}

/***********/
/** Popup **/
/***********/
DIV.overlay {
	position: fixed;
	top: 150px;
	left: 250px;
	height: 309px;
	width: 304px;
	background-color: #000;
	z-index: 9999;
	opacity: 0.65;                
	filter: alpha(opacity=65);
	display: none;
}

DIV.overlay IMG {
	position: relative;
	top: 138px;
	left: 136px;
	opacity: 1;                
	filter: alpha(opacity=100);
}

DIV.popup {
	position: fixed;
	top: 150px;
	left: 250px;
	height: 300px;
	width: 300px;
	background-color: #F6F6F6;
	border: 2px solid #000;
	z-index: 1000;
}

DIV.popup .title {
	padding: 6px;
	font-weight: bold;
	background-color: #00C;
	color: #FFF;
}

DIV.popup .close {
	float: right;
	padding: 1px;
	border: 0px;
	cursor: pointer;
}

DIV.popup .content {
	padding: 10px;
	position: fixed;
	overflow: auto;
	height: 252px;
	width: 280px;
}

IMG.popupLoader {
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
} 

/*************/
/** Buttons **/
/*************/
.buttons a, .buttons button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#ccc;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
button:hover, .buttons a:hover{
    background-color:#d5d5d5;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
