body {
	height:100%;
	width:100%;
}

#javascript_info {
	border:1px solid blue;
	padding:30px;
	font-weight:bold;
}

#mikos_content {

}

.response_error {
	color:#FF0000;
	font-weight:bold;
}


table th {
	background-color: #ff7c0c;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 2px solid #878791;
	padding: 4px;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/mikos/files/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/mikos/files/bubble.png) bottom right;
}

.icon_edit {
	background-image: url(/mikos/files/edit.gif);
	width:14px; height:15px;
	background-color:#EFEFEF;
	cursor:pointer;
}

.icon_delete {
	background-image: url(/mikos/files/delete.gif);
	background-color:#EFEFEF;
	width:14px; height:15px;
	cursor:pointer;
}

.button {
	border:1px solid #CCCCCC;
	background-color:#EFEFEF;
	padding:3px;
	cursor:pointer;
	margin-top:15px; 
	float:left;
}

.floating {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:100;
	width:100%;
	height:100%;
	display:none;
}	

.floating .window {
	position: absolute;
	margin: auto;
	padding: 12px;
	left: 50%;
	top:0;
	z-index:1000;
	padding:20px;
	background-color:#FFFFFF;
	border:1px solid #666666;
}

.floating .background {
	position:fixed;
	z-index:999;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0;
	background-color:#000000;
	opacity: .3;
	width:100%;
	height:100%;
	filter: alpha(opacity=30);
}

#floating_background {
	position:absolute;
	z-index:999;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0;
	background-color:#000000;
	opacity: .3;
	filter: alpha(opacity=30);
	display:none;
}

#paMemberPersonData {
	width:400px;
}
#paMemberPersonData input {
	width:160px;
}

.mand {
	width: 80px;
	height:16px;
	float:left;
	border-left: 4px solid #ff7c0c;
	background-color: #e6e6eb;
	margin-right: 4px;
}

/* additional style sheets for the club lounge */

.tdata0
{
	background-color: #ff7c0c;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 2px solid #878791;
	padding: 4px;
}

.tdata1
{
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	vertical-align: middle;
	padding: 6px;
}

.tdata2
{
	background-color: #e6e6eb;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	vertical-align: middle;
	padding: 6px;
}

.tdata3
{
	background-color: #ff7c0c;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	height: 20px;
	vertical-align: middle;
	padding: 4px;
	border-bottom: 2px solid #878791;
}

.tpvalue
{
	font-weight: bold;
	border-bottom: 2px solid #ff7c0c;

}

.plain
{
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-right: 20px;
	vertical-align: middle;
	
}

.bold
{
	font-size: 11px;

}

.bold img {
  position: relative;
  top: 4px;
}

.inputclass
{
	font-size: 11px;
	border: 0px;
	background-color: #e6e6eb;
	border-left: 4px solid #878791;
	padding-left: 2px;
	margin-right:2px;
	height:14px;
}

.inputclass_p
{
	font-size: 11px;
	background-color: #e6e6eb;
	border: 0px;
	border-left: 4px solid #ff7c0c;
	padding-left: 2px;
	margin-right:2px;
}

.inputclass_n
{
	font-size: 11px;
	border: 0px;
	padding-left: 2px;
	margin-right:2px;
}

.submit
{
	font-size: 11px;
	font-weight: bold;
	background-color: #ff7c0c;
	color: #fff;
	border: 1px solid #878791;
	text-align: center;
	margin-right: 4px;
	cursor:pointer;
}
.resetclass
{
	font-size: 11px;
	font-weight: bold;
	background-color: #e6e6eb;
	border: 1px solid #878791;
	text-align: center;
	cursor:pointer;
}

.showEmployee {
	cursor:pointer;
}

.showMember {
	cursor:pointer;
}

#output {
float:left; 
font-weight:bold;
line-height:16px;
margin-top:5px;
width:100%;
}

.ajax_wait {
background:#FFF url(/mikos/files/spinner.gif) no-repeat;
height:16px;
min-height:16px;
min-width:16px;
padding-left:20px;
width: 230px;
}

.redBorder {
	background-color:#efcbcb;
}
