/* new_mvcc.css */

body {
	font-size: 14px;
	color : #FFFFFF;
}

a { 
	text-decoration : underline;
	color : #FFFFFF;
} 
a:hover { 
	text-decoration : underline;
	color : #FFFFFF;
} 


ul { 
	margin-top : 5px;
	margin-bottom : 10px;
	padding-left: 15px;
	margin-left: 5px
} 
li { 
	padding-left : 5px;
	margin-left: 25px
} 


td {
	color : #FFFFFF;
}

td.event_list_area {
	background-color: #AD7945;
	border-left: 3px #AD7945 solid;
}

th {
	background-color: #794400;
}

.sm {
	font-size: 10px;
}

p {
	font-size: 14px;
	color : #FFFFFF;
	text-align: justify;
}

h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.5em;	font-weight: lighter;	color: #FFFFFF;	/*
	letter-spacing: -1px;	word-spacing: -2px;
	*/
	margin-bottom: 5px;
}

h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.25em;	font-weight: lighter;	color: #FFFFFF;	/*
	letter-spacing: -1px;	word-spacing: -2px;
	*/
	margin-bottom: 5px;
}

.warning {
	BACKGROUND-COLOR: #AD7945;
	color: #CC0000;}

.pic 
{
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
	border:  2px solid #794400;
}

#CalHelp
{
    WIDTH: 100px;
/*    HEIGHT: 50px; */
    BORDER-TOP: #003d7b 1px solid;
    BORDER-LEFT: #003d7b 1px solid;
    BORDER-RIGHT: #003d7b 1px solid;
    BORDER-BOTTOM: #003d7b 1px solid;
    PADDING-TOP: 5px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    PADDING-BOTTOM: 5px;
    FONT-SIZE: 12px;
    Z-INDEX: 100;
    FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
    VISIBILITY: hidden;
    POSITION: absolute;
    COLOR: #003d7b;
    BACKGROUND-COLOR: #ecf3ff;
}

.eventtitle {
	background-color: #794400;
	text-align : center;
	font-weight: bold;	font-size: 1.2em;
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 5px;
}

fieldset {
	border:1px solid #794400;
}

legend {
	padding: 0em 0em;
	padding-left: 10px;
	border:1px solid #794400;
	background:#794400;
	color:#ffffff ;
	font-size:90%;
	font-weight: bold;
	text-align:left
	width: 200px;
}

.3c {
	column-count: 3; 
	column-gap: 20px;
	column-rule: 1px solid #794400; 
}

