/******** Site colours *******/

/******** dark 999967 ********/
/******** mid  cccc9a ********/
/******** light f2f6d0 *******/ 

/******** a78954 ********/


/**  606F79    505458    686868    9BAAAF    AABBBF    404F59    d8e0e4 ***/


/*** Body text ***/

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #efeff6 url(images/background.jpg) repeat;
	color : #505458;
	margin: 0px;
}


/*** Heading text such as MONTHLY VIEW etc. ***/

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image :   url(images/box_left_icon.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 13px;
	font-size: 15px;
	margin: 0px;
  	color : #606F79;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: -40px 0px;
}



/*** Controls height of bars next to TODAY, GENERAL etc. ***/
/*** also space between events, categories etc. ***/

td {
	font-size: 11px;
}

hr {
	color : #000000;
	height: 1px;
}


/*** Type found in ADD EVENT Event Day/Duration ***/

.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;	
	padding-right: 3px;
	padding-left: 3px;
  	background-image:   url(images/txtboxbg.gif);

}

/*** Changes input box in ADD EVENT Event Description ***/

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #686868;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #9BAAAF;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AABBBF;	

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAAAF;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BAAAF;	
	padding-right: 3px;
	padding-left: 3px;

}


/*** Changes text in ADD EVENT Category/Event Date ***/

.listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: groove 1px;
}


/*** Changes text in ADD EVENT Add event button ***/

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #AABBBF;
	background-color : #FFFFFF;
  	color:#404F59;
	background-image: url("images/btn_bg.gif");
	padding: 2px;
}


/*** ExtCalendar at the base of all page and dates on calendar ***/

a {
	color: #606F79;
	text-decoration: none;
}


/*** ExtCalendar at the base of all page HOVER colour ***/

a:hover {
	color: #8090A3;
	text-decoration: none;
}


/*** TITLE Melbourn Village Calendar ***/

.apptitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold; 
}

.appdesc { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px, font-weight: normal; 
}

/*** TEXT Add event, monthly view etc. ***/

.buttontext a {
	font-size: 11px;
	color: #606F79;
	text-decoration: none;
}

.buttontext:hover {
	color: #9D080D;
	font-weight: bold; 
	text-decoration: none;
}

/*** TEXT PREVIOUS WEEK/DAY ***/

.previousmonth, .previousday, .previousweek {
	font-size: 12px;
	color: #606F79;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;

	background-color: #d8e0e4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.previousmonth a:hover, .previousday a:hover, .previousweek a:hover {
	color: #8090A3;
	text-decoration: none;
}

/*** TEXT NEXT WEEK/DAY ***/

.nextmonth, .nextday, .nextweek {
	font-size: 12px;
	color: #606F79;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;

	background-color: #d8e0e4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.nextmonth a:hover, .nextday a:hover, .nextweek a:hover {
	color: #8090A3;
	text-decoration: none;
}


/*** TEXT CURRENT DATE ***/

.currentmonth, .currentday, .currentweek {
	font-size: 12px;
	color: #606F79;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;

	background-color: #d8e0e4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}


/*** BOX left of sunday ***/

.tablev1 {
	background-color: #708088;
	border-top: 1px solid #95A5AD;/
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
	border-bottom: 0px solid #62727A;
  	margin: 0px;
	color : #E0E4E4;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase; 
	writing-mode: tb-rl; 
	layout-flow: vertical-ideographic;
	vertical-align: middle;
}

.tablev1 a {
	color : #E0E4E4;
	text-decoration: none;
}

.tablev1 a:hover {
	color : #E0E4E4;
	text-decoration: none;
}

.searchlink {
	font-size: 10px;
	color: #606F79;
	text-decoration: none;
	font-weight: bold;
}

.searchlink:hover {
	color: #8090A3;
	text-decoration: none;
}

.searchdesc {
	font-size: 10px;
	color: #606F79;
}

/*** EVENT TITLE shown in Weekly and Daily ***/

.eventtitle {
	font-size: 10px;
	color: #606F79;
	text-decoration: none;
	font-weight: bold;
}

.eventtitle:hover {
	color: #8090A3;
	text-decoration: none;
}

.eventdesc {
	font-size: 10px;
	color: #606F79;
}

.eventdesclarge {
	font-size: 12px;
	color: #505F69;
	line-height: 18px;
}


/*** Categories title text ***/

.cattitle, .usertitle, .grouptitle {
	font-size: 14px;
	color: #606F79;
	text-decoration: none;
	font-weight: bold;
}

.cattitle:hover, .usertitle:hover, .grouptitle:hover {
	color: #8090A3;
	text-decoration: none;
}

.catdesc, .userdesc, .groupdesc {
	font-size: 10px;
	color: #606F79;
}

.titlehighlight {
	color: #4488BB;
	text-decoration: none;
}

.highlight {
	color: #80A000;
	text-decoration: none;
}


 /*** Heading Weekly Monthly ***/
 
.tableh1 {
  color:#606F79;
  font-size: 11px;
  height: 26px;
  background-image:   url(images/tile_back1.gif);
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CED2D6;
}


/*** Category view ***/

.tableh2 {
	background-image:  url(images/tile_sub.gif);
	background-color: #708088;
	border-left: 1px solid #e3e6c2;
	border-right: 0px solid #62727A;
  margin: 0px;
	color : white;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
}

/*** Background behind main box Weelk;y Daily View f7f3de ***/

.tableb {
	background-color: #E4E8E8;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	line-height: 16px;
}


/*** Background behind base section i.e. Today, General etc ***/
 
.tablec {
	background-color: #d8e0e4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}


 /*** OUTSIDE box surround ***/
 
.maintable {
	border: 2px solid #99a0aa;
	margin-top: 0px;
	margin-bottom: 0px;
}

.error {
	color : Red;
	font-weight : bold;
}


 /*** TODAYS date in the top boxes ***/
 
.today {
	font-size: 16px;
	color: #606F79;
	font-weight: bold;
}


/*** Text EVENTS CATEGORIES POWERED BY etc. ***/
 
.atomic {
	font-size: 13px;
	padding-left: 20px;
}

.atomic:hover {
	color: #8090A3;
	text-decoration: none;
}



/*** Text at bottom i.e. TODAY, GENERAL etc. ***/

.legend {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.4pt;
	font-size: 11px; 
}


/*** Weekday Label Cells ***/
/*** DATE inside main boxes ***/

.caldaydigits {
	font-size:13px;
}


/*** DAYS i.e. SUNDAY, MONDAY etc. across top bar ***/

.weekdaytopclr, .sundaytopclr {
	background-image:  url(images/tile_sub.gif);
	background-color: #607080;
	border-left: 1px solid #95A5AD;
	border-right: 0px solid #62727A;
  margin: 0px;
	color : #FFFFFF;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 13px;
	font-weight: bold;
}

/*** BACKGROUND behind Sunday top box ***/

.sundaytopclr {
	background-color: #708094; 
}


/* Day Cells */
/*** BACKGROUND behind MASTER DAY BOXES ***/

.weekdayclr {
	background-color: #f7f3de;
	color: #C0C4C8;
	font-size: 10px;
	border-left: 1px solid #e2dfcd;
	border-top: 1px solid #e2dfcd;
}


/*** BACKGROUND behind TODAYS Colour ***/

.todayclr {
	background-color: #ebe2b2;
	color: #ebe2b2;
	font-size: 10px;
	border-left: 1px solid #d5cea2;
	border-top: 1px solid #d5cea2;
}

/*** Background to SUNDAYS when not used - monthly calendar  cfb17d ***/

.sundayemptyclr {
	background-color: #e5d7ba;
	color: #e5d7ba;
	font-size: 10px;
	border-left: 1px solid #f7f3de;
	border-top: 1px solid #f7f3de;
}


/*** Background to days not used on monthly calendar ***/

.weekdayemptyclr {
	background-color: #dec799;
	color: #b16a16;
	font-size: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}



/*** Text Editor classes UNKOWN ***/

.tdBtn {
  padding-left: 3px;
  padding-top:3px;
}

.btnOut {    
  border: 1px solid;
  border-color: #E4E8E8;
	background-color: #E4E8E8;
}

.btnOver {    
  border: 1px solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #C0C4C4;
  border-bottom-color: #C0C4C4;
	background-color: #E4E8E8;
	cursor: hand;
}

.btnDown {    
  border: 1px solid;
  border-top-color: #C0C4C4;
  border-left-color: #C0C4C4;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
	background-color: #D4D8D8;
	cursor: hand;
}

a.flatButton img {
  border: 1px solid #E4E8E8;
  border-color: #d8e0e4;
}

a.flatButton:hover img {
  border: 1px solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #C0C4C4;
  border-bottom-color: #C0C4C4;
	background-color: #E4E8E8;
	cursor: hand;
}


/*** Monthly View classes ***/
/*** TEXT event info on each day ***/

.eventstyle {
	font-size: 12px; 
  padding: 3px;
  border-bottom: 2px solid #ffffff;
	text-align: left;
}

/*** BACKGROUND to the main event info on each day ***/

.eventfull {
  margin-left: 3px;
  margin-right: 3px;
  border-top: 1px solid #8a00ff;
  border-left: 1px solid #D0D4D4;
  border-bottom: 1px solid #8a00ff;
  border-right: 1px solid #FFFFFF;
	background-color: #fff200;
	cursor: hand;
}

.eventstart {
  margin-left: 3px;
  border-top: 1px solid #8a00ff;
  border-left: 1px solid #D0D4D4;
  border-bottom: 1px solid #8a00ff;
	background-color: #fff200;
	cursor: hand;
}

.eventmiddle {
  border-top: 1px solid #8a00ff;
  border-bottom: 1px solid #8a00ff;
	background-color: #fff200;
	cursor: hand;
}

.eventend {
  margin-right: 3px;
  border-top: 1px solid #8a00ff;
  border-bottom: 1px solid #8a00ff;
  border-right: 1px solid #D0D4D4;;
	background-color: #fff200;
	cursor: hand;
}


/*** MY PROFILE ***/

.imagecell {    
	background-color: #C8D2D8;
  padding: 8px;
}

.imagecell img {    
  border: 1px solid;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #C0C6C6;
  border-bottom-color: #C0C6C6;
	cursor: hand;
}



/***********************************************************************/
/****************************** NAVIGATION *****************************/
/***********************************************************************/


/****** alters the top bar of text *****/

.topbar a{
	color: #000000;
	text-align: center;
	font: bold 14px/22px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.topbar a:hover {
	color: #9D080D;
	text-decoration: none;
}

.topbar,div.topbar {
	color: #000000;
	text-align: center;
	font: bold 14px/22px Arial, Helvetica, Century Gothic, sans-serif;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#blog .navigation{
	padding-bottom: 0px;
	text-align: center;
}

#blog .navigation ul{
}

#blog .navigation ul li{
	list-style: none;
	display: inline;
	padding-right: 20px;
}

#blog .navigation .topbar a{
	font-weight: bold;
	font-size: 11px;
	padding-right: 15px;
	color: #000000;
}



