/*Själv registrering*/
td.regheading
{
	color : #021C98;
	background-color : #F8F9F4;
	font-family : Verdana;
	font-weight : bold;
	font-size: 14px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #E0DFE3;
}
td.regsmallheading
{
	color : #5590AC;
	font-family : Verdana;
	font-weight : bold;
	font-size: 12px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #E0DFE3;
}
div.regStepItem
{
	float:left;
	color : gray;
	font-family : Verdana;
	font-weight : normal;
	font-size: 12px;
	background-color : #F4F4F4;
	border : 1px solid #E0DFE3;
	border-bottom : 1px solid #E0DFE3;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
}
div.regStepItemSelected
{
	float:left;
	color : #000000;
	font-family : verdana;
	font-weight : normal;
	font-size: 12px;
	background-color : white;
	border : 1px solid #E0DFE3;
	border-bottom : 1px solid white;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
}
div.regStepBetweenItem
{
	float:left;
	width: 3px;
}

table.regbox
{
	width : 100%;
	background-color : #F4F4F4;
	border-style : solid;
	border-width : 1px;
	border-color : #E0DFE3;
}
tr.regFields
{
	background-color : #F4F4F4;
	font-family : Tahoma;
	font-size : 11px;
	font-weight : bold;
	padding-top : 10px;
}
.reginput
{
	font-family : Tahoma;
	font-size : 10px;
	height: 17px;
	width: 250px;
}
.reginputsmall
{
	font-family : Tahoma;
	font-size : 10px;
	height: 17px;
	width: 150px;
}
a.addlink
{
	color : #5590AC;
	font-family : Verdana;
	font-weight : bold;
	font-size: 11px;
	text-decoration: none;
}
.notetext
{
	color: Gray;
	font-family: Tahoma;
	font-size: 9px;
}
.biginput
{
	font-family : Tahoma;
	font-size : 10px;
	height: 100px;
	width: 400px;
}
/*Användar startsida*/
.currentHeader
{
	font-family: Tahoma;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 11px;
	background-color: #005882;
	color: White;
}
td.currentRow
{
	font-family: Tahoma;
	font-size: 10px;
	padding: 2px 2px 2px 5px;
	color: #005882;
	background-color: White;
}
b.currentRow
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #005882;
}
td.currentAlternateRow
{
	font-family: Tahoma;
	padding: 2px 2px 2px 5px;
	font-size: 10px;
	color: #005882;
	background-color: #DDDDDD;
}
.logintext
{
	color: #897C74;
	font-family : Tahoma;
	font-size: 10;
}
.tooltable
{
	text-align: center;
	width: 100%;
	border: Solid 1px Gray;
	background-color: #F0F1F3;
}
.menubuttontext
{
	vertical-align:top;
	width:25%;
	text-align:center;
	padding-bottom:10px;
}
.menubuttonimage
{
	width:25%;
	text-align:center;
	padding-top:5px;
}
.headerColumn
{
	font-family: Tahoma;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #82b3c4;
	color: White;
}
.applicationColumn
{
	font-family: Tahoma;
	padding: 2px;
	font-size: 11px;
	height: 27px;
	border-bottom: solid 1px #BFC0C2;
	cursor: pointer;
}
.commentDiv
{
	font-family: Tahoma;
	padding: 5px;
	font-size: 11px;
	border: solid 1px #BFC0C2;
}
.inputmightydate
{
	font-family : Tahoma;
	font-size : 10px;
	/*height: 17px;*/
	width: 75px;
}
img.dateimage
{
	/*padding-left: 3px;*/
	margin-left: 3px;
	cursor: pointer;
}
