/* css file for belloq design */

body {
	background: #aaaabb;
	padding: 0;
	margin: 0;
}

div.contentbox {
	z-index: 2;
	background-color: #ffffff;
	border-top: 3px solid #555566;
	border-right: 3px solid #555566;
	border-bottom: 3px solid #555566;
	border-left: 3px solid #555566;
	width: 70%;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #222222;
	text-align: left;
}

div.mainbox {
	width: 90%;
	margin-top: 0;
	margin-left: 5px;
	padding: 0;
}
	
div.footer {
	position: relative;
	bottom: 0;
	margin-top: 15px;
	width: 100%;
	background-color: #555566;
	color: #ffffff;
	text-align: right;
	padding-top: 2px;
}
		
div.menucontainer {
	z-index: 3;
	position: absolute;
	top: 70px;
	left: 70%;
}

div.menubox {
	width: 100%;
	background-color: #ffffff;
	border-top: 3px solid #555566;
	border-right: 3px solid #555566;
	border-bottom: 3px solid #555566;
	margin: 0;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.searchbox {
	width: 120%;
	background-color: #ffffff;
	border-top: 3px solid #555566;
	border-right: 3px solid #555566;
	border-bottom: 3px solid #555566;
	margin: 0;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
}

span.pagename {
	font-family: arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #444455;
}

a.menuitem {
	color: #555566;
	font-family: verdana;
	font-size: 8pt;
	letter-spacing: 7px;
	text-decoration: none;
}

a.menuitem:hover {
	color: #2222aa;
}

.b {
	font-weight: bold;
}

a:link {
 color: #333333;
 font-weight: bold; 
 text-decoration: none;
 }

a:visited {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
 }

a:active {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
 }

a:hover {
 color:#666666;
 font-weight: bold;
 text-decoration: overline;
 }

}

/*Defining styles for forms*/

/*.searchform, .loginform {
 text-align: center;
 }*/

.searchform .formfield, .loginform .formfield {
 width: 100px;
 margin: 2px 0 0 0;
 background-color: #aaaabb
 }


<!-- For today highlight add this in default.css -->
   table.calendar td.today { background-color: green;}

<!-- Some example of customing the calendar -->
table.calendar {
	font-family: arial, sans-serif;
	font-size: small;
	color: black;
  }
  
tr.calendardateheaders {
	font-family: arial, sans-serif;
	font-size: small;
	color: red;
}

td.days {
	text-align: center;
}

td.today {
	font-family: arial, sans-serif;
	text-align: center;
	color: green;
	background-color: whitesmoke;
}



#categories tr, #archives tr, #links tr, #calendar tr {
 }
 
<!-- .days --> 
tr {
 font-family: arial, sans-serif; 
 font-size: 10px;
 }

caption {
	color: #555566;
        font-family: verdana;
        font-size: 8pt;
        letter-spacing: 5px;
        text-decoration: none;
}

td { 
 font-family: arial, sans-serif; 
 font-size: 12px;
 color: #333333;
 }

}
