/* File: /stylesheets/controls.css (Modified: 3. september 2010 12:31:03) */

.dropdown .list {
	z-index: 1000;
  border: 1px solid #DDD; 
  border-top: 0px;    
  background-color: #FFF;
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
}

.dropdown .listAlt{
	z-index: 1000;
	margin-top:				2px;
  font-family: 			Verdana;
	font-size: 				11px;
	color: 						#292421;
	background-color:	#F0E3BF;
	border-top:				1px solid #777777;
	border-bottom:		1px solid white;
	border-left:			1px solid #777777;
	border-right:			1px solid white;
}

.dropdown .selected {
	background-color: #1EBFFF;
  /* background-color: #DDD; */
}

.dropdown .item {  
  vertical-align: middle;
  padding-left: 2px;
  cursor: pointer; 
  cursor: hand;      
}

.dropdown .itemAlt {
	background-color: #DADADA;
	vertical-align: middle;
  padding-left: 2px;
  cursor: pointer; 
  cursor: hand;   
}

.menu .selected {
	background-color: #7A736A;
  /* background-color: #DDD; */
}

.menu .item {
  vertical-align: middle;
  padding-left: 2px;
  cursor: pointer; 
  cursor: hand;
  color: #FFF;
}

.menu .itemtitle {
	color: #CCC;
	text-decoration: underline;
}

.widgetNoBorderWidth {
	width: 6px;
}

.widgetNoBorderHeight {
	height: 6px;
}

.widgetBoxTopLeft {
	_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_tl.png);
	height: 				6px;
}

[xmlns] .widgetBoxTopLeft {
	background: 		url(http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_tl.png);
}

.widgetBoxTopMiddle {
	_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_t.png,sizingMethod='scale');
	height: 				6px;	
}

[xmlns] .widgetBoxTopMiddle {
	background: 		url(http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_t.png);	
}

.widgetBoxTopRight {
	_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_tr.png);
	height: 				6px;
}

[xmlns] .widgetBoxTopRight {
	background: 		url(http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_tr.png);
}

.widgetBoxBottomLeft {
	_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_bl.png);
	height: 				6px;
}

[xmlns] .widgetBoxBottomLeft {
	background: 		url(http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_bl.png);
}

.widgetBoxBottomMiddle {
	_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_b.png,sizingMethod='scale');
	height: 				6px;
}

[xmlns] .widgetBoxBottomMiddle {
	background: 		url(http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_b.png);
}

.widgetBoxBottomRight {
	_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_br.png);
	height: 				6px;
}

[xmlns] .widgetBoxBottomRight {
	background: 		url(http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_br.png);
}

.widgetBoxLeft {
	_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_l.png,sizingMethod='scale');
	width: 				6px;
}

[xmlns] .widgetBoxLeft {
	background: 		url(http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_l.png);
}

.widgetBoxRight {
	_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_r.png,sizingMethod='scale');
	width: 				6px;
}

[xmlns] .widgetBoxRight {
	background: 		url(http://artogfx.cloud2.artodata.com/sitegfx/grafik/widgets/widg_box_r.png);
}

/* File: /Stylesheets/chat.css (Modified: 3. september 2010 12:31:03) */

.taskbar {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	/*background-color: #FBF7EE;*/
	height: 25px;
	width: 100%;
	
}

.taskbarElm{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
	border: solid 1px #AC956B;
	padding: 0px 6px 0px 0px;
	z-index: 1000;
}

.taskbar .tab {
	text-align: left;
	vertical-align: middle;
	color: Red;
	height: 16px;
	position: relative;
	float: right;
	border-left: solid 1px #B39465;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	cursor: hand;
	cursor: pointer;
	overflow: hidden;
}

.taskbar .closeAllTab {
	float: right;
	text-align: left;
	vertical-align: middle;
	border-left: solid 1px #B39465;
	cursor: hand;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
}

.chatInfoOnline {
	background-color: Green;
}

.chatInfoOffline {
	background-color: Red;
}
.chatInfoAway {
	background-color: Gray;
}

.window {
	position: fixed; /*left: 300px;*/
	z-index: 10000;
}

.window .framecontent {
}

.window .frameleft, .window .frameright {
	width: 1px;
	background-color: #AC956B; /*filter: 				alpha(opacity=5); 	  -moz-opacity: 		0.10; 	  opacity: 			0.10;*/
}

.window .frametop, .window .framebottom {
	height: 1px;
	background-color: #AC956B; /*filter: 				alpha(opacity=5); 	  -moz-opacity: 		0.05; 	  opacity: 			0.05;*/
}

.window .framecontent {
}

.window .top {
	/*border-bottom: 2px solid #dfd0b6;	  */ /*padding-left: 6px;*/ /*background-image: 	url(http://artogfx.cloud2.artodata.com/sitegfx/r3/gfx/box/header_34px.png); 	  background-repeat:   repeat-x;	 */
	padding-left: 4px;
	font-weight: bold;
}

.window .content {
	background-color: #F9F5EA;
}

.window .console {
	overflow: auto;
}

.window .console .watchMore{
	text-align:center;
	padding-top: 5px;
}

.window .statusBar {
	/*background-color: #F3EBD6;*/
	padding: 0px 3px;
}
.window .statusBar .chatStatusLabel {
	background-color: #F9F5EA;
	font-size: 10px;
	width: 128px;
}

.window .chatInfo {
	border-bottom: solid 1px #AC956B;
	margin-bottom: 5px;
	padding: 1px 2px;
}

.window .message {
	width: 223px;
	margin-bottom: 5px;
	padding: 0px 5px;
}
.window .message .messageUsername {
	text-align: left;
	font-size: 11px;
}
.window .message .systemName {
	text-align: center;
}
.window .message .messageTimestamp {
	text-align: right;
	font-size: 11px;
}
.window .message .messageContent {
}

.window textarea {
	background-color: White;
	color: Black;
}

.window .chatWebcamOptions{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.closeButton {
	width: 15px;
	height: 15px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://artogfx.cloud2.artodata.com/sitegfx/grafik/friends/icon_close.png);
}
 
[xmlns] .closeButton {
	background-image: url('http://artogfx.cloud2.artodata.com/sitegfx/grafik/friends/icon_close.png');
}

.chatAdContainer{
	background-color: #000000;
	background-image: url('http://artogfx.cloud2.artodata.com/sitegfx/gfx/ArtoGames/Mbg_onlinespill.jpg');
	background-repeat: repeat;
}

/* Arto Games */
.gameContainer{
	background-color: #000000;
	background-image: url('http://artogfx.cloud2.artodata.com/sitegfx/gfx/ArtoGames/Mbg_onlinespill.jpg');
	background-repeat: repeat;
	background-position: 0 500;
	overflow-x: hidden;
	overflow-y: auto;
}

.gameContent{
	/*background-image: url('http://artogfx.cloud2.artodata.com/sitegfx/gfx/ArtoGames/Mbg_onlinespill_top.jpg');*/
	background-repeat: no-repeat;
	/*width: 485px;*/
	/*height: 100%;*/
	vertical-align: middle;
	text-align: center;
	padding: 0px 8px;
	border-spacing: 0px;
}

.gameContent td{
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

.gameLabel{
	width: 136px;
	overflow: hidden;
	color: #F9F5EA;
	font-size: 10px;
	padding-top: 4px;
}

