/*************************************************************
  FileName:					Default.css 
  Description:				Common stylesheet for SusBiz
  Created:					2007-09-04
  Author:					Kenneth Vikström
**************************************************************/


/* -----------------------  GENERAL  ------------------------ */
BODY
{
    background-color: #e5e5e5;

    border: none 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	
    color: #333333;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
	
    text-align: left;    
    text-decoration: none;
    vertical-align: baseline;
}

BODY.Print
{
    background-color: white;

    border: none 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	
    color: #333333;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;

    text-align: left;    
    text-decoration: none;
    vertical-align: baseline;
}

TABLE
{
    background-color: White;

    border: none 0px;
	padding: 0px 0px 0px 0px;

    color: #333333;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    text-decoration: none;

    width: 100%;
    height: 100%;
}

A
{
    color: #86ba09;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    text-decoration: none;	
}

/* -----------------------  BACKGROUNDS  ------------------------ */
TD.FrameBackground
{
    background-color: #e5e5e5;
}

TD.HeadingBackground
{
    background-color: #ffffff;
}
TD.MenuBackground
{
	background-image: url('images/menu-bg.gif');
    padding-left:5px; 
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;    
}
TD.ActiveMenuBackground
{
	background-image: url('images/menu-bg-active.gif');
    padding-left:5px; 
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;    
}
TD.MenuSeparator
{
	background-image: url('images/menu-div.gif');
	width: 2px;
}

TD.BottomBackground
{
    background-color: #e5e5e5;
}

TD.LabelHeadingField
{
    background-color: #ffffff;
    white-space: normal;
}

TD.LabelTextField
{
    background-color: #ffffff;
    width: 700px;
    white-space: normal;
}

TR.ListHeaderStyle
{
    background-color: #cccccc;
    text-align : left;
	text-indent: 0px;
	text-decoration: none; 
    vertical-align : sub;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
}
TR.ListItemStyle
{
    background-color: white;    
    text-align : left;
	text-indent: 0px;
	text-decoration: none; 
    vertical-align : sub;
    font-size: 11px;
    font-weight: normal;
    height: 16px;
}
TR.ListAlternatingItemStyle
{
    background-color: #efefef;
    text-align : left;
	text-indent: 0px;
	text-decoration: none; 
    vertical-align : sub;
    font-size: 11px;
    font-weight: normal;
    height: 16px;
}

/* -----------------------  LINKS  ------------------------ */
A.HeadingLink
{
    color: #3d9e03;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    border-style: none;
}
A.HeadingLink:hover
{
	text-decoration: underline;
}

A.BottomLink
{
    color: #3d9e03;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}
A.ActionLink
{
	color: #3d9e03;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
A.ActionLink:hover
{
	text-decoration: underline;
}

A.RelyLink
{
	color: #3d9e03;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}
A.RelyLink:hover
{
	text-decoration: none;
}
/* -----------------------  TEXTS ------------------------ */
SPAN.Welcome
{
    color: #ffffff;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 14px;
    font-weight: bold;
}
SPAN.PageTitle
{
    color: #000000;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 16px;
    font-weight: bold;
}

SPAN.Heading1
{
    color: #000000;
    font-family: OfficinaSans;
    font-size: 18px;
    font-weight: bold;
    white-space: -moz-pre-wrap; /* mozilla specific, since 1999 */
    white-space: normal;
}
SPAN.Heading2
{
    color: #000000;
    font-family: OfficinaSans;
    font-size: 13px;
    font-weight: bold;
    white-space: -moz-pre-wrap; /* mozilla specific, since 1999 */
    white-space: normal;
}
SPAN.SubHeading
{
    color: #000000;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-weight: bold;
}
SPAN.Text
{
    color: #000000;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-weight: normal;
    white-space: -moz-pre-wrap; /* mozilla specific, since 1999 */
    white-space: normal;
}
SPAN.DateHeading
{
    color: Red;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-weight: bold;
}
SPAN.CompanyText
{
    color: Black;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-weight: bold;
}
SPAN.ContactText
{
    color: Black;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 12px;
    font-weight: bold;
}
SPAN.SmallText
{
    color: #333333;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 10px;
    font-weight: normal;
}
SPAN.BottomText
{
    color: Black;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-weight: normal;
}
SPAN.ErrorText
{
    color: #cc0000;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 11px;
    font-weight: bold;
}
SPAN.MenuSeparator
{
    color: white;
    font-family: Arial, Garamond, Verdana, Geneva;
    font-size: 14px;
    font-weight: bold;
}

/* -----------------------  TEXT BOXES  ------------------------ */
INPUT.TextBox
{
	background-color: #ffffff;
	font-family: Arial, Garamond, Verdana, Geneva;
	font-size: 11px;
	height: 14px;
}

TEXTAREA.TextBox
{
	background-color: #ffffff;
	font-family: Arial, Garamond, Verdana, Geneva;
	font-size: 11px;
}
/* -----------------------  COMBO BOXES ------------------------ */
SELECT.ComboBox
{
	background-color: #ffffff;
	border: #999999 1px solid;
	color: #222222;
	font-family: Arial, Garamond, Verdana, Geneva;
	font-size: 11px;
	padding-left: 4px;
}

/* -----------------------  LIST BOXES ------------------------ */
SELECT.ListBox
{
	background-color: #ffffff;
	border: #999999 1px solid;
	color: #222222;
	font-family: Arial, Garamond, Verdana, Geneva;
	font-size: 11px;
	padding-left: 4px;
}

/* -----------------------  BUTTONS  ------------------------ */
INPUT.Button
{
	background-image: url('images/menu-bg.gif');
	background-color: Gray;
	border-bottom: #555555 1px solid;
	border-left: #999999 1px solid;
	border-right: #555555 1px solid;
	border-top: #999999 1px solid;
	color: White;
	font-family: Arial, Garamond, Verdana, Geneva;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
    cursor: pointer;
}
/* -----------------------  IMAGES  ------------------------ */
IMG
{
    border-style: none;
}
