﻿* {margin: 0; padding: 0;}

/* Common elements */
body {position: relative;}
body, input, textarea, select, button
{
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 2px;
}
a {color: #0000CC; font-weight: normal;}

.hr
{
	border-top: 1px solid #E0ECFF;
	margin: 4px;
}

/* Forms */
.form {font-size: 10px;}

/* Header */
#header {height: 100px;}
#header:after
{
	display: block;
	content: "";
	clear: both;
}

/* User panel */
#user-panel
{
		float: right;
		white-space: nowrap;
		padding: 3px;
}
#user-panel b, #user-panel a
{
	margin: 0 3px;
}

/* Top Menu */
#top-menu
{
	border-bottom: 1px solid #C9D7F1;
	margin-bottom: 2px;
	padding: 3px;
}
#top-menu a
{
	margin: 0 3px;
}

/* Logo */
#mail-logo
{
	display: block;
	width: 143px; height: 59px;
	background: url(../images/goog_mail_logo.png) no-repeat;
	font-size: 0;
	color: transparent;
	margin: 5px 5px 5px 20px;
	float: left;
}

/* Search form */
#search-form {margin-top: 15px;}

/* Left Column */
#left-col
{
	width: 180px;
	float: left;
	min-height: 1px;
}

/* Write mail link */
#write-mail
{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Folders list */
#folders
{
	list-style: none;
	line-height: 1.5;
	margin: 5px 0 0 5px;
}
#folders li {padding-left: 20px;}
#folders li.selected
{
	background: #C3D9FF;
	font-weight: bold;
	-moz-border-radius: 4px 0 0 4px;
}
#folders li.selected a {font-weight: bold;}
#folders a {outline: none;}

/* Labels */
#labels
{
	margin: 0 0 5px 5px;
	padding-left: 1px;
	line-height: 1.5;
}

/* Content Column */
#content-col
{
	margin: 0 5px 0 180px;
	border: 4px solid #C3D9FF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-height: 2px;
	background-color: #E0ECFF;
	min-width: 600px;
}

/* Content panel */
#content
{
	background-color: white;
	min-height: 300px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #cad4e6;
	overflow: hidden;
}

/* Actions panel */
.actions
{
	background-color: #E0ECFF;
	padding: 5px;
}

.button-actions:after
{
	display: block;
	content: "";
	clear: right;
}

/* Paginator */
.pages
{
	float: right;
	line-height: 2em;
	font-weight: bold;
}


/* Mail filters */
.mail-filters {margin: 5px 0; }

#mails-chain h2
{
	margin: 10px;
	display: inline-block;
	zoom: 1; /* обычный layout fix для ИЕ6 */
	*display: inline; /* для ИЕ 6, 7 */
}
#mails-chain .label
{
	display: inline-block;
	margin-right: 5px;
	font: 9px verdana,arial,sans-serif;
	cursor: pointer;
	zoom: 1; /* обычный layout fix для ИЕ6 */
	*display: inline; /* для ИЕ 6, 7 */
}
#mails-chain .label a
{
	display: inline-block;
	padding: 2px 5px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	text-decoration: none;
	zoom: 1; /* обычный layout fix для ИЕ6 */
	*display: inline; /* для ИЕ 6, 7 */
}
#mails-chain .label i
{
	border-style: solid;
	border-width: 1px 0;
	display: inline-block;
	overflow: hidden;
	padding: 1px 0;
	vertical-align: bottom;
	width: 1px;
	zoom: 1; /* обычный layout fix для ИЕ6 */
	*display: inline; /* для ИЕ 6, 7 */
}
#mails-chain .label b
{
	display: inline-block;
	padding: 2px 5px;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	zoom: 1; /* обычный layout fix для ИЕ6 */
	*display: inline; /* для ИЕ 6, 7 */
}
