/* CSS Document */

/* controls the default background colour and text used in the body area */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	padding: 10px;
	padding-top: 0px;
	margin: 0px;
	font-size: 90%;
	min-width: 700px;
} 

/* heading styles 1 & 2 - used in the header area */
h1 {
	font-family: Arial Black, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 275%; /*was 250%*/
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 130%; /*was 120%*/
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* heading styles 3 & 4 - used in the main page content area */
h3, h4 {
	font-family: Arial Rounded MT Bold, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
	margin-bottom: 0px;
}

h3 {
	font-size: 160%;
	margin-top: 5px;
	padding-bottom: 2px;
	border-bottom: solid #009999 1px;
}

h4 {
	font-size: 120%;
}

/* default style used for anchor <a> elements (links) not explicitly specified elsewhere */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Friends of CARESCO font style */
.friends {
	font-family: Brush Script MT, Brush Script Std, Mistral, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 120%;
}

/* page editor area styles */
fieldset {
	border: dashed #ff0000 1px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 3px;
	color: #000000;
	clear: both;	
}

legend {
	background-color: #ffffff;
	font-weight: bold;
	color: #009999;	
	padding-left: 2px;
	padding-right: 4px;
}

textarea {
	width: 100%;
	height: 310px;
	margin-bottom: 10px;
}

input {
	border: solid #009999 1px;
}

.jsonclick {
	font-size:70%;
	cursor:pointer;
	text-decoration:underline;
	float: right;
	margin: 0px;
	clear: both;
}

/* html tag reference area styles */
div.info {
	border: dashed #ff0000 1px;
	background-color: #eeeeee;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	color: #000000;
	clear: both;
	display: none;
	font-size: 10pt;
}

div.info table {
	color: #000000;
	margin-bottom: 2px;
	width: 100%;
}

div.info caption {
	background-color: #ffffdd;
	font-size: 11pt;
	font-weight: bold;
}

div.info td {
	font-family: Courier New, Courier, System;
	background-color: #ffffff;
	font-size: 10pt;
}

div.info a.link {
	color: #000000;
	float: right;
}

div.info a.link:visited {
	color: #000000;
}

div.info em {
	color:#0000ff;
	font-style: normal;
}

/*Contact form styles */
.contact_form div {
	margin: 0px;
	padding: 0px;
}

span.input_label {
	padding: 5px;
	float: left;
	width: 6em;
	font-weight: bold;
	clear: both;
}

span.input_area {
	padding: 5px;
	float: left;
	width: 100%;
}

span.input_area input {
	width: 80%;
}

span.input_area textarea {
	width: 80%;
	height: 100px;
}

div.checkboxes {
	margin: 20px 0px;
	clear: both;
}

div.checkboxes input {
	border: 0px;
}

div.buttons {
	text-align: center;
}

/* system message style */
div.msg {
	border: dashed #ff0000 1px;
	padding: 10px;
	background-color: #ffffdd;
	color: #ff0000;
	margin-bottom: 5px;
}


/* file download message style */
div.download {
	margin: 20px 10px;
	padding: 10px;
	border: solid #ffcc72 1px;
	background-color: #ffffdd;
	width: 30em;
}

/* horizontal divider element */
.divider {
	font-size: 80%;
	color: #ffffff;
	background: #009999;
	border-top: solid #ffcc72 2px;
	text-align: center;
	padding: 3px;
 	margin-bottom: 10px;
}

.divider a {
	color: #ffffff;
}

/* images embedded in blocks of text */
img.wrap_right {
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
}

img.wrap_left {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
}

img.border {
	border: solid #727272 1px;
}

/* formats table used in main page header area */
div.page_header {
	background-image: url("images/bg_shade_v.jpg");
// url("images/snowflakes3.gif");
	background-color: #bbdddd;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
}

div.page_header img {
	margin-right: 40px;
}

div.page_title {
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 5px;
	height: 120px;
	background-image: url("images/CARESCO_big_transparent_5.gif"); 
	background-repeat: no-repeat;
	background-position: 200px top;
}

/* line of links used at top of header */
div.header_top {
	text-align: right;
	padding-bottom: 5px;
}

span.top_links {
	font-size: 80%;
	width: 425px;
	height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
}

span.top_links a {
	color: #000000;
}

/* text resize box */
span.resize_box {
	border: solid #009999 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	float: right;
}

span.resize_box span {
	cursor: pointer;
}

/* formats used in main page footer area */
div.page_footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #009999;
	background-color: #bbdddd;
	padding: 5px;
/*	float: left;*/
	color: #000000;
	font-size: 80%;
}

div.page_footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.page_footer p a {
	color: #000000;
}

/* page footer area containing page counter */
span.page_counter {
	color: #000000;
	text-align: right;
	vertical-align: top;
	float: right;
}

span.page_counter a {
	color: #007272;
}

/* table containing everything between header and footer */
table.page_content {
	width: 100%;
	border-collapse: collapse;
}

/* table cells containing main page text and side menus */
td.main_box, td.left_box, td.right_box {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

td.main_box {
	background-color: #ffffff;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 10px;
}


td.main_box a {
	color: #cf5200;
}

td.main_box a:visited {
	color: #ff8200;
}

/* list of anchor elements on the links pages */
td.main_box p.links a {
	color: #007272;
	display: list-item;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 20px;
}

td.main_box p.links a:visited {
	color: #00aaaa;
}

td.left_box {
	padding: 0px;
	background-image: url("images/BG1.bmp");
/*	width: 202px;*/
}

td.right_box {
	padding: 0px;
	background-image: url("images/BG1.bmp");
/*	width: 220px;*/
}


/* menu headers */
div.menu_top {
	border-left:solid #999999 1px;
	border-right:solid #999999 1px;
	border-bottom: solid #ff9900 2px;
/*	border-bottom: solid #009999 2px;*/
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	background-color: #bbdddd;
	color: #000000;
	background-image: url("images/bg_shade_200_h.png");
/*	background-image: url("images/bg_grad_h_250c.bmp"); /* url("images/bg_grad_h.jpg"); */
}

div.menu_pic {
	border:solid #999999 1px;
}

/* format of menu links contained in left and right menus */
div.menu {
	border:solid #999999 1px;
	border-top: none;
	background-color: #ffffff;
}

div.extra_padding {
	padding-bottom: 10px;
}

div.menu a {
	display: block;
	background-color: #ffffff;
	border-left: solid #ffffff 3px;
	padding-top: 2px; /* was 3px*/
	padding-bottom: 4px; /* was 6px*/
	padding-left: 7px;
	padding-right: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #007272;
	margin-bottom: 0px;
}

div.menu a:visited {
	color: #00aaaa;
}

div.menu a:hover {
	color: #007272;
	text-decoration: underline;
	background-color: #ffeecc;
	border-left: solid #ff9900 3px;
	background-image: url("images/bg_shade_200_h.png");
}

/* Front page news items */
div.news {
	width: 220px;
	float: right;
	padding: 5px 10px 0px 10px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	border: solid #ffcc72 1px;
}

div.news h4 {
	text-align: center;
	background-color: #e0e0e0;
	margin: 0px;
}

div.news ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	height:335px;
	overflow:auto;
}

div.news li {
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url('images/CARESCO_logo_icon.gif') left top no-repeat;
}


/* banner ad placed below main menu */
div.banner {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* default table styles */
table.default { 
	margin-top: 20px;
	border: 1px solid #009999;
/*	border-collapse: collapse;*/
}

table.full_width {
	width: 100%;
	font-size: 70%;
}

table.default th {
	padding: 3px 6px;
	background-color: #009999;
	color: #ffffff;
}

table.default td {
	padding: 3px 6px;
	background-color: #bbdddd;
	vertical-align: top;
}

/*To-do list done items*/
ol em {
	color: #808080;
}

/*Float an object to top right of page */
.top_right {
	float: right;
}