@import url("layout.css");
@import url("album.css");

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	width: 100%;
}

body {
	width: 100%;
	background-color: #CBDF7E;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

span.space {
	margin: 0 5px 0 5px;
}

div.clear {
	clear: both;
}

/*******************************************************************************************/

div.rc-green {
	width: 100%;
	background-color: #B5D247;
	margin: 0 0 10px 0;
}

div.rc-ltgreen {
	width: 100%;
	background-color: #F0F6DA;
	margin: 0 0 10px 0;
}

div.rc-orange {
	width: 100%;
	background-color: #EB923E;
	margin: 0 0 10px 0;
}

div.rc-ltorange {
	width: 100%;
	background-color: #FBE9D8;
	margin: 0 0 10px 0;
}

div.rc-green span.top,div.rc-green span.top span,div.rc-green span.bottom,div.rc-green span.bottom span,
div.rc-ltgreen span.top,div.rc-ltgreen span.top span,div.rc-ltgreen span.bottom,div.rc-ltgreen span.bottom span,
div.rc-orange span.top,div.rc-orange span.top span,div.rc-orange span.bottom,div.rc-orange span.bottom span,
div.rc-ltorange span.top,div.rc-ltorange span.top span,div.rc-ltorange span.bottom,div.rc-ltorange span.bottom span
{
	height: 7px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	background-repeat: no-repeat;
}

div.rc-green span.top,div.rc-green span.top span,div.rc-green span.bottom,div.rc-green span.bottom span {
	background-image: url('../img/rc-green.gif');
}

div.rc-ltgreen span.top,div.rc-ltgreen span.top span,div.rc-ltgreen span.bottom,div.rc-ltgreen span.bottom span {
	background-image: url('../img/rc-ltgreen.gif');
}

div.rc-orange span.top,div.rc-orange span.top span,div.rc-orange span.bottom,div.rc-orange span.bottom span {
	background-image: url('../img/rc-orange.gif');
}

div.rc-ltorange span.top,div.rc-ltorange span.top span,div.rc-ltorange span.bottom,div.rc-ltorange span.bottom span {
	background-image: url('../img/rc-ltorange.gif');
}

span.top         { background-position: 0 0; }
span.top span    { background-position: 100% -7px; }
span.bottom      { background-position: 0 -14px; }
span.bottom span { background-position: 100% -21px; }


/*******************************************************************************************/

#left h1, #right h1 {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
}

#left h1 a {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	color: #000;
}

#left h1 a:hover {
	text-decoration: underline;
}

#left p, #right p {
	font-size: 9px;
	padding: 5px 10px;
}

#main h1, #main-wide h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 20px 0 20px;
}

#main h2, #main-wide h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 12px 20px 0 20px;
}

#main p, #main-wide p {
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
	padding: 17px 20px 0 20px;
}

#main p.small {
	font-size: 9px;
	line-height: 13px;
	text-align: left;
}

#main p.small-nop {
	font-size: 9px;
	line-height: 13px;
	text-align: left;
	padding: 0 20px;
}

#head-front a, #head-front a:link, #head-front a:visited, #head-front a:active {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#head-front a:hover {
	text-decoration: underline;
}

#right p a, #right p a:link, #right p a:visited, #right p a:active,
#left p a, #left p a:link, #left p a:visited, #left p a:active {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#left p a:hover, #right p a:hover {
	text-decoration: underline;
}

#footer-front a, #footer-front a:link, #footer-front a:visited, #footer-front a:active {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#footer-front a:hover {
	text-decoration: underline;
}

span.summary-header {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
}

span.summary-header a {
	color: #000;
	text-decoration: none;
}

span.summary-header a:hover {
	text-decoration: underline;
}

div.banner {
	font-size: 9px;
	color: #000;
	margin-bottom: 10px;
}

/*******************************************************************************************\
	LOGIN FORM
\*******************************************************************************************/

#left input {
	width: 132px;
	padding: 2px;
	margin: 1px 0;
	border: 1px solid #000;
	background-color: #FBE9D8;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#left input.login-button
{
	width: 2px;
	height: 2px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
}

/*******************************************************************************************\
	MAIN FORM
\*******************************************************************************************/

#main .fullwidth {
	width: 354px;
	margin: 10px 20px 0 20px;;
	font-size: 11px;
	line-height: 17px;
	padding: 2px;
	border: 1px solid #ccc;
	color: #000;
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#main table.tableForm {
	width: 100%;
	margin: 10px 0 0 0;
	empty-cells: show;
}

#main table.tableForm td.left {
	padding: 0 10px 5px 20px;
	width: 170px;
	text-align: right;
	font-weight: bold;
}

#main table.tableForm td.right {
	padding: 0 20px 5px 10px;
	width: 170px;
}

#main table.tableForm input.text {
	width: 164px;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 11px;
}

#main table.tableForm select.text {
	width: 170px;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 11px;
}

#main table.mainTable
{
	width: 360px;
	margin: 10px 20px 0 20px;
	empty-cells: show;
}

#main table.mainTable th
{
	font-weight: bold;
	text-align: left;
}

#main table.mainTable td
{
	padding: 2px 0;
}

.button-fade {
	height: 19px;
	background-color: #ccc;
	background-image: url('../img/button-fade.gif');
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #999;
}

/*******************************************************************************************\
	EDIT ALBUM
\*******************************************************************************************/

#main div.editAlbum-div {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 20px 0 20px;
	width: 338px;
	background-color: #fff;
}

#main div.editAlbum-div table
{
	width: 100%;
}

#main div.editAlbum-div table td.td-img
{
	width: 179px;
}

#main div.editAlbum-div table td.td-img img
{
	padding: 1px;
	border: 1px solid #000;
	background-color: #fff;
}

/*******************************************************************************************\
	IMPORT IMAGE
\*******************************************************************************************/


#importImage-table {
	width: 360px;
	margin: 10px 20px 0 20px;
}

#importImage-table tr {
	line-height: 21px;
}

#importImage-table tr.head {
	font-weight: bold;
}

/*******************************************************************************************\
	CONTROL PANEL
\*******************************************************************************************/

table.control-panel {
	width: 360px;
	margin: 0 10px 0 20px;
}

table.control-panel tr td {
	padding: 10px 10px 0 0;
}

table.control-panel tr td b {
	line-height: 21px;
	display: block;
}

table.control-panel tr td img {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

/*******************************************************************************************\
	CALENDAR
\*******************************************************************************************/

table.calendarTable
{
	margin: 0 auto;
	width: 240px;
	empty-cells: show;
	background-color: #fff;
}

table.calendarTable td
{
	text-align: center;
	width: 30px;
	height: 30px;
}

table.calendarTable td.title
{
	font-weight: bold;
	font-size: 14px;
	width: 180px;
}

table.calendarTable td.link
{
	cursor: pointer;
}

table.calendarTable td.week
{
	font-weight: bold;
}

table.calendarTable td.otherMonth
{
	background-color: #ccc;
}

table.calendarTable td.thisMonth
{
	background-color: #fff;
}

table.calendarTable td.thisMonthOld
{
	background-color: #fff;
	color: #ccc;
}


table.calendarTable td.event1,
table.calendarTable td.event2,
table.calendarTable td.event3,
table.calendarTable td.events,
table.calendarTable td.eventOld,
table.calendarTable td.eventsOld
{
	width: 28px;
	height: 28px;
	cursor: pointer;
}

table.calendarTable td.event1 {
	background-color: #f00;
	border-right:	1px solid #c00;
	border-bottom:	1px solid #c00;
	border-left:	1px solid #f33;
	border-top:		1px solid #f33;
}

table.calendarTable td.event2 {
	background-color: #f90;
	border-right:	1px solid #c60;
	border-bottom:	1px solid #c60;
	border-left:	1px solid #fc3;
	border-top:		1px solid #fc3;
}

table.calendarTable td.event3 {
	background-color: #ff0;
	border-right:	1px solid #cc0;
	border-bottom:	1px solid #cc0;
	border-left:	1px solid #ff3;
	border-top:		1px solid #ff3;
}

table.calendarTable td.events
{
	font-weight: bold;
	background-image: url('../img/plus.gif');
}

table.calendarTable td.eventOld,
table.calendarTable td.eventsOld
{
	color: #ccc;
	background-color: #eee;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-left: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
}

table.calendarTable td.eventsOld
{
	font-weight: bold;
}

/*******************************************************************************************\
	CALENDAR-LIST
\*******************************************************************************************/

div.calendarListEvent
{
	margin: 10px 20px 0 20px;
	border:1px solid #ccc;
	background-color: #fff;
	padding: 10px;
}

div.calendarListEvent span.title
{
	font-size: 12px;
	font-weight: bold;
	display: block;
}

div.calendarListEvent span.date
{
	margin: 3px 0 5px 0;
	font-size: 9px;
	display: block;
}

div.calendarListEvent span.text
{
	font-size: 11px;
	display: block;
}
