﻿.Container
{
	background-color: #dedfde;
}

.ContainerHeader
{
	background-color: #31659c;
	color: White;
}

#home .Container
{	
	background-color: White;		
	
}  

#home .ContainerContent
{		
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
} 

#manager .Container
{
	background-color: #d8e6d7;
}

#manager .ContainerHeader
{
	background-color: #dcdcdc; 
	color: Black;	
}

.container
{
  margin-bottom: 15px; 	
}
         
.container .containerHeader 
{  
  position: relative;
  height: 20px;     	
  overflow: hidden;         	
}    
         
.container .containerHeader .date
{
	float: right;
	margin-right: 9px;     	
}       
         
.container .containerHeader .title
{
  float : left;
  margin-left: 9px;
  font-size: 16px;
  font-weight: bold;
}         
         
.container .containerContent
{
	margin-left: 9px;
 	width: 100%;  
 	margin-right: 9px; 
 	margin-top: 9px;        	      	
}  
         
containerbottom div  { background: url(images/boxes/bottom_left.gif) no-repeat bottom left; }
.containerbottom      { background: url(images/boxes/bottom_right.gif) no-repeat bottom right; }
        
.containerbottom div, .containerbottom {
	width: 100%;
	height: 14px;
	font-size: 1px;
}   
	        
.label
{
	font-weight: bold;
}

#TopFrameApprovalPhase
{
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	height: 29px;
	overflow: hidden;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;						
}

#TopFrameApprovalNavigation
{
	position: absolute;
	top: 61px;
	left: 0;
	width: 100%;
	height: 66px;
	overflow: hidden;
}

#ContentFrameApproval
{
	position: fixed;
	top: 124px;
	left: 0;
	bottom: 0px;
	right: 0;
	overflow: auto;
	padding: 5px 15px 15px 15px;
}

#ContentFrame
{
	position: fixed;
	top: 29px;
	left: 0;
	bottom: 0px;
	right: 0;
	overflow: auto;
	padding: 5px 15px 15px 15px;
}

#TopFrame
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 29px;
	overflow: hidden;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;						
}

.modal-window
{
	position: fixed;		
	margin: 0;
	padding: 0;	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	background-color: white;
}   

.close-window   
{   
    position:absolute;   
    width:16px;   
    height:16px;   
    right:2px;   
    top:0px;
    margin: 0px;
}

.Manager
{
	color: #008000;	
}

.TaskHeaderPanel
{
	background-color: #D8D8D8;
	color: Black;
}

.TaskEnforcedprogressHeader
{
	padding: 2px 20px 2px 20px;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-weight: bold;
	border-color: #FF0000;
}

#acBreadcrumbs 
{
	width: 805px;        
    padding-left: 10px;    
}

#acWrapper
{
	height: auto !important;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #ddd;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	width: 995px;
	margin-right: auto;
	margin-left: 0px;
}

#Header {
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: auto;
	background-color: #336699;
}

#SubHeader
{
	background-color: #C0C0C0;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

#Container {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background-attachment: scroll;			
	height: 1%;
	width: auto;
}

#Left
{
	border-style: none solid none none;
	margin: 0px;
	width: 210px;
	padding: 10px;
	float: left;
	border-width: 1px;
	border-color: #ddd;
}

#Center
{
	height: auto;
	width: 54%;
	padding: 10px;
	float: left;
	margin: 0px 0px 0px 6px;
	line-height: 1.8em;
}

#Right {	
	height: auto;
	width: 200px;
	float: left;
	margin: 0px 0px 0px 6px;
}

.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

#acFooter
{
	margin: 10px 0px 0px 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-color: #C0C0C0;
}

#arbocataloguslogo
{	    
    position: absolute;    
    top: 5px;    
    height: 60px;
    left: 10px;    
}

#rieservicelogo
{	
	position: absolute;	
	right : 10px;
	top: 5px;
} 

a.btnArbocatalogus 
{
	border: 1px solid #000000;
    display: block;
    width: 230px;
    height: 50px;                            
    background-color: White;                       
    text-align: left;
    text-decoration: none;
}

        
a.btnArbocatalogus img
{   
	margin-top: 10px;    
    margin-left: 10px;     
    padding:0;
    border:none;          
}    
        
a.btnArbocatalogus span
{        	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #000000;
}  

.groupExpired
{
	background-color: #BACAE4;
}

.popupFooter
{ 	
	background-color:  #DCDCDC; 
	height: 25px;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

.gridViewTable
{
	border-style: none solid solid solid;
	border-collapse: collapse;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

.gridViewHeader
{
	border-style: none;
	border-width: 0px;
	background-color: #9FBEE1;	
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.gridViewHeader th
{
	border-style: none;
	border-width: 0px;
    text-align: left;    
}

.gridViewRow td
{
	border-bottom: 1px solid #C0C0C0;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
}

.HeadQuestion
{
	background-color: #9FBEE1;
}

.SubQuestion
{
	background-color: #DAEEF3;
}

.messageBoxContainer .info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.messageBoxContainer .info
{
	color: 	#000000;
	border-color: #C0C0C0;
	background-color: #FFFFF0;
	background-image: url('images/MessageBox/information.gif');
}
.messageBoxContainer .success {
    color: #000000;    
    background-color: #C0FFC0;
	border-color: green;    
    background-image:url('images/MessageBox/success.gif');
}
.messageBoxContainer .warning {
    color: 	#000000;
    background-color: #FEEFB3;
    background-image: url('images/MessageBox/warning.gif');
}
.messageBoxContainer .error {
    color: 	#000000;
    border-color: Red;
    background-color: #FFBABA;
    background-image: url('images/MessageBox/error.gif');
}

.messageBoxContainer
{
}

.messageBoxContainer .info p, .success p, .warning p, .error p {
    padding: 0px 50px;
}
.messageBoxContainer .info a, .success a, .warning a, .error a {
    float: right;
    padding: 10px;
    cursor:pointer;
}
.messageBoxContainer img {
    border: none;
}
