body	{
		font-family: verdana,helvetica,arial;
		font-size: 11px;
		padding: 0px;
		margin: 0px;
		background-color: #ffffff;
}
.sql_show,
.sql_show tr th,
.sql_show tr td	{
		font-size:10px;
		text-align:left;
		padding-left:4px;
		padding-right:4px;
		width:100%;
		white-space:nowrap;
		margin-bottom:10px;
}
.sql_show tr th	{
		border-bottom:1px solid black;
		font-weight:normal;
}
table	{
		border-collapse:collapse;
}
td		{
		font-family: verdana,helvetica,arial;
		font-size: 11px;
		vertical-align:top;
}
.input_form tr td,
.update_form tr td{
		font-size: 12px;
		vertical-align:top;
}
.records{
		border-collapse:collapse;
}
.records tr th{
		color: black;
		font-family: verdana,helvetica,arial;
		font-size: 11px;
		vertical-align:top;
		text-align:left;
		border-bottom:1px solid black;
		padding-left:5px;
		padding-right:5px;
}
.records tr th a{
		color: black;
		text-decoration:none;
}
.records tr td{
		padding-left:5px;
		padding-right:5px;
}
.headline{
		font-family: verdana,helvetica,arial;
		font-size: 16px;
		font-weight: bold;
		margin-bottom:10px;
}
.topmenu,
.topmenu a{
		color: red;
		font-size: 11px;
		text-decoration: none;
}
.topmenu a:hover{
		color: black;
}

.form,
.form tr td{
		color: black;
		font-style: italic;
		font-size: 11px;
		vertical-align: middle;
}

.form tr td input,
.form tr td select{
		color: black;
		font-size: 12px;
}
.picker	{
		font-size:10px;
		border:1px solid #666666;
		background-color: #eeeeee;
		height:20px;
		width:20px;
		cursor:pointer;
		margin-left:1px;
		margin-top:0px;
		margin-bottom:1px;
}
#section_right,
#section_right *, 
		{
		color: #ffffff;
		font-family: Arial;	
}


#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000000; cursor:wait;}

/* Container */
#simplemodal-container {height:350px; width:540px; color:#ffffff; background-color:#ffffff; border:2px solid #000000; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#dddddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#000000;}
