/* -------------------------*/
/* Altered 2011-08-16 */
/* Problems with Search Button */
/*  and could not locate a button gif - removed alot of content  from below */
/* ----------------------------*/


/* Replacing: Style_Comments.css */
/* for Comments GS  */
/* UD 2011-03-26 - UD 2011-08-16  UD 2013-09-10 */


body {
	font-family:Verdana, sans-serif;
}

#c5t_body {
	margin:0 auto;
    width:500px; /* was 600 THIS SHIFTED THE TABLE RIGHT - YEA */
    background-color:#FFFFFF;
    text-align:right; /* was 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;/* was left */
    font-family:Verdana, sans-serif;
    font-size:100%;
    line-height:140%;
}
.c5t_system {
    padding:10px;
    width:500px; /* was 600 800 */
    margin-bottom:10px;
    border:1px solid #FF0000;
    background-color:#FFF8F8;
}

.c5t_comment_form_background {
	padding:2px; /* was 8px Outer Shadow Boader*/
	background-color:#F8F8F8;
	width:500px; /* was450px outside boarder*/
	margin-top:30px;
    border:1px solid #C0C0C0;
}

.c5t_comment_form_table {
    width:100%;
    padding:5px; /* was 5px */
	background-color:#FFFFFF;
}

.c5t_comment_form_field input,
.c5t_comment_form_field select,
.c5t_comment_form_field textarea {
    width:450px; /* was 400 395 375px */
	background-color:#FFFFFF;
    font-size:1.25em; /* was 1em */
}

.c5t_comment_form_label {
    vertical-align:top;
    width:150px;
}

.c5t_comment_list {
    margin-bottom:10px;
}



.c5t_comment_item_background {
	padding:2px; /* was 8px Outer Shadow Boader*/
	background-color:#F8F8F8;
	width:500px; /* was 450 */
	margin-top:30px;
    margin-bottom:10px;
    border:1px solid #C0C0C0;
}

.c5t_comment_item {
    padding:5px;
	background-color:#FFFFFF;
	overflow:auto;
}

/* -------------------------*/

/* insert table here */

/* experiment  start */


/*  experiment end */

/* ----------------------------*/


.c5t_comment_item_details { /* Name */
    font-size:110%; /*  was 70 %*/
	font-weight:bold; /* statement added */
}

.c5t_comment_item_text {
    margin-top:10px;
    margin-bottom:10px;
}



.c5t_comment_form_submit input {
    margin-top:20px;
}

.c5t_headline {
    font-size:110%;
}

.c5t_comment_item_title { /* Title */
	margin:0 0 10px 0;/* was 0 0 10px 0 -   10 */
	font-size:130%; /* statement added */
	font-weight:bold;
}


.c5t_installation_form {
	margin-bottom:30px;
}

.c5t_installation_form legend {
	font-weight:bold;
}

.c5t_installation_form_label {
	font-weight:bold;
	width:180px; /* was 160 */
}

.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;
}