
@import url('reset.css');
@import url('base.css');
@import url('layout.css');
@import url('nav.css');
@import url('forms.css');
@import url('tables.css');
@import url('icons.css');

.message {
    margin: 0 10px 10px;
    padding: 5px 10px;
    background: #EEE;
    }
	.message p,
	.message li {
	    font-size:1.1em;
	    }
	.message li {
	    margin-bottom: 0;
	    }
ul.horizontal {
	font-size: 1em;
    text-align: center;
    }
    ul.horizontal li {
    	font-size: 1.1em;
        display: inline;
        margin: 0px 10px;
        padding: 0px;
        text-indent: 0;
		white-space: nowrap;
        }
        ul.horizontal li:before {
            content: "";
            }
.error {
    color: #F33;
	}
.disabled {
	color: #666666;
	}
.required {
    background: #FCFCCC;
    }
.invalid {
    border: solid 2px #900;
    }
.selected {
	background: #FEFCCC;
	}
.instruction {
    background:#ffc;
    color: #666;
    }
.visible {
    visibility: visible !important;
    }
.comment {
    font-size:0.8em;
	display: block;
    }
.collapsed {
    overflow: hidden;
    height: 0;
    }
.nested {
    margin-left: 20px !important;
    }
.nobr {
    white-space: nowrap;
    }
.route {
	margin-bottom: 1.2em;
	}
	.route dt {
		font-weight: bold;
		margin: 1em 0 0 0;
		}
		.route dt strong {
			font-size: 1.0em;
			position: relative;
			top: -0.0em;
			float: left;
			width: 2.5em;
			padding: 0 .3em 0 0;
			text-align: right;
            color: #313131;
			}
		.route dt a {
			font-weight: normal;
			}
    .route .image {
        float: left;
        width: 2.5em;
        text-align: right;
        margin: 0;
        }
	.route dd {
		margin: 0 0 0 3.0em;
		}
		.route dd.description {
			}
		.route dd.quest {
			font-style: italic;
			}
		.route dd.answer {
			display: none;
			margin: 0 0 0 3.5em;
			color: #999;
			}
		.route dd.history {
			display: none;
			}
			.route dd.history h4 {
				font-size: 1em;
				}
			.route dd.history div {
				padding: .2em .5em;
				background: #F9F9EE;
				border-left: solid 2px #9A9A9A;
				}
		.route dd.longanswer {
			display: none;
			}
			.route dd.longanswer h4 {
				font-size: 1em;
				}
			.route dd.longanswer div {
				padding: .2em .5em;
				background: #FEFECC;
				border-left: solid 2px #9A9A9A;
				}
			.route dd.longanswer p {
				font-size: 1em;
				margin: 1em 0 0;
				}
.partners {
    }
    .partners ins {
        display: inline-block;
        width: 200px;
        margin: 10px;
        vertical-align:top;
        text-align: center;
        }
        .partners ins em {
            font-style: normal;
            display: block;
            }