/* @override http://www.fatbinary.com/css/fatbinary.css */

body
{
	background: #fff url("../images/stripes.png") repeat top;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

img
{
	border: none;
}

#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	background: white;
	color: #000000;
}

#logo
{
	position: absolute;
	top: 9px;/*make it 4px */
	right: 10px;
}

#tick
{
	position: absolute;
	top: -4px;
	right: -4px;
	z-index: 1000;
}

#header
{
	color: #000000;
	background: #e1e1e1 url("../images/top.png") repeat-x top;
	border-top: solid 1px #c1c1c1;
	border-left: solid 1px #b5b5b5;
	border-right: solid 1px #b5b5b5;
	padding-top: 14px;
	padding-bottom: 7px;
	text-shadow: #ffffff 0 1px 0;
	/*2px 2px 1px;*/
}

#header em
{
	font-style: normal;
}

#header em a
{
	color: black;
	background: url("../images/dot.png") repeat-x 0% 100%;
}

#header em a:hover
{
	background: url("../images/dot.png") repeat-x 0% 100%;
}

#header h1
{
	padding-left: 16px;
	padding-right: 16px;
	display: inline;
}

#header h1 a
{
	color: #565656;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#header h1 em a:hover
{
	color: #565656;
}

#header a
{
	color: #454545;
	text-decoration: none;
	padding-bottom: 8px;
	white-space: nowrap;
	font-size: 12px;
}

#header a:hover
{
	background: url("../images/dot_ro.png") repeat-x 0% 100%;
}

#header a:active
{
	text-shadow: #ffffff 0px 0px 2px;
}

#navtop
{
	float: left;
	width: 798px;
	background: #336ce3 url("../images/blue.png") repeat-x top;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-shadow: black 0 1px 1px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #214592;
	border-left: 1px solid #7a7a7a;
	border-right: 1px solid #7a7a7a;
}

#navtop ul
{
	margin: 0;
	padding: 0px 4px 0;
	list-style: none;
}

#navtop li
{
	float: left;
	background: url("../images/blueNorm_L.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 8px;
}

#navtop a
{
	float: left;
	display: block;
	background: url("../images/blueNorm_R.png") no-repeat right top;
	padding: 5px 8px 4px 1px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navtop a
{
	float: none;
}

/* End IE5-Mac hack */
#navtop a:hover
{
}

#navtop a:active
{
	text-shadow: #000050 0px 0px 2px;
}

#navtop #current
{
	background-image: url("../images/blueSel_L.png");
	border-width: 0;
	background-color: #264dc4;
}

#navtop #current a
{
	background-image: url("../images/blueSel_R.png");
}

#navtop li:hover, #navtop li:hover a
{
	background-position: 0% -150px;
}

#navtop li:hover a
{
	background-position: 100% -150px;
}

#subnavtop
{
	float: left;
	width: 798px;
	background: #f5f5f5 url("../images/top.png") repeat-x top;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-shadow: #ffffff 0px 1px 1px;
	/*2px 2px 1px;*/
	/*border-top: 1px solid #7a7a7a;*/
	border-bottom: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}

#subnavtop ul
{
	margin: 0;
	padding: 0px 4px 0;
	list-style: none;
}

#subnavtop li
{
	float: left;
	background: url("../images/subNavTop_L.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 8px;
	/*border-bottom:1px solid red;*/
}

#subnavtop a
{
	float: left;
	display: block;
	background: url("../images/subNavTop_R.png") no-repeat right top;
	padding: 5px 8px 4px 1px;
	text-decoration: none;
	font-weight: bold;
	color: #404040;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#subnavtop a
{
	float: none;
}

/* End IE5-Mac hack */
#subnavtop a:hover
{
}

#subnavtop #currentsub
{
	background-image: url("../images/subNavTopSel_L.png");
	/*left bit*/
	/*background-position:0 -150px;*/
	border-width: 0;
	background-color: #dbdbdb;
}

#subnavtop #currentsub a
{
	background-image: url("../images/subNavTopSel_R.png");
	/*right bit*/
	/*background-position:100% -150px;*/
	/*padding-bottom:5px;*/
}

#subnavtop li:hover, #subnavtop li:hover a
{
	background-position: 0% -150px;
}

#subnavtop li:hover a
{
	background-position: 100% -150px;
}

.content
{
	padding: 8px;
	font-size: 12px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}

.content a
{
	color: #0941bb;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3d80df;
	text-decoration: none;
}

.content a:visited
{
	color: #555555;
}

.content a:hover
{
	color: white;
	background-color: #3d80df;
	text-shadow: 3px 3px 2px #000;
}

.content a:active
{
	text-shadow: 2px 2px 2px #000;
}

.clearer
{
	clear: left;
	line-height: 0px;
	height: 0px;
	display: block;
}

#tickmenu
{
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url("../images/black60.png");
	background-repeat: repeat;
	z-index: 100;
}

#tickmenu a
{
	font-size: 12px;
	color: white;
	text-decoration: none;
	display: block;
	border: 1px solid #333333;
	margin: 2px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	text-shadow: 2px 2px 2px #000;
	background-image: url("../images/black40.png");
}

#tickmenu a:hover
{
	background-image: url("../images/blue60.png");
}

#tickmenu a:active
{
	text-shadow: 1px 1px 2px #000;
}

#tickmenu ul
{
	list-style: none;
	margin: 0px;
	padding: 2px;
}

#tickmenu h1
{
	border: 1px solid #333333;
	background-image: url("../images/orange75.png");
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	color: white;
	margin: 2px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #000000 2px 2px 2px;
}

.tickmenudivider
{
	line-height: 2px;
	height: 2px;
	background-image: url("../images/orange60.png");
	margin: 4px;
	display: block;
}

.downloaditem
{
	border: 2px #e8e8e8 solid;
	background-color: #f9f9f9;
	margin-bottom: 8px;
	padding: 8px;
}

.downloadlastitem
{
	border: 2px #e8e8e8 solid;
	background-color: #f9f9f9;
	padding: 8px;
}

.downloadicon a
{
	background-color: #f9f9f9;
	float: left;
	padding: 4px;
	border: 2px #f9f9f9 solid;
	margin-right: 8px;
}

.downloadicon a:visited
{
}

.downloadicon a:hover
{
	background-color: #e8e8e8;
	border: 2px #ffb607 solid;
}

.downloadicon a:active
{
	border: 2px #c98e04 solid;
	background-color: #dfdfdf;
}

.downloadicon img
{
	border: none;
}

.downloadtext
{
	margin-left: 68px;
	border: 1px #bbbbbb solid;
	background-color: white;
	padding: 8px;
}

.downloadtext h1
{
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #7e7e7e;
}

.downloadtext h2
{
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	font-size: 14px;
	color: #7e7e7e;
	font-weight: normal;
}

.bluedotbullets
{
	margin-top: 8px;
	margin-left: 290px;
	margin-bottom: 0px;
	list-style-image: url("../images/blueDot.png");
}

.historybluedotbullets
{
	padding-left: 24px;
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-image: url("../images/blueDot.png");
}

.historybluedotbullets li
{
	font-size: 10px;
}

.floatleft
{
	float: left;
	margin-right: 8px;
}

.floatright
{
	float: right;
	margin-left: 8px;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.projectsmenuitemcontainer
{
	border: 1px #bbbbbb solid;
	margin-bottom: 8px;
}

.projectsmenuitem a
{
	text-decoration: none;
	color: black;
	padding: 3px;
	font-size: 12px;
	display: block;
	background-color: #f9f9f9;
	border: 2px #e8e8e8 solid;
	text-align: left;
}

.projectsmenuitemdeadlink
{
	text-decoration: none;
	color: black;
	padding: 3px;
	font-size: 12px;
	display: block;
	background-color: #f9f9f9;
	border: 2px #e8e8e8 solid;
	text-align: left;
}

.projectsmenuitem a:visited
{
	color: black;
}

.projectsmenuitem a:hover
{
	border: 2px #ffb607 solid;
	background-color: #e8e8e8;
	color: black;
	text-shadow: none;
}

.projectsmenuitem a:active
{
	background-color: #dfdfdf;
}

.projectsmenuitem img
{
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	border: 0px;
}

.projectsmenuitemh1
{
	font-size: 24px;
	font-weight: bold;
	color: #7e7e7e;
}

.projectsmenuitemh2
{
	font-size: 14px;
	color: #7e7e7e;
}

.projectsmenulastitemcontainer
{
	border: 1px #bbbbbb solid;
}

.projectsmenuitemtext
{
	padding-top: 8px;
}

.badges
{
	color: #9f9f9f;
	font-size: 9px;
	margin-top: 3px;
	float: right;
}

.badges img
{
	margin-left: 3px;
	vertical-align: top;
	margin-bottom: 3px;
}

.loginformcontainer
{
	text-align: center;
	margin-left: 76px;
	margin-top: 8px;
	border: 2px #e8e8e8 solid;
	background-color: #f9f9f9;
	padding-top: 16px;
}

.content h1
{
	font-size: 24px;
	color: #7e7e7e;
	font-weight: bold;
	margin: 0px;
}

.content h2
{
	font-size: 14px;
	color: #7e7e7e;
	font-weight: normal;
	margin: 0px;
}

.logincontainer
{
	margin-top: 2px;
	margin-left: 4px;
}

.logincontainer h2
{
	margin-bottom: 3px;
}

.logincontainer img
{
	margin-right: 12px;
}

.table
{
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
}

.table td
{
	color: black;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 11px;
	border-left: 1px #d9d9d9 solid;
}

.table td img
{
	padding: 0px;
	margin: 0px;
	border: none;
	/*width: 12px;
	height: 16px;*/
	vertical-align: middle;
}

.table input
{
	margin: 0px;
}

.tableheader
{
	background-color: #efefef;
	font-size: 8pt;
	color: black;
}

.tableheader td
{
	color: black;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #b5b5b5;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 12px;
}

.tableheader td img
{
	padding: 0px;
	margin: 0px;
	border: none;
	width: 8px;
	height: 8px;
	vertical-align: middle;
}

.tableheader td:hover
{
	background-color: #e0e0e0;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #a6a6a6;
}

.tableheader td:active
{
	background-color: #c2c2c2;
	border-top: 1px solid #6f6f6f;
	border-bottom: 1px solid #858585;
	border-left: 1px solid #979797;
}

#tableheaderchecked
{
	background-image: url("../images/flaggedHeader.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 10px;
}

#tableheaderchecked_asc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/flaggedHeader_asc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	width: 10px;
}

#tableheaderchecked_asc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#tableheaderchecked_asc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#tableheaderchecked_desc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/flaggedHeader_desc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	width: 10px;
}

#tableheaderchecked_desc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#tableheaderchecked_desc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#tableheader_asc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/ascending.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#tableheader_asc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#tableheader_asc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#tableheader_desc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/descending.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#tableheader_desc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#tableheader_desc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

.oddtablerow
{
	background-color: #edf3fe;
}

.oddtablerow td
{
	border-top: solid 1px #edf3fe;
}

.oddtablerow img
{
	background-color: #edf3fe;
}

.eventablerow
{
	background-color: #ffffff;
}

.eventablerow td
{
	border-top: 1px solid #ffffff;
}

.eventablerow img
{
	background-color: #ffffff;
}

.selectedtablerow
{
	background-color: #3d80df;
}

.selectedtablerow td
{
	border-top: 1px solid #7daaea;
	border-left: 1px solid #346dbe;
	color: white;
}

.selectedtablerow img
{
	background-color: #3d80df;
}

.toolbar
{
	background: #fff url("../images/toolbar/toolbarback.png") repeat top;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border: 1px solid #9f9f9f;
}

.toolbar img
{
	padding: 0px;
	vertical-align: middle;
	margin: 0px;
}

.toolbar input
{
	display: inline;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.statusbar
{
	background: #fff url("../images/toolbar/statusbarback.png") repeat top;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
}

.statusbar img
{
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}

.statusbar select
{
	font-size: 9px;
	padding: 0px;
	margin-left: 4px;
}

.browserhead
{
	background: #015fd0 url("../images/toolbar/browserhead.png") repeat-x top;
	border-top: 2px solid #207bda;
	border-left: 1px solid #207bda;
	border-bottom: 1px solid #214592;
	border-right: 1px solid #015fd0;
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
}

.browserhead h1
{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.browserhead img
{
	vertical-align: middle;
}

h2 img
{
	vertical-align: middle;
}

.killpadding
{
	margin: -9px;
}

.filebrowserdialog
{
	position: fixed;
	width: 400px;
	margin-left: 200px;
	top: 100px;
}

.filebrowserdialogheader
{
	background: #cacaca url("../images/windowheader.png") repeat-x top;
	/*background-color: rgb(224,224,224);/*,0.9);*/
	border: 1px solid #8c8c8c;
	text-align: center;
	font-size: 12px;
	padding: 4px;
	text-shadow: 0px 1px 1px #ffffff;
}

.filebrowserdialogcontent
{
	background: #fff url("../images/stripes2.png") repeat top;
	padding: 8px;
	border-left: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
}

.filebrowserdialogtext
{
	margin-left: 72px;
	font-size: 12px;
}

.plainmail
{
	background-color: white;
	font-family: Monaco,"Courier New",Courier;
	font-size: 10px;
}

.mailbrowser
{
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
	
}


#tableheaderseen
{
	background-image: url("../images/seenHeader.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*width: 10px;*/
}

#tableheaderseen_asc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/seenHeader_asc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*width: 10px;*/
}

#tableheaderseen_asc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#tableheaderseen_asc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#tableheaderseen_desc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/seenHeader_desc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*width: 10px;*/
}

#tableheaderseen_desc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#tableheaderseen_desc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#tableheaderflagged
{
	background-image: url("../images/flaggedHeader.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*width: 10px;*/
}

#tableheaderflagged_asc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/flaggedHeader_asc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*width: 10px;*/
}

#tableheaderflagged_asc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#tableheaderflagged_asc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#tableheaderflagged_desc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/flagHeader_desc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*width: 10px;*/
}

#tableheaderflagged_desc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#tableheaderflagged_desc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

.messagelist
{
	height: 150px;
	overflow: auto;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
}

.mailtableheader
{
	width: 100%;
	border-right: 1px solid #c1c1c1;
	font-size: 11px;
}

.mailtableheader td
{
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #b5b5b5;
	border-bottom: 1px solid #a3a3a3;
	background-color: #efefef;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

.mailtableheader td:hover
{
	background-color: #e0e0e0;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #a6a6a6;
}

.mailtableheader td:active
{
	background-color: #c2c2c2;
	border-top: 1px solid #6f6f6f;
	border-bottom: 1px solid #858585;
	border-left: 1px solid #979797;
}

/* ------------------------------------------------------------- */
#mailtableheaderchecked
{
	background-image: url("../images/flaggedHeader.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
}

#mailtableheaderchecked_asc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/flaggedHeader_asc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	
}

#mailtableheaderchecked_asc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#mailtableheaderchecked_asc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#mailtableheaderchecked_desc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/flaggedHeader_desc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	
}

#mailtableheaderchecked_desc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#mailtableheaderchecked_desc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}
/* ------------------------------------------------------------- */

#mailtableheaderseen
{
	background-image: url("../images/seenHeader.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*width: 10px;*/
}

#mailtableheaderseen_asc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/seenHeader_asc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*width: 10px;*/
}

#mailtableheaderseen_asc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#mailtableheaderseen_asc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#mailtableheaderseen_desc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/seenHeader_desc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*width: 10px;*/
}

#mailtableheaderseen_desc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#mailtableheaderseen_desc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}


#mailtableheader_asc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/ascending.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#mailtableheader_asc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#mailtableheader_asc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#mailtableheader_desc
{
	background-color: #64b7ee;
	border-top: 1px solid #004dc0;
	border-bottom: 1px solid #6592bf;
	border-left: 1px solid #2c86c9;
	background-image: url("../images/descending.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#mailtableheader_desc:hover
{
	background-color: #55a8df;
	border-top: 1px solid #003eb1;
	border-bottom: 1px solid #5683b0;
	border-left: 1px solid #1d77ba;
}

#mailtableheader_desc:active
{
	background-color: #4699d0;
	border-top: 1px solid #002fa2;
	border-bottom: 1px solid #4774a1;
	border-left: 1px solid #0e68ab;
}

#mailtablebodywrapper
{
	height: 120px;
	overflow: auto;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	font-size: 10px;
}


.mailtablebody
{
	width: 100%;
	font-size: 11px;
}

.mailbrowsersplitter
{
	height: 10px;
	line-height: 10px;
	background-color: #e9e9e9;
	background-image: url("../images/splitter2.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #8e8e8e;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}

.mailbrowsermessage
{
	padding: 8px;
}

.mailtablelistodd 
{
	
	background-color: #ffffff;
}

.mailtablelistodd td
{
	border-top: 1px solid #ffffff;
	border-left: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding-bottom: 1px;
	padding-left: 4px;
	/*padding-right: 4px;*/
	font-size: 10px;
}

.mailtablelisteven
{
	background-color: #edf3ff;
}

.mailtablelisteven td
{
	border-top: 1px solid #edf3fe;
	border-left: 1px solid #d9d9d9;
	background-color: #edf3fe;
	padding-bottom: 1px;
	padding-left: 4px;
	/*padding-right: 4px;*/
	font-size: 10px;
}

.scrolltable
{
	height: 150px;
}

/* ---------------- new mail table stuff ------------------ */

.mailtableheaderwrapper
{
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	font-size: 10px;
	
}

.mailtableheaderwrapper td
{
	padding-left: 4px;
}

.mailtablecheckedheader
{
	width: 23px;
	overflow: hidden;
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #abcdef;
	border-bottom: 1px solid #abcdef;
}

.mailtableseenheader
{
	width: 17px;
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #abcdef;
	border-bottom: 1px solid #abcdef;
}

.mailtablefromheader
{
	width: 215px;
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #abcdef;
	border-bottom: 1px solid #abcdef;
}

.mailtablesubjectheader
{
	width: 385px;
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #abcdef;
	border-bottom: 1px solid #abcdef;
}

.mailtabledateheader
{
	width: 123px;
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #abcdef;
	border-bottom: 1px solid #abcdef;
}

.mailtablescrollheader
{
	width: 10px;
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #abcdef;
	border-bottom: 1px solid #abcdef;
}

.mailtablecheckedcolumn
{
	width: 23px;
	overflow: hidden;
}

.mailtableseencolumn
{
	width: 17px;
	overflow: hidden;
}

.mailtablefromcolumn
{
	width: 215px;
	overflow: hidden;
}

.mailtablesubjectcolumn
{
	width: 385px;
	overflow: hidden;
}

.mailtabledatecolumn
{
	width: 122px;
	overflow: hidden;
}

.mailheadertype
{
	color: #7f7f7f;
}
