﻿
/* ##################################################### */
/* ##### Miscellaneous ################################# */
/* ##################################################### */

/*Terms*/

.terms { 
    text-align:left;
	margin:20px;
	
}
/* Feedback */
.comment
{
	height:100px;
	margin: 0px; 
	padding: 0px;
	width:400px;
}

/* Register */
div.prosess_path {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
	list-style: none;
	background-color: #f1f6f8;
	width: 619px;
	position: relative; top: -26px; left: -19px;
    padding: 5px 0px 3px 20px;
	text-align: left; 
    border-bottom: solid 1px #dfe1e2;
    z-index: 0;
}

ul.prosess_path {
	margin: 0px;
	padding: 0px;
	display:inline;
	float: left;
	clear: both;
	list-style: none;
    z-index: 0;
}
ul.prosess_path li {
	margin: 0px;
	padding: 0px 40px 0px 0px;
	font-size:11px; font-weight:bold; color: #a7a7a7;
    float: left;
}

ul.prosess_path li.currentState{
	color: #616161;
}

/* My Profile */

fieldset.myProfile
{
}
fieldset.myProfile h2
{
	padding: 0px 0px 12px 0px;
}
fieldset.myProfile label.fieldName, fieldset.myProfile label.wideFieldName
{
	display: block;
	float: left;
	clear: left;
	margin-bottom: 6px;
}
fieldset.myProfile label.fieldName
{
	width: 85px;
}
fieldset.myProfile label.wideFieldName
{
	width: 120px;
}

fieldset.myProfile .fieldValue
{
	float: left;
	clear: right;
	margin-bottom: 6px;
}

fieldset.myProfile .fieldValueList
{
	float: left;
	clear: right;
	margin-bottom: 6px;
}

fieldset.myProfile .editLink2
{
	float: right;
	clear: both;
}

table.downloadHistory
{
	width: 100%;
	border: solid 1px #C6C6C6;
	border-collapse: collapse;
}
table.downloadHistory tr.oddRow
{
}
table.downloadHistory tr.evenRow
{
	background-color: #f9f9f9;
}
table.downloadHistory th
{
	background-color: #ededed;
    font-size: 12px;
    color: #555555;
    font-weight: bold;
    padding: 3px 5px 1px 5px;
}
table.downloadHistory td
{
	padding: 3px 5px 1px 5px;
}
table.downloadHistory td.rowNumber
{
	width: 20px;
	text-align: right;
}

/* User Data */

div.userData
{
	float: left;
	clear: left;
}
div.userData h2
{
	padding: 0px 0px 12px 0px;
}
div.userData label.fieldName, div.userData label.wideFieldName
{
	display: block;
	float: left;
	clear: left;
	margin-bottom: 6px;
}
div.userData label.fieldName
{
	width: 85px;
}
div.userData label.wideFieldName
{
	width: 120px;
}

div.userData .fieldValue
{
	float: left;
}

div.userData .fieldInfo
{
	float: left;
	clear: right;
	margin-bottom: 6px;
}

div.userData .editLink2
{
	float: right;
	clear: both;
}