body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#content {
	text-align: left;
	width: 780px;
	margin:.5em auto .5em auto;
	padding : 0 10px 100px 10px;
}	
#footer {
	background-color: #efefef;
	border-top: 1px solid #000000;
	margin-top: 5em;
	padding: 5px;
}
#header {
	background-color: #333;
	border-bottom: 1px solid #000000;
	margin-bottom: 1em;
	padding: 5px;
	color: white;
}
div.frame {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    padding: 5px 10px 5px 10px;
    width: 66%;
	margin-top: 1em;
}
div.tip {
	background-color: #FFFFCC;
	background-image: url('/images/bulb.gif');
	background-position: 10px 15px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
	clear: both;
	color: #000000;
	font-size: smaller;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: .4em;
	padding-left: 50px;
	width: 66%;
}

div.tip p.lead {
	font-weight: bold;
	margin-top: 0;
}

div.tip p.seeAlso {
	margin-bottom: 0px;
	margin-top: 1.5em;
}

input.button {
	background: #666666;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #000000;
	border-top: 2px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
}

table.labelData {
	border-collapse: collapse; /*border: 1px solid #000000;*/
	empty-cells: show;
	font-size: small;
	table-layout: inherit;
}

table.labelData td {
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
}

table.labelData td.data {
	border: 1px solid #D9D9D9;
	vertical-align: top;
}

table.labelData td.head {
	background-color: #D5E2F5;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	text-align: center;
}

table.labelData td.label {
	background-color: #F5F5F5;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	font-weight: normal;
	text-align: right;
}

table.labelData tr.altRow {
	background-color: #E9EFFA;
}

table.styled {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
	empty-cells: show;
	font-size: small;
	table-layout: inherit;
}

table.styled .leftEdge {
	border-left: 1px solid #D9D9D9;
}

table.styled .rightEdge {
	border-right: 1px solid #D9D9D9;
}

table.styled .threaded {
	background-color: #E9EFFA;
}

table.styled .threadStart {
	background-color: #D5E2F5;
}

table.styled td {
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	white-space: nowrap;
}


table.styled th, table.styled th:hover {
	background-color: #F5F5F5;
	border: 1px solid #D9D9D9;
	color: #333333;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	white-space: nowrap;
}

table.styled tr.altRow {
	background-color: #E9EFFA;
}

table.styled tr.unresolved {
	font-weight: bold;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.debug {
	background: #000000;
	border: thin solid #999999;
	color: #00FF00;
	font-family: monospace;
	margin: 1em;
	padding: 1em;
}

.errorText {
	background: transparent;
	color: #CC0000;
	font: 12px Verdana, Arial, sans-serif;
}

#breadcrumbs {
	background-color: #F5F6BE;
	border-bottom: 1px solid #333333;
	color: #333333;
	cursor: pointer;
	margin-bottom: 5px;
	padding: 5px;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#content {
	margin: 15px;
}

td.folders {
	background-color: #E4EBF3;
	vertical-align: top;
}

div.folders {
	width: 160px;
		border-right: 1px solid #999;
		height: 100%;
}

#logo {
	border: 0;
	margin-right: 5px;
	vertical-align: middle;
}

#sectionDescription {
	background: transparent;
	color: #666666;
	font-size: 90%;
	font-weight: bold;
}

#sectionName {
	font-size: 110%;
	font-weight: bold;
}

h4 {
	margin-bottom : .25em;
	background-color : #EEE;
	margin-left, margin-right: 10px;
	border : 1px solid #999;
	padding: 2px 5px;
}

/* SurveyMonkey style */
.TextTiny {
    color: #000000;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}