/* vmq-main.css v1.2, modified by Jon to change color assignments and toggle class.
COLOR KEYWORDS:
Packages:
#49694A; /* Medium muted green. *
#5E695E; /* Light muted green. *
Artworks:
#614762; /* Medium muted violet. *
#655E65; /* Light muted violet. *
#D29DC6; /* Pale muted violet. *
Stakeholders:
#2E3956; /* Medium muted blue. *
#40464E; /* Light muted blue. *
*/
@CHARSET "UTF-8";
html, body{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	color: #333;
	background-color: #474747;
	overflow: hidden;
	position:relative;		/* Hack to make ancestors visible in IE7 */
	background-repeat: no-repeat;
}
input{
	width: 250px;
	height: 18px;
}
input.checkbox{
	width: auto;
	height: auto;
}
textarea{
	width: 250px;
	height: 50px;
}
textarea.wideText{
	width: 450px;
}
div{
	background-repeat: no-repeat;
}
ul, li{
	padding: 1px;
	margin: 1px;
	list-style: none;
}
a, a:visited, a:active{ /* Modified in v1.2 */
	color: white;
	text-decoration: none;
	font-size: .8em;
}
a:hover {
	text-decoration: underline;
}
.uploadPort{
	display: none;
	top: -20px;
	left: -20px;
	height: 5px;
	width: 5px;	
}
.window{
	top: 30px;
	left: 30px;
	position: absolute;
	display: block;
	border: 2px solid #CCC;
	background-color: #555;
	color: #CCC;
}

.VMQChrome{
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	background-color: #333;
	padding-top: 2px;
}
.VMQChrome #title{
	cursor: default;
}
.contentScrollbox{
	display: block;
	position: absolute;
	top: 22px;
	width: 100%;
	overflow: auto;
}
.content{
	padding: 10px;
}
.clickable{
	cursor: pointer;
}
.hoverOutline{
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}
.hoverOutline:hover{
	border-color: yellow;
}
.draggable{
	cursor: move;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}
.draggable:hover{
	border-color: yellow;
}
.droppableHover{
	background-color: #CCC;
}
.dropped{
	z-index: 0;
}
.fixed100{
	width: 100px;
}
.fixed200{
	width: 200px;
}
.indent50{
	padding-left: 50px;
}
.indent100{
	padding-left: 100px;
}
.pad5{
	padding: 0px 5px;
}
.float{
	float: left;
}
.floatRight{
	float: right;
}

.textCenter{
	text-align: center;
}
.textRight{
	text-align: right;
}
#toolbox{
	display:none;
}
.showBorder{
	border: 1px solid red;
}
.color-artwork{
	background-color: #614762;
}
.color-component{
	background-color: #655841;
}
.color-package{
	background-color: #49694A; /* Medium muted green. */
}
.color-stakeholder{
	background-color: #2E3956; /* Medium muted blue. */
}
.color-question{
	background-color: #8E6161;
}
.color-generic{
	background-color: #333;
}
.window-color-artwork{
	background-color: #655E65;
}
.window-color-component{
	background-color: #6E6960;
}
.window-color-package{
	background-color: #5E695E; /* Light muted green. */
}
.window-color-stakeholder{
	background-color: #40464E; /* Light muted blue. */
}
.window-color-question{
	background-color: #695959;
}
.window-color-generic{
	background-color: #555;
}
.img-arrow-off, .img-arrow-on{
	height: 20px;
	width: 20px;
	background-image: url('../img/arrow-off.png');
}
.img-arrow-on{
	background-image: url('../img/arrow-on.png');
}
.img-arrow-large-off, .img-arrow-large-on{
	height: 42px;
	width: 43px;
	background-image: url('../img/arrow-large-off.png');
}
.img-arrow-large-on{
	background-image: url('../img/arrow-large-on.png');
}
/* specific window templates */
#loginWindow{
	top: 50%;
	left: 50%;
	height: 250px;
	width: 400px;
	margin-top: -125px;
	margin-left: -200px;
	text-align: center;
}
#loginWindow div{
	text-align: left;
}
#loginWindow div div{
	text-align: right;
}
#loginWindow div input{
	width: 190px;
}
#title-bar{ /* Added by Jon in v1.1 */
	display: block;
	position: absolute;
	top: 4px;
	left: 25px;
	color: #505050;
	font-size: 84px;
	font-weight: bold;
}
#buttonBar{
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: transparent;
	border: 0px solid white;
	color: #CCC;
}
#taskbar, #desktop{
	position: absolute;
	display: block;
	top: 100px;
	right: 0px;
	bottom: 20px;
	width: 250px;
	overflow: auto;
	background-color: #444;
	border: 1px solid #666;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#status{ /* Modified by Jon in v1.1 */
	position: absolute;
	display: block;
	right: 10px;
	bottom: 10px;
	width: 200px;
	height: 100px;
	color: #C59902;
	overflow: auto;
	z-index: 0;
	text-align: left;
	font-size: small;
}
#desktop{
	right: auto;
	left: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #CCC;
	overflow: hidden;
}
#desktopSearch{
	border: 0px solid #666;
	border-bottom-width: 3px;
	height: 50%;
	overflow: auto;
}
#clip{
	height: 49%;
	overflow: auto;
}
.minimized{
	cursor: pointer;
	border: 0px solid black;
	border-bottom-width: 1px;
/*	background-color: #555;				overridden by contentType-specific colors  */
	color: #CCC;
	z-index: 10;
}
.adminWindow{
	height: 550px;
	width: 600px;
}

.window250x390{
	height: 250px;
	width: 390px;
}
.window400x390{
	height: 400px;
	width: 390px;
}
.window400x620{
	height: 400px;
	width: 620px;
}
.window600x620{
	height: 600px;
	width: 620px;
}
.waiting {
	background-image:url('../img/waiting.gif');
	background-repeat:no-repeat;
	background-position:center;
	background-color:white;
}
/* Added by Jon in v1.1 */
.indent10 {
	padding-left: 10px;
}
.toggle {
	margin-left: 20px;
}
.footer {
	clear: both;
	margin-bottom: 10px;
}
.thumbnail { /* Applied to thumbnail photos matched with large handles. */
	position: relative ;
	min-width: 40px;
	max-height: 40px;
	margin: 3px 3px 0 0;
}
.thumbnail-small { /* Applied to thumbnail photos matched with small handles. */
	position: relative ;
	min-width: 20px;
	max-height: 20px;
	margin: 5px 3px 0 0;
}
	.thumbnail img,
	.thumbnail-small img {
		width: 100%;
	}
.answer {
	color: #D29DC6; /* Pale muted violet. */
	font-size: .9em;
}
.notes,
.minutiae {
	font-size: .8em;
	font-style: italic;
}
.minutiae {
	font-size: .7em;
}
.section-header{
	font-size: 1.2em;
}
.input-text {
	width: 450px;
}
.input-textarea {
	width: 454px;
}
.window250x390 .input-text {
	width: 350px;
}
.window250x390 .input-textarea {
	width: 354px;
}
.main-label {
	color: #7F7F7F;
	margin: .3em;
	font-weight: bold;
}
.column-label {
	position: absolute;
	top: 100px;
	left: 10px
}
.media-block{
	width: 180px;
	text-align: center;
	float: left;
}

/* metaserver response CSS 

	body.stakeholder-default {
		position:absolute;
		left:30px;
		top:30px;
		font-family:arial,sans-serif;
		background-color:#40464E;
		color:#CCCCCC;
	}*/
	div.metaserver-response-gloss {
		position: absolute;
		background-color: rgb(26%, 48%, 62%);
		width: 100%;
		height: 28px;
		color: blue ;
	}
	div.metaserver-header {
		position: absolute;
		padding: .4em;
		color: #333 ;
	}
	ul.metaserver-lookup {
		list-style: none ;
		border: solid rgb(26%, 48%, 62%) 2px ;
		-webkit-border-radius: 8px; 
		-moz-border-radius: 8px;
		padding: .4em ;
	}
	div.icon-stakeholder,
	div.icon-work {
		position: relative ;
		margin-top: 8px ;
		margin-left: 4px;
		width: 20px ;
		height: 20px ;
		background-repeat: no-repeat;
	}
	div.icon-metaserver {
		position: relative ;
		float: right ;
		margin-top: 4px ;
		margin-right: 4px;
		width: 26px ;
		height: 26px ;
		background-repeat: no-repeat;
		background-image: url("../img/icon-metaserver.png") ;
	}
	div.icon-stakeholder {
		background-image: url("../img/icon-stakeholder-metaserver.png") ;		
	}
	div.icon-work {
		background-color: yellow ;
		margin-left: 18px ;
		background-image: url("../img/icon-work-metaserver.png") ;
	}
	div.icon-new {
		background-color: orange ;
	}
	div.item-stakeholder,
	div.item-work,
	div.item-new {
		position: relative ;
		margin-top: -1em ;
		margin-bottom: .2em ;
		margin-left: 28px;
	}
	div.item-work {
		margin-left: 44px ;
		font-style: italic ;
	}
	div.item-new {
		color: orange ;
	}
	
/* Styles Jon added for the help screen */	
.toggle {
	font-size: .9em ;
/*	display: block !important ;*/
}
.button-list {
	list-style: none ;
}
.button-list li {
	clear: both ;
}
