/* Default stylesheet for Vortex */

body {
	background-color: white;
	margin: 0px;
	border-collapse: collapse;
	padding: 0px;

	font: 10px arial;
	color: #242424;
}

table#main {
	width: 100%;
	height: 95%;
}

tr {
	vertical-align: top;	
}

#left_menu {
	background:none;
	width: 200px;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;
	
	font: 14px arial;
	color: #242424;
}

img.menuitem {
	border: none;
	width: 16px;
	height: 16px;
	position:relative;
	top: 3px;
	margin-right: 3px;
}

p.error {
	border: 1px solid gray;
	background: #FF4242;
	color: black;
	font: 12px arial;
}

p.menu_title {
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;	
}

p.menuitem {
	cursor: pointer;
	margin: 0px;
}

p.menuspacer {	
	/*background: url(../gfx/xmledit/showlist/spacer.gif);*/
	height: 8px;
	margin: 0px;
}

div.menuitem {
	margin-bottom: 4px;
}

tr#main {
	height: 100%;
}

tr#DEBUG {
	height: 100px;
}

td#DEBUG {
	background-color: #DADADA;
	border: 1px solid black;
}

div#DEBUG {
	height: 100px;
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
}

p.export_head {
	font: 18px arial;
	font-weight: bold;
	margin: 0px;
	margin-left: 20px;
}

p.export_subhead {
	font: 14px arial;
	margin: 0px;
	margin-top: 10px;
	margin-left: 10px;
}

p.export {
	font: 11px arial;
}

div.login_back_btn {
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

img.login_back_btn {
	border: none;
	width: 25px;
}