﻿.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 12px Verdana;
margin: 4px 0;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

.quantity
{
	width: 30px;
}

.updateButton
{
	width: 45px;
	height: 18px;
	font-size:x-small;
}

.dockclass
{
position:relative;
}

.table_border
{
    border: 1px solid #cccccc;
}

.table_border_right
{
    border-right: 1px solid #cccccc;
}
    