/*#########################################*
 *### File:         frame.css           ###*
 *### Author:       Wim van Ravesteijn  ###*
 *#########################################*
 *### Created:      2001.12.10          ###*
 *### Last changed: 2002.12.10          ###*
 *### Version:      1.00                ###*
 *#########################################*/

.mainpage {
	font-size: small;
	font-family: arial;
	border-collapse: separate;
	border-spacing: 5px;
}

.debug {
	font-size: medium;
	color: #FFFFFF;
	background-color: #FF0000;
}

.ok {
	color: #00AA00;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

BODY {
	margin-bottom : 0pt;
	margin-left : 0pt;
	margin-right : 0pt;
	margin-top : 0pt;
}

TABLE {
	font-size: small;
	font-family: arial;
	border-collapse: collapse;
}

TR {
}

TR.odd {
	background-color: #FFF5DA;
}

TR.even {
	background-color: #FFEAB0;
}

TH {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #FFBD09;
	text-align: left;
}

TD {
	padding-left: 3px;
	padding-right: 3px;
}

TD.small {
	font-size: x-small;
}

.layout-td {
	padding: 0px;
}

.layout-menu {
	padding: 0px;
	background: url("./image/dot_yellow_menu.gif");
}

P.big {
	font-size: large;
}

P.small {
	font-size: x-small;
}

SPAN.small {
	font-size: x-small;
}

.maintable {
	width: 100%;
	height: 100%;
}

.height15 {
	height: 15px;
}

/***********/
/** 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: #D3DCE3;
	border: 2px solid #000;
	padding-top: 5px;
	z-index: 1000;
}

DIV.popup .title {
	margin: 5px;
	font-weight: bold;
}

DIV.popup .close {
	float: right;
	padding-right: 5px;
	border: 0px;
	cursor: pointer;
}

DIV.popup .content {
	padding: 0px 5px;
}

/*************/
/** 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;
}
