﻿/**** radioBox element ****/
.radioBox
{
	width:140px;
}

.radioBox label
{
    margin:0px;
    padding:0px;
    text-align:right;
    float:left;
}

.radioBox input
{
    padding-left:90px;
    clear:none;
}
/**** END radioBox element ****/

/* onmouseover tooltips */
#toolTip
{
    text-align:left;
    padding: 2px;
    background-color:#FFFFCC;
    border: solid 1px #FFCC66;
    font-family:Sans-Serif;
    font-size:10px;
    line-height:11px;
    white-space: nowrap;
}

#toolTip hr
{
    padding:0px;
    margin:0px;
    line-height:10px;
    width:100px;
    text-align:center;
}

/*dropdown selectlist boxes*/
#selectListBox
{
    position:absolute;    
    text-align:left;
    background-color:white;
    border: solid 1px black;
    border-top:dotted 1px black; /*IEfix*/
    height:130px;
    padding:3px;
    overflow:auto;
    overflow-x:hidden;
    overflow-y:auto;
}

#selectListBox div
{
    cursor:pointer;    
}

#selectListBox div.selected
{
    background-color:rgb(255, 239,153);    
}

#selectListBox table
{
    margin:0px;
    padding:2px;
    font-size:10px;
    text-align:right;   
}

#selectListBox hr
{
    padding:0px;
    margin:0px;
}

.CalWeekNoCol
{
    border-right: solid 1px black;
    margin-right:9px;
}

.CalDayRow
{
    border-top:  solid 1px black;    
    border-bottom:  solid 1px black;
}

.CalWeekID
{
    border-right:  solid 1px black;
    border-top:  solid 1px black;
}

#CalToDay
{
    border-top: solid 1px black;
    cursor:pointer;
    margin-left: 10px;
    margin-right: 10px;
}

#CalClear
{
    border-top: solid 1px black;
    cursor:pointer;
    margin-left: 10px;
    margin-right: 10px;
}

#CalTdTopLine
{
    border-top: solid 1px black;
}

/* inputfields (withs and such should be defined on a per page basis)*/
input.inputField
{
    color: #26a;
    background-color: #fafaff;
    border: #26a solid 1px;
}

.inputFieldDisabled
{
    color: #aaa;
    background-color: #ccc;
    border: #26a solid 1px;
}

input.inputField, input.inputFieldDisabled, p.labeledText
{
    clear:right;
    float: left;
    width:145px;
}

p.labeledText
{
    margin-top:3px;
    margin-bottom:0px;    
}

textarea.inputBox 
{
    padding:0px;
    overflow:auto;
    width:260px;
    margin-left:3px; /* has IE fix*/
    height:60px;
    color: #26a;
    background: #fafaff;
    border: #26a solid 1px;
}


/****************************************
******** moveable dhtml.window **********
****************************************/
div.dhtmlWindow
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:6px;
	position:absolute;
	z-index:100;
	background-color:White;
/*	line-height:100%; */
	border: 1px solid black;
	width:310px;
	left:190px;
	top:110px;
	padding:0px;
}

div.dhtmlWindow #choosecriteriawindow
{
	width:400px;
}

div.dhtmlWindow div.handleBar
{
	/*padding-left:4px; */
	background-color:Blue;
	height:18px;
	border-bottom:1px solid black;
	cursor: move;
	text-decoration: none;
	color: White;
	font-family: arial, verdana;
	font-size: 10pt;
	font-weight: bold;
}

div.dhtmlWindow div.handleBar img
{
    float:right;
    padding:3px;
    cursor:pointer;
}

div.dhtmlWindow div.handleBar div
{
    float:left;
    height:16px;
    padding-top:1px;
    padding-left:4px;
    overflow:hidden;
}

div.dhtmlWindow div.innerframe
{
    padding-top:12px;
    padding-left:7px;
    padding-bottom:7px;
    background-color:White;
    height:258px;
    overflow-x:hidden;
    overflow-y:auto;
}

div.dhtmlWindow div.innerframe p
{
    line-height:10px;
}

div.dhtmlWindow div.innerframe input.button
{
	cursor:pointer;
	font-size:10px;
	margin:0px;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:6px;
	float:right;
}

div.dhtmlWindow div.windowInnerFrame
{
    padding:10px;
}

/* no border on tabs boxes inside windows */

div.dhtmlWindow div.tabStructure .innerframe
{
    border: none;    
}

/***************************************/
/************ dhtml.tabsBar ************/
/***************************************/

div.tabsBar
{
    padding-top:9px;
    margin:0px;
	width: 100%;
	position:inherit;
	z-index:1;
	overflow:visible;
    background-image: url(../graphics/tabBG.gif); 
    background-position:bottom left;
	background-repeat:repeat-x;
    padding: 0px;   
	margin: 0px;
/*	padding-left: 2px;*/
}

div.tabStructure
{
    overflow:hidden;
    padding-top:9px;
}

div.tabStructure .innerframe
{
    border: 1px solid gray;
    border-top:none;
}

.tabsBar span
{
    height: 14px;
    float:left;

    margin-right: 0px;
	margin-left: 4px;   
	margin-top:-4px;

/*	list-style-type: none; */
	background-color: #dfdfdf;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;

	border: 1px solid #777;
	text-decoration: none;
	color: #666;
	cursor:pointer;
	
	white-space: nowrap;
}

span.selectedTab
{
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000;
	position:static;
	overflow:visible;
	cursor: default;
}

span.tabsBarHover
{
	background-color: #aafdaa;
}
span.selTabsHover
{
    background-color: #fff5bb;
	border-bottom: 1px solid #fff5bb;
}

/* end tabsBar */

/****************************************
************** dhtml.menu ***************
****************************************/
#navbar, #navbar ul {
	float: right;
	list-style: none;
	line-height: 1;
	background-color: Transparent;
	font-weight: bold;
	padding: 0;
	border: solid black 0px;
	margin: 0 0 0 0;
	z-index:9999999999999;
}

#navbar a {
	display: block;
	color: Black; /*Menu unselected text color*/
	text-decoration: none;
	padding: 3px 9px;
}

#navbar li {
	float: left;
	padding: 0;
}

#navbar li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px; /*this must match #navbar li ul a.width+margin*/
	font-weight: normal;
	border-width: 1px;
	border-top-width: 0px;
	margin: 0;
	background-color:White; /*Menu unselected background color*/
	z-index: 10000;
}

#navbar li ul a {
	width: 145px; 
	margin-left: 17px;
}

#navbar li ul.rightexpanding ul {
	margin-top: -21px; /*vertial alignment*/
	margin-left: 179px; /*this controls the right offset for the third level*/
}

#navbar li ul.leftexpanding ul {
	margin-top: -21px;
	margin-left: -180px; /*this controls the left offset for the third level*/
}

#navbar ul.rightexpanding a.daddy {
	background: url(../graphics/submenu.gif) center right no-repeat;
}
#navbar ul.leftexpanding a.daddy {
	background: url(../graphics/submenuleft.gif) center right no-repeat;
}

#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.sfhover ul ul, #navbar li.sfhover ul ul ul {
	left: -999em;
}

#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul {
	left: auto;
}

#navbar li:hover , #navbar li.sfhover
{
    background-color: #457; /*Menu unselected background color*/
}

#navbar li:hover a:hover, #navbar li.sfhover a:hover
{
	color:White; /*Menu selected text color*/
}

/************************************
 HTML tags
************************************/
body
{
	margin: 0px 20px 0px 20px;
	background-color: #D1D3B9;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}


/************************************
 ID tags
************************************/
#outerFrame
{
	background-color: white;
	border-right:	#003466 1px solid;
	border-top:		#003466 0px solid;
	border-left:	#003466 1px solid;
	border-bottom:	#003466 1px solid;
    padding: 0px;
    width:	759px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

#innerFrame
{
    margin:0px;
    padding:0px;
    margin-left:25px;
    margin-right:25px;
    margin-top:12px;
    margin-bottom:18px;
    background-color:Transparent;
}

#logoBar
{
    padding:0px;
    margin:0px;
    height:85px;
    background-color:#212954;
}

#cbLogoImage
{
    position:relative;
    top:31px;
    left:6px;
}

#menuBar
{
    padding:0px;
    margin:0px;
    height:20px;    
    background-color:#A0C1E0;
    border-bottom: solid 1px #003466;
}

/*
imbedded in innerframe to ensure a minium page height
*/
#minHeight
{
    height:350px;
    float:right;
    width:1px;
}

/*clears the above */
#clearMinHeight
{
    clear:both;
    height:1px;
    overflow:hidden;
}

#menuBar
{
    font-family:Sans-Serif;
    font-weight:bold;    
    font-size:13px;
}

/*
#menuBar a
{
    text-decoration:none;
    color:Black;
    position:relative;
    top:2px;
    margin-left: 20px;
    margin-right:25px;
}

#menuBar a:hover
{
    color:White;    
}

#menuBar a:visited
{
    
}*/

#menuBar span
{
    position:relative;
    top:2px;
    float:left;
    text-decoration:none;
    color:Black;
    margin-left:7px;
}

fieldset
{
    border-style:solid; /*ieFix*/
    margin-bottom:12px;
}

fieldset legend.subSecLabel
{
    color:#0000ee;
    font-family:Sans-Serif;
    font-weight:bold;
}


table.gridView thead tr
{
    background-color:#DDDDDD;
    border-right: solid 1px #666666;
}

table.gridView thead tr td, table.gridView thead tr td.asc,table.gridView thead tr td.desc
{
    padding-left:3px;
    border-left: solid 1px #666666;
    cursor:pointer;        
}

table.gridView thead tr td.asc,table.gridView thead tr td.desc
{
    background-position:right;
    background-repeat:no-repeat;   
}
table.gridView thead tr td.asc
{
    background-image: url(../graphics/ascending.gif);
}
table.gridView thead tr td.desc
{
    background-image: url(../graphics/descending.gif);
}

table.gridView tr
{
/*   cursor:pointer; */
    vertical-align:text-top;
}

tr.srchResultFrameHover
{
   /* background-color:#E6F0E6;*/
    background-color:#FFEAB9;
    cursor:pointer;
}

tr.srchResultAlternator1
{
    background-color:#efefff;
}

tr.srchResultAlternator2
{
    background-color:#fff;
}


table.gridView td
{
    padding-left:2px;
}


table.gridView tfoot td span
{
    margin-top:7px;
    float:right;
}

table.gridView tfoot td span a
{
    margin-right: 6px;
    text-align:right;
   /* text-decoration: underline; */
    color: Black;
}

table.gridView tfoot td span a:hover
{
    background-color: #eeeeff;
}

table.gridView tfoot td span a.activeGridPage
{
    text-decoration: none;
    cursor:default;
}

/*column widths*/
#srchRsultFrameType
{
    width:100px;    
}
#srchRsultFrameDato
{
    width:80px;
}

#srchRsultFrameAdresse
{
    width:50%;
}


#topBarPageTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:20px;
    color:white;
    position:absolute;
    top:40px;
    margin-left:492px; /* IE fix*/
}

label
{
    font-family: Arial, Helvetica,sans-serif;
    width: 106px;
    float: left;
    text-align: right;
    margin: 0 1em 8px 0;
    clear: left;
    line-height:16px;
    cursor:pointer;
}

label img
{
    position:relative;
    left:247px; /* has IE fix*/
    top:2px;
    z-index:1;
    float:left;
    cursor:pointer;
}

.fileIframe 
{
    overflow:hidden;
    width:1px;
    height:1px;
    border: none;
    position:absolute;
    left:-10000px;
    top:-10000px;
}

input.fileUpload
{
    border:none;
    width:1px;
    z-index:0;    
}

table.gridView
{
    table-layout:fixed;
    border-collapse:collapse;
    empty-cells: show;
}

span.fileInput
{
    position:relative;
    width:30px;
    height:20px;
}

span.fileInput input.dummy
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}


span.fileInput input.trigger
{

}

#uploadTrigger
{
    position:absolute;    
    z-index: 2;
	-moz-opacity:0.0;
	opacity: 0.0;
    z-index:9999999999;
}


div.shadow
{
    position:absolute;
    top:7px;
    left:5px;
    background-color:Black;
    -moz-opacity:0.4;
	opacity: 0.4;
    width:100%;
    height:100%;
}

/* map */
#mapSearchRect
{
    font-size:0px;
    position:absolute;
    background-color:Transparent;
    border: 2px purple solid;
}

div.shade
{
    position:absolute;
    background-color: Black;
    -moz-opacity:0.4;
	opacity: 0.4;
}


fieldset.loginBox
{
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width:300px;       
    margin-top: 30px;
}

fieldset.loginBox legend
{
    font-weight:bold;
    color:Blue;    
}

fieldset.loginBox loginBox.label, loginBox.input
{
    margin-top:15px;    
}

fieldset.loginBox input.button
{
    float:right;
}

input.button
{
    cursor:pointer;
}
