@import url(default_popup.css);
@import url(default_login.css);

/* global styling */
body { background-image: url(../images/skin/default/background.gif); }
body, table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; }

a,a:link,a:visited { color: #003300; text-decoration: none; }
a:active { color: #FF0000; }
a:hover { color: #000000; text-decoration: underline; }

h1 { font-size:22px; margin-top:0px; margin-bottom:5px; }
h2 { font-size:18px; margin-top:0px; margin-bottom:5px; }
h3 { font-size:12px; margin-top:0px; margin-bottom:5px; }

p { margin-top:0px; margin-bottom:9px;}


.editable {
	-moz-user-modify: read-write;
	-moz-user-input: enabled;
	-moz-user-select: normal;
}


/* page structure */
#containerTable {
	width: 768px;
}

#containerTable #topHalf {
	background-color: #FFFFFF; 	
}

#containerTable #topHalf .infoBar {
	background-repeat: no-repeat;
	background-image: url(../images/skin/default/contactDetails.gif);
	background-position: left bottom;
}

.infoBarHeight {
	height:32px;
}


#containerTable #menuArea {
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	height: 20px;
	background: #cccccc;
	padding-left: 10px;	
}

#containerTable #lhArea {
	width: 190px;
	vertical-align: top;
	background-image: url(../images/skin/default/lhArea_top.gif); background-repeat: no-repeat; 		
}

#containerTable #contentArea {
	padding-top:3px;
	padding-left:25px;
	padding-right:45px;
	vertical-align: top;
	background-image: url(../images/skin/default/contentArea_top.gif); background-repeat: no-repeat; 		
}

#containerTable #rhArea {
	width: 230px;
	padding-top:16px;
	vertical-align: top;
	background-image: url(../images/skin/default/rhArea_repeatx.gif);
	background-repeat: repeat-x; 		
	
}

#containerTable #footerArea {
	padding-left: 5px;
	padding-right: 5px;
}

#containerTable #footerArea a,#containerTable #footerArea a:link,#containerTable #footerArea a:visited {
	font-size:10px;
	color:lightgrey;
}

/* style specifics */
.titleBar {
	background-image: url(../images/skin/default/title.gif);
	cursor:pointer;cursor:hand;
	width: 537px;
	height: 108px;	
}

.lhMenu .tl { background-image: url(../images/skin/default/lhMenu_tl.gif); background-repeat: no-repeat; height: 11px; width: 21px; }
.lhMenu .tm { background-image: url(../images/skin/default/lhMenu_tm.gif); background-repeat: no-repeat; height: 11px; width: 90px; }
.lhMenu .tr { background-image: url(../images/skin/default/lhMenu_tr.gif); background-repeat: no-repeat; height: 11px; width: 13px; }
.lhMenu .ml { background-image: url(../images/skin/default/lhMenu_ml.gif); background-repeat: repeat-y; width: 21px; }
.lhMenu .mm { vertical-align:top; background-image: url(../images/skin/default/lhMenu_mm.gif); background-color: #E3E3E8; width:90px; }
.lhMenu .mr { background-image: url(../images/skin/default/lhMenu_mr.gif); background-repeat: repeat-y; width: 13px; }
.lhMenu .bl { background-image: url(../images/skin/default/lhMenu_bl.gif); background-repeat: no-repeat; height: 11px; width: 21px; }
.lhMenu .bm { background-image: url(../images/skin/default/lhMenu_bm.gif); background-repeat: repeat-x; height: 11px; width: 90px; }
.lhMenu .br { background-image: url(../images/skin/default/lhMenu_br.gif); background-repeat: no-repeat; height: 11px; width: 13px; }

.lhMenu .mm a, .lhMenu .mm a:link, .lhMenu .mm a:visited {
	display:block;
	width:90px;
	text-indent:5px;
}

.lhMenu .mm a:hover {
	background-color:#ccccee;
}

.rhMenu a, .rhMenu a:link, .rhMenu a:visited {
	display:block;
	width:105px;
	font-size:9px;
	background:#dddddd;
}

.rhMenu a:hover {
	background-color:#ccccee;
}

.msg .tl { background-image: url(../images/skin/default/msg_tl.gif); background-repeat: no-repeat; height: 19px; width: 63px; }
.msg .tm { background-image: url(../images/skin/default/msg_tm.gif); background-repeat: no-repeat; height: 19px; width: 348px; font-size: 9px; }
.msg .tr { background-image: url(../images/skin/default/msg_tr.gif); background-repeat: no-repeat; height: 19px; width: 10px; }
.msg .ml { background-image: url(../images/skin/default/msg_ml.gif); background-repeat: no-repeat; height: 45px; width: 63px; }
.msg .mm { vertical-align:top; width: 348px; font-size:12px; }
.msg .mr { background-image: url(../images/skin/default/msg_mr.gif); background-repeat: repeat-y; height: 10px; width: 10px; }
.msg .bl { height: 11px; width: 63px; }
.msg .bm { background-image: url(../images/skin/default/msg_bm.gif); background-repeat: no-repeat; background-position: right top; height: 11px; width: 348px; }
.msg .br { background-image: url(../images/skin/default/msg_br.gif); background-repeat: no-repeat; height: 11px; width: 10px; }

.msg .printIcon { float:right; display: inline; width: 30px; }
.msg .avatar { position: relative; top: -10px; left: 10px; }