/* general */
body { background-color: #eee; overflow: hidden; }
body, html, #valign, #valign td { height: 100%; width: 100%; margin: 0; }
body, p, td { font-family: Helvetica, Arial, sans-serif; font-size: 7.5pt; color: 231F20; }
a { text-decoration: none; color: #231F20; }
a:focus, a:active { -moz-outline: none; outline: none; border: none; }
a.selected { color: #E20177; font-weight: bold; }
p { margin: 0 0 10px 0; }
.date { color: #939598; font-size: 9px; margin-left: 10px; }
.hidden { display: none; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }

/* id specific */
#page { height: 600px; width: 800px; margin: auto; background: top left no-repeat; position: relative; }
#bottom_strip { height: 97px; width: 742px; position: absolute; bottom: 26px; left: 29px; }
#bottom_strip_bg { height: 97px; width: 742px; background: top left no-repeat url(../img/bottom-strip.gif); position: absolute; top: 0; left: 0; }
#menu, #text { position: absolute; top: 21px; line-height: 18px; }
#menu { left: 160px; }
#text { left: 317px; width: 370px; }
#bg_image { position: absolute; top: 0; left: 0; }

/* opacity */
#bottom_strip_bg, a.arrow { opacity: 0.95; filter: alpha(opacity=95); }

/* arrows */
.arrow { display: block; position: absolute; top: 25px; height: 46px; width: 29px; background: top left no-repeat; }
.arrow span { visibility: hidden; }
.left_arrow { background-image: url(../img/left-arrow.png); left: 268px; }
.right_arrow { background-image: url(../img/right-arrow.png); left: 693px; }
.pause { background-image: url(../img/pause.png); }

/* sizes */
.large { font-size: 22px; line-height: 28px; }

/* colours */
.white { color: #fff; }
.pink50 { color: #ee8aab; }
.pink25 { color: #e95b90; }
.pink_bg { background: #e50278 !important; }