
div.window
{
	position: absolute;
	width: 300px;
	height: 200px;
	border: 3px outset gray;
}

div.titlebar
{
	position:absolute;
	height: 18px;
	width: 290px;
	background-color: blue;
	border-bottom: groove blue 2px;
	padding: 3px 5px 2px 5px;
	color: White;
	font: bold 11pt sans-serif;
	
}

div.content 
{
	position: absolute;	
	left: 0px;
	top: 25px;
	height: 165px;
	width: 290px;
	padding: 5px;
	overflow: auto;
	background-color: #FFFFFF;
}

div.rect 
{		
	height: 165px;
	width: 290px;
	padding: 5px;
	overflow: auto;
	background-color: #FFFFFF;
}

div.transluscent 
{
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}


a.selected {cursor:pointer;color:orange;text-decoration:underline;font-weight:bold}

a:active {cursor:pointer;color:orange;text-decoration:underline;font-weight:bold}


.menuitems
{
	color: black;
	font-family:cambria,san-serif;
	font-size:120%
} 

.submenuitems
{
	color:#057EA5;
	font-family:cambria,san-serif;
	font-size:100%
} 

body
{
	background-color:#fff;
	font-size:small;
} 

body,td,input,textarea,select
{
	font-family:cambria,san-serif;
} 

input,textarea,select
{
	font-size:100%
} 

.url
{
	cursor:pointer;
	color:#0000CC;
	text-decoration:
	underline;
	font-weight:bold
}

#loading
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#fff
} 

.msg
{
	font-weight:bold;
	margin:1em
} 

.invfr
{
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:0;
	height:0
}

.tiny
{
	font-family:cambria,san-serif;
	font-size:80%
}