.ts3_info {
	padding: 5px;
	padding-left: 40px;
	background-image: url(/web/media/img/icons/fugue/bonus/icons-32/information.png); 
	background-repeat:no-repeat;
	background-position:3px 3px;
	border-style:solid;
	border-width:1px;
	border-color: grey;
}

.ts3_assi {
	padding: 5px;
	border-style:solid;
	border-width:1px;
	border-color: grey;
}

.ts3_assi .step1{
	padding: 5px;
	padding-left: 35px;
	background-image: url(/web/media/img/icons/fugue/bonus/icons-24/application-sidebar.png); 
	background-repeat:no-repeat;
	background-position:3px 6px;
}

.ts3_assi .step2{
	padding: 5px;
	padding-left: 35px;
	background-image: url(/web/media/img/icons/fugue/bonus/icons-24/keyboard.png); 
	background-repeat:no-repeat;
	background-position:3px 6px;
}

.ts3_assi .step3{
	padding: 5px;
	padding-left: 35px;
	background-image: url(/web/media/img/icons/fugue/bonus/icons-24/terminal.png); 
	background-repeat:no-repeat;
	background-position:3px 6px;
}

.ts3_assi .step4{
	padding: 5px;
	padding-left: 35px;
	background-image: url(/web/media/img/icons/fugue/bonus/icons-24/wand.png); 
	background-repeat:no-repeat;
	background-position:3px 6px;
}

.ts3_assi .account_flyer{
	padding: 5px;
	padding-left: 35px;
	background-image: url(/web/media/img/icons/fugue/bonus/icons-24/tick.png); 
	background-repeat:no-repeat;
	background-position:3px 6px;
}

.ts3_assi .form_submit {
	padding:2px 4px 2px 18px;
	border:1px solid grey; 
	background-image:url(/web/media/img/icons/fugue/icons/user--plus.png); 
	background-repeat:no-repeat;
	background-position: 2px 2px;
	background-color: white;
	}
	
.ts3_assi .form_delete {
	padding:2px 4px 2px 18px;
	border:1px solid red; 
	background-image:url(/web/media/img/icons/fugue/icons/user--minus.png); 
	background-repeat:no-repeat;
	background-position: 2px 2px;
	background-color: white;
	}
	
.ts3_assi .form_field {
	padding:3px;
	border:1px solid grey; 
	background-color: white;
	}


.boardfeed {
	width: 300px;
	color: #4D2B1F;
	border-style:solid;
	border-width:2px;
	border-color: #635D61;
	float: right;
	line-height: 1.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.boardfeed .head {
	background-color: #635D61;
	color: white;
	padding: 3px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

.boardfeed .myrow {
	padding: 3px;
	margin: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.boardfeed .myrow:hover {
	background-color: #C1DEF5;
}

.boardfeed .myrow a {
	color: #635D61;
	font-size: 1.1em;
}

.boardfeed .date {
	text-decoration: none;
	font-size: 0.5em;
}

.boardfeed .desctext {
	font-style: italic;
	padding-left: 10px;
}

table.simple {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	width: 100%;
	-moz-border-radius: 4px;
	color: black;
}
table.simple th {
	border-width: 1px;
	padding: 2px 5px;
	border-style: dotted;
	border-color: gray;
	background-color: #6A8590;
	-moz-border-radius: 3px;
	
	color: white;
}
table.simple td {
	border-width: 1px;
	padding: 2px 5px;
	border-style: dotted;
	border-color: gray;
	background-color: #AFC0CA;
	
}

.message_yellow {
	padding: 5px;
	background-color: #F1BB37;
	color: #5E4062;
	border-style:dotted;
	border-width:1px;
	border-color: #DA9427;
}

.message_red {
	padding: 5px;
	background-color: #DC3522;
	color: #D9CB9E;
	border-style:solid;
	border-width:1px;
	border-color: #1E1E20;
	background-image:url(/web/media/img/icons/fugue/icons/exclamation-red-frame.png); 
	background-repeat:no-repeat;
	background-position: 3px 7px;
	padding-left: 24px;
	text-shadow: 0.1em 0.1em 0.2em black;
}

.thumb-up {
	background-image: url(/web/media/img/icons/fugue/bonus/icons-24/thumb-up.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.thumb {
	background-image: url(/web/media/img/icons/fugue/bonus/icons-24/thumb.png);
	background-repeat: no-repeat;
	background-position: center right;
}

table.ts3_viewer {
      width: 100%;
      border: 0px;
      border-collapse: collapse;
    }

    table.ts3_viewer tr.row1 {
      background: transparent;
    }

    table.ts3_viewer tr.row2 {
      background: #F9F9F9;
    }

    table.ts3_viewer td {
      white-space: nowrap;
      padding: 0px 0px 1px 0px;
      border: 0px;
    }

    table.ts3_viewer td.corpus {
      width: 100%;
    }

    table.ts3_viewer td.query {
      font-style: italic;
      color: #666E73;
    }

    table.ts3_viewer td.spacer {
      overflow: hidden;
    }

    table.ts3_viewer td.left {
      text-align: left;
    }

    table.ts3_viewer td.right {
      text-align: right;
    }

    table.ts3_viewer td.center {
      text-align: center;
    }

    table.ts3_viewer td.suffix {
      vertical-align: top;
    }

    table.ts3_viewer td.suffix img {
      padding-left: 2px;
      vertical-align: top;
    }

    table.ts3_viewer td.spacer.solidline {
      background: url('/web/media/img/ts3/images/viewer//spacer_solidline.gif') repeat-x;
    }

    table.ts3_viewer td.spacer.dashline {
      background: url('/web/media/img/ts3/images/viewer//spacer_dashline.gif') repeat-x;
    }

    table.ts3_viewer td.spacer.dashdotline {
      background: url('/web/media/img/ts3/images/viewer//spacer_dashdotline.gif') repeat-x;
    }

    table.ts3_viewer td.spacer.dashdotdotline {
      background: url('/web/media/img/ts3/images/viewer//spacer_dashdotdotline.gif') repeat-x;
    }

    table.ts3_viewer td.spacer.dotline {
      background: url('/web/media/img/ts3/images/viewer//spacer_dotline.gif') repeat-x;
    }
