/* Start of CMSMS style sheet 'zelfverdediging.com' */
body {
	color: white;
	top: 0;
	bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

h3,h4 {
	font-family: tahoma;
	color: white;
}

body, div, a, p, font {
	font-family: tahoma;
	font-size: 11px;
}

a {
	color: white;
	text-decoration	: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}

.menu {
	text-decoration: none;
	vertical-align: top;
}
.menu:hover {
	text-decoration: underline;
	vertical-align: top;
}

.content {
        padding: 5;
	background-color: #353535;
	border-color: #7E7E7E;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
}

.content a {
 text-decoration: underline;
}
.content a:hover {
 text-decoration: none;
}

.comment {
	padding: 3;
	background-color: #2C2B2B;
	border-color: #464646;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
}

.menuList {
	list-style-image: url('../images/menu.gif');
}

li {
	margin-left: -2px;
}

.menuTitle {
        width: 157;
	padding: 1 1 1 5;
	border-color: #7E7E7E;
	border-width: 1px;
	border-style: solid;
	background-color: #363636;
	background-image: url('../images/menubg.jpg');
	background-repeat: repeat-x;
}

.menuContent {
	width: 157;
	padding: 3;
	background-color: #2C2B2B;
	border-color: #464646;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
}

.templateTdRight {
	height: 100%;
	align: center;
	border-left-style: solid;
	border-width: 1px;
	border-color: #474747;
	background-color: #353535;
	background-repeat: repeat-x;
}

.templateTdLeft {
	height: 100%;
	align: center;
	border-right-style: solid;
	border-width: 1px;
	border-color: #474747;
	background-color: #353535;
	background-repeat: repeat-x;
}

#comments td {
	font-family: tahoma;
	font-size: 11px;
}
#comments textarea { 
        width:326px; 
        height: 200px;
}

.captchapict {
	border-style: solid;
	border-width: 1px;
	border-color: #464646;
}
/* End of 'zelfverdediging.com' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  font-size: 11px;
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
font-size: 11px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
}
#cal-list h2, cal-upcominglist h2
{
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
font-size: 11px;
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
align:center;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: #5e5e5e;
  text-align: center;
}

#big .calendar-day
{
  background-color: #aeaeae;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #9e9e9e
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

