/*

top bar blue: 1480B9
cape yamu island blue: ECF4F9
main bars blue: C4DFED
body cells blue ECF4F9

main font blue: 7B8C9C

old font blue: 3E668A
*/

body, td, th, p {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	margin-top: 0px;
	color: #7B8C9C;
	/* color: white; */
}

body {
	margin:0px;
	margin-bottom: 5px;
	background:#FFFFFF;
	/*  background:#7C8C9B;  */
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

img { border: none; }

a { color: #7B8C9C; }

a:hover {
	text-decoration: none;
}
#body_container {
	width:776px !important;
	width:778px;
	margin:auto;
	border: 1px #CCCCCC solid;
	border-top: none;
	padding-bottom: 10px;
	background:#FFFFFF;
}
#header {
	/*
	border-top: 5px #1480B9 solid !important;
	border-top: 3px #1480B9 solid;
	*/

	padding: 3px;
	/* border-bottom: 1px #7B8C9C solid; */
	background: #FFFFFF;
	color: #7B8C9C;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
}
.auth_history {
	font-size: 9pt;
	padding-right: 5px;
	color: #7B8C9C;
}
.auth_links {
	font-size: 9pt;
	line-height: 1.3em;
	color: #7B8C9C;
}
.auth_links a {
	font-weight: bold;
	text-decoration: none;
	color: #7B8C9C;
	/*
	padding-left:2px;
	padding-right:2px;
	*/
}
.auth_links a:hover {
	/*
	color: #7B8C9C;
	background:#DDDDDD;
	*/
	color: #FF0000;
}
.tweak1 {
	padding:0px;
}
#titlebar {
	padding: 4px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background: #FFFFFF;
	color: #7B8C9C;
	font-weight: bold;
	font-size: 105%;
}
#menu_1 {
	padding: 4px;
	border-bottom: 1px #CCCCCC solid;
	background: #FFFFFF;
	color: #7B8C9C;
	text-align:center;
}
#menu_1 a {
	padding-left: 18px;
	color: #7B8C9C;
	font-weight: normal;
	text-decoration: none;
}
#menu_1 a:hover {
	background: url('arrow_blue.gif') no-repeat top left;
}
#menu_2 {
	padding: 4px;
	background: #FFFFFF;
	border-bottom: 1px #CCCCCC solid;
	text-align: left;
	color: #7B8C9C;
}
#menu_2 a {
	color: #7B8C9C;
	text-decoration: none;
}
#menu_2 a:hover {
	color: red;
}

#msg_bar {
	padding: 3px;
	background: #FFFFFF;
	border-bottom: 1px #CCCCCC solid;
	text-align: left;
	color: red;
}
#msg_bar a {
	color: red;
}


.body_title {
	padding-right: 10px;
	font-weight: bold;
	color: 7B8C9C;
}
#main {
	text-align: left;
	width: 98%;
	margin: auto;
	padding: 5px;
}

li {
	line-height: 16px;
}
.sub_title {
	color: #7B8C9C;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* form1 */
table.form1 th, td {
	color: #7B8C9C;
	padding: 3px;
}
table.form1 th {
	text-align: right;
}
table.form1 a {
	color:#7B8C9C;
}
table.form1 td.explanation {
	font-size: 8pt;
}
table.form1 td.section_header {
	font-weight: bold;
	background: #D1E3EF;
	border: 1px #C4DFED solid;
}

/* form_settings */
table.form_settings th, td {
	color: #7B8C9C;
	padding: 3px;
	font-size: 9pt;
}
table.form_settings th {
	text-align: left;
}
table.form_settings a {
	color:#7B8C9C;
}
table.form_settings td.explanation {
	font-size: 8pt;
}
table.form_settings td.section_header {
	font-weight: bold;
	background: #D1E3EF;
	border: 1px #C4DFED solid;
}

/* mysettings */
table.mysettings th, td {
	color: #7B8C9C;
	padding: 3px;
	font-size: 8pt;
}
table.mysettings th {
	text-align: right;
}
table.mysettings a {
	color:#7B8C9C;
}
table.mysettings td.section_header {
	font-weight: bold;
	background: #D1E3EF;
	border: 1px #C4DFED solid;
}
table.mysettings input.text {
	font-size: 8pt;
}

table.display {
	border-top: 1px #1480B9 solid;
	border-right: 1px #1480B9 solid;
}

table.display th, table.display td {
	padding: 4px;
	border-bottom: 1px #1480B9 solid;
	border-left: 1px #1480B9 solid;
}

table.display th {
	background: #ECF4F9;
}
table.display a {
	color: #7B8C9C;
	display: block;
	padding: 2px;
	text-decoration: underline;
}
table.display a:hover {
	background: #DDDDDD;
	color: #7B8C9C;
	text-decoration: underline;
}

table.display_smaller {
	border-top: 1px #7B8C9C solid;
	border-right: 1px #7B8C9C solid;
}

table.display_smaller th, table.display_smaller td {
	padding: 4px;
	border-bottom: 1px #7B8C9C solid;
	border-left: 1px #7B8C9C solid;
	font-size: 8pt;
}

table.display_smaller th {
	background: #EFEFEF;
}
table.display_smaller a {
	color: #7B8C9C;
	display: block;
	padding: 2px;
	text-decoration: underline;
}
table.display_smaller a:hover {
	background: #DDDDDD;
	color: #7B8C9C;
	text-decoration: underline;
}

/* pagination */
.pagination { text-align: center; /* margin-right: 200px; */ /* margin-left: 200px; */ }
.pagination a { font-size: 11px; color: blue; text-decoration: none; }
.pagination a:hover { color: red; }
.pagination ul { border: 1px solid #ccc; margin:0; padding:1%; margin-bottom:2%; list-style-type: none; background: #efefef; color: #3E668A; }
.pagination ul li { font-size: 11px; list-style-image: none; display:inline; padding-left: 1%; line-height: 1.2em; }

/* form inputs */
input.text {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	border: 1px #7B8C9C solid;
	background: white;
	padding: 2px;
	color: #7B8C9C;
}
textarea.textarea {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	border: 1px #7B8C9C solid;
	background: white;
	padding: 2px;
	color: #7B8C9C;
}
select {
	color: #7B8C9C;
	border: 1px #7B8C9C solid;
	/* padding: 1px 2px 1px 2px; */
}
option {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	color: #7B8C9C;
	/* padding: 1px 2px 1px 2px; */
}
select.front {
	color: #7B8C9C;
	border: 1px #7B8C9C solid;
	font-size: 8pt;
	/* padding: 1px 2px 1px 2px; */
}
select.front option {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #7B8C9C;
	/* padding: 1px 2px 1px 2px; */
}
.button {
	padding: 1px;
	background: #EFEFEF;
	border: 1px #7B8C9C solid;
	font-size: 11px;
	font-weight: bold;
	color: #7B8C9C;
}
checkbox {
	border: 1px #7B8C9C solid;
}

/*
an interesting trick for styling an hr in IE.
see http://www.sovavsiti.cz/css/hr.html
*/
div.hr {
	background: #CCCCCC;
	color: #CCCCCC;
	border: 0;
	height: 1px;
	width: auto;
	margin: 5px;
	margin-bottom: 10px;
	text-align: center;
	/*
	margin-top: 5px;
	margin-bottom: 5px;
	*/
}
div.hr hr {
	display: none;
}
.msg {
	border: 1px #CCCCCC solid;
	padding: 5px;
	margin: 5px;
}
#footer {
	text-align: left;
	font-size: 80%;
	color: #AAAAAA;
	padding: 5px;
	width: 750px;
	margin: auto;
	margin-bottom: 20px;
	border-top: 1px #CCCCCC solid;
}
#footer a {
}
#footer .credits {
	float: right;
}
#footer .credits a {
	color: #AAAAAA;
}
#footer .version {
	float: left;
}
td.index_layout {
	padding: 5px;
	border: 1px #1480B9 solid;
}
div.form_search_smaller {
	font-size: 80%;
	line-height: 10px;
}
div.form_search_smaller select {
	font-size: 100%;
}
div.form_search_smaller input {
	font-size: 100%;
}
div.form_search_smaller .button {
	height: 20px;
	font-size: 80%;
}

table.frontend_main_top td.greeting {
	font-weight:bold;
}
table.frontend_main_top td.villa_selector {
}

table.frontend_main_sections td {
	font-size: 8pt;

}
table.frontend_main_sections p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 8pt;
}
table.frontend_main_sections td a {
	font-size: 8pt;
}
/*
table.frontend_main_sections td.section {
	padding: 5px;
	border: 1px #CCCCCC solid;
}
*/

table.frontend_main_sections td div.header, table.frontend_main_sections td div.header a
{ font-weight: bold; text-align:center; font-size: 110%; margin-bottom: 8px; }

/* item */
div.item {
	font-size: 8pt;
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
	line-height: 1.4em;
}
div.item .desc_short {
	font-size: 8pt;
}
div.item .headline {
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 3px;
}
div.item .headline a {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
div.item .headline a:hover {
	text-decoration: underline;
	color: red;
}
div.item .datetime {
	font-size: 8pt;
	font-style: italic;
	margin-bottom: 5px;
}
div.img_left img {
	float:left;
	margin-left:0px;
	margin-right: 10px;
	overflow: auto;
}
table.vanilla td {
	border: 0px;
}

/* shadow */
.p-shadow1 {
  width: 95%;
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.p-shadow1 div.p-shadow2 {
  background: none !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
}

.p-shadow2 div.p-shadow3 {
  /* color: #555; */
  background-color: #fff;
  font: normal 1em verdana, arial;
  border: 1px solid #bbbbbb;
  padding: 5px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  font-size: 8pt;
}

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.section_title {
	font-size:105%;
	font-weight: bold;
	margin-bottom: 10px;
}
.section_title .normal {
	font-weight:normal;
	font-size: 90%;
}

.leftpad {
	padding-left: 30px;
}
span.num_docs {
	font-size: 10px;
	font-weight: normal;
}



