a:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #734BA9;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #765B79;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF00FF;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #765B79;
	text-decoration: none;
}
.main {
	border: 2px solid #64327E;
	top: 10px;

}
.body {
	padding: 40px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #421258;
	background-color: #FFFFFF;
	background-image: url(pix/main_bg.gif);
	background-repeat: no-repeat;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B3063;
	padding: 10px 20px 10px 10px;
}
table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B3063;
}
.sidebar {
	background: #FFFFFF url(pix/sidebar_bg.gif) no-repeat;
	padding: 20px 10px 20px 20px;
    text-align: center;
}
.line {
	background: url(pix/line.gif) repeat-y top left;
}
.title {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 19px;
        color: #4B3063;
        text-decoration: none;
        text-align: center;
}
.subtitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #4B3063;
        text-align: left;
        font-weight: bold;
}
a.BottomLink:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #ffffff;
        text-decoration: none;
}
a.BottomLink:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #ffffff;
        text-decoration: none;
}
a.BottomLink:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000066;
        text-decoration: none;
}
a.BottomLink:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #ffffff;
        text-decoration: none;
}

.line1 {
        COLOR: #21217f;
}
.line2 {
        COLOR: #9576ad;
}




/* ------- STYLES FOR THE CALENDAR ------ */

div#wikilog {
	margin-top: 10px;
	margin-left: 18px;
	font-size: smaller;
}
table.calendar-outer { border: 0; border-spacing: 10px; }
td.calendar-outer { vertical-align: top; }
table.calendar-inner {
    border: 2px solid #abd5d6;
    border-collapse: collapse;
}
table.calendar-inner caption {
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}
table.calendar-inner th {
    border: 1px dotted #abd5d6;
    width: 2.2em;
    font-weight: normal;
    padding: 2px;
}
table.calendar-inner td {
    border: 1px dotted #abd5d6;
    text-align: center;
    padding: 3px;
}
td.calendar-today-entry {
	background-color: #ffff00;
}
td.calendar-today-noentry { 
	background-color: #ffc3c3;
}
td.calendar-entry {
	background-color: #c3ffc3;
}
td.calendar-noentry {
	background-color: #ffeedd;
}
a.nonexistent-date  { 
	background: transparent;
	text-decoration: none;
}
a.nonexistent-date:link  { 
	color: #FF2222;
}
a.nonexistent-date:visited  { 
	color: #FF2222;
}
a.nonexistent-date:hover {
	text-decoration: underline;
	color: #444444;
}
form.calendarpub {
	margin-top: 10px;
	margin-left: 40px;
}
p.datetrail {
	font-size: smaller;
}
p.wikiloghome {
	margin-bottom: 0px;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
ul.loglist {
	list-style: circle;
}
td.prompt {
	text-align: right;
	vertical-align: top;
	font-size: smaller; 
	font-weight: bold;
	color: maroon;
	padding-top: 5px;
}
div#diary { 
	border-bottom: 2px solid #9999FF;
	margin-top: 7px;
	margin-bottom: 10px;
}
div#message { 
	margin-top: 10px;
	border-top: 2px solid #9999FF;
	padding-top: 10px;
}
