/* Style classes for www.telia.se */

/********* Main Start **********/
/* Common styles for all pages */
/*******************************/
body {
	font-family: verdana, arial, sans-serif;
	background-color: #5e6066;
	background-image: url('background.png');
	background-repeat: repeat-x;

}
body.default {
	font-family: verdana, arial, sans-serif;
	background : #FFFFFF;
	margin : 0px 0px 0px 0px;
}

/* Remove unwanted space after form */
form { margin-bottom: 0; }

/* Collpased table (border, cellpadding, cellspacing = 0) */
table.collapsed {border-collapse : collapse;}
table.collapsed td {padding : 0px;}

/* This is used to show/hide elements */
.hidden_elem {display: none;}

td { /* Default style for all td's */
	font-family: inherit;
	font-size: 15px;
	color: #ffffff;
}
td.darkline {
	background-color : #CCCCCC;
}




/**
  * Use for tablerows
 **/
.darkrow {
	background-color : #F5F5F5;
}

input {
	font-family: inherit;
	font-size: 20px;
	width:298px;
	color: #666666;

}
textarea {
	font-family: inherit;
	font-size: 11px;
	color: #666666;
}
select {
	font-family: inherit;
	font-size: 11px;
	color: #666666;
}
a:link {
	font-family: inherit;
	color: #CF0566;
	text-decoration: underline;
}
a:visited {
	color: #86395E;
	text-decoration: underline;
}
a:hover {
	color: #F68B00;
	text-decoration: underline;
}
