body {
	font-family: Arial, sans-serif;
}

#c5t_body {
    margin: 60px auto;
    background-color:#FFFFFF;
    text-align:center;
}

#c5t_body a:link,
#c5t_body a:visited,
#c5t_body a:active {
    text-decoration:none;
    color:#74A0FF;
}


#c5t_body a:hover {
    color:#74A0FF;
    text-decoration:underline;
}
#c5t_bodycontent{
    text-align:left;
    font-family: Arial, sans-serif;
    font-size:100%;
    line-height:140%;
}
.c5t_system {
    padding:10px;
    width:800px;
    margin-bottom:10px;
    border:1px solid #FF0000;
    background-color:#FFF8F8;
}

.c5t_debug {
    padding:10px;
    margin-bottom:10px;
    border:1px solid #0070C0;
    background-color:#ECF0FF;
}


.c5t_comment_form_background {
	clear: both;
	padding:8px;
	width: 450px;
	margin: 80px auto;
  border:1px solid #C0C0C0;
}

.c5t_comment_form_table {
  padding:5px;
  margin: 0 0 0 15px;
	background-color:#FFFFFF;
}

.c5t_comment_form_field {
	display: block;
		
}

.c5t_comment_form_field input,
.c5t_comment_form_field select {
   	width:355px;
		background-color:#FFFFFF;
    font-size:1em;
}
.c5t_comment_form_field textarea {
  	width:355px;
  	height: 105px;
		background-color:#FFFFFF;
   	font-size:1em;
}

.c5t_comment_form_label {
	margin-top: 15px;
  vertical-align:top;
}

.c5t_comment_list {
  margin-bottom:10px;
	width: 885px;
	overflow: hidden;
}

.c5t_comment_comment {
	clear: both;
}
.comment_info {
	float: left;
	width: 170px;
	padding-top: 10px;
}
.author {
	color: #333;
	font-weight: bold;	
}
.type {
	color: #304A0D;
}
.state	 {
	color: #999;
}

blockquote.comment {
	padding: 0 15px 0 0;
	margin: 0 0 30px 30px;
	border: 2px solid #ccc;
	width: 666px;
	float: left;
}

blockquote.comment .c5t_comment_item_text {
  margin: 0 0 10px -15px;
  padding: 10px 10px 10px 30px;
	background: url(image/comment_arrow.jpg) 0 8px no-repeat transparent;
	color: #666;
}



.c5t_comment_item {
  padding:5px;
	background-color:#FFFFFF;
	overflow:auto;
}

.c5t_comment_item_details {
    font-size:70%;
}

.c5t_comment_item_text {
    margin-top:10px;
    margin-bottom:10px;
}



.c5t_comment_form_submit input {
    margin-top:20px;
}
.c5t_comment_form_field .radio {
	width: 20px;
}
.c5t_comment_form_field .radio-label {
	margin-top: 3px;
}

.c5t_headline {
    font-size:110%;
}

.c5t_comment_item_title {
	margin:0 0 10px 0;
	font-weight:bold;
}


.c5t_error_message {
	color:#FF5F00;
}

.c5t_error_message_item {
	padding-bottom:0;
}



.c5t_installation_form {
	margin-bottom:30px;
}

.c5t_installation_form legend {
	font-weight:bold;
}

.c5t_installation_form_label {
	font-weight:bold;
	width:160px;
}

.c5t_frontend_pagination {
	margin:15px 0 15px 0;
}

.c5t_frontend_pagination a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#0000ff;
}

.c5t_frontend_pagination span {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}

.c5t_frontend_pagination form {
	display:inline;
}
.c5t_frontend_pagination input {
	cursor:pointer;
	border:1px solid #cccccc;
	padding:2px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#0000ff;
	background-color:#FFFFFF;
}


.c5t_link_button {
	margin:15px 0 35px 0;
}

.c5t_link_button a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}

.c5t_link_button a:hover {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#6898FF;
	background-color:#F4F9FF;
}

input[type="submit"] {
	    font-weight: bold;	
	    text-transform: uppercase;
	    text-decoration: none;
	    margin-top: 0;
			padding: 7px 20px;
			text-align:center;
			font-size: 14px;
			color: #ffffff;
			background-color:#304A0D;
}

input[type="submit"]:hover {
}

.c5t_link_submit_button a:link,
.c5t_link_submit_button a:visited {
    background-image:url(./image/button_background_large.gif);
    border:1px outset #8F8F8F;
    color:#000000;
	font-size:90%;
    text-decoration:none;
    padding:3px 5px;
}

.c5t_link_submit_button a:hover,
.c5t_link_submit_button a:active {
    border:1px inset #0000BF;
}




#c5t_language_selector {
    font-size:70%;
    line-height:140%;
    text-align:right;
    margin-bottom:25px;
}

#c5t_language_selector a {
    margin-left:5px;
}
