﻿* {
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	color: #333;
}

body {
	text-align: center;
	background: #f6f6f6;	
}

.content 
{
    padding: 0px 10px 50px 10px; 
  	border: 1px solid #ccc;
  /*	-moz-border-radius: 5px;
  	border-radius: 5px;*/
}

#main {
	/*margin: 0 auto;*/
	margin: 0 10px 0 10px;
	text-align: left;
	/*width: 960px;*/
	/*border: 1px solid #ccc;*/
	background-color: #fff;
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
}

#main.print, body.print {
	background-color: #fff;
	border: 0;
}

#saga {
/*margin: 0 auto;*/
	margin: 0 20px 0 20px;
	/*width: 960px;*/
	text-align: right;
}

#saga img {
	border: 0;
}

/* @group Header */

#header {
	/*margin: 0 auto;*/
	margin: 0 20px 0 20px;
	/*width: 960px;*/
	height: 75px;
}

#logo {
	float: left;
	display: block;
	height: 65px;
	width: 450px;
	background: url(../images/logo.png) no-repeat 1px 1px;
	margin-top: 0px;
	margin-bottom:10px;
}
#logo.print {
	float: left;
	display: block;
	height: 45px;
	width: 450px;
	background: url(../images/logo.png) no-repeat 1px 1px;
	margin-top: 10px;
	margin-left: 10px;
	
}

.LoginScreen
{
	font-size: 14px;
	font-weight: normal;
	width: 450px;
	position: relative;
	/*left: 50%;*/
	margin: 150px 0 0 0px;
	padding: 80px 0 0 0;
    background: url(../images/logo.png) no-repeat 1px 1px;
	
}

.LoginScreenInner
{
	background-color: #f6f6f6;
	border-color: Silver;
    border-style:solid;
    border-width: 1px;
    padding:20px;
    margin:50px;
    width:500px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

.hide {
	visibility: hidden;
}

#header a {
	float: right;
	font-size: 12px;
	margin: 10px 0;
	border-right: 1px solid rgb(191,197,220);
	padding: 0 6px;
	text-decoration: none;
}

#header a:hover {
	color: #000;	
}
#header a.logout 
{
    border:0;
}


#subnav 
{
    padding-top:10px;
    display: block;
	height: 30px;
	border-bottom: 1px solid #ccc;
	background: rgb(207,226,252);
}

#subnav a {
	display: inline;
	font-size: 15px;
	padding: 0 10px;
	margin: 10px 0;
	font-weight:bold;
	text-decoration: none;
	border-right: 1px solid rgb(191,197,220);
}

.subnavactive {
	display: inline;
	font-size: 15px;
	padding: 0 10px;
	margin: 10px 0;
	font-weight:bold;
	text-decoration: none;
	border-right: 1px solid rgb(191,197,220);
    background-color: rgb(43,120,228);
    color: #fff; 
}

#subnav a:hover 
{
    background-color: rgb(43,120,228);
    color: #fff;
}

#nav 
{
    display: block;
	height: 44px;
	/*border-bottom: 1px solid #ccc;*/
	background: #f6f6f6;
	/*background: rgb(191,197,220);*/
}

#nav.print {
	height: 44px;
	border-bottom: 1px solid #ccc;
}

#nav a {
	display: inline;
	padding: 6px 10px 14px;
	font-size: 14px;
	line-height:44px;
	margin-left:6px;
	text-decoration: none;
}

.toplinkactive {
    background-color: rgb(43,120,228);
    color: #fff; 
}

.btnMenuBar, .btnMenuBarActive  {
	cursor: pointer;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(238,238,238); /*191,197,220*/
	color: rgb(102,102,102); /*64,83,120*/
}

.btnMenuBarActive 
{
    background-color: rgb(207,226,252); /*127,140,175*/
}

.btnMenuBar:hover {
	background-color: rgb(204,204,204); /*229,232,237*/
}

/* @end */


/* @group Form */

.comboboxwrap {
	float: left;
	margin-right: 20px;
}




.RadComboBox_Default {
	clear: both;
	float: left;
	padding-bottom: 10px;
	margin-right: 20px;
}

/*
#aspnetForm {
	padding: 20px 20px 10px;
}*/

h2 {
	font-size: 36px;
	font-weight: normal;
	margin: 0px 0 20px;
	float: left;
	padding-top:15px;
	color: rgb(43,120,228); 
}

h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	float: left;
	clear:both;
	/*color: rgb(43,120,228); */
}

h4 
{ 
	font-size: 14px;
	font-weight: normal;
	margin: -20px 0px 20px 0px;
	float: left;
	clear:both;
}

h5 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	float: left;
	clear:both;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 20px 0px;
	float: left;
	clear:both;
	color: rgb(43,120,228);
}

h7 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	float: left;
	clear:both;
	color: rgb(43,120,228);
}

.h3header
{ 
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	float: left;
	/*color: rgb(43,120,228); */
}

.h2header
{
    font-size: 36px;
	font-weight: normal;
	margin: 0px 0 20px;
	float: left;
	padding-top:15px;
	color: rgb(43,120,228); 
}

.dateinfo
{
    font-size: 26px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	clear:both;
	color: #666666;
}

.dateinfogray
{
    font-size: 26px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	clear:both;
	color: #BBBBBB;
}

.dashboardheader {
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0 20px;
	float: left;
	padding-top:15px;
}

#aspnetForm hr {
	clear: both;
}



/* THE TABLE */

table.rgMasterTable {
	clear: both;
	border:0;
	border: 1px solid #ccc;
}

table.rgMasterTable img {
	border: 0;
}

.rgMasterTable thead {
	background-color: #ededed;
}

.rgMasterTable  tbody {
	background-color: #fff;
}

.rgMasterTable td, .rgMasterTable th {
	padding: 4px 10px;
	text-align:left;
}

.rgAltRow {
	background-color: rgb(238,238,238); 
}


.rgMasterTable .rgAltRow:hover, .rgMasterTable .rgRow:hover
{
	background-color: rgb(207,226,252); 
}

.rgMasterTable th.rgHeader {
	vertical-align: bottom;
	background: rgb(204,204,204); /*THE HEAD*/
}

.rgMasterTable th.rgHeader a
{
    text-decoration:none;
}

.rgMasterTable th.rgHeader a:hover 
{
    color:  rgb(229,232,237);
}

/* THE TABLE */



#wordexcelprint {
	text-align: right;
	padding: 10px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#wordexcelprint a{
	padding: 0 0 0 20px;
	margin-left: 20px;
	color: #333;
}

.Word
{
	display: block;
	height: 18px;	
	float:left;
	background: url(../images/Word.png) no-repeat left bottom;	
	padding: 3px 10px 0 20px; 
}

.Excel
{
	display: block;
	height: 18px;
	position:relative;
	float:left;
	text-align:inherit;
	background: url(../images/Excel.png) no-repeat;	
	padding:3px 10px 0 20px; 
}



hr {
    height: 1px;
    color: #999;
}

fieldset {
	clear: left;
}

legend {
	font-size: 18px;
}

.toolsgroup {
	margin: 20px;
	padding: 10px;
	float:right;
}

.reportsgroup {
	margin: 10px;
	padding: 10px;
	float: left;
}

.checkbox .innertube {
	height: 35px;
}

label {
	display: block;
	margin-top: 10px;	
}

label span.eining {
	color: #999;
}

.innertube.lysing input {
	width: 300px;
}

label.innihald, label.innihald span {
	font-size: 11px;
	}

.checkbox input, .innertube.radio input {
	width: 12px;
	display: inline-table;
}
.checkbox label {
	display: inline-table;
}
.checkbox .innertube input {
}
.checkbox {
	/*display: inline;*/
}


.Attention
{
    background-color: #fce1a3;
    width:460px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 30px;
	border: 1px solid #fa9a25;
}

/* @end */


/* @group Dashboard */

table#dashboard {
	margin: 40px auto;
	border: 0;
	border-spacing: 28px 7px;
}


table#dashboard th {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	width: 145px;
	border: 0;
}
table#dashboard th#main {
	color: #000;
}
table#dashboard td  {
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f6f6f6;
	padding: 7px 10px 5px;
	font-size: 18px;
	width: 100px;
}
table#dashboard td strong {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	margin-bottom: 3px;
}



.tableuser td
{
    padding: 7px;
    width:140px;
}

#UpdatePanel1 {
	margin: 5px;
	width: 600px;
	background-color: #fff;
	border: 0px solid #ccc;
}
#UpdatePanel1 hr {
	clear: both;
}
#popuptitle {
	background-color: #ededed;
	text-align: center;
	height: 16px;
	font-size: 14px;
	color: #999;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	padding: 5px 15px;
	text-transform: uppercase;
}

#popupmain {
	padding: 0px;
}

#popupinfo {
	width: 220px;
	float: left;
	text-align: left;
}

table.plaintable {
	color: #333;
	width:400px;
	border-collapse: collapse;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
table.plaintable td {
	padding: 5px 5px;
}

table.plaintableprint {
	color: #333;
	width:500px;
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	float:right;
}
table.plaintableprint td {
	padding: 5px 5px;
}

table.plaintableprintshort {
	color: #333;
	width:400px;
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	float:right;
}
table.plaintableprintshort td {
	padding: 5px 5px;
	text-align:center;
}

tr.alt {
	background-color: #f6f6f6;
}

table.plaintablenewtrip {
	color: #333;
	width:100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.checkbox {
	display: block;
	margin-bottom: 0px;
}

#rcbPass {
	margin: 10px 0;
}

#rcbPass_Input {
	width: 30px;
}

table#select, table#select td {
	border: 0;
}


.loginbutton {
	display: block;
	height:28px;
	width:100px;
	text-align: center;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666;
    background-color: rgb(43,120,228);
	padding: 0 10px;}

.btn2, a.btn2  {
	display: block;
	float: left;
	height:16px;
	width:100px;
	text-align: center;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666;
    background-color: rgb(43,120,228);
    padding:5px;
	}

.btn2:hover, a.btn2:hover
{
		background-color: rgb(207,226,252);
		color: rgb(102,102,102);
}

.btn, a.btn  {
	display: block;
	float: left;
	height:28px;
	width:100px;
	text-align: center;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666;
	/*background: url(images/back_2.png) no-repeat left top;*/
	/*background: url(../images/white-grad.png) repeat-x left top;*/
    background-color: rgb(43,120,228);
	padding: 0 10px;}

.btn:hover, a.btn:hover
{
		background-color: rgb(207,226,252);
		color: rgb(102,102,102);
}

.btn.enabled {
	background-color: #448342;
	border: 1px solid #265428;
	color: #fff;
}

.btn.main 
{
	border-color: Green;
	background-color:Green;
	
}
.btn.main:hover
{
	border-color: #448342;
	background-color:#265428;
}

/* @end */

/* @group Print */

.ReportLink {
	float: left;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	background: url(images/back_2.png) no-repeat left top;
	padding: 0 0 5px 20px;
	width: 900px;
	cursor:pointer;
	border-bottom: 1px solid #ccc;
}
ReportLink:hover {
	background: url(images/back_3.png) no-repeat left top;
}


#wordexcelprint.print {
	float: right;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
}




#saga.print {
	width: 900px;
	border-top: 1px solid #999;
	padding-top: 10px;
	margin: 20px 0;
}
/* @end */
.hidden {
	visibility: hidden;	
}




.printright 
{
    float:right;
    cursor: pointer;
	margin-left: -20px;
	margin-top: -7px;
	padding: 3px 6px;
}

.buttonarea
{
    visibility:hidden;
}

#nav.print 
{
    visibility:hidden;
}

.rightfloated
{
    float:right;
}

.leftfloated
{
    float:left;
    padding-right:100px;
}

.leftfloated20
{
    float:left;
    padding-right:20px;
}

.panel
{
    /*border:1px solid #999999; */
    /*border-top:2px solid #AABF38; */
    /*padding:13px 10px 8px 10px; */
    /*margin-bottom:20px; */
    /*background:url(../images/panel_bg.gif) repeat-x bottom left;*/
    width:900px;
    padding: 5px;
	padding-right:5px;
	margin-bottom: 5px;
	/*background-color: #ededed;*/
	/*border: 1px solid #ccc;*/
    
}


.field-table 
{
    width:600px; 
    border:1
}


.field-table2
{
    width:700px; 
    border:0;
}
/*.field-table label { float:left; width:100px; text-align:right; padding:2px 5px 0 0; }
.field-table td { padding:4px 0; }*/

ul.buttons { margin:15px 0 15px 0; padding:0; list-style:none;}
ul.buttons li {display:inline;}
ul.buttons li.button3 { margin-left:173px; }

.link 
{
    padding:10px 10px 10px 10px ;
 
}

.rightlink 
{
	color: rgb(43,120,228);
    font-weight:bold;
    padding-top: 15px;
    display:block;
}


.btnDash, .btnDashMain  {
	cursor:pointer;
	display: block;
	float: left;
	padding: 5px 5px 5px 5px;
	margin-left: 5px; 
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	width: 110px;
    color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btnDashMain {
	border: 1px solid #999;
	background-color: rgb(67,67,67);
}
.btnDash {
	border: 1px solid #999;
	background-color: rgb(43,120,228);
}
.btnDash:hover, .btnDashMain:hover 
{
    background-color: rgb(207,226,252);
	color: rgb(102,102,102);
}

.tableSettings
{
    width:500px;
}
.tableSettings, .leftcolumn
{
  /*  text-align:right;
    font-weight:bold;*/
}
.tableSettings, .rightcolumn
{
}


.pageslinks  {
	cursor: pointer;
	padding-right:10px;
	/*text-align: center;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(102,102,102); */
	color: rgb(43,120,228);
    font-weight:bold;
}

.pageslinks:hover {
	background: rgb(238,238,238); 
}

.supportlink  {
	cursor: pointer;
	/*text-align: center;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(102,102,102); */
	color: rgb(43,120,228);
}

.supportlink:hover {
	background: rgb(238,238,238); 
}

#wordexcelprint 
{
    float:left;
	text-align: right;
	padding: 10px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}



.footer
{
    padding-top:10px;
}

.tablelocation
{
    width:90%;
    font-size: 14px;
	font-family: helvetica, arial, sans-serif;
}

.newpanel
{
    padding-left: 5px;
	padding-right:5px;
	padding-top:5px;
	margin: 5px;
	background-color: #ededed;
	border: 1px solid #ccc;
	width:800px;
}

.newpanelfuel
{
    padding-left: 5px;
	padding-right:5px;
	padding-top:5px;
	margin: 5px;
	background-color: #ededed;
	border: 1px solid #ccc;
	width:1000px;
}

.showmaplink 
{
    padding-bottom:5px;
    cursor:pointer;
}

.inputoffset_test
{
    padding-top: 10px;
}

.result
{
    float:left;
    font-size:16px;
}

.divstars
{
    float:left;
}

.reportleftfloated
{
    float:left;
    width:350px;
    padding-right:20px;
}

.new
{
    padding: 10px;
    margin-top: 20px;
    width:950px;
    padding-top: 20px;
    border: 1px solid #ccc;
    display:none;
}

.offset
{
    padding-top: 10px;
}

.offset15
{
    padding-top: 15px;
}

.offsetm40
{
    padding-top: -40px;
}

.offset20
{
    padding-top: 20px;
}

.offset30
{
    padding-top: 30px;
}

.vehicleimage
{
    padding-top: 15px;
}

.tablecan
{
    width:850px;
}

.tablecan th
{
    padding-right: 20px;
    width:300px;
}

.tablecan td
{
    width:300px;
}

.panel2
{
    width:800px;
    padding: 5px;
	padding-right:5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
    
}
.resulttext
{
    font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	float: left;
	clear:both;
	color: rgb(43,120,228); 
}

.overviewpageslinks  {
	cursor: pointer;
	padding-bottom: 20px;
	/*text-align: center;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(102,102,102); */
	color: rgb(43,120,228);
    font-weight:bold;
}

.overviewheader {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	float: left;
	clear:both;
}
.panel3 
{
    float: left;
    width:350px;
    margin-right: 80px;
    padding-top: 10px;
    padding-left:20px;
	padding-right:20px;
	border: 1px solid #ccc;
}

.biggertext
{
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	float: left;
	clear:both;
	color: rgb(43,120,228); 
}

.hiddenpanel 
{
    padding: 5px;
	padding-right:5px;
	margin-bottom: 5px;
	display:none;
	background-color: #ededed;
	width:800px;
}


.showfilter  {
	cursor: pointer;
	font-size:11px;
	padding-left:5px;
	/*text-align: center;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(102,102,102); */
	color: rgb(43,120,228);
}


.pageslinks2  {
	cursor: pointer;
    font-size:16px;
	color: rgb(43,120,228);
    font-weight:bold;
    text-decoration:underline;
}

.pageslinks2:hover {
	background: rgb(238,238,238); 
}

#flashnotice {
		/*	background: #fff url('../images/lower_shadow.png') repeat-x center bottom;*/
			padding: 5px 0;
			margin: 0 !important;
			font-family: HelveticaNeue-Light, 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
			font-size: 14px;
			color: #333;
		}
.error
{
    border: 1px solid #cd0a0a; 
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; 
    color: #cd0a0a;
    padding:10px;
    width:600px;
}

.infomessage {
	/* GENERAL */
	border: 1px solid;
	border-bottom-width: 1px;
	color: #4f4f4f;
	display: block;
	line-height: 10px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	overflow: hidden;
	position:absolute;
	top:100px;
	width:100%; 
	height:50px;
	z-index: 1; 
	background-color: #dde6ba;
	border-color: #d0e289 #c6d881 #b8cb71;
}

.panel3fleet 
{
    float: left;
    width:300px;
    margin-right: 80px;
    padding-top: 10px;
    padding-left:20px;
	padding-right:20px;
	border: 1px solid #ccc;
}

.newrecordiv
{
    border:1px solid #ccc; 
    /*border-top:2px solid #AABF38; */
    /*padding:13px 10px 8px 10px; */
    /*margin-bottom:20px; */
    /*background:url(../images/panel_bg.gif) repeat-x bottom left;*/
    width:970px;
	background-color: #ededed;

}


.helpfilespanel
{
    float:right;
    position:absolute;
	background-color: #f6f6f6;
	border-color: Silver;
    border-style:solid;
    border-width: 1px;
    padding:20px;
    margin-left:-250px;
    width:200px;
    height:80px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}

.fuelnotifypanel 
{
    margin-left: 500px;
    padding: 20px;
	display:none;
	background-color: #ededed;
	width:400px;
}



.statusheader
{
    font-size:32px;
}

.statusper
{
    font-size:26px;
    font-weight:bold;
}

.browsercheck
{
	background-color: #f6f6f6;
	background-color: #dde6ba;
	border-color: #b8cb71;
    border-width: 1px;
    padding:20px;
    margin-top:20px;
    width:500px;
    height:80px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}




.alarmbox{
	width: 120px;
	text-align:center;
	background-color: #c30;
	color: #fff;
	border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	-o-border-radius:5px 5px;
	-moz-border-radius:5px 5px;
	float:right;
}

.alarmboxoff{
	width: 120px;
	text-align:center;
	background-color: #3ff33;
	float:right;
}


.alarmtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:White;
	margin: 0 auto;
	text-align: center;
	font-weight:bold;
}

.alarmtext:hover  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:Black;
	margin: 0 auto;
	text-align: center;
	cursor:pointer;
}



.feedbackbutton {
	margin-top: 10px;
	color: #444;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px;
	background: #ddd;
	background: -moz-linear-gradient(top,  #eee,  #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	width:150px;
	margin: 10px 5px 0px 160px;
	}
	
.feedbackbutton:hover{
	background: -moz-linear-gradient(top,  #ddd,  #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#cfcfcf));
}

.divnewplacepanel 
{
    padding: 5px;
	padding-right:5px;
	margin-bottom: 5px;
	display:none;
	height:650px;
	width:650px;
	background-color: #ededed;
	z-index:1;
	position:absolute;
}


.pageslinkssmall  {
	cursor: pointer;
	padding-right:10px;
	font-size:small;
	/*text-align: center;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: rgb(102,102,102); */
	color: rgb(43,120,228);
    font-weight:bold;
}

.pageslinkssmall:hover {
	background: rgb(238,238,238); 
}

.panelgrey
{
    width:800px;
    padding: 3px;
    margin-top:10px;
	padding-right:3px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
    background-color: #EEEEEE;
}