/* Grouping */
.TechCategoryName
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	/*text-decoration: underline;*/
	color: #000088;	
}

.TechGroupName
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	color: #000000;	
	padding: 0px 0px 3px 5px;
}

.TechGroup
{
	border: solid 1px #888888;
	padding: 5px;
	margin-bottom: 10px;
}

.Tech
{
	display: block;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 5px 0px;
}

.TechTitle
{
	font-size: 14px;
	padding: 3px;
	display: inline;
}

.TechInfo
{
	font-family: Verdana;
	font-size: 12px;
	color: #808080;
	padding: 3px;
}

.TechSummaring
{
	text-align: left;
	float: left;
	padding-left: 12px;
	background-image: url(../images/technika/techitem.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.TechID
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #880000;
	display: inline;
}

.TechSummary
{
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;
	color: #cc0000;
	display: inline;
	text-decoration: underline;
}

.TechText
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 0px;
	margin-left: 15px;
	display: block;
}

.NewTech
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000088;
	padding-top: 5px;
	float: right;
	/*display: Block;*/
}

.TechForm
{
	font-family: Verdana;
	padding: 10px 50px 10px 10px;
	/*background-color: #dddddd;*/
	background-color: #e4e4e4;
	background-image: url(../images/technika/formback.gif);
	background-repeat: repeat-y;
	border: solid 1px #000000;
	display: block;
	clear: both;
}

.TechFormItemName
{
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.TechFormSummary
{
	width: 600px;
}

.TechFormText
{
	width: 600px;
	height: 50px;
}

.ValidatorText
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	display: block;
}

.UserLink
{
	color: #0000cc;
}

.HT
{
	background-color: #ffff00;
}

.NavigatorItems
{
	margin: 10px 5px 10px 5px;
}

.TechDetailBody
{
	margin-right: 0px;
}

.TechDetail
{
	display: block;
	margin: 5px;
}

.TechDetailAuthoring
{
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	float: right;
}

.TechDetailAuthor
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: inline;
	padding: 3px;
}

.TechDetailTitle
{
	color: #000080;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}

.TechDetailDocuments
{
	padding: 10px 0px 0px 0px;
	display: block;
}

.TechDetailForm
{
	display: block;
	/*background-color: #cccccc;*/
	background-color: #e4e4e4;
	background-image: url(../images/technika/formback.gif);
	background-repeat: repeat-y;
	border: solid 1px #000000;
	clear: both;
	padding: 5px;
}

.TechDetailFormItemName
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.TechDetailFormTitle
{
	width: 600px;
}

.TechDetailFormDesc
{
	width: 600px;
	height: 50px;
}

.TechDetailOwner
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

