/* CSS Document */
#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 22px;
	background: url(../img/img03.gif) no-repeat left center;
	font-size: 18px;
}

#menu .first a {
	background: none;
}


#navigation ul {

	list-style: none;
}

#navigation li {
	padding: 0;
	padding-left: 15px;
	background: url(../img/img04.gif) no-repeat left center;
	font-size: .75em;
}

#navigation h2 {
	margin-top: 0;
	font-size: 1.4em;
}

/*others*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F6A63;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #492B21;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 180%;
	font-size: 1.2em;
}

p {
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #AC021C;
}

a:hover {
	border: none;
	text-decoration: underling;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}



/* Set up the basic layout and remove unsemantic br tags. */

form 	{
margin : 0;
padding : 0;
}

fieldset {
margin : 0;
padding : 1em;
border : 1px solid #ccc;
}

	fieldset div br {
	display : none;
	}

/* Style the legend, labels and the div containing the submit button. */

legend {
font-weight : bold;
color : #333;
margin : 0;
padding : 0.5em;
}

label {
display : block;

}





fieldset div {
margin : 0;
padding : 0;

}

	fieldset div.fm-optional {
	display : block;
	}

	fieldset div input {
	width: 150px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
	
	fieldset div select {
	font-family : "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size : 100%;
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
	
  fieldset div select.date {
	font-family : "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size : 100%;
	width: auto; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
	
	fieldset div.fm-req label:before {
	content: "* ";
	}

		fieldset div.fm-optional label:before {
		content: "";
		}
	
/* Optional fields. */

.fm-optional input {
border : 1px solid #ccc;

}
.fm-multi input {
border : 1px solid #ccc;
width: auto;
}
select.esp {
width: auto;
}
.fm-multi br {
display:block;
}



/* others */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice, .error-message{
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

#flashMessage{
 display:block;
 height:25px;
	margin: 5px 0;
	padding: 5px;
/*	background-color: #FF3300; */
	color : #FF3300;
	font-weight: bold;
}


/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}




/* table */


#tblad table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}
#tblad caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
#tblad td,#tblad th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
#tblad thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
#tblad tfoot th,#tblad tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
#tblad tfoot th {
	font-weight: bold;
}
#tblad tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#tblad tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#tblad tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
#tblad tbody th a:visited {
	color: #b98b00;
}
#tblad tbody th,#tblad tbody td {
	vertical-align: top;
	text-align: left;
}
#tblad tfoot td {
	border: 1px solid #996;
}
#tblad tbody tr:hover {
	background: #ffffd9;
}
#tblad tbody tr.new {
	font-weight: bold;
}
