/* styles for survey pages */

body { 
	text-align: center; 
	background-color: #F4F4F4; 
	color: #646464;
}

table.big {
	border-collapse: collapse; 
	width: 710px; 
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000; 
	margin-top: 20px; 
	padding: 0;
}

td.top { 
	border-bottom:1px solid #000000; 
	background-image: url('../images/YGTop.jpg'); 
	background-repeat: no-repeat; 
	height: 100px; 
	background-position: right center;
	text-align: left; border-left-width:1px; border-right-width:1px; border-top-width:1px
}

tr.Dark {
	background-color: #CBCDCC; 
	color:#000000; 
	height: 35px;
}

tr.Light { 
	background-color: #FFFFFF;
	color:#000000; 
	height: 35px; 
}

tr.DarkSmallHeight {
	background-color: #CBCDCC; 
	color:#000000; 
	height: 20px;
}

tr.LightSmallHeight { 
	background-color: #FFFFFF;
	color:#000000; 
	height: 20px; 
}

tr.endDark { 
	background-color: #CBCDCC;
	color:#000000; 
	height: 35px; 
	border-top-style: solid; 
	border-top-width: 1px; 
	text-align : center;
}

tr.endLight { 
	background-color: #FFFFFF;
	color:#000000; 
	height: 35px; 
	border-top-style: solid; 
	border-top-width: 1px; 
	text-align : center;
}

h2 {
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 18px;
	font-weight : bold;
}

h3 { 
	text-align: Left; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: -10px;
	margin-top: 10px;
}

h4 { 
	text-align: feft; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: -10px;
	margin-top: 10px;
}

a:link, a:hover, a:visited {
	text-align : left;
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 13px;
	background-color: #FFFFFF; 
	color: #000000;
}

a:link.Dark, a:hover.Dark, a:visited.Dark {
	text-align : left;
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 13px;
	background-color: #CBCDCC; 
	color: #000000;
}

.qu 
{ 
	text-align: left; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	padding: 10px 
}
.content {
	padding : 10px;
	text-align : left;
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 13px;
}
.comment {
	padding : 10px;
	font-weight: bold; 
	text-align : left;
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 13px;
}

.an {
	padding : 10px;
	text-align : right;
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 13px;
	white-space : nowrap;
}

.batteryheadline {
	padding : 10px;
	text-align : center;
	vertical-align: bottom;
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 13px;
	font-weight : bold;
}

.centertop {
	padding : 10px;
	text-align : center;
	vertical-align: top;
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 13px;
	font-weight : bold;
}
.cellcenter {
	padding : 10px;
	text-align : center;
	vertical-align: middle;
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 13px;
	font-weight : bold;
}

.quote { 
	text-align: left; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 	
	font-style: italic; 
	padding: 10px 
}

/* styles for warning texts */
.warningDark {
	background-color: #CBCDCC; 
	color: #CC0000;
}

.warningLight {
	background-color: #FFFFFF; 
	color: #CC0000;
}

/* styles for progress bar */
table.progressBackground { 
	border-collapse: collapse; 
	width: 100px; 
	background-color: #FFFFFF; 
	border: 1px solid #000000; 
	margin-left: 20px; 
}

/* styles for priority lists */
input.PriorityDark { 
	background-color: #CBCDCC; 
	color: #000000; 
	text-align: center; 
	font-weight: bold; 
	border: 1px solid #000000 
}
input.PriorityLight { 
	background-color: #FFFFFF; 
	color: #000000; 
	text-align: center; 
	font-weight: bold; 
	border: 1px solid #000000 
}
.priorityheadline {
	padding : 10px;
	text-align : right;
	vertical-align: bottom;
	font-family : Arial, Helvetica,sans-serif ;
	font-size : 13px;
	font-weight : bold;
}
input.Bigradio, input.Bigcheckbox {
	width: 22px;
	height: 22px;
}

/* styles for images with links */

a:link img, a:visited img { border: 2px solid #CBCDCC }
a img {
	background-color: transparent;
	color: white
}