﻿/****************************************************/
/* Style for displaying event detail */
/* maybe it can be inserted into mts-overwrite.css file */
/****************************************************/
/* hide several useless field */
.ms-toolbar {
	display:block;
}
.ms-descriptiontext {
	display:none;
}
/* Make font Mitrais standard */
.ms-formlabel, .ms-formbody, .ms-standardheader {
	font-family:Verdana;
	font-size:8pt;
	color:#640fBD;
}
/* form body background */
.ms-formbody {
	background-color:#CBBADD;
}

/* Event title */
.mts-event-title{
	font-size:14pt;
	color:#640fbd;
}
.mts-event-title a {
	text-decoration:none;
}

/* content margin */
#onetIDListForm {
	margin-left:10px;	
}

/* Detail label */
.ms-formlabel {
	background-color:#BEA4D9;
	padding-left:5px;	
}

/* button */
.ms-ButtonHeightWidth{
	text-decoration:none;
	border:solid 1px gray;
	background-color:#D4D0C8;
	line-height:normal;
	font-family:Verdana !important;
}


