/********************************** General page wide styles **********************************/

BODY { BACKGROUND: #ffffff url('/images/bg.jpg') repeat-y center top; MARGIN: 0px auto; line-height: 1.5em;}

input, select, textarea {font-size: 10pt;}/*text for forms*/

p {margin-top: 0;margin-bottom: 0;}

img {border: none;text-decoration: none;}

a img {text-decoration: none;}

.ripesiteFooterLogo{display:none}

/******************************** Page borders ********************************/

/* right nav border for Mozilla */
.outer {background: url(/images/silver_border.gif) 100% 0 repeat-y;}
/* left nav border for Mozilla, both navs border for IE */
.inner {border-left: solid 0px #CCCCCC;}
/* right nav border for IE */
* html .outer {background:  url(/images/silver_border.gif) 620px 0 repeat-y;}
/* Footer border */
.bottom{border-top: solid 0px #CCCCCC;}

/******************************** Page layout settings ********************************/
/* page width */
* html .wrapper, .wrapper {width: 750px;}
/* left and right column/nav widths */
.outer {border-left-width: 150px;border-right-width: 130px;}
/* left column width */
.left {width: 150px;}
/* right column width */
.right {width: 130px;}
/*** Should be set to page width  - left column width. ***/
.inner {width: 600px;}

/*** width should be set to page width - right column width - .inner border-left width (See page borders above).*/
/* margin-left should be same length as left column width but negative ***/
.float-wrap {width: 619px;margin-left: -150px;}
/*** Should be set to: 0 negative_right_column_width 0 0;  ***/
* html .right {margin: 0 -130px 0 0;}
/*** Center column width. Should be set to page width - (left column width + right column width + .inner border-left width (See page borders above)). ***/
.center {width: 469px;}

/********************************* Styles for specific areas on page *********************************/
#centerContent{padding:10px;}

#leftContent{padding:5px;}

#rightContent{padding:10px;}

#topContent{padding:0px;}

#bottomContent{padding:0px;}

/********************************* Styles for specific areas on page *********************************/

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #57c1c1;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #000000;
text-decoration: underline;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #222222;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }

.neighbour-day{
font-weight: bold;
font-style: normal;
font-size: 19pt;
line-height: 1.5em;
color: #000;
font-family: Arial }

.neighbour-date{
font-weight: bold;
font-style: normal;
font-size: 15pt;
line-height: 1.5em;
color: #ff0000;
font-family: Arial }