body {
	background-color: #5087cf;
	color: silver;
}

a {
border-width: 0px;
color: #3b80dc;
font-weight:bold;
text-decoration:none;
}

a:link {
border-width: 0px;
color: #3b80dc;
}

a:hover {
border-width: 0px;
color: #3b80dc;
text-decoration:underline;
}

a:visited {
border-width: 0px;
color: #3b80dc;
}

a:active {
border-width: 0px;
color: #3b80dc;
}


#clinktasks {
	border-left-width: 5px;
	border-bottom-width: 0px;
	border-right-width: 5px;
	border-top-width: 5px;
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: solid;
	border-top-style: solid;
	color: white;
	background-color: #7899d5;
	text-align: center;
	margin: auto;
	background-repeat: no-repeat;
	height: 20px;
	width: 880px;
}

#logo {
	margin: auto;
	background-repeat: no-repeat;
	background-image: url(logo.jpg);
	border-color: silver;
	border-style: solid;
	border-width: 5px;
	height: 91px;
	width: 880px;
}

.tab{

	border-spacing: 3px 0px;

	border-right-color: silver;

	border-left-color: silver;

	border-bottom-color: silver;

	border-right-style: solid;

	border-left-style: solid;

	border-bottom-style: solid;

	border-right-width: 3px;

	border-left-width: 3px;

	border-bottom-width: 3px;

	background-repeat: repeat-x;

	font-weight: bold;

	color: white;

	background-image: url(tab.jpg);

}

.tabspace {
	width: 10px;
}


.spacer {
	padding-left: 10px;
	padding-bottom: 0px;
	margin: auto;
	height: 50px;
	width: 880px;
}

#content {
	width: 880px;
	margin: auto;
	border-color: silver;
	border-style: solid;
	border-width: 5px;
	color: black;
	background-color: white;
}



.menuholder {
	position: fixed;
	font-weight: bold;
	color: white;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 40px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(menu.gif);
}

.menuplaceholder {
	height: 40px;
}

.nav {
	font-size: 16px;
}

.catholder {
	background-color: #47648f;
	color: white;
	font-size: 13px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-top-color: black;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-repeat: repeat-x;
	background-image: url(cat.gif);
	width: 100%;
}

.cat {
	padding-top: 4px;
	padding-left: 10px;
}

.note {
	min-height: 60px;
	background-color: #a8a8a8;
	border-bottom-color: black;
	border-top-color: black;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-repeat: repeat-x;
	background-image: url(reminder.gif);
	width: 100%;
	color: black;
}

.tehnote {
	display: none;
}

.noteextend {
	min-height: 60px;
	background-color: #ababab;
	border-bottom-color: black;
	border-top-color: black;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-repeat: repeat-x;
	background-image: url(reminder.gif);
	width: 100%;
	color: black;
}

.catView {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	min-height: 30px;
	background-color: #47648f;
	border-bottom-color: black;
	border-top-color: black;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-repeat: repeat-x;
	background-image: url(cat.gif);
	width: 100%;
	color: white;
}

.title {
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 5px;
}

.button {
	border-bottom-color: white;
	border-top-color: white;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-top-width: 3px;
	margin: 0px;
	height: 30px;
	width: 100%;
	vertical-align: middle;
	background-color: #3182ff;
	color: #e6e8ff;
}

.text {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 15px;
}

.desc {
	font-size: 13px;
	padding-left: 10px;
}

.date {
	font-size: 13px;
	padding-left: 10px;
}

#catTextField {
	display: none;
}

.donate {
	min-height: 40px;
	border-color: white;
	border-width: 3px;
	border-style: solid;
	padding-top: 5px;
	margin: auto;
	color: white;
	background: #1e6cff;
	text-align: center;
	font-size: 11px;
	width: 300px;
}

