

html * {
    margin: 0;
    /*padding: 0;
    SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */;
  }

/* GENERAL */


.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
  }


body {
    background: #fff;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
  }

p {
	display:block;
}
  
a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
  }


h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
  }

h2 {
  color: #006dba;
  font-weight: normal;
  font-size: 14px;
  margin: .0em 0 .3em 0;
}

h2 a:link,h2 a:visited, h2 a:hover {
  color: #006dba;

}
  
ul {
    padding-left: 15px;
  }


input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
  }


select {
    padding: 2px 2px 2px 0;
  }


textarea {
    width: 250px;
    height: 150px;
    vertical-align: top;
  }


input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
  }


.body {
    float: left;
    padding: 0 15px 10px 15px;
  }


#content {
    width:100%;
  }

/* NAVIGATION MENU */


.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
  }


.menuButton {
    font-size: 10px;
    padding: 0 5px;
  }


.menuButton a {
    color: #333;
    padding: 4px 6px;
  }


.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
  }


.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
  }


.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
  }

/* MESSAGES AND ERRORS */


.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px;
  }


div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
  }


div.errors ul {
    list-style: none;
    padding: 0;
  }


div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
  }


td.errors select {
    border: 1px solid red;
  }


td.errors input {
    border: 1px solid red;
  }

/* TABLES */

/*
table {
    border: 1px solid #ccc;
    width: 100%;
  }


tr {
    border: 0;
  }


td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
  }


th {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 5px 6px;
  }


th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
  }
*/

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
  }


th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
  }


th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
  }


.odd {
    background: #f7f7f7;
  }


.even {
    background: #fff;
  }

/* LIST */


.list table {
    border-collapse: collapse;
  }


.list th, .list td {
    border-left: 1px solid #ddd;
  }


.list tr:hover {
    background: #b2d1ff;
  }

/* PAGINATION */


.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
  }


.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
  }


.paginateButtons span {
    padding: 2px 3px;
  }

/* DIALOG */


.dialog {
    width:100%;
  }


.dialog table {
    padding: 5px 0;
  }


.prop {
    padding: 5px;
  }


.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
  }


.prop .value {
    text-align: left;
    width: 85%;
  }

/* ACTION BUTTONS */


.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
  }


.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
  }


.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
  }


.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
  }


.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
  }


.gwt-RichTextArea {
	width:100%;
	border:1px solid black;
  }

.hasRichTextToolbar {
    border: 0px;
  }


.gwt-RichTextToolbar {
    background: #e3e8f3 url(../images/hborder.png) repeat-x 0px -2003px;
    border-bottom: 1px solid #BBBBBB;
    padding: 3px;
    margin: 0px;
    border:0px;
  }


  .gwt-RichTextToolbar td, .gwt-RichTextToolbar th {
    font-family : verdana,arial,helvetica,sans-serif;
    font-size : 11px;
    line-height : normal;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    text-align : left;
    vertical-align : top;
  }


.gwt-RichTextToolbar .gwt-PushButton-up {
    padding: 0px 1px 0px 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-width: 1px;
  }


.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 1px 0px 0px;
    border-width: 1px;
  }


.gwt-RichTextToolbar .gwt-PushButton-down {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 1px;
    border-width: 1px;
  }


.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 1px;
    border-width: 1px;
  }


.gwt-RichTextToolbar .gwt-ToggleButton-up {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 1px 0px 0px;
    border-width: 1px;
  }


.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 1px 0px 0px;
    border-width: 1px;
  }


.gwt-RichTextToolbar .gwt-ToggleButton-down {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 1px;
    border-width: 1px;
  }


.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 1px;
    border-width: 1px;
  }


.cw-RichText {
    border: 1px solid #BBBBBB;
    padding:0px;
    border-spacing: 0px;
}
  
.cw-RichText table {
	padding:0;
	border:none;
}

table .cw-RichText {
	padding:0;
}

td .cw-RichText-toolbar {
	padding:0;
}

.forumText {
	line-height:normal;
}

.forumSubject {
	font-size:larger;
}

.forumTopicHeader {
	padding:5px;
	background-color:#f7f7f7;
}

.forumTopic {
	display:block;
}


img, iframe {
	border:medium none;
	margin-top:5px;
	margin-right:5px;
	margin-left:5px;
}

#mainframe iframe {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}

.topPanel {
    width: 990px;
  }


.topPanel-left {
    background-image: url(../images/bogenL.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 15px;
    height: 115px;
    padding: 0px 0px;
  }


.topPanel-right {
    background-image: url(../images/bogenR.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 15px;
    height: 115px;
    padding: 0px 0px;
  }


.topPanel-center {
    background-image: url(../images/gradient.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 115px;
    padding: 0px 0px;
    overflow: hidden;
  }


a.koniButton {
    background-image: url(../images/logo.png);
    width: 190px;
    height: 115px;
    display: block;
    float: left;
  }


a.infoButton,a.infoButton:visited {
    background-image: url(../images/infos.png);
    width: 113px;
    height: 115px;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: left;
    margin: 0px 3px;
  }


a.infoButton:hover,a.infoButton:active,a.infoButton:focus {
    background-image: url(../images/infosOver.png);
  }


a.chatButton,a.chatButton:visited {
    background-image: url(../images/chat.png);
    width: 98px;
    height: 115px;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: left;
    margin: 0px 7px;
  }


a.chatButton:hover,a.chatButton:active,a.chatButton:focus {
    background-image: url(../images/chatOver.png);
  }


a.forumButton,a.forumButton:visited {
    background-image: url(../images/forum.png);
    width: 101px;
    height: 115px;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: left;
    margin: 0px 7px;
  }


a.forumButton:hover,a.forumButton:active,a.forumButton:focus {
    background-image: url(../images/forumOver.png);
  }


a.gamesButton,a.gamesButton:visited {
    background-image: url(../images/games.png);
    width: 110px;
    height: 115px;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: left;
    margin: 0px 7px 0px 0px;
  }


a.gamesButton:hover,a.gamesButton:active,a.gamesButton:focus {
    background-image: url(../images/gamesOver.png);
  }

a.englishButton,a.englishButton:visited {
    background-image: url(../images/englishButton_new.png);
    width: 90px;
    height: 115px;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: right;
    margin: 0px 7px 0px 0px;
  }


a.englishButton:hover,a.englishButton:active,a.englishButton:focus {
    background-image: url(../images/englishButton_new.png);
  }

a.germanButton,a.germanButton:visited {
    background-image: url(../images/germanButton_new.png);
    width: 90px;
    height: 115px;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: right;
    margin: 0px 7px 0px 0px;
  }


a.germanButton:hover,a.germanButton:active,a.germanButton:focus {
    background-image: url(../images/germanButton_new.png);
  }

a.guestbookButton,a.guestbookButton:visited {
    background-image: url(../images/guestbook.png);
    width: 90px;
    height: 115px;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: left;
    margin: 0px 7px 0px 0px;
  }

a.guestbookButton:hover,a.guestbookButton:active,a.germanButton:focus {
    background-image: url(../images/guestbook.png);
  }



.borderLeft {
    background-image: url(../images/borderLeft.png);
    height: 4px;
  }


.border {
    background-image: url(../images/border.png);
    background-repeat: repeat-x;
    height: 4px;
  }


.borderRight {
    background-image: url(../images/borderRight.png);
    height: 4px;
  }


.mainPanel {
    width: 968px;
    min-height: 500px;
    padding-left: 0px;
    padding-top: 10px;
    vertical-align:top;
    background-color: #FFD4A6;
  }
  
.contentOuter {
  height:100%;
  width:100%;
  padding-left: 0px;
  padding-top: 10px;
  vertical-align:top;
  background-color: #FFD4A6;
}


.mainBorder {
    width:990px;
    border-bottom: 6px solid #FF8200;
  }


.mainBorderLeft {
    width:6px;
    background-color:#FF8200;
  }


.mainBorderRight {
    width:6px;
    background-color:#FF8200;
  }

.main {
    width: 990px;
    height:100%;
    position:absolute;
   	margin-left:-40%;
   	left:50%;
 
    /*left:50%;
    left:146px;
    margin-left:-495px;
    padding: 0px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;*/
  }
  
 .koni-Body
{
	width:990px;
	text-align: center;
}

.splitTable {
    height:100%;
    padding: 0px;
    margin:0px;
  }


.navigatePanel {
    padding-left : 10px;
    padding-right : 10px;
    vertical-align : top;
    min-width : 185px;
  }


.contentPanel {
    background-color: white;
    min-height: 490px;
    width:100%;
    padding: 8px;
    vertical-align:top;
  }

  .koni-StackPanel {
    width:183px;
  }

.koni-StackPanel .gwt-StackPanelItem {
    cursor:hand;
    cursor:pointer;
    width:183px;
    margin:0px;
    padding:0px;
  }


.koni-StackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
    background-image:url(../images/sp-topLeftFirst.png);
    background-repeat:no-repeat;
    width:8px;
    height:8px;
  }


.koni-StackPanel .gwt-StackPanelItem-first .stackItemTopRight {
    background-image:url(../images/sp-topRightFirst.png);
    background-repeat:no-repeat;
    width:8px;
    height:8px;
  }


.koni-StackPanel .stackItemTopLeft {
    background-image:url(../images/sp-topLeft.png);
    background-repeat:no-repeat;
    background-color:#ffbd79;
    width:8px;
    height:8px;
  }


.koni-StackPanel .stackItemTopCenter {
    background-image:url(../images/sp-topCenter.png);
    background-repeat:repeat-x;
    background-color:#ffbd79;
    height:8px;
  }


.koni-StackPanel .stackItemTopRight {
    background-image:url(../images/sp-topRight.png);
    background-repeat:no-repeat;
    background-color:#ffbd79;
    width:8px;
    height:8px;
  }

  .koni-StackPanel .gwt-StackPanelItem {
  	width:183px;
  }


.koni-StackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
    background-image:url(../images/sp-topRightBelow.png);
    background-repeat:no-repeat;
    width:8px;
    height:8px;
  }


.koni-StackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft {
    background-image:url(../images/sp-topLeftBelow.png);
    background-repeat:no-repeat;
    width:8px;
    height:8px;
  }


.koni-StackPanel .stackItemMiddleLeft {
    background-image:url(../images/sp-middleLeft.png);
    background-repeat:repeat-y;
    background-color:#ff8d15;
    width:8px;
  }


.koni-StackPanel .stackItemMiddleCenter {
    background-color:#ff8200;
    background-repeat:repeat-x;
  }


.koni-StackPanel .stackItemMiddleRight {
    background-image:url(../images/sp-middleRight.png);
    background-repeat:repeat-y;
    background-color:#ff8d15;
    width:8px;
  }


.koni-StackPanel .gwt-StackPanelContent {
    background-color:#ffffff;
    font-size:smaller;
    font-weight:normal;
    border-left: solid black 1px;
    border-right: solid black 1px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
  }


.koni-StackPanel .gwt-StackPanelContent a {
    font-size:small;
    font-weight:normal;
  }


.koni-StackPanelHeader a {
    color:black;
    text-decoration:none;
  }


p {
    margin-bottom : 1em;
    margin-top : 1em;
    padding-left: 5px;
  }

  
.koni-FormTextBox {
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	font-size:80%;
	line-height:normal;
	margin-bottom:0;
	margin-top:5px;
	padding-bottom:0;
}

.koni-FormLabel {
	clear:left;
	float:left;
	font-size:75%;
	font-weight:bold;
	margin-top:5px;
	padding:0.1em 10px 0 0;
	text-align:right;
	width:170px;
}

.koni-FormDescription {
	font-size:75%;
	margin:0;
	padding:0;
}

.koni-FormDisclaimer {
	font-size:80%;
	font-weight:bold;
	line-height:normal;
	margin-bottom:0;
	margin-top:5px;
	padding-bottom:0;
}

.koni-ChatName {
	font-weight:bold;
}

.koni-ChatJoin {
	color:#ff8c13;
}

.koni-ChatDiv {
	padding:5px;
}

.koni-Userlist {
	padding:5px;
	background-color:#ffedda;
}

.koni-ChatDecoratorPanel {
}

.koni-ChatDecoratorPanel .topLeft {
	background-image:url(../images/cp-topLeft.png);
	width:8px;
	height:8px;
}

.koni-ChatDecoratorPanel .topCenter {
	background-image:url(../images/cp-topCenter.png);
	width:8px;
	height:8px;
}

.koni-ChatDecoratorPanel .topRight {
	background-image:url(../images/cp-topRight.png);
	width:8px;
	height:8px;
}

.koni-ChatDecoratorPanel .middleLeft {
	background-image:url(../images/cp-middleLeft.png);
	width:8px;
	height:8px;
}

.koni-ChatDecoratorPanel .middleCenter {
	background-color:white;
}


.koni-ChatDecoratorPanel .middleRight {
	background-image:url(../images/cp-middleRight.png);
	width:8px;
	height:8px;
}

.koni-ChatDecoratorPanel .bottomLeft {
	background-image:url(../images/cp-middleLeft.png);
	width:8px;
	height:8px;
}

.koni-ChatDecoratorPanel .bottomCenter {
	background-color:#ff8c13;
	width:8px;
	height:8px;
}

.koni-ChatDecoratorPanel .bottomRight {
	background-image:url(../images/cp-middleRight.png);
	width:8px;
	height:8px;
}

.koni-HorizontalSplitPanel  {
	background-color:white;
	border:1px solid #ff8c13;
}

.koni-HorizontalSplitPanel .hsplitter {
	background-color:#ff8c13;
	cursor:hand;
	cursor:pointer;
}

.koni-TextInputPanel {
	width:766px;
}

.koni-TextInputPanel .top {
	height:0px;
	background-color:#ff8c13;
}

.koni-TextInputPanel .topLeft {
	background-image:url(../images/cp-middleLeft.png);
	width:8px;
	height:0px;
}

.koni-TextInputPanel .topRight {
	background-image:url(../images/cp-middleRight.png);
	width:8px;
	height:0px;
}

.koni-TextInputPanel .middleLeft {
	background-image:url(../images/cp-middleLeft.png);
	background-repeat:repeat-y;
	width:8px;
}

.koni-TextInputPanel .middleRight {
	background-image:url(../images/cp-middleRight.png);
	background-repeat:repeat-y;
	width:8px;
}

.koni-TextInputPanel .middleCenter {
	background-color:#ff8c13;
}


.koni-TextInputPanel .bottomLeft {
	background-image:url(../images/cp-bottomLeft.png);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
}

.koni-TextInputPanel .bottomCenter {
	background-image:url(../images/cp-bottomCenter.png);
	background-repeat:repeat-x;
	height:8px;
}

.koni-TextInputPanel .bottomRight {
	background-image:url(../images/cp-bottomRight.png);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
}


.koni-TextInput {
	width:98%;
	height:55px;
	background-color:#ffedda;
	border: 1px solid  #ff8c13;
}

textarea:focus {
	border: 1px solid  #ff8c13;	
}
/**
 * TabPanel 
 **/

.gwt-DecoratedTabPanel {
	padding:0px;
}

.gwt-DecoratedTabPanel .gwt-TabPanelBottom {
	padding:0px;
	border:none;
	width:100%;
}

.koni-ChatBar .tabTopLeft {
	 background-image:url(../images/sp-topLeftInactive.png);
	 background-repeat:no-repeat;
	 background-color:#ffbd79;
}

.koni-ChatBar .gwt-TabBarItem-selected  .tabTopLeft {
	 background-image:url(../images/sp-topLeftFirst.png);
	 background-repeat:no-repeat;
	 background-color:#ffbd79;
}

.koni-ChatBar .tabTopLeftInner {
	 width:8px;
	 height:8px;
}

.koni-ChatBar .tabTopRight {
	 background-image:url(../images/sp-topRightInactive.png);
	 background-repeat:no-repeat;
	 background-color:#ffbd79;
}

.koni-ChatBar .gwt-TabBarItem-selected .tabTopRight {
	 background-image:url(../images/sp-topRightFirst.png);
	 background-repeat:no-repeat;
	 background-color:#ffbd79;
}


.koni-ChatBar .tabTopRightInner {
	 width:8px;
	 height:8px;
}

.koni-ChatBar .tabTopCenter {
	 background-image:url(../images/sp-topCenterInactive.png);
	 background-repeat:repeat-x;
	 background-color:#ffbd79;
	 height:8px;
}

.koni-ChatBar .gwt-TabBarItem-selected .tabTopCenter {
	 background-image:url(../images/sp-topCenter.png);
	 background-repeat:repeat-x;
	 background-color:#ffbd79;
	 height:8px;
}


.koni-ChatBar .tabMiddleCenter {
	 background-color:#ffc990;
	 cursor: pointer;
	 cursor: hand;font-weight:normal;
	 
}


.koni-ChatBar .gwt-TabBarItem-selected .tabMiddleCenter {
	 background-color:#ff8200;
	 cursor: pointer;
	 cursor: hand;font-weight:bold;
}

.koni-ChatBar .tabMiddleLeft {
	 background-image:url(../images/sp-middleLeftInactive.png);
	 background-repeat:repeat-y;
	 background-color:#ffbd79;
	 width:8px;
}

.koni-ChatBar .gwt-TabBarItem-selected .tabMiddleLeft {
	 background-image:url(../images/sp-middleLeft.png);
	 background-repeat:repeat-y;
	 background-color:#ffbd79;
	 width:8px;
}


.koni-ChatBar .tabMiddleRight {
	 background-image:url(../images/sp-middleRightInactive.png);
	 background-repeat:repeat-y;
	 background-color:#ffbd79;
	 width:8px;
}

.koni-ChatBar .gwt-TabBarItem-selected .tabMiddleRight {
	 background-image:url(../images/sp-middleRight.png);
	 background-repeat:repeat-y;
	 background-color:#ffbd79;
	 width:8px;
}

html > body .koni-ChatBar .gwt-TabBarItem-wrapper {
	
	padding-left:2px;
	padding-right:2px;
}

.koni-ContentPanel {
	background-color:#ffd4a6;
	border-left: 6px solid #ff8200;
	border-right: 6px solid #ff8200;
	border-bottom: 6px solid #ff8200;
	padding-bottom:0px;
}

.koni-Content {
	background-color:white;
	min-height:500px;
}

h2 {
	margin-top:0px;
	padding-left:5px;
}

h3 {
	margin-top:0px;
	padding-left:5px;
}
 
.koni-DecoratorHead {
	width:100%;
}
 
.koni-DecoratorHead .topLeft {
	background-image:url(../images/sp-topLeftFirst.png);
	width:8px;
	height:8px;
}

.koni-DecoratorHead .topCenter {
	background-image:url(../images/sp-topCenter.png);
	height:8px;
}

.koni-DecoratorHead .topRight {
	background-image:url(../images/sp-topRightFirst.png);
	width:8px;
	height:8px;
}

.koni-DecoratorHead .middleLeft {
	background-image:url(../images/sp-middleLeft.png);
	width:8px;
	height:8px;
}

.koni-DecoratorHead .middleCenter {
	background-color:#ff8c13;
}


.koni-DecoratorHead .middleRight {
	background-image:url(../images/sp-middleRight.png);
	width:8px;
	height:8px;
}

.koni-LinkPanel {
	border: 1px solid black;
	background-color: white;
	padding:5px;
	margin-left:10px;
	margin-right:10px;
	width:185px;
}

.channel-listElement {
    border: 1px solid black;
    width:750px;
    margin-bottom:10px;
    background-color : white;
  }


.channel-Title {
    font-size : large;
    font-weight : bold;
    padding:5px;
	background-color:#ffd4a6;
  }


.channel-Body {
    background-color : white;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
  }

.channel-Close {
	font-size:small;
	text-align:right;
}

.channel-Buttons {
    padding-right : 5px;
    padding-bottom: 5px;
    text-align : right;
  }

#chatarea {
	min-width:100%;
	min-height:500px;
}

.koni-PushButton {
	border: 1px solid black;
	margin-left:3px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0 10px;
		
	font-size:75%;
	font-weight:bold;
		
	cursor: hand;
	cursor: pointer;
		
	background: #FFBE7A url(../images/button.png) repeat-x scroll 0 0;
}
  
  .koni-PushButton-up-hovering {
  	background-color:#FFBE7A;
  	background: #FFBE7A url(../images/button.png) repeat-x scroll 0 -50px;
  	
  	
  }

  
  