/*------- Stylesheet för Handdator.com ------*/
/*------- Copyright SpringNode Systems AB 2003 ------*/

/* Profil nr 1 (Standard) */

BODY {
	margin : 0;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	background-color : #FFFFFF;
	/*scrollbar-face-color: #4098a8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #2c6c78;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #66b8c6;
	scrollbar-track-color: #2c6c78;
	scrollbar-darkshadow-color: #2c6c78;
	*/
}

.POPUPBODY {
	margin : 0;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	background-color : #DEEFF7;
}

/* Vanlig brödtext */
.commontext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#333333;
	font-weight : normal;
	line-height : 12px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color:#333333;
	font-weight : normal;
}

/* Text i kolumn som visar senaste inläggen i forumet */
.latestposts {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight : normal;
	line-height : 12px;
	color:#333333;
}

/* Text i kolumn som visar senaste köpes/säljes, poll, just nu m m. */
.columntext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color:#333333;
	font-weight : normal;
	line-height : 12px;
}

.columntextlight {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color:#459fb6;
	font-weight : normal;
	line-height : 12px;
}

.column {
	background-color : #DEEFF7;
}

.columnlines {
	background-color : #398294;
}

.headerstatus {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10.5px;
	color:#FFFFFF;
	font-weight : normal;
	line-height : 14px;
}

.loginheader {
	background-color : #3e91a2;
}

.header {
	font-family: Verdana, Arial, Helvetica;
	font-size: 17px;
	color:#404040;
	font-weight:bold;
	line-height : 20px;
}

.bigtext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 25px;
	color:#404040;
	font-weight:bold;
	line-height : 20px;
}

.smallheader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
	color:#404040;
	font-weight:bold;
	line-height : 20px;
}

/* Vem som har skrivit nyheten och vilket datum */
.newswriter {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color:#404040;
}

/* Nyhetsrubrik */
.newsheader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 17px;
	color:#404040;
	font-weight:bold;
	line-height : 20px;
}

.table_header {
	background : #398494;
}

/* Rutan där ett inlägg i en diskussionsgrupp visas */
.postsquare {
	border-color : #398494;
	border-style : solid;
	border-width : 1px;
	background : #F3FaFC;
}

/* Standardlänkar */
a {
	color:#398294;
	text-decoration: none;
	font-weight: bold;
}
a:visited: {
	color:#398294;
	text-decoration: none;
	font-weight: bold;
}
a:hover: {
	color:#398294;
	text-decoration: underline;
	font-weight: bold;
}
a:active: {
	color:#398294;
	text-decoration: underline;
	font-weight: bold;
}

/* Annonslänkar i header */
a.header {
	color:#efefef;
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px;	
	text-decoration: none;
	font-weight: bold;
	line-height : 14px;	
}
a.header:visited: {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px;	
	text-decoration: none;
	font-weight: bold;
	line-height : 14px;	
}
a.header:hover: {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px;	
	text-decoration: underline;
	font-weight: bold;
	line-height : 14px;	
}
a.header:active: {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica;	
	font-size: 10px;	
	text-decoration: underline;
	font-weight: bold;
	line-height : 14px;	
}


/* Formulärfält */
.textinput {
	background-color : #FFFFFF;
	font-family:verdana,arial,helvetica;
	font-size:9pt;
	color:#5C5C5C;
	border : 1 px solid #999999;
}

.textareainput {
	background-color : #FFFFFF;
	font-family:verdana,arial,helvetica;
	font-size:9pt;
	color:#5C5C5C;
	border : 1 px solid #398294;
}

.logininput {
	background-color : #EAF4F7;
	font-family:verdana,arial,helvetica;
	font-size:8pt;
	color:#333333;
	border : 1 px solid #398294;
}

.radio {
	font-family:verdana,arial,helvetica;
	font-size:8pt;
	border : 1 px solid #999999;
	color : #5C5C5C;
}

.checkbox {
	font-family:verdana,arial,helvetica;
	font-size:8pt;
	color : #5C5C5C;
	margin : -4px;
}



