﻿html *{
  padding: 0;
  margin: 0;
}
a img
{
	border: 0;
}
html, body
{
	height:100%;
	margin:0;
	padding:0;
	font-size:62.5%;
}

body
{
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
	background-image:url("../images/bg.png");
	background-repeat:repeat-x;
	background-color:#fff;
	
	font-family: myriad, arial, sans serif;
	font-size: 1.2em;
	color:#333333;
}

h1, h2, h3, h4
{
    color: #425367;
    font-size: 1.4em;
    margin: 10px 0 0 0;
}
p
{
    margin: 0 0 5px 0;
}

a
{
	color: #333E50;
	text-decoration:none;
}

a:hover
{
	color:#143262;
}

a.link
{
	color:#175f1e;
	border-bottom:dashed 1px #718aac;
}

a.link:hover
{
	color:#175f1e;
	text-decoration:underline;
	border-bottom:dashed 1px #718aac;
}

input
{

}

ul, li
{
    margin: 0;
    padding: 0;
}
li
{
    padding-left: 10px;
    list-style-position: inside;
}

table
{
    border-collapse: collapse;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left;}
.toolTipShadow
{
    background: url( "../../images/shadow.png" ) no-repeat right bottom !important;
    margin-left: 25px;
    margin-top: 35px;
}

.toolTipContent
{
    left: -6px;
    top: -6px;
    background-color: #FFF8DC; /*#FFFAF0;/*#FFF0F5;/*#FFFACD;*/
    border: solid black 1px;
    padding: 5px;
    font: bold 10pt sans-serif;
}

span.SearchHiLite
{
    background-color:#fffa72;
}

.price_info
{
	margin-top:20px;
	color:#818396;
	font-style:italic;
	clear: both;
	text-align: center;
}

div#divButtonBack
{
	padding: 20px 10px;
}

/* Breadcrumbs */
div.br_container
{
	margin-top:3px;
	margin-left:20px;
}

span.br_you_are
{
	color:#9397a4;
}

span.br_item
{
	
}

span.br_item_seperator
{
	
}

/* Generel styling til forms */

ol.form
{
    list-style: none;
    padding: 0;
    margin: 0;
}
ol.form li
{
    height: 20px;
    font-style: italic;
    color: #9397A4;
    width: 450px;
}
ol.form li label
{
    width: 150px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 5px;
    font-style: normal;
    color: #425367;
    font-weight: bold;
}
ol.form li select, ol.form li input
{
    width: 145px;
} 

ol.form li.submit
{
    height: 25px;
    text-align: right;
    width: 305px;
}
ol.form li.submit input
{
    width: auto;
}

/* Page messages */
div.Message_Item span { font-size: 110%; }
div.PanelErrors div.Message_Item span 
{
	color: Red;
	font-weight: bold;
}
div.PanelWarnings div.Message_Item span 
{
	color: Orange;
	font-weight: bold;
}

div.PanelMessages div.Message_Item span, div.PanelActions div.Message_Item span
{
	color: Green;
	font-weight: bold;
}
.cc_hidden
{
	display:none;
}

.cc_link
{
	cursor:pointer;	
	color:#2d3b51;
}

.cc_link:hover
{
	text-decoration:underline;
}

.cc_page_header
{
	font-size:22px;
	font-weight:normal;
	color:#4d5799;
	border-bottom:solid 1px #adb1c9;
	margin-bottom:20px;
}

.cc_group_header
{
	color:#535569;
	background-color:#f8f9fb;
	border:solid 1px #dee0eb;
	display:inline-block;
	padding:8px;
}

.cc_chars_left_value
{
	float:left;
	font-style:italic;
}

.cc_chars_left_label
{
	float:left;
	font-style:italic;
	margin-left:5px;
}

