#main_logo
{
	width: 300px;
	height: 150px;
}

.logWindow
{
	display:block;
	font-size:small;
	position:fixed;
	top:0px;
	left:30%;
	width:500px;
	height:200px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid lightgray;
	overflow:auto;
}

ul.windowMenu
{
	padding-left:0px;
	font-size:10px;
	list-style-type:none;
	cursor:pointer;
}

li.windowMenu:hover
{
	background-color:#E5EBEE;
}

li.windowMenu
{
	display:inline;
}

div.windowMenu
{
	position:absolute;
}

div.search
{
	position:relative;
	margin-bottom:20px;
}


div.loadingWindow
{
	position:fixed;
	top:0px;
	left:40%;
	background-color:#E5EBEE;
	height:20px;
	width:100px;
	text-align:center;
}

div.popupBkg
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:lightgray;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

div.popupFgd
{
	position:absolute;
	top:12.5%;
	left:25%;
	overflow:auto;
	background-color:transparent;
}

body
{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

div.header
{
	width:99.9%;
}

div.menu
{
	border:none;
	margin-top:10px;
	margin-right:10px;
	float:left;
	/*width:150px;*/
	position:relative;
	z-index:0;
	white-space:nowrap;
	overflow:hidden;
	padding-left: .5em;
}

div.menuText
{
	float:left;
	white-space:hidden;
	overflow:hidden;
	width:130px;
}

div.toggler
{
	cursor:pointer;
	float:right;
	width:20px;
	font-size:10px;
}

div.menuTitle 
{
	background-color:#E5EBEE;
	height:19px;
	border-bottom:1px solid gray;
}

div.Vsubmenu
{
	display:block;
	padding-left:5px;
}

div.Hsubmenu
{
	display:none;
	padding-left:5px;
}

div.menuIcon
{
	border:none;
	float:left;
	margin-right:2px;
}

div.menuElement
{	
	cursor:pointer;
	background-color:transparent;
	border:none;
	height:20px;	
}

div.activeMenuElement
{
	background-color:lightblue;
	border:none;
	height:20px;
}

div.menuElement:hover
{
	cursor:pointer;
}

div.mainWindow
{
	border:none;
	border:2px solid lightblue;
	right:10px;
	margin-top:10px;
	overflow:auto;
}

div.tabs
{
	height:20px;
	border-bottom:1px solid lightblue;
	background-color:#E5EBEE;
}

img.menuIcon
{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
}

img.menuImg
{
	height:100%;
	width:100%;
}

p.sessionInfo
{
	position:absolute;
	top:10px;
	font-size:small;
	right:10px;
}

div.content
{
	padding-left:40px;
	padding-right:40px;
}

div.windowDiv
{
	position:absolute;
	width:344px;
}

div.windowDiv div.toolbar
{
	position:relative;
	width:100%;
	height:20px;
	border:1px solid #8CACC1;
	background:#8CACC1;
}

div.windowDiv div.toolbar div.kbmcloseBtn
{
	position:relative;
	float:right;
	width:20px;
	height:20px;
	margin:0px;
	top:0px;
	right:0px;
	background-image:url(../imgs/closeBtn.jpg);
}

div.windowDiv div.toolbar div.kbmcloseBtn:hover
{
	cursor:pointer;
	margin-top:1px;
	margin-right:1px;
}

div.windowDiv div.contents
{
	position:relative;
	width:100%;
	background:white;
	border:1px solid #8CACC1;
	overflow:auto;
}

div.windowDiv div.contents table.imgTable
{
	width:100%;
}

div.windowDiv div.contents table.imgTable td
{
	text-align:center;
	width:64px;
	height:64px;
}

div.windowDiv div.contents table.imgTable td:hover
{
	background-color:#E5EBEE;
	cursor:pointer;
}

div.windowDiv div.resizer
{
	position:relative;
	width:10px;
	height:10px;
	top:100%;
	left:100%;
	margin-top:-10px;
	margin-left:-10px;
	background:green;
	cursor:se-resize;
}
