html {
     overflow: -moz-scrollbars-vertical;
}

/* No margins for this body.. no sir */
body {
	margin: 0px;
	padding: 0px;
}

/* removes lower padding on all images */
img {
	display: block;
}

/* this sets how far from the top the page is */
.topmargin {
	margin-top:20px;
}


/* sets the main div*/
.maindiv {
	width:785px;
}

/* bottom space between blocks*/
.blockmargin {
	margin-bottom:2px;
}


.bgdark {
	background-color: #E3E3DA;
}

.bglight {
	background-color: #F3F3EF;
}

.bgright {
	background-color: #EBECE7;
}

input {
	font-family: Verdana, Arial, Helvetica;
	color: #484848;
	font-size: 10px;
	border: 1px #aeb194 solid;
	height: 16px;
	width: 177px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #ffffff;
}

textarea {
	font-family: Verdana, Arial, Helvetica;
	color: #484848;
	font-size: 10px;
	border: 1px #aeb194 solid;
	width: 380px;
	height: 100px;
	margin-top: 2px;
	margin-bottom: 2px;
}

input.ok-btn {
	font-family: Times new roman;
	font-size: 11px;
	font-weight: normal;
	background-color: #F9F9F7;
	width: 26px;
	height: 17px;
}

input.skicka-btn {
	font-family: Times new roman;
	font-size: 11px;
	font-weight: normal;
	background-color: #F9F9F7;
	height: 17px;
	
}

select {
	font-family: Verdana, Arial, Helvetica;
	color: #484848;
	font-size: 9px;
	border: 1px #aeb194 solid;
	height: 17px;
	width: 140px;
	margin-top: 12px;
}

.gray_bar {
	width: 515px;
	height: 19px;
	background-color: #E5E4DF;
}

.prodgray_bar {
	width: 515px;
	height: 19px;
	background-color: #d8d8ce;
}

.dots {
	width: 515px;
	height: 5px;
}

.header_text {
	font-family: Verdana;
	color: #615f5f;
	font-size: 10pt;
	font-weight: lighter;
}

.large_text_white {
	font-family: Times new roman;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: lighter;
}

.large_text_gray {
	font-family: Times new roman;
	color: #484848;
	font-size: 12pt;
	font-weight: lighter;
}

.bread_text {
	font-family: Verdana, Arial, Helvetica;
	color: #484848;
	font-size: 10px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.subheader_text {
	color: #484848;
	font-family: verdana;
	font-weight: bold;
	font-size: 8px;
}

.tabletop {
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 9px;
	background-color: #D3D3C7;
	margin:0px 1px 0px 1px; 
	height:19px;
	font-weight:bold;
}

.tablelight {
	background-color: #EEEEE8;
}

.tabledark {
	background-color: #E9E9E2;
}

/*a { 
	text-decoration:none 
}*/

a:link {
	color: #484848;
	text-decoration:none;
}
a:visited {
	color: #484848;
	text-decoration:none;
}
a:hover {
	color: #484848;
	text-decoration:none;
}
a:active {
	color: #484848;
	text-decoration:none;
}
