﻿
#dashboard
{
	padding:0.5em;
}

#dashboard div.dashboard-search
{
	float:left;
	width:30%;
	border-top:dashed 1px #cccccc;
	border-bottom:dashed 1px #cccccc;
	border-left:dashed 1px #cccccc;
}

#dashboard div.dashboard-details
{
	float:left;
	width:68%;
}

#dashboard div.dashboard-details fieldset
{
	border-top:dashed 1px #cccccc;
	border-right:dashed 1px #cccccc;
	border-left:dashed 1px #cccccc;
}

#dashboard div.dashboard-details fieldset.last
{
	border-bottom:dashed 1px #cccccc;
}

a.close-button
{
	float:right;
	text-decoration:none;
	color:#ff0000;
}

.ajax__calendar div
{
	padding:1px;
}

.ajax__calendar_days table, .ajax__calendar_months table, .ajax__calendar_years table
{
	height:0%;
	width:0%;
}

.table
{
	text-align:left;
	width:100%;
	border: solid 1px #888888;
}

.table th
{
	background-color: #CCCCCC;
	text-align:left;
	padding:0px;
}

.table td
{
	width:70%;
}

.table td.short
{
	width: 30px;
	text-align:center;
}

div.left
{
	padding:0px;
	width:48%;
	float:left;
	border-right:solid 1px #cccccc;
}

div.right
{
	padding:0px;
	width:48%;
	float:left;
}

.clear
{
	clear:both;
}
fieldset.numbered
{
	border-top:solid 1px #cccccc;
}
fieldset.numbered h4
{
	margin:0px;
	padding:0px;
	font-size:3em;
	float:left;
}
fieldset.numbered div
{
	margin-left:4em;
	width:90%;
	
}
