@charset "utf-8";

/* CSS Document */

html {
height: 100%;
} 
body {
height: 100%;
background: #439dc0;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #ffffff;
}
#wrapper {
z-index: 3; 
position: relative; 
top: 0px; 
width: 100%;
}
#wrapper2 {
z-index: 4; 
position: relative; 
left: 50%; 
margin-left: -438px; 
width: 875px; 
padding-top: 225px; 
min-height: 400px; 
padding-bottom: 360px; 
overflow: auto;
}
#left_column {
	z-index: 5;
	float: left;
	width: 220px;
	min-height: 100px;
	padding-left: 40px;
	top: 200px;
}
#right_column {
z-index: 5; 
float: left; 
width: 550px; 
padding-left: 50px;
}
#footer {
width: 550px; 
padding-top: 20px; 
padding-bottom: 15px; 
text-align: center;
clear: both;
}
#bottom_image {
z-index: 3; 
position: absolute; 
bottom: 0px; 
width: 100%; 
height: 626px; 
background: url(images/freeoscommerce/bottom.jpg) top center repeat-x;
}
#top_background {
z-index: 1; 
position: absolute; 
top: 0px; 
width: 100%; 
height: 348px; 
background: url(images/freeoscommerce/top_background.jpg) repeat-x;
}
#top_image {
z-index: 2; 
position: absolute; 
top: 0px; 
width: 100%; 
height: 348px; 
background: url(images/freeoscommerce/top.jpg) top center no-repeat;
}
#middle_image {
z-index: -1; 
position: fixed; 
top: 0px; 
width: 100%; 
height: 100%; 
background: url(images/freeoscommerce/middle.jpg) top center repeat;
}
#header_wrapper {
z-index: 5; 
position: absolute; 
top: 0px; 
left: 50%; 
margin-left: -438px; 
width: 875px;
}
#website_name {
	z-index: 10;
	position: absolute;
	top: 0px;
	width: 875px;
	text-align: right;
	font-size: 24px;
	left: 16px;
}
#top_menu {
	z-index: 5;
	position: absolute;
	left: 30px;
	top: 110px;
	width: 815px;
	text-align: center;
}

a:link {
	color: #32d0ff;
	text-decoration: none;
}
a:visited {
	color: #32d0ff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #32d0ff;
	text-decoration: none;
}

a.top_menulink {
	color: #32d0ff;
	text-decoration: none;
}
a.top_menu:visited {
	color: #32d0ff;
	text-decoration: none;
}
a.top_menu:hover {
	color: #ffffff;
	text-decoration: none;
}
a.top_menu:active {
	color: #32d0ff;
	text-decoration: none;
}

#top_menu a:link{
color: #ffffff;
}
#top_menu a:visited{
color: #ffffff;
}
#top_menu a:hover{
color: #32d0ff;
}
#top_menu a:active{
color: #ffffff;
}

/* OSC CSS */

#pageIcon {
display: none;
}
h1 {
text-align: center;
font-size: 18px;
}
h6 {
font-size: 14px;
}
div.boxTitle {
margin-top: 5px; 
margin-bottom: 5px;
font-size: 14px;
font-weight: bold;
}

/* CMSMS CSS */

.activeparent {
list-style-type: none;
color: #ffffff;
}
li.currentpage{
list-style-type: none;
color: #ffffff;
}
h3.menulinks{
margin-top: 5px; 
margin-bottom: 5px;
font-size: 14px;
}
span.menulinks{
display: inline; 
line-height: 25px; 
font-size: 14px; 
font-weight: bold;
}
li.active0n h3 {
list-style-type: none;
}
li.menulinks {
margin-left: 0px;
list-style-type: none;
}
ul {
margin-left: 0; padding-left: 0;
list-style-type:none; 
}
ul.menu {
margin-top: 0;
}
.clearfix {
list-style-type: none;
}
li.sectionheader h3 {
list-style-type: none;
}
li.separator {
list-style-type: none;
}
hr.accessibility {
border: none; 
height: 1px;
color: #89d0f3;
background-color: #89d0f3;
}

/* make all links red */
.calendar tr td a
{
color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
display: inline;
margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
color: red;
font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
margin: 0px;
border-collapse:    collapse;
border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
border: 1px solid black;
padding: 3px;
width: 75px;
}

#big td {
border: 1px solid black;
vertical-align: top;
padding: 3px;
height: 75px;
width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
margin: 0px;
padding: 0px;
padding-left: 5px;
}

#big li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

/* background colours for #big */
#big td
{
background-color: silver;
}

#big .calendar-day
{
background-color: #80ff80;
}

#big .calendar-today
{
font-weight: normal;
background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
display: none;
}
