/* 
----------------------------------------
Default CSS document
---------------------------------------- 
*/



body{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	height: 100%; 
	width: 100%; 
	margin: 0;
	background-color: #202020;
	background-image: url(/skins/site/wahlborgsmarina/images/bodybg.gif);
	background-repeat: repeat-x;
	color: black;
}


#menuCol{
	background-color: #dedddd;
	Margin-left: 20px;
}

#ContentCol{
	background-color: #fff;
}

.infoText{
background-color: #FFFFFF;
padding: 10px;
}


#Footercol{
	background-image: url(/skins/site/WahlborgsMarina/images/bgfooter.gif);
	background-color: #585757;
	padding-left: 5px;
}

.RHeading{
	Font-Size: 14px;
	Font-weight: bold;
}

Table{
	color: #555555;
	font-family: arial, verdana, sans-serif; 
	font-size: 11px;
	text-align:left;
}

.Table{
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	text-align: left;
}

.Headline{
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 12pt;
	Font-Weight: bold;
}

.contentArea{
	font-size: 12px; 
	Padding: 4px;
	width: 543px;
	background-color: #414242;
}

/* --- [Edit Specific] -----*/

#EditAreaActive{
	background-color: #414242;
	border: solid 1px #DE0C01;
	Height: 100px;
	margin-bottom: 20px;
}

#EditAreaInActive{
	background-color: #FFFFFF; /* <-- User the same background color as the page */
	border: solid 1px #706D6D;
	Height: 100px;
	margin-bottom: 20px;
}

#EditCol1{
width: 350px;
padding-right: 10px;
}

#EditCol2{
width: 543px;
}
/* --- [/Edit Specific] -----*/


a{
Color: #0033FF;
text-decoration: none;
letter-spacing: 1px;
}

a:hover {
color:#3527DE;
text-decoration: none;
}

#LoginBoxDIV{
padding-right: 5px;
}

#txtUserName{
Border: Solid 1px #FFFFFF;
width: 80px;
height: 16px;
font-size: 9px;
font-family: verdana;
background-image: url(/skins/site/eklunds/images/txtfld14px.gif);
}

#txtPassword{
Border: Solid 1px #FFFFFF;
width: 80px;
height: 16px;
font-size: 10px;
background-image: url(/skins/site/eklunds/images/txtfld14px.gif);
}

#loginbtn{
height: 20px;
font-size: 10px;
}

#LoginFailedMsg{
color: #C10500;
font-weight: bold;
}

/* 
----------------------------------------
Product database
---------------------------------------- 
*/

.productInfo {
color: #363436;
font-size: 11px;
line-height: 17px;
vertical-align:top;
padding:5px;
}

.productName	{
padding-Top: 4px;
padding-Bottom: 7px;
font-size: 10px;
color: #FFFFFF;
font-weight:bold;
margin-left:5px
}

.productSubs{
font-size: 10px;
color: #B2B2B2;
margin-left:5px
}


.imageOne		{
background-image:url(/imgbody/product_bgLine1.gif)
}

.imageTwo		{
background-image:url(/imgbody/product_bgLine2.gif)
}

.imageOnea		{
background-color: none;
cursor: hand;
}

.imageTwoa		{
background-color: #061F26;
cursor: hand;
}

.imageTwoc		{
background-color: #7C7C7C;
}



/* DIV SCROLL*/
div.ScrollBlock {
width: 100%;
height: 375px;
margin-bottom: 5px;
}div.ScrollBlockFullsize {
width: 600px;
height: 350px;
margin-bottom: 5px;
}div.ScrollBlockHalfSize {
width: 300px;
height: 350px;
margin-bottom: 5px;
}
#visible {
overflow: visible;
}
#hidden {
overflow: hidden;
}
#scroll {
overflow: scroll;
}
#auto {
overflow: auto;
}
/*<div class="ScrollBlock" id="auto"></div>*				
