	body
	{
		font-family: "trebuchet ms",helvetica,sans-serif;
		font-size:13px !important;
	}
	
	input, textarea,select, option
	{
		font-family: "trebuchet ms",helvetica,sans-serif;
		font-size:13px;
	}
	.ui-widget
	{
		font-size:.9em !important;
	}
	
	.ui-datepicker-current-day, .ui-datepicker-current-day *
	{
		background-color:#0073EA;	
		color:#FFF;
	}
table
{
	border:0px;	
}
table tr td
{
	border:0px;
	border-color:#CCC;
	border-width:1px 1px 0 0 ;
	border-style:solid;
	padding:5px;
	vertical-align:top;
}
table tr td:first-child
{
	border-width: 1px 1px 0 1px;
}
table tr:last-child td
{
	border-width:1px 1px 1px 0px;	
}

table tr:last-child td:first-child
{
	border-width:1px;	
}


fieldset
{
	margin-top:15px;
	border:1px solid #036;	
	padding:10px;
	
}

fieldset legend
{
	border:1px solid;
	padding:3px 8px;
	font-weight:bold;	
}

label
{
	margin:auto 8px;	
}

select
{
	padding:1px;	
	cursor:pointer;
}
option
{
	padding:3px 5px;	
	cursor:pointer;
}
input, textarea{
	padding:2px;	
}

.infoFilename
{
	background-color:#EFEFEF;
	border-radius:3px;
	border:1px solid #666;
	margin-top:4px;
	padding:3px 8px;
	width:auto;
}

.deleteFile
{
	width:20px;
	height:20px;
	background-image:url(./img/cross.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	float:right;
	display:inline-block;	
}