/* Elements */

a {text-decoration:none;color:#0000CC;}
a:hover {text-decoration:underline;}

BODY, HTML {
	background-color : white;
	font-family:Tahoma;
	font-size:8pt;
	margin:0px;
	color:black;
	padding: 0px; 
	border: 0px;
	height:100%;
	width:100%;
}

TD {
	font-family:Tahoma;
	font-size:8pt;
	color:black;
}

INPUT, SELECT {
	font-family:Tahoma;
	font-size:8pt;
	color:black;
}

/* Page Layout Classes */

.headerBar {
	position:absolute;
	height:82px;
	width:100%;
	z-index:900;
	border-bottom:1px solid black;
}

.headerBarPrint {
	height:82px;
	width:800px;
	border-bottom:1px solid black;
}

.navBar {
	position:absolute;
	vertical-align:middle;
	height:24px;
	background-color: #DBEAF5;
	border-top:1px solid black;
	border-bottom:1px solid black;
	top:82px;							/*header height + 1*/
	left:0px;
	z-index:1000;
	width:100%;
}

.navBarLeft {
	position:relative;
	float:left;
	padding-left:5px;
	height:18px;
	vertical-align : middle;
}

.navBarRight {
	position:relative;
	float:right;
	height:23px;
	line-height:23px;
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
}

.navButton2, .navButton2Sel {
	margin:2px 1px 1px 1px;
	height:20px;
	border:0px;
	padding:0px 3px 0px 0px;
	border:1px solid #DBEAF5;
	float:left;
}

.navButton2Sel {
	border:1px solid black;
	background-color : #F0FFFF;
	cursor:pointer;
}

.navButton2img {
	width:20px;
	vertical-align:middle;
	align:center;
	text-align:center;
}

.navButton2txt {
	vertical-align:middle;
}

.navSep {
	float:left;
	width:5px;
	line-height:19px;
	margin-top:2px;
	color:gray;	
}


.colTable {
	height:100%;
	width:100%;
	table-layout:fixed;
}

.leftCol, .rightCol {
	vertical-align:top;
	width:200px;
	text-align:top;
	padding-top:110px;
}

.leftCol {
	background-color: #9BC5E3;
	border-right:1px solid black;
	text-align:center;
	align:center;
}

.rightCol {
	border-left:1px solid black;
	background-color:#dddddd;
}

.centerCol {
	vertical-align:top;
	text-align:top;
	padding-top:108px;
}

.centerColFull {
	background-color: #DBEAF5;
	vertical-align:top;
	text-align:top;
	padding-top:110px;
}

.tenpxmargin {
	margin:10px 10px 10px 10px;
}

.twentypxmargin {
	margin:20px 20px 20px 20px;
}


.leftColInner, .centerColInner, .rightColInner {
	position:relative;
	overflow:auto;
	width:100%;
}

.centerColInner {
	overflow-x:hidden;
}

.centerColFolder {
	position:absolute;
	z-index:10000;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	border:2px solid black;
	overflow:scroll;
}

.centerColInnerNice {
	position:relative;
	overflow:auto;
	padding:0px 20px 0px 20px;
	background-color:#DBEAF5;
}

/* Mailcore Specific */

.listTitle {
	font-weight:bold;
	color:blue;
}

.listSubTitle {
	font-weight:normal;
	color:gray;
}

.genTitle {
	font-weight:bold;
	color:navy;
	background-image : url(images/blue_underline.gif);
	background-repeat : no-repeat;
	width:500px;
	height:17px;
	background-position : bottom;
	margin-top:10px;
	text-indent : 10px;
	margin-bottom:5px;
}

.rightColText {
	padding: 5px 10px 10px 10px;
}

/* Icon Classes */

.iconMailbox {
	width:42px;
	height:42px;
	background-image : url(images/icon_inbox.gif);
	background-repeat : no-repeat;
	background-position : center;
}

.iconAlias {
	width:42px;
	height:42px;
	background-image : url(images/icon_alias.gif);
	background-repeat : no-repeat;
	background-position : center;
}

.glanceTable {
	width:170px;
	table-layout:fixed;
}

.leftButton {
	height:20px;
	text-align : left;
	padding-left:10px;
	line-height : 20px;
}

.leftButtonImg {
	float:left;
	position:relative;
	width:16px;
	height:16px;
	top:2px;
	left:0px;
	line-height:0px;
	margin-right:6px;
}

.leftActionBox {
	width:170px;
	background-color: white;
	border:1px solid #3F3F70;
	padding-bottom:2px;
	padding-top:2px;
	margin-left:auto;
	margin-right:auto;

}

.leftActionBoxTitle {
	text-align:left;
	width:170px;
	background-color: #3F3F70;
	font-weight:bold;
	color:white;
	text-indent : 6pt;
	line-height:16px;
	padding:2px 2px 2px 0px;
	margin-left:auto;
	margin-right:auto;
}

.navButton {
	height:20px;
	text-align : left;
	padding-left:3px;
	line-height : 16px;
	border:1px solid #DBEAF5;
	float:left;
	margin-top:2px;
}

.navButtonImg {
	float:left;
	position:relative;
	width:16px;
	height:16px;
	top:1px;
	left:0px;
	line-height:0px;
	margin-right:2px;
}

.navButtonSel {
	height:20px;
	text-align : left;
	padding-left:3px;
	line-height : 16px;
	border:1px solid navy;
	margin-top:2px;
	cursor:pointer;
	background-color : #F0FFFF;
	float:left;	
}

.navSep {
	float:left;
	width:5px;
	line-height:16px;
	margin-top:2px;
	color:gray;	
}

.settingsTable {
	margin:10px 10px 10px 10px;
	width:80%;
}

.findForm {
	background-color:#DBEAF5;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid silver;
	height:50px;
}

.settingsTable TD {
	background-color:#DBEAF5;
}

.settingsTable TH {
	font-family:Tahoma, Arial;
	font-size:8pt;
	font-weight:bold;
	background-color:#9BC5E3;
}

.settingsSpacer {
	height:12px;
	background-color:white;
}

.error {
	color:red;
	margin:10px 10px 10px 10px;
}

.string {
	margin:10px 10px 10px 10px;
}

.splashScreena {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index : 5300;
	padding-top:151px;
	padding-left:200px;
	background-color:white;
	overflow: hidden;
	color:black;
	display:none;
}

.splashScreen {
	position:absolute;
	top:150px;
	margin-left:100px;
	width:300px;
	height:150px;
	padding:20px 20px 20px 20px;
	background-color:white;
	z-index : 5000;
	overflow: hidden;
	color:black;
	display:none;
	border:2px solid black;
	text-align:center;
	line-height:90px;
}

.folderBottom {
	background-color:#DBEAF5;
	height:24px;
}

.folderUnderline {
	background-color: #95C0E1;
	height:1px;
}

.folderItem {
	background-color:#FFFFCC;
	height:24px;
}

.folderItemRead {
	background-color:white;
	height:24px;
}

.folderItemDel {
	background-color:#EEEEEE;
	height:24px;
}


.folderItemDel TD {
    text-decoration:line-through;
}

.selCol {
	background-color:#9BC5E3;
}

.folderLegendFind {
	background-color:#DBEAF5;
	height:21px;
	width:100%;
	z-index : 99;
	overflow: hidden;

}

.folderLegend {
	background-color:#DBEAF5;
	height:21px;
	width:100%;
	z-index : 99;
	overflow: hidden;
	table-layout:fixed;
}

.messageLayout {
	width:100%;
	table-layout:fixed;
	margin-left:10px;
}

.messageBodyContainer {
	padding:5px 15px 0px 10px;	
}

.messageBody {
	position:relative;
	width:99%;
	border:1px solid silver;
	position:relative;
	overflow:scroll;
	background-color:white;	
	height:100px;
	overflow:scroll;
}


.messageBodyHTML {
	position:relative;
	width:100%;
	background-color:white;
	padding:0px;
	font-family : "Courier New", Courier, monospace;
	font-size:9pt;
	border:1px solid #7F9DB9;
	overflow:scroll;
}

.composeInput {
	width:500px;
}

.composeAttach {
	position:absolute;
	width:90%;
	height:350px;
	top:274px;
	left:21px;
	padding:10px;
	overflow: auto;
	color:black;
	display:none;
	border:1px solid #7F9DB9;
}

.fileInput {
	width:500px;
	height:20px;
	font-size:8pt;
}

.attList {
	positioning:relative;
	width:430px;
	height:100px;
	z-index : 128;
}

.warningBanner {
	color:red;
}

.foldermgtSelect {
	width:200px;
	height:200px;
	font-size:8pt;
	font-family:Tahoma;
}

.contactsSelect {
	width:300px;
	height:200px;
	font-size:8pt;
	font-family:Tahoma;
}

.genInput {
	width:100px;
}

.dropDown {
	position:absolute;
	top:21px;
	left:220px;
	height:300px;
	width:150px;
	border:1px solid gray;
	background-color:white;
	display:none;
	z-index: 1000;
}

.dropDownInner {
	margin:5px 5px 5px 5px;
	width:150px;
	height:300px;
	overflow:scroll;
}

.attFrontList {
	position:relative;
	top:2px;
	z-index:5000;
	width:90%;
	height:20px;
	overflow-y:auto;
}

.printMessage {
	margin:20px;
	padding:20px;
	border:1px solid silver;
	width:720px;
}

.printMessageBodyHTML {
	margin:20px;
	padding:20px;
	width:720px;
	height:4000px;
}
