@CHARSET "UTF-8";

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.ver-middle
{
	vertical-align: middle;
}

.control-btn
{
	cursor: pointer;
}

.bold
{
	font-weight: bold;
}

.medium
{
	font-size: 16px;
}

.message
{
	margin: 3px;
	
}

.hide
{
	display: none;
}

.visible:
{
	display: block;
}

ul.list
{
	margin: 25px;
	list-style: square;
}


#no-auth
{
	width:400px;
	margin: 150px auto auto auto;
}

#menu
{
	position: absolute;
	top:0px;
	width:100%;
}

table.info
{
	width: 100%;
	border-collapse: collapse;
}

	table.info th
	{
		border: 1px solid;
		border-color: #99bbe8;
	}
	
	table.info th.title
	{
		background-color: #efefef; 
		font-weight: bold;
		text-align: center;
	}

	table.info td
	{
		border: 1px solid;
		border-color: #99bbe8;
	}
		
		table.info td.label
		{
			background-color: #efefef; 
			font-weight: bold;
		}
		
		table.info td.img
		{
			vertical-align: middle;
		}


