/*
 * CSS for Fjordland
 ******************************
 */
 
/*
 * CSS for sma gra felt med og uten faner
 */
.tabContainer
{
   width: 210px;
   height: 180px;
   margin-right: 20px;
   background-color: transparent;
   float: left;
}
.tabNyheter,
.tabStillingLedig,
.tabOmFjordland,
.tabBildedatabase,
.tabPartner
{
   width: 0px;
   height: 30px;
   overflow: hidden;
   background-color: transparent;
   cursor: pointer;
   float: left;
}
/*
 * Tab/fane for Nyheter
 */
.tabNyheter
{
   padding-left: 90px;
   margin-right: 5px;
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_nyheter_out.gif);
}
#tabNyheterSelected .tabNyheter
{
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_nyheter_over.gif);
}
#tabNyheterSelected #tabNyheter
{
   display: block;
}
/*
 * Tab/fane for Stilling ledig
 */
.tabStillingLedig
{
   padding-left: 115px;
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_stillingledig_out.gif);
}
#tabStillingLedigSelected .tabStillingLedig
{
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_stillingledig_over.gif);
}
#tabStillingLedigSelected #tabStillingLedig
{
   display: block;
}
/*
 * Tab/fane for Om Fjordland
 */
.tabOmFjordland
{
   padding-left: 210px;
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_omfjordland.gif);
   cursor: default;
}
#tabOmFjordlandSelected #tabOmFjordland
{
   display: block;
}
#tabOmFjordland .tabContent
{
   width: 194px;
   padding-left: 0px;
}
#tabOmFjordland .tabContent a
{
   padding-left: 16px;
}
#tabOmFjordland .tabContent a.active
{
   font-weight: bold;
   /*background-image: url(http://webfiles.tine.no/Fjordland.no/images/om_fjordland_pil.gif);*/
   background-position: left center;
   background-repeat: no-repeat;
}
/*
 * Tab/fane for Bildedatabase
 */
.tabBildedatabase
{
   padding-left: 210px;
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_bildedatabase_out.gif);
}
#tabBildedatabaseSelected .tabBildedatabase
{
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_bildedatabase_over.gif);
}
#tabBildedatabaseSelected #tabBildedatabase
{
   display: block;
}
/*
 * Tab/fane for Partner
 */
.tabPartner
{
   padding-left: 85px;
   margin-left: 5px;
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_partner_out.gif);
}
#tabPartnerSelected .tabPartner
{
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_partner_over.gif);
}
#tabPartnerSelected #tabPartner
{
   display: block;
}
/*
 * tabPage - container for tabContent og eventuelt tabFooter
 */
.tabContainer .tabPage
{
   width: 210px;
   height: 150px;
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/box_bottom.gif);
   background-position: left bottom;
   background-repeat: no-repeat;
   display: none;
   clear: left;
}
/*
 * tabContent - container for hovedinnholdet i en tab
 */
.tabContainer .tabPage .tabContent
{
   width: 178px;
   height: 100px;
	overflow: hidden;
   padding-left: 16px;
   padding-right: 16px;
   padding-top: 10px;
   padding-bottom: 10px;
   background-color: #EEEEDD;
   display: inline;
   float: left;
   clear: left;
}
.tabContainer .tabPage .tabContent h1
{
   font-weight: bold;
   font-size: 0.75em;
   font-style: italic;
   padding: 0;
   margin: 0;
}
.tabContainer .tabPage .tabContent a.tabLink
{
   font-weight: bold;
   font-size: 0.75em;
   font-style: italic;
   padding: 0;
   margin: 0;
}

.tabContainer .tabPage .tabContent p
{
   line-height: 1.15em;
}
.tabContainer .tabPage .tabContent a
{
   font-size: 0.75em;
   line-height: 1.15em;
   margin-bottom: 5px;
   display: block;
}
/*
 * tabFooter
 */
.tabContainer .tabPage .tabFooter
{
   font-size: 0.75em;
   width: 194px;
   height: 27px;
   padding-left: 16px;
   padding-top: 6px;
   background-image: url(http://webfiles.tine.no/Fjordland.no/images/tab_footer_divider.gif);
   background-repeat: no-repeat;
   background-position: left top;
   clear: left;
}
/*
 * Innloggingsskjema for bildedatabase og partner
 */
#tabBildedatabase form,
#tabPartner form
{
   padding: 0;
   margin: 0;
}
#tabBildedatabase form div,
#tabPartner form div
{
   padding-top: 2px;
}
#tabBildedatabase input,
#tabBildedatabase label,
#tabPartner input,
#tabPartner label
{
   font-size: 0.75em;
}
#tabBildedatabase label,
#tabPartner label
{
   width: 76px;
   height: 17px;
   padding-top: 2px;
   padding-bottom: 8px;
   float: left;
   clear: left;
}
#tabBildedatabase input.text,
#tabPartner input.text
{
   width: 90px;
   height: 17px;
   padding-top: 2px;
   padding-bottom: 0px;
   margin-top: 6px;
   margin: 0;
	background-color: #DEDDCB; 
   float: left;
   clear: right;
}
#tabBildedatabase input.submit,
#tabPartner input.submit
{
   margin-top: 30px;
// margin-top: 10px;
   clear: left;
}/* CSS Document */