/* - - - Custom Theme - - - */

/* ----- Logo ----- */
h1 a {
	background-image:url('../images/wflogo.png'); 
	min-height:0;
	height:40px;
}


/* ----- Backgrounds ----- */

h1{
	background-image:url('../images/title.gif'); 
	background-color:#e0ebe9;
	background-repeat: no-repeat;
}
#container, html.embed{
	background-color:#000000;
}

/* ----- Borders ----- */
#container{
	border:0 solid #cccccc;
}

/* ----- Typography ----- */
.info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
	margin: 15px; padding: 5px;
}

.info #menu{
	text-align:right;
	margin: 0px 0px 0px 20px;
}
.table1 { 
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #000000 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 
.table1 td { 
	border: 1px #000000 solid; /* セルの枠線（太さ・色・スタイル） */ 
} 
#dd { 
	background-color:#FFFFFF;
}
#cc { 
	background-color:#FFFFFF;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo input.file{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:inherit;
	color:#333333;
}
.safari .wufoo input.file{ /* Webkit */
	font-size:100%;
	font-family:inherit;
	color:#333333;
}
.wufoo .instruct small{
	font-size:80%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#ffffff;
}
.altInstruct .instruct, .wufoo li.leftHalf .instruct, .wufoo li.rightHalf .instruct{
	background:none;
	border:none;
}
.altInstruct .instruct small, .wufoo li.leftHalf .instruct small, .wufoo li.rightHalf .instruct small{
	color:#333333;
	background:none;
	border:none;
}

/* ----- Button Styles ----- */

.wufoo input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}

/* ----- Highlight Styles ----- */

.wufoo li.focused label.desc,
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label,
.safari .wufoo li.focused input.file{ 
	color:#000000;
}

/* ----- Confirmation ----- */

.confirm h2{
	font-family:inherit;
	color:#333333;
}
a.power{
	background-color:#3c6573 !important;
	border-color:#63848f !important;
	color:#FFFFFF !important;
}
.embed a.power{
	background-color:#e0d49d !important;
	border-color:#c7bc8b !important;
	color:#000000 !important;
}

/* ----- Pagination ----- */

.pg1 var, .pg2 var, .pg2 em, .page1 .pg2 var, .pg1 b, .wufoo .buttons .marker{
	font-family:inherit;
	color:#333333;
}

.pg1 var{
	border:1px solid #c7bc8b;
}
.pg1 .done var{
	background:#e0d49d;
}

.pg1 .selected var, .pg2 var, .pg2 var em{
	background:#e8b54d;
	color:#000000;
}
.pg1 .selected var, .pg2 td{
	border:1px solid #d1a345;
}

/* Likert Backgrounds */

.likert table{
	background-color:#f9ebae;
}
.likert thead td, .likert thead th{
	background-color:#e0d49d;
}
.likert tbody tr.alt td, .likert tbody tr.alt th{
	background-color:#efe2a7;
}

/* Likert Borders */

.likert table, .likert th, .likert td{
	border-color:#d9cc97;
}
.likert td{
	border-left:1px solid #c7bc8b;
}

/* Likert Typography */

.likert caption, .likert thead td, .likert tbody th label{
	color:#333333;
	font-family:inherit;
}
.likert tbody td label{
	color:#484848;
	font-family:inherit;
}
.likert caption, .likert tbody th label{
	font-size:95%;
}

/* Likert Hover */

.likert tbody tr:hover td, .likert tbody tr:hover th, .likert tbody tr:hover label{
	background-color:#e8b54d;
	color:#000000;
}
.likert tbody tr:hover td{
	border-left:1px solid #ba913e;
}

/* ----- Report Styles ----- */

.wufoo .wfo_graph h3{
	font-size:95%;
	font-family:inherit;
	color:#333333;
}
.wufoo .wfo_graph h3 span{
	color:#000000;
}
.wufoo .footer h4{
	color:#000000;
}
.wufoo .footer span{
	color:#333333;
}

/* ----- Number Widget ----- */

.wfo_number{
	background-color:#efe2a7;
	border-color:#d9cc97;
}
.wfo_number strong, .wfo_number em{
	color:#000000;
}

/* ----- Chart Widget Border and Background Colors ----- */

#widget, #widget body{
	background:#f9ebae;
}
.fcNav a.show{
	background-color:#f9ebae;
	border-color:#c7bc8b;
}
.fc table{
	border-left:1px solid #d9cc97;	
}
.fc thead th, .fc .more th{
	background-color:#d9cc97;
	border-right:1px solid #c7bc8b;
}
.fc tbody td, .fc tbody th, .fc tfoot th, .fc tfoot td{
	background-color:#f9ebae;
	border-right:1px solid #c7bc8b;
	border-bottom:1px solid #d9cc97;
}
.fc tbody tr.alt td, .fc tbody tr.alt th, .fc tbody td.alt{
	background-color:#efe2a7;
}

/* ----- Chart Widget Typography Colors ----- */

.fc caption, .fcNav, .fcNav a{
	color:#333333;
}
.fc tfoot, 
.fc thead th,
.fc tbody th div, 
.fc tbody td.count, .fc .cards tbody td a, .fc td.percent var,
.fc .timestamp span{
	color:#000000;
}
.fc .indent .count{
	color:#3b3b3b;
}
.fc .cards tbody td a span{
	color:#717171;
}

/* ----- Chart Widget Hover Colors ----- */

.fc .choices tbody tr:hover td, .fc .choices tbody tr:hover th,
.fc .data tbody tr:hover td, .fc .data tbody tr:hover th,
.fc .cards tbody td:hover{
	background-color:#e8b54d;
}
.fc tbody tr:hover th div,
.fc tbody tr:hover td,
.fc tbody tr:hover var{
	color:#000000;
}

/* ----- Payment Summary ----- */

.invoice thead th, 
.invoice tbody th, .invoice tbody td,
.invoice tfoot th,
.invoice .total,
.invoice tfoot .last th, .invoice tfoot .last td,
.invoice tfoot th, .invoice tfoot td{
	border-color:#d9cc97;
}
.invoice thead th{
	background:#efe2a7;
}
.invoice th, .invoice td{
	color:#000000;
}
#ppSection, #ccSection{
	border-bottom:1px dotted #999999;
}
#shipSection, #invoiceSection{
	border-top:1px dotted #999999;
}

/* Drop Shadows */
#bottom{
	visibility:visible;
}
