﻿/*------------------------------------------------------------------------------------
COLORS
*/
.bgWhite
{
	background-color:White;
}

/*------------------------------------------------------------------------------------
ELEMENTS
*/

.columnStandard1of2
{
	width:140px;
}

.columnStandard2of2
{
	width:auto;
}

.handPointer
{
    cursor:pointer; 
}

.textboxStandard
{
	width:250px;
}

.tableStandard
{
	width:100%;
	vertical-align:top;
}

.link
{
    text-decoration:none;
}

/*------------------------------------------------------------------------------------
AJAX
*/

.ajax__tab_header
{
   border-bottom-color:#999999;
   border-bottom-style:solid;
   border-bottom-width:1px;
}
.ajax__tab_outer
{
    /*An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
}

.ajax__tab_inner
{
    /* An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
}

.ajax__tab_tab
{
     /* An element of the tab that contains the text content. Child CSS classes:none. */
     padding-bottom:10px;
     padding-right:10px;
}

.ajax__tab_body
{
    /* A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
    padding-top:15px;
}

.ajax__tab_hover
{
     /* This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
}

.ajax__tab_active
{
    /* This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */
    color:#ff6600;
    background-position: center bottom;
    background-image: url('../images/design/SelectedMenuItem.png'); 
    background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------------
GenericSearchList UserControl
*/

.GenericSearchList_Header
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}

.GenericSearchList_ListContainer
{
    margin-top:20px;
    font-size:12px;
}

.GenericSearchList_ItemContainer, .GenericSearchList_ItemAlternatingContainer
{
    width:100%;
}

.GenericSearchList_Headline, .GenericSearchList_HeadlineAlternating
{
    font-size:14px;
    font-weight:bold;
}

.GenericSearchList_Text, .GenericSearchList_TextAlternating
{
    font-size:12px;
    font-weight:normal;
}

.GenericSearchList_ItemSeparator
{
    height:5px;
}

/*------------------------------------------------------------------------------------
YrkesmaskinerList UserControl
*/

.YrkesmaskinerList_Header
{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color: #0d5aa4;
}
.YrkesmaskinerList_ListContainer
{
    font-family: Arial;
	font-weight:normal;
    font-size:12px;
	color:#0a2b4b;
}
.YrkesmaskinerList_HeadlineContainer
{
    font-family: Arial;
    font-weight:bold;
	font-size:13px;
	color: #0d5aa4;
}
.YrkesmaskinerList_TextContainer
{
    margin-top:3px;
}
.YrkesmaskinerList_PriceContainer
{
    margin-top:10px;
    font-weight:bold;
}
.YrkesmaskinerList_ImageContainer
{
}

/*------------------------------------------------------------------------------------
TEXT
*/

.textHeadlineLarge
{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color: #0d5aa4;
}

.textHeadline
{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color: #0d5aa4;
}

.textHeadlineSmall
{
	font-family: Arial;
	font-size:13px;
	color: #0d5aa4;
}

.textStandard
{
	font-family: Arial;
	font-weight:normal;
    font-size:12px;
	color:#0a2b4b;
}

.textSmall
{
	font-family: Arial;
    font-size:11px;
	color:#0a2b4b;
}

.textLarge
{
    font-family: Arial;
    font-size:12px;
	color:#0a2b4b;
}

/*
COLORS
*/

.textColor, .textColor A:link
{
	color:#0a2b4b;
}

.textColorAlt, .textColorAlt A:link
{
	color:#0d5aa4;
}
 
