

body 
{
	text-align: center;
	margin: 20px;		/* shift whole page down by 25 pixels */
	background-color: /*#333366*/ white;
}
#tabContent
{
position: absolute;
    top: 50px;
}
#tabContentUnsub
{
position: absolute;
    top: 50px;
}
.container
{
	 width: 70%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;	
	box-sizing:border-box;

}

#uppsagningarLabel
{
position: absolute;
    top: 20px;
    left: 0px;
}
#removeButton
{
position: absolute;
    top: -30px;
    left: 25px;
	border: 1px solid #73AD21;
	font-size: 12.4px;
}
#refreshButton
{
position: absolute;
    top: -30px;
    left: 2px;
	height: 16.4px;
	border: 1px solid #73AD21;
}

#connectButton
{
position: absolute;
    top: -30px;
    left:25px;
    border: 1px solid #73AD21;
	font-size: 12.4px;
}
#refreshQueueButton
{
position: absolute;
    top: -30px;
    left:2px;
	height: 16.4px;
    border: 1px solid #73AD21;
}
#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 40%;
	background-color: #ffffff;
	border-radius:40px 0 40px 0
}

ul.mainForm
{
	list-style-type: none;
	font-family: Arial, Verdana;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}
.odd
{
    background-color: #f2f2f2;
}
.cell_row
{
    background-color: white;

}
.logout
{
/*position: relative;
top: -45px;
right: -750px;
*/
position: absolute;
    top: 45px;
    right: 25%;
}
#logo
{
position: relative;
top: -4px;
left: 10px;

}
#formHeader
{
	position: relative;
	width: 100%;
	background-color: /*#666699*/#86AF43;
	margin:0 0 0 0;
	padding-bottom: 10px;
	border-radius:40px 0 40px 0;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	/*font-family: Tahoma, Arial, Verdana, sans-serif;*/
	font-weight:normal;
	color: #ffffff;
	font-size:12px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
        font-family: Arial, Verdana;
       
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Arial, Verdana;
	font-weight:normal;
	font-size:15px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Arial, Verdana;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:11px;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: grab;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}

	a:link {
    color: #337ab7;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    color: black;
}
th, td {
  padding: 3px !important;
}

/* Sortable tables */
table.sortable thead {
    background-color: #86AF43;
    color: white;
    font-weight: bold;
    cursor: default;
}
th {
  /*font-size: 100%;*/
  font-size: 12px;
}
td {
    font-family: Arial, Verdana;
    font-size: 11px;
   
}


table#counterdemo tbody {
    counter-reset: sortabletablescope;
}
table#counterdemo thead tr::before {
    content: "";
    display: table-cell;
}
/*
table#counterdemo tbody tr::before {
    content: counter(sortabletablescope);
    counter-increment: sortabletablescope;
    display: table-cell;
}

table#stripedemo tbody tr:nth-child(2n) td {
  background: #ffcccc;
}
table#stripedemo tbody tr:nth-child(2n+1) td {
  background: #ccfffff;
}*/