/***********************************************/
/* dia_display.css                             */
/* for use with DIA                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
}

.dia_section {
	line-height: 1.166;	
	font-family: Arial, Helvetica, sans-serif;
	background-color: silver;
	color: #00f;
	width: 145px;
/*	
	border: 5px solid #f00; 
	height: 150px;	
	margin-left: 500px;
	margin-right: auto;
	position: absolute;
*/	
	margin-top: 0px;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	text-align: left; /* justify;  */
}


.dia_display{
	line-height: 1.166;	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00f;
	color: #fff;
	border: 5px solid #800; 
	width: 125px;
/*	height: 150px;	*/
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
}

.dia_display a {
	color: white;
	text-decoration: none;
}

.dia_display a:hover {
	color: blue;
	background: white;
}


.diamenu {
	background-color: #fff;
	text-align: left;
	padding: 2px;
	border: 1px solid #000;
	color: #00f;
}

.diamenu a{
	display: block;
	text-decoration: none;
	color: #00f;
}

.diamenu a:hover{
	color: white;
	background: blue;
}


.blockDisplay {
	display: block;
	text-align: left;
}

.blockDisplay2 {
	display: block;
	text-align: left;
 	color: #ff0; 
	font-size: 12px;
}

.blockDisplay3 {
	display: block;
	text-align: center;
 	color: #F00;
	font-size: 14px;
	background-color: #000;
}


.title2 {
	text-align: right;
	font-size: 14px;
 	color: #ff0; 
	display: block;
}

.what {
	text-align: left;
 	color: #0ff; 
}

.name {
	text-align: center;
 	color: #ff0; 
	display: block;
}

.datestyle {
	text-align: center;
	font-size: 13px;
 	color: #f00; 
	background-color: #000;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

.title {
	text-align: left;
	font-size: 14px;
 	color: #ff0; 
}

.sponsors {
	display: block;
	text-align: center;
 	color: #ff0; 
	font-size: 24px;
 	color: #ff0; 
}

#setdate {
	background-color:#0066CC;
	border: 5px solid gold;
	width: 350px;
	z-index: 2;
	font-size: medium;
	font-weight: bold;
	padding: 10px;

}
