/* CSS Document */

body,td,th {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
*/
	font-family: arial, "frutiger linotype","lucida grande",helvetica,sans-serif;
	color:#333;
	font-size: 12px;
}
body {
	background-color: #B08445;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
}


a{
color:#002C68;
text-decoration:underline;
}
a:hover{
color:#666666;
text-decoration:none;
}

a img{
border:none;
}



.word_image{
	background-color: #FFFFFF;
	padding: 20px;
	margin: 10px;
	border: 1px solid #B08445;

}

/*
a:link {
	color: #002C68;
}
a:visited {
	color: #002C68;
}
a:hover {
	color: #666666;
}
a:active {
	color: #CC6600;
}
*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #333333;
}
a {
	font-weight: bold;
}



.white_table {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 5px;
/* margin: 0 0 2em 0; */
white-space: normal;
}






#table_plain {
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
}

table.plainNoMargin {
width: 100%;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}


th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}

#white_table th.left {
text-align: left;
}

#white_table tr td.plainL {
border: 0px;
text-align: left;
}
#white_table tr td.leftL {
border-right: 1px solid #ddd;
text-align: left;
}
#white_table tr td.plainR {
border: 0px;
text-align: right;
}
#white_table tr td.plainC {
border: 0px;
text-align: center;
}

#white_table tr td {
border-right: 1px solid #ddd;
border-: 1px solid #ddd;
padding:4px 4px;
/* vertical-align:top; */
text-align: center;
}

#white_table tr.evenRow td {
background: #f4f4f4;
}
#white_table tr.altRow td {
background: #FFFFFF;
}






#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
overflow: auto;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}

input, textarea {
clear: both;
font-size: 14px;
font-family: inherit;
}

select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
clear: both;
color:#555;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

form {padding:0; margin:0; }

#create { float:right; padding-bottom: 0; }
#create form {padding: 1em 0 0 0; margin:0; }
#create ul { margin: 0 0 .5em 0; padding: 0; }
#create li { display:inline; list-style-type: none; padding: 0; margin: 0; }
#create input, #create textarea { display:inline; font-size: 14px; font-family: inherit; }
#create p { text-align:right; }


/* Dictionary Table Inside 2 Columns
----------------------------------------- */

.dictionary_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #f4efd7;
}

.dictionary_table td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #f4efd7;
}

.words_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
}

.words_table th{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #b08445;
}

.words_table td{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: #f4efd7;
}




/* Contact Us Form
----------------------------------------- */
#contact h1 { font-size: 1.5em; padding: .75em; }
#contact form { margin: 0; padding: 0; }
#contact fieldset { padding: 0 0 10px 10px; margin: 0 auto 1em auto;
border: 1px solid #939D80; width: 95%; /* width not necessary if you had
padding on content wrap */ }
#contact legend { font-weight: bold; font-size: 1.3em; padding-bottom:
8px; padding-right: 5px; padding-left: 5px; color: #333; background-color: inherit; }
#contact dt { float: left; width: 30%; text-align: right; padding: 5px
10px 0 0; }
#contact label.last { font-weight: bold; text-align: left; padding-left:
10px; }
#contact input, textarea, select { margin: 5px 0; border: 1px solid #a7a7a7; background-color: #e9e9e9; font-family: inherit; font-size: 1em; padding: 1px 3px; }
#contact input, textarea { width: 35%; }
#contact .required {border-color:#FF0000; background-color:#FFFFCC;}
background-color: #FDFE9A; width: 10%;} /* width not working*/
#contact p { text-align: center; }
#contact .error_message { margin: inherit; padding: inherit; display: inline; color: red; background-color: inherit; }
#contact .submitButton { margin: 0; padding: 2px; border: double medium #939D80; color: inherit; background-color: #e8f0d9; width: 10%; }