/* Bilforum Volda - Style Sheet */

body {
	font-family:			verdana;
	font-size:				9pt;
	margin-top:				10px;
} 
.main {
	background:				url('../images/bg.gif') repeat-x; 
	background-color:			#838282;
}
.background2 {
	background:				url('../images/bg2.gif');
} 			
.body-text {
	font-family:			Arial;
	font-size:			10pt;
	color:				#000000;
} 
.body-title {
	font-family:			Arial;
	font-size:			10pt;
	color:				#000000;
	font-weight:			bold;
} 
.small-text {
	font-size:			7pt;
	color:				#000000
}
.title {
	font-family:			Arial;
	font-size:			12pt;
	color:				#000000;
	font-weight:			bold;
}
a {
	color:					#000000;
	text-decoration:		none;
}
a:visited {
	color:					#000000;
	text-decoration:		none;
}
a:hover {
	text-decoration:		underline;
}


/* Menu styles */
.menu {
	color:					#000000;
	font-family:				verdana;
	font-size:				8pt;
	font-weight:			bold;
}
a.menu {
	color:					#000000;
	text-decoration:		none;
}
a.menu:visited {
	color:					#000000;
	text-decoration:		none;
}
a.menu:hover {
	color:					blue;
	text-decoration:		none;
}
.submenu {
	color:					#000000;
	font-family:				verdana;
	font-size:				11px;
}
a.submenu {
	color:					#000000;
	text-decoration:		none;
}
a.submenu:visited {
	color:					#000000;
	text-decoration:		none;
}
a.submenu:hover {
	color:					blue;
	text-decoration:		none;
}
.menu-left {                                    
	border:					1px solid #d4d4d4;
	background-image: 		url(images/menu-left-bg.gif);
	padding-left:				14px;
} 
.menu-right {
	border:					1px solid #d4d4d4;
	background-image: 		url(images/menu-right-bg.gif); 
	padding-left:				14px;
}


/* WYSIWYG EDITOR */

/* TD styles */
.tdstyle    { padding-bottom: 2px; padding-top: 0px; font-family: arial, verdana, helvetica; font-size: 11px; }

/* Toolbar */
.toolbar1   { border: 1px solid #cccccc; height: 26px; border-bottom: 0px; }

/* Command Buttons */
.button     { width: 20px; height: 20px; border: 0px solid transparent; margin: 1px; padding: 0px; background: transparent; }
.buttonOver { width: 20px; height: 20px; border: 1px solid #999999; margin: 0; padding: 0px; }


/* Font Type and Size Drop Down */
.dropdown          { background-color: #FFFFFF; border: 1px solid #333333; height: 140px; overflow: auto; padding: 1px; }
button.mouseOver   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 3px; cursor: default; text-align: left;}
button.mouseOut    { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 3px; cursor: default; text-align: left;}




/* CREATE TABLE POPUP */

/* Select Border Width/Type */
.on   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 6px; width: 140px; cursor: default; height: 5px;}
.off  { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 6px; width: 140px; cursor: default; height: 5px;}

/* Select Shading/Border Color */
.selectColorTable  { border: 1px solid #7E7E81; background-color: #F7F7F7; padding: 1px; }
.selectColorBorder { border: 1px solid #F7F7F7; }
.selectColorOn     { border: 1px solid #999999; background-color: #CCCCCC; }
.selectColorOff    { border: 1px solid #F7F7F7; background-color: #F7F7F7; }
.selectColorBox    { border: 1px solid #FFFFFF; font-size: 1px; height: 13px; width: 13px; }