/*** Base style ***/
:root {
	overflow-y: scroll;
}

:focus {
	outline-color: #999;
}

html {
/*	font-size: small;*/
}

body {
	font-size: 0.69em;
/*	position: relative;*/
}

body, td, th {
	font-family: Arial;
	color: #666;
	
}

body.ModalPopupBehavior #ContentContainer
{
	z-index: 900;
}

body.ModalPopupBehavior #ContentContainer iframe 
{
	visibility: hidden;	
}



select, input, textarea {
	font-family: Arial;
	color: #000;
}

img {
	border-width: 0;
}

a, .js span.action {
	color:#cd6e19;
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}
a:hover {
	text-decoration:underline;
}

.js span.action {
}

div.thin-line {
	border: none;
	border-bottom: solid 1px #cfcfcf;
	height: 1px;
	margin: 8px auto;
}

.clear {
	clear: both;
	float: none;
}

.clearboth {
	clear: both;
	float: none;
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
	background: none;
	position: relative;
}

.clearright {
	clear: right;
	float: none;
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
}

.whitebg, .innerwhitebg {
	background-color:#fff;
}
 .strong {
 	font-weight:bold;
 }
 .cursor-hand {
 	cursor:pointer;
 }
 
/*** Fonts ***/
h1,h2,h3,h4 {
	font-family:"Gill Sans MT", Arial, sans-serif;
}
h1 {
	font-size: 1.82em;
 	font-weight: normal;
	line-height: 24px;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 1.45em;
	font-weight: normal;
	line-height: 19px;
}
h2 a, h1 a
{
	color: #666666;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
p {
	font-size: 1em;
	line-height: 116%;
	margin: 0;
}
p.ingress {
	font-size: 1.27em;
	line-height: 118%;
	padding-bottom: 10px;
}
.red {
	color:red;
}

/*** Layout ***/
body {
	margin: 0;
}

form {
	display: block;
	margin: 10px auto;
	width: 969px;
	position: relative;
}

#Logotype {
	width: 70px;
	left: 45px;
	top: 29px;
	position: absolute;
	z-index: 277;
}
#LogotypeRom {
	width: 102px;
	left: 15px;
	top: 15px;
	position: absolute;
	z-index: 277;
}
#logo2 {
	/*width: 70px;*/
	/*left: 120px;
	top: 68px;*/
	position: absolute;
	z-index: 277;
}

#TopMenuPanel {
	float: right;
	position: relative;
	height: 59px;
	z-index: 277;
	right: 17px;
	padding-right: 18px;
}

#SearchPanel {
	position: absolute;
	z-index: 251;
	top: 61px;
	right: 0;
}

#SearchPanel .box
{
	margin: 0 15px;
}

#SubMenuContainer 
{
	z-index: 253;
}

/* Spesiell tilpasning for Stasjonsbyen med Rom Eiendom */
.romLinks {margin:8px 0px 0px 4px;}
.romLinks a:link{color:#000000; text-decoration:none;} 
.romLinks a:visited{color:#000000; text-decoration:none;} 
.romLinks a:hover{color:#cc6600; text-decoration:none;} 
.romLinks a:active{color:#000000; text-decoration:none;} 
.romLinks p{margin-bottom:8px}
.rightBorder {border-right:solid 3px #dddddd; background-color:#fff;}

/* End rom tilpasning*/

#SubMenuPanel {
	position: relative;
	clear: both;
	float: left;
	width: 119px;
	overflow: hidden;
	margin: 90px 0 15px 12px;	
	z-index: 149;
	height:100%;
}


#FlashPanel
{
	position: relative;
	clear: right;
	float: right;
	overflow: hidden;
	z-index: 8;
}

#FlashPanel #MainFlash
{
	position: absolute;
	z-index: 9;
	top: 3px;
	right: 0;
	overflow: hidden;
}

#FlashPanel .altContent
{
	position: absolute;
	top: 150px;
	right: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}

#ContentContainer
{
	position: relative;
	float: right;
	clear: right;
/*	overflow: hidden;*/
	z-index: 238;
}

#ContentPanel
{
	z-index: 239;
	position: relative;
	float: right;
	padding: 10px 15px 20px;
}

#UpdateProgress
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff url(/graphics/ajax-loader.gif) no-repeat 50% 50%;
}


form.logout 
{
	margin: 47px auto;
	width: 402px;
}

.logoutBox 
{
	background: url(graphics/logout_box_top3.gif) top left no-repeat;
	padding-top: 105px;
	width: 401px;
	height: 105px;
}

.logoutBox .content
{
	background: url(graphics/logout_box_bottom.gif) bottom left no-repeat;
	padding: 10px 29px 25px 29px;
}


/*
 * Table style
 *
 */
table.style1 {
}    

table.style1 tr {

}    

table.style1 th {
    color: #666666;
    background: #fff;
    padding: 2px 8px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}    

table.style1 tr.top th {
    border-bottom: none;
    padding-bottom: 3px;
} 

table.style1 th.alt {
    background: #f8f8f8;
}    

table.style1 tr.top th,
table.style1 tr.head th
{
    text-align: right;
}   

table.style1 tr.top th.first, 
table.style1 tr.head th.first 
{
    text-align: left;
}   

table.style1 td {
    background: #fff;
    text-align: right;            
    padding: 2px 8px;
    border-bottom: 1px solid #ccc;
}    

table.style1 td.alt {
    background: #eee;
}    

table.style1 tr.hover th,
table.style1 tr.hover td
{
    background: #eee;
    color: #000;
}  

.alignright
{
	float: right;
}

#ProjectSubMenuContainer-Clear { clear: both; font-size: 1px; margin-top: -1px; }

.hidden
{
	display:none;
}