/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* --- Divs used for page structure ---*/
#allcontainerdiv
{
	width: 960px;
	margin: 0 auto 0 auto;
	
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	
	/*text-align: center;*/
}
#containerdiv
{
	float:left;
	width: 960px;
	/*margin: 0 auto 0 auto;*/
	background-color: #252525;	
	/*background-color: #cccccc;*/
}
#containerdivpadding, div.containerpadding
{
	padding-top: 0px;
	padding-right:32px; /*32px; 16px;*/
	padding-bottom: 0px;
	padding-left: 16px;
}

#headerdiv
{
	width: 896px;
	text-align: left;
	display: block;	
}
#toplogotypediv
{
	width: 896px;
	float:left;
}

/*#quickbardiv
{
	position:relative; 
	margin-top: -5em; 
	margin-right: 3px; 
	float: right; 
	text-align: right;
	width: 48%;
}*/

/*
#leftmenudiv
{
	width: 22%;
	float: left;
	text-align: left;
	background-color: #Ffffff;
}*/
#mainareadiv
{
	width: 600px;
	float: left;
	text-align: left;
	/*border: dashed 1px red;*/
}
.normalwidth
{
	width: 72%;
}
/*#rightcoldiv
{
	padding-left: 20px;
	float:right;
	border: dashed 1px green;
}*/
#rightmenudiv
{
	width: 225px; /*190px  225px;*/
	float: right;
	text-align: left;
	/*border: dashed 1px lime;*/	
}
#mainareabottomdiv
{
	width: 600px;
	float: left;
	text-align: left;	
	/*border: dashed 1px red;*/
}
#rightmenubottomdiv	
{
	width: 190px;
	float: right;
	text-align: left;
	vertical-align:bottom;
	/*border: dashed 1px lime;*/	
}


/* Startpage */
#startpageimagecollagediv
{
	margin-top: 32px;
	float:left;
}
img.startpageimagecollage
{
	width:389px;
	height: 192px;
}

#startpagewelcometoGL
{
	margin-top: 32px;
	float:left;
}
img.startpageimageWelcomeToGL
{
	width:507px;
	height: 192px;
}

#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

img
{
	border: 0;
}
body
{
	background-color: #F0F0F0;
}
#topmenudiv
{ 
	display: block;
	margin-bottom:0.3em;
	height: auto;
	width: 896px;
	float:right;
}
#topmenucontrol
{
	margin-top: 0em;
	padding: 0.4em 0em 0.3em 0.4em;
	width: 100%;
	font-size: 1.1em;
	font-family: Verdana, Arial, Tahoma, ;
	text-align:right;
	float:right;
}
#languageselectorcontrol
{
	float:right;
}
#contentdivStartPage
{
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}
.startpagewidth
{
	width: 67%;
}

#rightmenudivStartPage
{
	width: 29%;
	float: right;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

#quickbar
{
	text-align: right;
}
div.containerdivbottom
{
	background-color: #cccccc;
	background-image: url(../images/VGL/hbottom.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 55px;
	float:right;
	margin-top: -45px;
	margin-right: -32px;
	width: 32px;
}

#containerfooterdiv
{
}
#containerfooterdiv div.left
{
	float:left;
	padding-top: 13px;
	padding-bottom: 13px;
}
#containerfooterdiv div.right
{
	/*float:right;*/
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: right;
}

#footerdiv
{
	float: left;
	width: 960px;
	background-color: #000000;
	padding-top: 20px;
}

#footerleftdiv
{
	width: 250px; 
	float: left; 
	text-align: left;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footermiddlediv
{
	width: 400px; 
	float: left; 
	text-align: center;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footerrightdiv
{
	width: 300px; 
	float: left; 
	text-align: right;	
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#maincontainerdiv
{
	width: 896px;
	text-align: left;
	display: block;
	background-color: #ffffff;
	padding:0;
	margin:0;
	float:left;
}

#contentdiv
{
	/*width: 77%;*/
	float: right;
}
#topmenu
{
	margin-top: 1.7em;
	padding: 0.4em 0em 0.3em 1em;
	width: 100%;
}
#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}


/* NYTT FÖR GLS LOGO */

#maincontainerbottomdiv
{
	width: 832px;
	display: block;
	text-align: right;
	float:left;
	background-color: #ffffff;
}

/*MemberReportSearch*/
#MemberReportSearch{}
#MemberReportSearch .leftcalendar{float:left;width:250px;}
#MemberReportSearch .rightcalandar{float:left;width:250px;}
#MemberReportSearch .buttons{float:left;margin-top: 20px;width:100%;}
#MemberReportSearch .presentationarea{float:left;margin-top: 20px;width:100%;}
#MemberReportSearch table caption{text-align: left; background-color:#DDC983; font-weight:bold;padding:2px;}
#MemberReportSearch .Memberinformation{width:100%; float:left;margin-bottom: 20px;}
#VisitLoginUserData{}
#VisitLoginUserData .leftcol{width: 300px;float:left;}
#VisitLoginUserDate .rightcol{width: 300px;float:left;margin-left: 20px;}


/*Member login */
#Login{background-color: #DDC983; border: solid 1px #dddddd;padding-top: 0px;width:250px;}
#Login div{padding:5px;}
#Login h2{font-size: 12px; font-weight:bold;margin-bottom: 10px; background-color: #000000; display:block;padding: 2px; color:#ffffff;}
#Login .Message{margin-bottom: 10px; color: Red; font-weight: bold;display:block;}

/* VGL REPORT */
#OrderReport{}
div.ordercalendars{width: 800px;}
div.ordercalendars div.leftcalendar{float:left; width:270px;}
div.ordercalendars div.rightCalendar{float:left; width:270px;}
div.ordercalendars div.buttons{float:left; width:100%;margin-top: 20px;}

table.largetable{}
table.largetable caption{background-color: #000000; color: #ffffff; font-weight: bold; font-size: 12px;padding: 5px;}
table.largetable th{font-weight: bold; background-color: #DDC983;}


/*SMALLCART */
div.smallcartdiv{float:right;margin-top:-80px;}
.smallcart{background-color:#DDC983;width:200px;}

