/* CSS Document */
body, html {
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	background-image: url(images/skel_background.jpg);
	background-repeat: repeat-x;
	background-color: #FEFB00;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body.popup {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0px;
	text-align: justify;
	background:#eee none;
}
p{
	margin-bottom:15px;
	margin-top:5px;
	text-align: justify;
}
hr{
	margin-top:20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom:20px;
	background-color: #FFF;
}
/*==================================================*/
/* Tag Cloud
/*==================================================*/
.tag_cloud {
	padding: 10px;
	text-decoration: none;
	text-align:center;
}
.tag_cloud:link  {
	color: #D9D300;
}
.tag_cloud:visited {
	color: #D9D300;
}
.tag_cloud:hover { color:#8C8C00;}
.tag_cloud:active { color: #8C8C00;}



a.keywords {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	}
	
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-left: 2px;
	margin-top: 10px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
	margin-top: 5px;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:5px;
	margin-top: 5px;
}
.speach{
	color:#060;
}

/*==================================================*/
/* Lists
/*==================================================*/
ol{
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 3;
	margin-left: 0;
}
li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
}
#comparison table {
	
}
#comparison th {
	text-align:left;
	vertical-align:middle;
}
#comparison td {
	
}
#comparison ul#checked{
	list-style-type: none;
	padding: 0;
	text-align: right;
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 3;
	margin-left: 0;
}
#comparison  ul li{
	background-image: url(images/skel_icon_checkedbox.gif);
	background-repeat: no-repeat;
	background-position: 0% -1px;
	line-height: 23px;
	text-decoration:none;
	padding-left: 25px;
}
#comparison ul{
	list-style-type: none;
	padding: 0;
	text-align: left;
	text-decoration:none;
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 3;
	margin-left: 0;
}
#comparison  ul#checked li{
	background-image: url(images/skel_icon_checked.gif);
	background-repeat: no-repeat;
	background-position: 100% -1px;
	padding-right: 25px;
	line-height: 23px;
	text-decoration:none;
}

li.question {
	display:inherit;
	background-image: url(images/icon_q.jpg);
	background-repeat: no-repeat;
	background-position: 0% -1px;
	line-height: 23px;
	text-decoration:none;
	padding-left: 30px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	color: #D4392E;
	font-weight: bold;
	text-align: justify;
}
li.answer {
	display:inherit;
	list-style:none;
	background-image: url(images/icon_a.jpg);
	background-repeat: no-repeat;
	background-position: 0% -1px;
	line-height: 23px;
	text-decoration:none;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
}
li.tick{
list-style-image:url(/images/skel_tick.jpg);
}
/*==================================================*/
/* Boxes & Stuff
/*==================================================*/
blockquote {
	padding: 10px;
	width: 546px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 10px;
	text-align: justify;
}
blockquote#msg {
	padding: 10px;
	width: 546px;
	border: 1px solid #55B746;
	background-color: #EEE;
	margin: 10px;
	text-align: justify;
	color: #060;
}
/*==================================================*/
/* Forms
/*==================================================*/
form {
	margin:0px;
	color:#000000;
}
fieldset {
	border: #CCCCCC solid 1px;
	padding:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
legend {
	color:#CCCCCC;
	font-size: 10px;
}
label{
	float:left;
	width:105px;
	padding-top: 5px;
	padding-bottom: 5px;
}
input[type="text"] {
	width:150px;
	background: #F7F7F7;
	margin:2px;
	border: 1px solid #999;
}
textarea {
	width:450px;
	background: #F7F7F7;
	margin:2px;
	border: 1px solid #999;
}
select {
	width:154px;
	background: #F7F7F7;
	margin:2px;
	border: 1px solid #999;
}
input[disabled="disabled"] {
	background: #FFFFFF;
	margin:2px;
	border: 1px solid #cccccc;
}
input[type="text"].FldError, select.FldError, textarea.FldError {
	border:1px #FF3333 solid;
	background:#FF3333;
	margin:2px;
	color:#FFFFFF;
}
/*==================================================*/
/* Error styles
/*==================================================*/
.ErrBox  {
	border: #FF3333;
	padding: 5px;
	color: #FF3333;
}
.ErrText {

	background: #FF3333;
}
.HintBox  {
	border: #FF3333;
	padding: 5px;
	color: #093;
	font-weight: bold;
}
.HintText {
	background:#FFF;
	color: #093;
}





/* Footer */
#footer {
	display:block;
	margin-top: 10px;
	font-size: 11px;
	background-color: #E0E403;
}
#footer #credits {
	display:block;
	background-color: #C5C701;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#footer ul {
}
#footer li {
	margin:1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-decoration:none;
	}
#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-decoration:underline;
}
#footer #body {
	display:block;
	margin-left:auto;
	width: 580px;
	margin-right: auto;
	padding-left: 20px;
	clear: both;
}
#footer #address {
	padding:4px;
}

/* Other */

