html,body {
	margin: 0;
	padding: 0;
	margin-top: 19px;
	background-image: url(../images/bak.gif);
}


td {
	color: #444444;
	font-family: "Trebuchet MS", Geneva, Swiss, SunSans-Regular;
	line-height: 19px;
	font-size: 12px;
}

h2 {
	font-size: 16px;
	margin-bottom: 2px;
}


h3 {
/*used for page headings*/
	font-size: 16px;
	font-weight: bold;
}	

h4 {
/*used for sub-headings*/
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}


dfn {
cursor: help;
}


.contenttable {
	background-color: white;
	margin-top: 1px;
	margin-bottom: 1px;
}


a {
text-decoration: none;
}


s{
color: red;
}


input, select {
font-size: 10px;
}


/* ============================================== */
/* Styles for DIARY */
/* ============================================== */

#daynames {
border: black solid 1px;
text-align: center;
font-weight: bold;
background-color: #ddddee;
}

/*hack for ie4,5,6 to emulate min-height in #day */
* html #day {
height: 40px;
}

#day {
border: black solid 1px;
min-height: 40px;

}

#day a:hover div {
background-color: #EFAEBF;
text-decoration: none;
color: black;
}

#cellhed {
text-align: center;
font-weight: bold;
border-bottom: black 1px solid;
}

#cellhedtoday {
text-align: center;
background-color: #ffbb66;
border-bottom: black 1px solid;
font-weight: bold;
}

#eventeven {
text-align: left;
font-family: tahoma;
font-size: 10px;
background-color: #ffffcc;
border-bottom: 1px black solid;
padding: 1px;
line-height: 13px;
}

#eventodd {
text-align: left;
font-family: tahoma;
font-size: 10px;
background-color: #eeeeee;
border-bottom: 1px black solid;
padding: 1px;
line-height: 13px;
}

#adminaddbutton {
background-color: #ffbb99;
font-family: tahoma;
font-size: 10px;
text-align: center;
display: none;
}



#detailsinner {
padding: 10px;
}

.calhead td {
text-align: center;
font-weight: bold;
}











/* ============================================== */
/* Styles for MINI CALENDAR */
/* ============================================== */

.minical {
}

.minical select {
	font-family: verdana;
	font-size: 10px;
}

#minidaynames {
text-align: center;
font-weight: bold;
}

/*hack for ie4,5,6 to emulate min-height in #day */
* html #miniday {
height: 20px;
}

#miniday {
min-height: 20px;
}

#miniday a:hover div {
background-color: #EFAEBF;
text-decoration: none;
color: black;
}

#minicellhed {
text-align: center;
}

#minicellhedtoday {
text-align: center;
background-color: #ffffbb;
border: 1px solid #666666;
}

#minieventeven {
text-align: left;
font-family: tahoma;
font-size: 10px;
padding: 1px;
}

#minieventodd {
text-align: left;
font-family: tahoma;
font-size: 10px;
padding: 1px;
}


#minidetailsinner {
padding: 10px;
}

.minicalhead td {
text-align: center;
font-weight: bold;
}

/*=======
end of minical styles
=========*/

.plexus, .plexus a {
	font-family: arial; 
	font-size: 9px; 
	color: white;
	text-decoration: none;
}

.plexus a:hover {
	color: white;
	text-decoration: underline;
}

.adminform {
	border: 1px solid #0072ac;
	padding: 5px;
	width: 96%;
	background-color: #F5f2eb;
	margin-bottom: 5px;	
}


/*the following styles will be used for tables of data*/
/*datatable is the overall style - borders etc*/
/*style1 will be for table headings and normally medium dark*/
/*style2 will be used for odd rows and should be a neutral color*/
/*style3 will be used for even rows and should be a lighter shade of the colour in style1*/

.datatable {
	margin-bottom: 10px;
	border: 1px solid #0072ac;
	width: 96%;
	
}

.datatable th, .style1, .style1 td {
	color: white;
	background-color: #7C9CB4;	
	font-weight: bold;
	padding-left: 10px;
	align: left;
	font-size: 11px;
}

.forumtable {
	width: 96%;
	border: 1px solid silver;
	margin-bottom: 4px;
	}
	
.forumtable th {
	font-size: 12px;
	background-color: #ddddff;
	}

.style2 {
	background-color: #dddddd;
}

.style3 {
	background-color: #BDE9FF;
}

.graphbar {
background-color: #ffcc33;
font-size: 1px;
height: 15px;
}

.cal0 {
background-color: #cccccc;
width: 1%;
height: 3px;
font-size: 1px;
line-height: 1px;
float:left;
}

.cal1 {
background-color: red;
width: 1%;
height: 3px;
font-size: 1px;
line-height: 1px;
float:left;
}

.plan0 {
background-color: transparent;
width: 1%;
height: 3px;
font-size: 1px;
line-height: 1px;
float:left;
}

.plan1 {
background-color: red;
width: 1%;
height: 3px;
font-size: 1px;
line-height: 1px;
float:left;
}

.msg {
background-image: url(/images/admin/msgbak.gif);
width: 96%;
margin: 5px;
margin-top: 0px;
padding: 2px;
padding-bottom: 0px;
border: 1px solid black;
background-color: #ffffcc;
}

.memicon {
color: white;
font-weight: bold;
border: 1px solid white;
padding-left: 6px;
padding-right: 6px;
margin-left: 5px;
}

.barform {
display: inline;
margin: 0;
margin-left: 10px;
font-size: 10px;
}