/* GENERIC */

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

body {
	padding: 10px;
	background: url(../images/gradientbg.jpg) repeat-x;
	font: .8em Arial, Helvetica, sans-serif;
}

p {
	/*margin-bottom: 10px;*/
}

.clear {
	clear: both;
}

.offScreen {
	top: -999px;
	position: absolute;
	overflow:hidden;
	height: 1px;
}

*:focus, a:hover, a:active, *.focus {
	background-color:black !important;
	color: yellow;
	outline: .2em solid yellow
}


/* APP STRUCTURE */

#mainAppContainer {
	width: 100%;
	margin: auto;
}

#header {
	min-height: 60px;
	padding-left: 70px;
	background: #FFFFFF url(../images/dog.jpg) no-repeat 5px center;
}

h1 {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: navy;
	margin-bottom: 10px;
	
}

h2 {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #333366;
	margin-bottom: 10px;
}

.gridLayout {
	display: table;
	border-collapse:separate;
	border-spacing: 5px;
	width: 100%;
	min-width: 800px;
}




.leftColumnCell, .rightColumnCell {
	display: table-cell;
	border: 1px solid black;
	border-collapse:collapse;
	padding: 10px;
	
	background-color: #FFFFFF;	
}

.leftColumnCell {
	width: 25%;
	margin-right: 10px;
}

.rightColumnCell {
	padding-left: 10px;
}

.gridRow {
	display: table-row;
}

#topRow {
	height: 8em;
}
#bottomRow {
	height: 20em;
}

#mainToolbar {
	/*margin-bottom: 15px;*/
}

#mainMessagePreview, #logPaneHH {
}

.pane {
	border: 1px solid black;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}

/* TOOLBAR*/


.toolBar {
	list-style: none;
	float: right;
}

.toolbar li{
	padding: 2px 2px 2px 22px;
	float: left;
	display: block;
	border: 1px solid #003333;
	background-repeat: no-repeat;
	background-position: 2px center;
	margin-left: 3px;
	background-color: white;
}

.buttonLink{
	padding: 2px 2px 2px 22px;
	border: 1px solid #003333;
	background-color: white;
}


.toolbar li:focus, .toolbar li:hover, .toolbar li.focused, input:focus, input:hover, input:active {
}

.a:focus, a:hover, a:active {
	
}

.cmd_delete {
		background-image: url(../images/email_delete.png);
}

.cmd_reply {
	background-image: url(../images/email_go.png);
}

.cmd_new {
	background-image: url(../images/email_open.png);
}

.cmd_spam {
	background-image: url(../images/bin.png);
}
	
/* SEARCH FORM */
	
.pane, .invisiblePane  {
	margin: 5px;
}

.searchControl {
	margin-right: 30px;
}

.searchControl label {
	font-weight: bold;
}

.noMarginBottom {
	margin-bottom: 0px;
}


/*

#mainMailListTable {
	height: 10em;
	margin-bottom: 15px;
	overflow: auto;
}
*/

.clearRow {
	display: none;
}