/* CSS Document */

body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;

	font-family: Arial, Verdana;
	font-size:1.4em;
	color:#555555;
	text-align:left;

	background-color:#ffffff;
  background-image:url(/images/gradient.gif);
  background-position: top center;
  background-repeat: repeat-x;
}


a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}

ol,ul {
}

li {
	list-style-image:url(/images/li.gif);
	line-height:20px;
	text-align:left;
}

#menu {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#77dd99;
	margin-bottom:0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	text-align:center;
	background-image:url(/images/menu.gif);
}

#menu a {
	color:#ffffff;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
}

#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #728d40;
	border-right:1px solid #e9ffb7;
	padding-left:9px;
	padding-right:9px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(/images/a_hover.jpg);
}

#gradient {
	width: 100%;
  background-image:url(/images/gradient.gif);
  background-repeat:repeat-x;

	margin-bottom: 20px;
}

#header {
  padding: 0 15px 0 15px;
  text-align: left;
}

#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000000;
	border-bottom:1px solid #eeeeee;
}

#content {
	width: 100%;
	margin: 0 0 0 0;
	text-align:left;
}

.clearer {
	clear:both;
}

#sidebar {
	width: 160px;
	font-size:95%;
	color:#6C534A;
	text-align:left;

	float: right;
  margin-right: 5px;
}

#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight: 1;

	border-bottom:1px solid #eeeeee;
  color: #dd5555;
	text-align: right;
}

.submenu {
	border-top:1px solid #eeeeee;
}

.submenu a {
	display:block;
	width:100%;
	background-image:url(/images/submenua.gif);
	background-position:right;

	background-repeat:no-repeat;

	padding:5px;
	padding-right:0;

}

.submenu a:hover {
	background-color:#eeeeee;
	background-image:url(/images/submenua_hover.jpg);
	background-repeat:repeat-y;
}

#mainbar {
  margin-left: 15px;
	margin-right: 180px;
  padding-right: 5px;

	background-image: url(/images/mainbar.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
}

#mainbar hr {
  width: 75%;
  text-align: center;
  height: 1px;
  color: #aaccaa;
  padding:0;
  margin-bottom: 20px;
}

/*
#mainbar p {
	padding:15px;
	line-height:20px;
}
*/

#quotes {
  margin: 0px;
  padding: 0px;
  padding: 0px;

  width: 100%;
  height: 100px;

  overflow: none;
}

#quotes .quote {
  height: 100%;
  width: 32%;
  float: left;
  padding: 5px;
  border: 1px dotted #559955;
  background-color: #ccffcc;
}

#footer {
	width:100%;
	background-color:#63cf8e;
	border-top:1px solid #3FB866;
	border-bottom:5px solid #3FB866;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;

  text-align: center;
}
#footer a {
  font-size: 10pt;
	color:#006600;
}
#footer a:hover {
	color:#009900;
}

@media print {
  #menu { display: none; }
  #sidebar { display: none; }
  #mainbar {
    margin: 0px;
    padding: 0px;
  }
  #header { display: none; }
  #footer {
    border: 0px;
  }
}

blockquote {
  border: 1px dotted #559955;
  background-color: #ccffcc;
  padding: 5px;
  margin-bottom: 20px;
}

#mainbar blockquote p {
  margin: 0px;
  padding: 0px;
}

#important_information {
  width: 50%;
  text-align: center;
  border: 1px solid #005500;
/*
  background-color: #63cf8e;
  color: #ffffff;
*/
  background-color: #77cc77;
	color:#000000;
}

#important_information a {
  color: #000000;
  text-decoration: underline;
}

#important_information p {
  padding: 5px;
  font-weight: bold;
}

#important_information li {
  list-style-image: none;
}

th {
  text-align: center;
  background-color: #63cf8e;
  margin: 0px;
  padding: 0px 5px 0px 5px;
  color: #ffffff;
}

.even_row {
  background-color: #ddffdd;
}
.odd_row {
  background-color: #ddddff;
}

.required {
  color: #ff0000;
  font-weight: bold;
}

#gifts_tosend {
  font-size: 7pt;
}

#gifts_receiving {
  font-size: 7pt;
}

#call_schedule {
  text-align: center;
/*  width: 650px; */
  height: 400px;
}

#call_schedule p {
  margin: 0;
  padding: 5px;
}

#call_schedule_day_0 {
  width: 13%;
  height: 100%;
  float: left;
  border: 1px dotted #ff0000;
  background-color: #ccccff;
}

#call_schedule_day_1 {
  width: 13%;
  height: 100%;
  float: left;
  border: 1px dotted #559955;
  background-color: #ccffcc;
}

#call_schedule_day_2 {
  width: 13%;
  height: 100%;
  float: left;
  border: 1px dotted #559955;
  background-color: #ccffcc;
}

#call_schedule_day_3 {
  width: 13%;
  height: 100%;
  float: left;
  border: 1px dotted #559955;
  background-color: #ccffcc;
}

#call_schedule_day_4 {
  width: 13%;
  height: 100%;
  float: left;
  border: 1px dotted #559955;
  background-color: #ccffcc;
}

#call_schedule_day_5 {
  width: 13%;
  height: 100%;
  float: left;
  border: 1px dotted #559955;
  background-color: #ccffcc;
}

#call_schedule_day_6 {
  width: 13%;
  height: 100%;
  float: left;
  border: 1px dotted #559955;
  background-color: #ccffcc;
}

/* Blog */

#blog {
}

#blog .blog_entry {
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #0000ff;
  background-color: #ccccdd;
}

#blog .blog_entry_subject {
  font-weight: bold;
  font-size: 16pt;
  border-bottom: 1px solid #999999;
}

#blog .blog_entry_body {
  padding-top: 10px;
  padding-bottom: 10px;
}

#blog .blog_entry_credit {
  border-top: 1px solid #999999;
  text-align: center;
  font-size: 8pt;
}

#blog_comments {
}

#blog_comments .blog_comment {
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #aaaaaa;
}

#blog_comments .blog_comment_body {
}

#blog_comments .blog_comment_credit {
  border-top: 1px solid #dddddd;
  font-size: 8pt;
  text-align: center;
}
