/*----- Global styles -----*/

html {
	margin: 0;
	padding: 0;
}

body {
	background-color:  #F2F1E8;
	background-image:  url("../images/background1.jpg");
	background-repeat: repeat-x;
	font-family: "Arial", "Tahoma", sans-serif;
	font-size:   12px;
	color:       #757575;
	margin:      0;
	padding:     0;
}

/* Body style for iframes within content area */
body.contentpane { background-image: none;
                   background-color: transparent; }

p {
	margin-top:    0;
	margin-bottom: 8px;
}

.clearall { 
	clear:         both;
	height:        1px;
	margin-bottom: -1px;
	overflow:      hidden; 
	/* IE ignores overflow:hidden */
	font-size:     1px;
	line-height:   1px;
}


/*--- (Tables used for column layout) ---*/

.layout-table {
	border: 0;
}
table.layout-table {
	border-spacing:  0;
	border-collapse: collapse;
	padding:  0;
	width:    100%;
}
td.layout-table {
	vertical-align: top;
	padding: 0;
}

/* Remove default "spacing" from tables */
table {
	border-spacing:  0;
	border-collapse: collapse;
}
td {
	padding: 0;
}

/*--- Links ---*/

a {
	color:#009999;
	text-decoration:underline;
}

a:hover {
	color:#009999;
	text-decoration:none;
}

/*--- Bulleted lists ---*/

ul {
	padding-left: 0;
	margin-left:  2px;
}

ul li {
	margin-left:      15px;
        margin-bottom: 10px;
	list-style-image: url("../images/bullet.gif");
}

/*----- Page layout -----*/

#page {
	width:  758px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-left:     57px;
	padding-right:    57px;
}

#main-box {
	border: 16px solid #009999;
}

/*--- Header ---*/

#modulerow-pagetop {
	font-size: 11px;
	margin:    4px 0;
}
#modulerow-pagetop td {
	vertical-align: bottom;
}

#modulearea-pagetop-l,
#pagetop-today {
	width: 198px;
}
#modulearea-pagetop-r {
	width: 380px;
}

#header {
	height: 222px;
	width:  726px;
	border-bottom: 10px solid #009999;
}

/*--- Body: Left column ---*/

#left-column {
	width: 188px;
}

/*--- Body: Main column ---*/

#content-area {
	margin:18px 25px 6px 25px;
}

/*--- Body: Right column ---*/

#right-column {
	width: 188px;
}

/*--- Footer ---*/

#footer
	font-size:   11px;
}

p.copyright {
	font-size:   11px;
	text-align:  center;
	margin:      5px 10px 20px 10px;
	white-space: pre-wrap;
}

/*-------Kaeko added for F.F. --------*/
#footer p {
        font-size:   11px;
	text-align:  center;
	margin:      5px 10px 20px 10px;
        padding-bottom:20px;
	white-space: pre-wrap;
}

#footer a {
        color:#757575;
        font-size:11px;
        text-decoration:none;
}


#footer a:hover {
        color:#757575;
        font-size:11px;
        text-decoration:underline;
}
/*-------Kaeko end --------*/

/*----- Content -----*/

.contentheading,
.componentheading {
	color:       #009999;
	font-size:   22px;
	font-family: "Arial", "Tahoma", sans-serif;
	font-weight: normal;
}

/* Stories not in blogs */
.contentheading {
	padding-bottom: 7px;
}

.blog .contentheading {
	font-size:     14px;
	padding-bottom: 4px;
}

.blog .contentheading a {
	text-decoration: none;
}
.blog .contentheading a:hover {
	text-decoration: underline;
}

.blog div {
	padding-top:    15px;
	padding-bottom: 15px;
	border-bottom:  1px solid #dddbdb;
}
/* Sure would be nice if child selectors worked properly... IE. */
.blog div div {
	padding: 0;
	border: none;
}

/* Story metadata */
.createdate,
.modifydate {
	font-size: smaller;
}

.small {
	font-size: smaller;
}

.article_seperator {
	display: none;
}

/* "Read more" links */
a.readon {
	 font-family:     "Verdana", "Arial", "Helvetica", sans-serif;
	 font-size:       12px;
	 color:           #009999;
	 text-decoration: none;
	 font-weight:     bold;
}
a.readon:hover,
a.readon:active  {
	 text-decoration: underline;
}


/* Filter / sort / limit widgets for "Table" style section and category listings */
table#item-list-controls { }

.blog_more {
}


/*----- Navigation Pathway ("breadcrumbs") -----*/

#breadcrumbs {
	margin-left: 25px;
}

.pathway {
	font-size:9px;
	font-family: "Arial", "Helvetica", sans-serif;
}

.pathway a {
	color:#757575;
	text-decoration:underline;
}

.pathway a.hover {
	color:#009999;
	text-decoration:underline;
}

.pathway img {
	vertical-align: bottom;
}

/*----- Modules -----*/

div.module,
table.moduletable {
	font-size: 11px;
}

/* Module title */
div.module h3,
div.module_box h3,
table.moduletable th {
	font-family: Tahoma;
	font-size:   12px;
	font-weight: bold;
	text-align:  center;
	margin-top:    0;
	margin-bottom: 7px;
}


/*--- "Box" modules (rounded box border; fixed width) ---*/

div.module_box {
	width:         176px;
	font-size:     12px;
	margin-top:    3px;
	margin-bottom: 12px;
}

.module-column div.module_box div {
	background-image:    url("../images/module_bottom.gif");
	background-repeat:   no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-bottom: 9px;
}

.module-column div.module_box div div {
	background-image:    url("../images/module_top.gif");
	background-repeat:   no-repeat;
	background-position: top;
	padding-top: 9px;
	padding-bottom: 0;
}
.module-column div.module_box div div div {
	background:   #ffffff;
	border-right: 1px solid #006e6e;
	border-left:  1px solid #006e6e;
	padding:      0 10px;
}
.module-column div.module_box div div div div {
	border:     none;
	padding:    0;
}

/*--- "Title" modules (with fancy title bar; fixed width) ---*/

div.module_title {
	margin-bottom: 3px;
}

div.module_title h3 {
	font-family: "Tahoma", "Arial", sans-serif;
	text-align:  center;
	color:       #ffffff;
	font-size:   17px;
	font-weight: normal;
	width:       176px;
	height:      30px;
	margin:      0;
	padding-top:    7px;
	padding-bottom: 0;
	background-image:  url("../images/module_bg.jpg");
	background-repeat: no-repeat;
}

/* Margins for modules in left/right columns */
#left-column div.module_box,
#left-column div.module_title {
	margin-left: 12px;
}

#right-column div.module_box,
#right-column div.module_title {
	margin-right: 12px;
}


/*--- "Plain" modules ---*/

div.module_plain {
	margin:  0;
	padding: 0;
}
