
/* Layout CSS
   --------------------
   
   Style name: Marva Default
   Created by: Tom Beddard
   Date: 14 Nov 2007
   Last update: 22 Nov 2007
   
---------------------------------- */

/* Темный фон окон (синий) */

.altcolor15 {
	background-color: #9ebef5;
	background-image: url('../images/altcolor15.png');
	background-repeat: no-repeat;
}

/* Заголовки внутри окон */

.altcolor12 {
	background-color: #9ebef5;
	background-image: url('../images/win_header.gif');
}

/* Панель чата */

.altcolor18 {
	background-color: #9ebef5;
	background-image: url('../images/toolbarchat2_blue.png');
}

.altcolor14 {
	background-color:#ece9d8;
	background-image: url('../images/altcolor14.png');
	background-repeat: repeat-y;
}

.altcolor17 {
	background-color:#ffffcc;
	background-image:url('../images/win_title.gif');
}

/* Выделенный посетитель */

.altcolor10 {
	background-color:#ffffcc;
	background-image:url('../images/op/visitor_bkgnd4.png');
}

a.toolbox_a:link {
	background-color:transparent; 
	border:1px solid;
	border-color: transparent;
	margin:0;
	width:20px;
	height:20px;
	padding:2px;
	text-decoration:none;
	}

a.toolbox_a:visited {
	background-color:transparent; 
	border:1px solid;
	border-color: transparent;
	margin:0;
	width:20px;
	height:20px;
	padding:2px;
	text-decoration:none;
	}

a.toolbox_a span {
	height:16px;
	vertical-align:middle;
	font-family:Tahoma;
	font-size:11px;
	line-height:12px;
	color:black;
	margin:0;
	padding:1px;
	cursor:hand;
	text-decoration:none;
	}

a.toolbox_a img {
	margin:0;
	padding:0;
	vertical-align:middle;
	}

a.toolbox_a:hover {
	background-color:#ffffff; 
	border:1px solid;
	border-color: rgb(59,97,156);
	text-decoration:none;
	}

* { margin: 0; padding: 0; }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

body { behavior:url("css/csshover.htc"); }	/* IE behaviour to enable :hover styles */

/* Layout blocks
---------------------------------- */
#main {
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	}

html>body #send { vertical-align: top; }


/* Form styles
---------------------------------- */
fieldset { 
	border: none;
	background-color: transparent;
	padding-bottom: 10px;
	}
fieldset dl { margin-bottom: 0px;}
fieldset dt { float: left; width: 100px; text-align: left; padding-top: 3px; }
fieldset dd { margin-left: 101px; font-size: 12px; vertical-align: top;}
fieldset dd span { margin-left: 20px; font-size: 11px; }
* html fieldset dd span { margin-left: 25px; }
label {
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	}

dd.textbox input {
	vertical-align: middle;
	margin-right: 0.5em;
	font-size: 12px;
	padding: 1px 2px;
	width: 265px;
	margin: 1px 0 2px 0;
	}
* html dd.textbox input { padding: 0 2px; margin: 0 0 3px 0; } /* IE tweak */

dd.online, dd.offline {
	padding: 3px;
	margin-bottom: 5px;
	}

dd select { 
	width: 72px;
	font-size: 10px;
	}
.message2 {
	width: 263px;
	height: 40px;
	padding: 3px;
	}




#copyright {
	position: absolute;
	top: 342px;
	right: 5px;
	font-size: 85%;
	text-align: right;
	}
* html #copyright { top: 347px; }

#options {
	position: absolute;
	padding: 4px 8px;
	margin: 0 -5px;
	left: 0;
	top: 337px;
	width: 100%;
	}

/* Typing */ 

#typing {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 10px;
	float: left;
	width: auto;
	}

#timer {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 10px;
	}


/* Send button rollover
---------------------------------- */
#send {
	width:90px;
	padding:0 5px 0 5px;
	height:23px;
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	}

#exit_button {
	width:70px;
	padding:0 5px 0 5px;
	height:23px;
	margin:0;
	margin-right:10px;
	font-family:Tahoma;
	font-size:11px;
	}

#send_mail {
	width:90px;
	padding:0 5px 0 5px;
	height:23px;
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	}

#send_mail_min {
	width:20px;
	padding:0 3px 0 3px;
	height:23px;
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	}

#button {
	width: 102px;
	height: 50px;		/* Button dimensions */
	background-position: 0 -51px;	/* Amount to move button to show roll-over state */
	background-repeat: no-repeat;
	}

/* Rolloff state */
#button a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
#button span { display:none; }
#button a:hover { background-image: none; }



/* General layout styles
---------------------------------- */
dl { margin-bottom: 8px; }

dd h4 {
	font-size: 11px;
	margin-bottom: 6px;
	}
* html dd h4 { margin-bottom: 4px; }

dd { margin: 1px 0 3px 0; }

dd a img {
	margin-right: 5px;
	vertical-align:middle;
	}



/* Admin styles
---------------------------------- */
#operator {
	padding: 8px 4px 4px 4px;
	}
#operator label{
	font-size: 10px;
	}
#operatorpanel {
	padding: 4px 0;
	}


/* Misc styles
---------------------------------- */
div.aux {
	position: absolute;
	top: 0;
	left: 0;
	}

/* Nice method for clearing floated blocks without having to insert any extra markup
   From http://www.positioniseverything.net/easyclearing.html */

.clearfix:after, #tabs:after, .row:after, fieldset dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hide from Mac IE, Windows IE uses this as it doesn't support the :after method above \*/
* html .clearfix, * html #tabs, * html fieldset dl { height: 1%; }
/* End hide */
