﻿body 
{
    margin:0;
    padding:0;	
}

div, p, h1, h2, h3, h4, ul, li, table
{
    margin:0;
	padding:0;
	border:none;
} 

/* Rounded corner box  */
.top-left
{ 
	margin-right: 9px;
	background-image: url('../_images/events/corners.gif');
	height: 9px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
}
	
.top-right
{ 
	margin-top: -9px;
	margin-left: 9px;
	background-image: url('../_images/events/corners.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right, and as much to the left as possible */
	height: 9px; 
	font-size: 2px; 
}
	
.bottom-left
{ 
	margin-right: 9px;
	background-image: url('../_images/events/corners.gif');
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
}
	
.bottom-right
{ 
	margin-top: -9px; 
	margin-left: 9px;
	background-image: url('../_images/events/corners.gif'); 
	background-position: 100% -9px; 
	height: 9px; 
	font-size: 2px; 
}

.inside
{
	border-left: 1px solid #c8fdd3;
	border-right: 1px solid #c8fdd3;
	background: transparent;
	padding-left:10px;
	padding-right:10px;
}
	
.content
{
    position:relative;
    margin:3px;
    text-align:left;    
 	background: url('../_images/events/gradient.jpg'); 
}

.SmallText
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}

.searchddls
{
    width:300px;
}


.EventTextSmall
{
 font:Arial;
 font-size:11px;
}

.EventTextLarge
{
 font:Arial;
 font-size:14px;
 font-weight:bold;
}