
/* birka grön #BACB7E */


body {
	background-color: #aecb3f;
	background-image: url(../gfx/blank_bakgrund2.gif); 
	background-repeat:repeat-x; 
	
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #000000;
	height: 100%;
}


/*table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/



#OnlineMainHolder {
	width: 625px;
}

#OnlineMainHolder #MainContent {
	width: 430px;
	float: left;
}

#OnlineMainHolder #ListContent {
	width: 178px;
	float: left;
}

.CoverPlace
{
	background-image: url(../gfx/cover.png);
	background-repeat: no-repeat;
}



#MainContent #MainWorkArea {
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#ListContent #ListWorkArea {
	padding-top: 34px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
/*
	padding-top: 78px;
	background-image: url(../Gfx/ListTopOnline.gif);
	background-repeat: no-repeat;
	background-position: left top;
*/
	width: 160px;
}

#ListWorkArea .listHolder {
	padding-left: 1px;
	float: left;
	width: 160px;
	margin-bottom: 6px;
}

#ListWorkArea .listHolderWide {
	padding-left: 1px;
	float: left;
	width: 230px;
	margin-bottom: 10px;
}

#InformationFrame
{
	width: 258px;
	height: 142px;
	background-image: url(../Gfx/InformationFrame.png);
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.listHolder .listBottom {
	background-image: url(../Gfx/ListContentBottom.gif);
	height: 10px;
	width: 155px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
}

.listHolder .listBottomSelected {
	background-image: url(../Gfx/ListContentBottomSelected.gif);
	height: 10px;
	width: 155px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
}

.listHolderRealWide {
	float: left;
	width: 405px;
	margin-bottom: 10px;
}

.listBottomWide {
	background-image: url(../Gfx/listWideBottom.gif);
	height: 10px;
	width: 227px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
}

.realWideTop {
	background-image: url(../Gfx/listRealWideTop.gif);
	width: 393px;
	background-repeat: repeat-y;
	float: left;
	padding: 3px 6px 0 6px;
}

.realWideBottom {
	background-image: url(../Gfx/listRealWideBottom.gif);
	height: 10px;
	width: 405px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
}



.listBottomWideSelected {
	background-image: url(../Gfx/listWideBottomSelected.gif);
	height: 10px;
	width: 227px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
}


.listHolder .listTop {
	background-image: url(../Gfx/ListContentTop.gif);
	width: 155px;
	background-repeat: repeat-y;
	float: left;
}


.listHolder .listTopSelected {
	background-image: url(../Gfx/ListContentTopSelected.gif);
	width: 155px;
	background-repeat: repeat-y;
	float: left;
}

.listTopWide {
	background-image: url(../Gfx/listWideTop.gif);
	width: 225px;
	background-repeat: repeat-y;
	float: left;
	padding: 3px 5px 0 5px;
}

.listTopWideSelected {
	background-image: url(../Gfx/listWideTopSelected.gif);
	width: 225px;
	background-repeat: repeat-y;
	float: left;
	padding: 3px 5px 0 5px;
}

.listHolder .listContent {
	width: 145px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 3px;
}

.listContentWide {
	width: 210px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 0;
}

.listHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-bottom:solid 1px #BACB7E;
	margin-bottom: 3px;
	padding-bottom: 1px;
}

.listFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #BACB7E;
	position: relative;
	bottom: -4px;
}

#MainWorkArea #ContentHeader {
	float: left;
	padding-top: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CAD89B;
	width: 100%;
}
#MainWorkArea #ContentArea {
	float: left;
	width: 100%;
	margin-top: 3px;
}
.travelDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px; 
	border-top: solid 2px #CAD89B;
}

.travelHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336633;
	height: 20px;
}

.textEdit
{
	border: dotted 1px #990000;
	min-height: 14px;
	min-width: 20px;
}

.textEdit:hover
{
	border: dotted 1px #990000;
	color: #990000; 
}

.textEditButton
{
	font-size: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.editButton
{
	font-size: 10px;
	font-family: Arial, Verdana, Sans-Serif;
}

.tbCode {
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
}

.calenarBackgroud {
	background-image: url(../Gfx/normal-bg.gif);
	background-repeat: repeat;
}

.calendarHeaderStyle {
	background-image: url(../Gfx/dark-bg.gif);
	background-repeat: repeat;
}

.calendarHeaderStyle a {
	text-decoration: none;
}

.calendarDayStyle {
	padding: 3px;
}

.calendarDayStyle a {
	text-decoration: none;
}

.calendarDayStyle:hover {
	background-color: #CCCCCC;
	background-image: url(../Gfx/dark-bg.gif);
	background-repeat: repeat;
}

.notSelectable {
	color: #999999;
}

.notSelectable a {
	color: #990000;
}

.ddPassanger {
	font-size: 10px;
	font-family: Arial, Verdana, Sans-Serif;
}

.tb_standard {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	padding: 0 1px;
}

.tbCode
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 2px;
	font-weight: bold;
}

.borderBottom1 
{
	border-bottom: solid 1px #ddd;	
	padding: 1px 2px;
}

.normalButton
{
	padding: 5px;
	cursor: pointer;
}

.image100 {
	width: 100px;
}

.tableStandard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tbTravlerInfo 
{
	FONT-SIZE: 11px; 
	WIDTH: 110px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.ddTravlerInfo
{
	FONT-SIZE: 11px; 
	WIDTH: 114px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;	
	font-weight: bold;
}

.dd_normal
{
	FONT-SIZE: 11px; 
	WIDTH: 100%; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	background-color: #fafcf4;
	border: solid 1px #888;
}

.ddTravelYear 
{
	FONT-SIZE: 10px; 
	WIDTH: 60px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.ddTravleMounthDay
{
	FONT-SIZE: 10px; 
	WIDTH: 40px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
	
.dd_smalTest
{	
	FONT-SIZE: 11px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 0;	
	font-weight: bold;	
	background-color: #fafcf4;
	border: solid 1px #888;
}

.innerFrameTop {
	background-image: url(../Gfx/InnerFrameTop.png);
	width: 380px;
	background-repeat: repeat-y;
	float: left;
	padding: 3px 10px 0 6px;
}

.innerFrameBottom {
	background-image: url(../Gfx/InnerFrameBottom.png);
	width: 394px;
	height: 8px;
	background-repeat: no-repeat;
	float: left;
}




/*  utarbetning från websidor */

.class1
{
	width: 5%; 
	white-space: nowrap; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	padding: 0 0 2px 0;
}

.class2 
{
	padding: 2px 0 4px 0; 
	font-weight: bold; 
	border-bottom: solid 2px #BACB7E; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.class3
{
	padding: 6px 0 6px 2px; 
	border-top: solid 1px #BACB7E;
}

.class4 
{
	width: 75%;
	padding: 0 0 2px 0;
}

.cabinPreeviewImage
{
	width: 80px;
}

#PreeViewHolder
{
	
}

.preeViewHolder
{
	background-image: url(../Gfx/listRealWideTop.gif);
	background-repeat: no-repeat;
	padding: 3px 7px 0 7px;
	color: #333;
}

.preeViewHolderBottom
{
	background-image: url(../Gfx/listRealWideBottom.gif);
	background-repeat: no-repeat;
	padding: 0 7px 4px 7px;
	color: #333;
	height: 10px;
}

.preeViewHolderBlue
{
	background-image: url(../Gfx/listRealWideTopBlue.gif);
	background-repeat: no-repeat;
	padding: 3px 7px 0 7px;
	color: #333;
}

.preeViewHolderBottomBlue
{
	background-image: url(../Gfx/listRealWideBottomBlue.gif);
	background-repeat: no-repeat;
	padding: 0 7px 4px 7px;
	color: #333;
	height: 10px;
}

.preeViewCategoryHeader
{
	border-bottom: solid 1px #819228;
	font-weight: bold;
	font-size: 11px;
	color: #778d07;
	padding: 0 0 0 1px;
}

.preeViewCategoryInformation
{
	border-bottom: solid 1px #819228;
	padding: 0 0 3px 0;
}

.preeViewMiljoQuestionImage
{
	cursor: pointer;
}

.preeviewCategoryImage
{
	padding: 5px 8px 5px 0;
	border-bottom: solid 1px #819228;
	width: 1%;
}

.preeviewCategoryContent
{
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #819228;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
}

.preeviewCategoryContentHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #111;
}

.foodTypeHeader
{
	font-weight: bold; 
	font-size: 10px; 
	color: #555; 
	background-color: #fafafa;
	padding: 2px;
	border-bottom: solid 1px #819228;
}

.preeViewCategoryPriceSummery
{
	border-top: solid 1px #819228;
	padding: 4px 0 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.preeViewCategoryChangeArea
{
	border-top: solid 1px #819228;
	padding: 6px 0 0 0;
	font-size: 10px;
	font-weight: bold;
}

.preeViewTable
{
	width: 390px;	
}

.textBig 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.tbNormal 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 180px;
}

.tbBig
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 180px;
}

.preeviewCategoryContentPricing
{
	padding: 2px 0 4px 0;
}

.cabinSpaceHeader 
{
	color:#819228;
	padding: 4px 0 0 2px;
	font-weight: bold;
}