@CHARSET "UTF-8";
/* images for the VMQ, v1.2 modified by Jon to include smaller icons. */

#img-button-login-arrow, 
#img-button-login-arrow:hover{
	height: 54px;
	width: 73px;
	background-image: url('../img/button-login-arrow-off.png');
}
#img-button-login-arrow:hover{
	background-image: url('../img/button-login-arrow-on.png');
}

/** buttonbar **/
#buttonBar div{
	min-height: 65px;
	width: 65px;
}
#buttonBar div div{
	min-height: 44px;
	width: 44px;
	margin: 2px auto;
	border: 1px solid transparent;
}
#buttonBar div div div:hover{
	display: block;
	border: 1px solid yellow;
}
#img-button-admin{
	background-image: url('../img/button-admin-off.png');
}
#img-button-admin:hover{
	background-image: url('../img/button-admin-on.png');
}
#img-button-help{
	background-image: url('../img/button-help-off.png');
}
#img-button-help:hover{
	background-image: url('../img/button-help-on.png');
}
#img-button-logout{
	background-image: url('../img/button-logout-off.png');
}
#img-button-logout:hover{
	background-image: url('../img/button-logout-on.png');
}
#img-button-add{
	background-image: url('../img/button-add-off.png');
}
#img-button-add:hover{
	background-image: url('../img/button-add-on.png');
}
/** end buttonbar **/

#img-button-arrow{
	height: 24px;
	width: 73px;
	background-image: url('../img/button-arrow-off.png');
}
#img-button-arrow:hover{
	background-image: url('../img/button-arrow-on.png');
}
#img-button-clone{
	height: 44px;
	width: 44px;
	background-image: url('../img/button-clone-off.png');
}
#img-button-clone:hover{
	background-image: url('../img/button-clone-on.png');
}
#img-button-close{
	height: 44px;
	width: 44px;
	background-image: url('../img/button-close-off.png');
}
#img-button-close:hover{
	background-image: url('../img/button-close-on.png');
}
#img-button-interview{
	height: 44px;
	width: 44px;
	background-image: url('../img/button-interview-off.png');
}
#img-button-interview:hover{
	background-image: url('../img/button-interview-on.png');
}
#img-button-find{
	height: 20px;
	width: 20px;
	background-image: url('../img/button-find-off.png');
}
#img-button-find:hover{
	background-image: url('../img/button-find-on.png');
}
#img-handle-question, 
#img-target-question{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-question.png');
}
#img-handle-question-small {
	height: 29px;
	width: 29px;
	background-image: url('../img/handle-question-small.png');
	background-position: 0;
	margin: 5px 5px 0 0;
}
#img-target-question{
	background-image: url('../img/target-question.png');
}
#img-handle-stakeholder, 
#img-target-stakeholder, 
#img-handle-stakeholder-nohover{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-stakeholder.png');
}
#img-handle-stakeholder-small {
	height: 29px;
	width: 29px;
	background-image: url('../img/handle-stakeholder-small.png');
	background-position: 0;
	margin: 5px 5px 0 0;
}
#img-handle-stakeholder:hover{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-stakeholder-on.png');
}
#img-target-stakeholder{
	background-image: url('../img/target-stakeholder.png');
}
#img-handle-package, 
#img-target-package{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-package.png');
}
#img-target-package{
	background-image: url('../img/target-package.png');
}
#img-handle-component, 
#img-target-component{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-component.png');
}
#img-target-component-small{
	height: 29px;
	width: 29px;
	background-image: url('../img/handle-component-small.png');
}
#img-target-component{
	background-image: url('../img/target-component.png');
}
#img-handle-component-source, 
#img-target-component-source{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-component-source.png');
}
#img-handle-component-source-small {
	height: 29px;
	width: 29px;
	background-image: url('../img/handle-component-source-small.png');
	background-position: 0;
	margin: 5px 5px 0 0;
}
#img-handle-component-source-small:hover{
	background-image: url('../img/handle-component-source-small-on.png');	
} 
#img-target-component-source{
	background-image: url('../img/target-component-source.png');
}
#img-handle-component-material, 
#img-target-component-material{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-component-material.png');
}
#img-handle-component-material-small {
	height: 29px;
	width: 29px;
	background-image: url('../img/handle-component-material-small.png');	
	background-position: 0;
	margin: 5px 5px 0 0;
}
#img-handle-component-material-small:hover{
	background-image: url('../img/handle-component-material-small-on.png');	
} 
#img-target-component-material{
	background-image: url('../img/target-component-material.png');
}
#img-handle-component-environment, 
#img-target-component-environment{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-component-environment.png');
}
#img-handle-component-environment-small{ 
	height: 29px;
	width: 29px;
	background-image: url('../img/handle-component-environment-small.png');
	background-position: 0;
	margin: 5px 5px 0 0;
}
#img-handle-component-environment-small:hover{
	background-image: url('../img/handle-component-environment-small-on.png');	
} 
#img-target-component-environment{
	background-image: url('../img/target-component-environment.png');
}
#img-handle-component-interaction, 
#img-target-component-interaction{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-component-interaction.png');
}
#img-handle-component-interaction-small{
	height: 29px;
	width: 29px;
	background-image: url('../img/handle-component-interaction-small.png');
	background-position: 0;
	margin: 5px 5px 0 0;
}
#img-handle-component-interaction-small:hover{
	background-image: url('../img/handle-component-interaction-small-on.png');	
} 
#img-target-component-interaction{
	background-image: url('../img/target-component-interaction.png');
}
#img-handle-artwork,
#img-handle-artwork-nohover, 
#img-target-artwork{
	height: 44px;
	width: 44px;
	background-image: url('../img/handle-artwork.png');
}
#img-target-artwork{
	background-image: url('../img/target-artwork.png');
}
	
