/* GENERAL STYLES */
a
{

	color:#4d7cb5;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}



td
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 12px;
	vertical-align: top;
}
dt a
{
	color: #4D7CB5;
	text-decoration: none;
}
dt a:hover
{
	color: #4D7CB5;
	text-decoration: underline;
}
/* FORSIDE */
#forside_readmore
{
	font-size: 12px;
	margin-left: 10px;
}
/*FORSIDE CALENDAR STYLES*/
#calendar_forside
{
    width: 195px;
    /* min-height: 220px; */
    height: auto;
	position: relative;
	float: left;
	border: 2px solid #CCCCCC;
}


#calendar_forside_upcoming_link
{
	width: 49%;
	height: 40px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	
	text-align: center;
/*	position: absolute;

	top: 35px;
*/
	float:left;
	padding-top: 10px;
}
#calendar_forside_upcoming_link a
{
	color: #4D7CB5;
    text-decoration: none;
}
#calendar_forside_latest_link
{
	width: 50%;
	height: 40px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #CCCCCC;
	float:right;
	padding-top: 10px;
}
#calendar_forside_latest_link a
{
	color: #4D7CB5;
    text-decoration: none;
}
#calendar_forside_header
{
    background-color: #CCCCCC;
    color: #3D3D3D;
    width: 190px;
    height: 30px;
    font-family: verdana;
    font-size: 1.6em;
    line-height: 30px;
    padding-left: 5px;
float:left;
}
#calendar_forside_subtitle
{
    width: 190px;
    height: 20px;
    padding-left: 5px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px; 
    line-height: 20px;
    border-bottom: 2px solid #CCCCCC;
}
#calendar_events_soon
{
	
/*	position: absolute;

	top: 80px;
*/

float: left;
}
#calendar_events_latest
{
	float: left;
/*
	position: absolute;
	top: 80px;
*/
	display: none;
}
.calendar_forside_event
{
    width: 190px;
    height: auto;
    padding-left: 5px;
    font-family: verdana, arial, sans-serif;
    font-size: 10px; 
    line-height: 15px;
    border-bottom: 1px solid #CCCCCC;
	float: left;
}

.calendar_forside_event a
{
	 color: #4D7CB5;
   	 text-decoration: none;
	font-size: 12px;
}
.calendar_forside_event a:hover
{
	text-decoration: underline;
}
.calendar_forside_event_date
{
	float: left;
	width: 50px;
	padding-right: 5px;
	color: #4D7CB5;
	font-family: verdana;
	font-size: 12px;
}
.calendar_forside_event_title
{
	float: left;
	width: 130px;
}
#calendar_forside_footer
{
    font-family: verdana, arial, sans-serif;
	font-weight: bold;
    font-size: 12px; 
    text-align: center;
	padding: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
float:left;
}

#calendar_forside_footer a
{
    color: #4D7CB5;
    text-decoration: none;
}

#calendar_forside_footer a:hover
{
    text-decoration: underline;
}
#calendar_forside_button
{
	margin-left: 55px;
	padding-bottom: 10px;
	float: left;
	
}
#calendar_forside_button img
{
	border: 0px;
}

#yaflatestposts_forside
{
    	width: 195px;
    	height: auto;
    	border: 2px solid #CCCCCC;
    	margin-top: 30px;
	float: left;
	font-size: 12px;
}

#yaflatestposts_forside_header
{
    	background: #CCCCCC;
    	color: #3D3D3D;
    	width: 190px;
    	height: 30px;
    	font-family: verdana;
    	font-size: 1.6em;
    	line-height: 30px;
    	padding-left: 5px;
	font-size: 16px;
}

/*FORSIDE QUICKLINKS STYLES*/

#quicklinks_forside
{
    width: 195px;
    height: auto;
    border: 2px solid #CCCCCC;
    margin-top: 30px;
	float: left;
}

#quicklinks_forside_header
{
    background: #CCCCCC;
    color: #3D3D3D;
    width: 190px;
    height: 30px;
    font-family: verdana;
    font-size: 1.6em;
    line-height: 30px;
    padding-left: 5px;
}
#quicklinks_forside_dropdown
{
    width: 195px;
    height: 40px;
    text-align: center;
    padding-top: 20px;
}
.quicklinks_forside_textlink
{
    width: 195px;
    height: auto;
    line-height: 20px;
    padding-left: 8px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}
.quicklinks_forside_textlink a
{
	color: #4D7CB5;
    text-decoration: none;
}
.quicklinks_forside_textlink a:hover
{
	text-decoration: underline;
}
/*CALENDAR CREATE STYLES*/
#calendar_create_title
{
	width: 552px;
	height: 30px;
	line-height: 30px;
	background: #CCCCCC;
        color: #3D3D3D;
        font-family: verdana;
        font-size: 1.6em;
	margin-top: 35px;
	padding-left: 5px;
	float: left;
}
#calendar_create_form
{
	width:557px;
	float:left;
	padding-top: 5px;
}
#event_details
{
	width: 557px;
	float: left;
	margin-top: 35px;
	
}
#event_details_header
{
    border-bottom: 2px solid #668BB4;
    color: #668BB4;
    font-size: 16px;   
    font-weight: bold;
    padding: 5px;
}

#event_title
{
	font-size: 14px;
}
#event_date
{
	font-size: 12px;
	padding: 5px;
	font-style: italic;
}
#event_description
{
        font-size: 14px;
	padding: 5px;
	margin-bottom: 15px;
	float: left;
}
#event_address_contact
{
	font-size: 12px;
	padding: 5px;
	/*width: 55px;*/
	width: 100%;
	float: left;

}
#event_address_contact p
{
	display:inline;
}
.event_address
{
font-size: 12px;
	padding: 5px;
	width: 400px;
	float: left;
}
#event_footer
{
	font-size: 12px;
	padding: 5px;
	float: left;
}
#event_footer a
{
	color: #4D7CB5;
    text-decoration: none;
}
#event_footer a:hover
{
	text-decoration: underline;
}

/*FULL CALENDER PAGE STYLES*/
#Calendar
{
	width: 557px;
	height: auto;
	float: left;
}
#Calendar_full_header
{
    background-color: #CCCCCC;
    color: #3D3D3D;
    width: 557px;
    height: 30px;
    font-family: verdana;
    font-size: 1.6em;
    line-height: 30px;
    padding-left: 5px;
	margin-top: 35px;
	float:left;
}
#Calendar_full_topnav
{
	width: 557px;
	float: left;
	padding: 5px;
	
}
#Calendar_full_topnav ul
{
	list-style: none;
	display: inline;
	
}
#Calendar_full_topnav ul li
{
	float: left;
	padding-right: 10px;
}
#Calendar_full_topnav ul li a
{
	color: #4D7CB5;
    text-decoration: none;
	font-size: 14px;
}
.month
{
	width: 100%;
	font-size: 16px;
	
	color: #3D3D3D;
	border-bottom: 2px solid #BBBBBB;
	padding-top: 20px;
}
.event
{
	width: 99%;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	background-color: #CCCCCC;
}
.event a
{
	text-decoration: none;
	color: #4D7CB5;
}
.event a:hover
{
	text-decoration: underline;
}
.event_title
{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana;
	color: #4D7CB5;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.event_date
{
	width: 100%;
	font-size: 12px;
	font-family: verdana;
	color: #999999;
	float: left;
	padding-bottom: 5px;
	line-height: 17px;
}
.event_venue_text
{
	width: 50px;
	font-size: 12px;
	font-family: verdana;
	color: #3D3D3D;
	float: left
	
}
.event_venue_address
{
	width: 400px;
	font-size: 12px;
	font-family: verdana;
	color: #3D3D3D;
	float: left
}












































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

