@charset "UTF-8";
body {
	background-image:url(images/bgpattern.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #256EBB;
	font-size: 14px;
	font-family: verdana;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#content {
background-image:url(images/bg.png);
	background-position: top center;
	width:920px;
	margin:0px auto;
	position:relative;
background-repeat: no-repeat;
	}
	#menu
{
position:absolute;
top:96px;
z-index:2;
width:162px;
}
#todaytitle
{
position:absolute;
top:0px;
z-index:3;
width:250px;
}
#sidemenu
{
position:absolute;
top:340px;
z-index:2;
width:232px;
}

/*MENU PROPERTIES*/
.menuitem {
text-align:center;
height:24;
font-size:18px;
background-color:#FFE800;
border-left: 5px solid #FFFFFF;
border-right: 5px solid #FFFFFF;
font-family: 'Comic Sans MS';
color: #256EBB;
font-weight:bold;
}

.rightgreen {
background-color:#06D600;
border-right: 5px solid #FFFFFF;
}
.leftgreen {
background-color:#06D600;
border-left: 5px solid #FFFFFF;
}
.title {
font-size:36px;
font-family: 'Comic Sans MS';
color: #256EBB;
font-weight:bold;
}
a.menulink:link {
	color: #256EBB;
	text-decoration: none;
}
a.menulink:visited {
	text-decoration: none;
	color: #256EBB;
}
a.menulink:hover {
	text-decoration: underline;
}
a.menulink:active {
	text-decoration: none;
}
a.white:link {
	color: #FFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFF;
}
a.white:hover {
	text-decoration: underline;
}
a.white:active {
	text-decoration: none;
}
a.submenulink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.submenulink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
a.submenulink:hover {
	text-decoration: underline;
}

.menubox {
	padding-right: 10px;
	border-left: 1px solid #B3E140;
	border-right: 1px solid #B3E140;
	border-bottom: 1px solid #B3E140;
	text-align:right;
}
.menuboxmore {
	border-left: 1px solid #B3E140;
	border-right: 1px solid #B3E140;
	border-bottom: 1px solid #B3E140;
	text-align:right;
}
.morebox {
	padding-right: 10px;
	border-top: 1px solid #B3E140;
	text-align:right;
}

.menublue {
	background-color: #00A8E2;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 1px solid #40BDE9;
	border-left: 1px solid #40BDE9;
	border-bottom: 1px solid #40BDE9;
	text-align:right;
}
.leftbox {
	border-left: 1px solid #B3E140;
	border-bottom: 1px solid #B3E140;
}
.bluebox {
    background-color: #00A8E2;
	border-bottom: 1px solid #40BDE9;
	border-left: 1px solid #40BDE9;
	padding-right: 10px;
	text-align:right;
}


/* BORDERS */

.borderright {
	border-right: 1px solid #A1A1A1;
}
.borderleft {
	border-left: 1px solid #A1A1A1;
}
.borderbottom {
	border-bottom: 1px solid #A1A1A1;
}
.bordertop {
	border-top: 1px solid #A1A1A1;
}
.border {
	border: 1px solid #A1A1A1;
}

.borderright-white {
	border-right: 1px solid #FFFFFF;
}
.borderleft-white {
	border-left: 1px solid #FFFFFF;
}
.borderbottom-white {
	border-bottom: 1px solid #FFFFFF;
}
.bordertop-white {
	border-top: 1px solid #FFFFFF;
}
.border-white {
	border: 1px solid #FFFFFF;
}


/*  BODY BOX */
.bgwhite {
	background-image: url(../images/white.png);
	}
	.bgwhite2 {
	background-image: url(../images/white-light.png);
	}
.bodymargin {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
	.padding4 {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	}
	
	

/* TEXT */

.text10 {
font-size: 10px;
}
.text11 {
font-size: 11px;
}
.text12 {
font-size: 12px;
}
.text18 {
font-size: 18px;
}
.text14 {
font-size: 14px;
}
.text24 {
font-size: 24px;
}
.textbold {
font-weight: bold;
}
.textwhite {
color: #FFFFFF;
}
.paddingright {
	padding-right: 10px;
	}
.paddingtop {
	padding-top: 10px;
	}
.paddingbottom {
	padding-bottom: 10px;
	}
.paddingleft {
	padding-left: 10px;
	}
	.padding4left {
	padding-left: 4px;
	}
.padding4topbottom {
	padding-top: 4px;
	padding-bottom: 4px;
	}
