@CHARSET "ISO-8859-1";

/*General settings */
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size :medium  ;
}

/**calendar classes*/
	table.list {empty-cells:show;
								border-spacing:3px;
								width:90%;
								border:2px solid;
								width: 95%}

	.table.calendar {empty-cells:show;
									border-spacing:3px;
									width:100%}
	.th.calendar	{background-image:url(images/header/elksBottomBarBackground.gif);
							 width:50px;
							 color:red}
	.td.calendar{padding:2px;
							width:50px;
							height:100px}
	td.padAll{padding:2px}
#tdleft{
  text-align:left;
  height: auto;
/*  border: RED 2px solid; */
}
#tdright{
  text-align:right;
  height: auto;
/*  border: RED 2px solid; */
}
	.blabel {
	font-size : small;
	font-weight: bold;
	text-decoration: none;
	color: #315191;
}

.blueb{
	font-size : small;
	font-weight : bold;
	text-decoration: none;
	color: #315191;	
}

							
.infoMsg{
	color : #315191;
	font-family : Arial, Helvetica, sans-serif;
	font-size : normal;
	font-weight : bold;
	text-align: left;
}

/*Error Section */
		
		.errorMsg{
			color : #FF0000;
			font-family : Arial, Helvetica, sans-serif;
			font-size : normal;
			font-weight : bold;
			text-align: left;
		}
		
		#errordescription3{
			color : #FF0000;
			font-family : Arial, Helvetica, sans-serif;
			font-size : medium;
			font-weight : bold;
			text-align: center;
			width: 550px;
		}			
		
/** Listings  */

				

table.list {empty-cells:show;
						cell-padding:3px;
						border-spacing:3px;
						border:5px solid;
						border-style:outset;
						border-collapse: seperate;
						width: 95%}
						
td.listFormat{font-family : Arial,Helvetica,sans-serif;
							font-size:small;
							font-weight:bold;
							text-align:left;
							border:inset 1px}
								