﻿.Panel SELECT
{
    font-size:100%;
}

/*----------------PANELS---------------------------------------*/
/*Types*/
.Panel
{
 border:0px solid black;
 clear:both;  
}
*html .Panel
{
 border:0px solid black;
}
.PanelLeft
{
	border:0px solid red;
    margin: 0px 0px 20px 23px;
    padding-left:0px;
}
.PanelRight
{
    margin: 0px 5px 20px 0px; 
    border:0px solid red;    
}
.PanelCenter
{
    margin: 0px 15px 20px 15px; 
    border:0px solid red;
}
#top-boxes .PanelCenter, #bottom-boxes .PanelCenter
{
	margin: 0px 6px 20px 15px; 
}
#home_right .PanelRight
{
	margin: 0px 22px 4px 2px;
	border:0px solid red;
}
#home_left .PanelLeft
{
	margin: 0px 3px 4px 12px;
} 
#home_center .PanelCenter
{
	border:0px solid red;
	 margin: 0px 2px 4px 5px; 
}

.PanelTabbedCenter
{
	margin: 0px 0px 20px 0px; 
}

.Panel A
{
    color:#00767a;    
}
.PanelCenter.HomeFlashBox
{
    
}
/*LI*/
.Panel UL LI {
    list-style : none;
    list-style-position : outside;
    background:  transparent url(/Include/_images/Default/_BG/arrow-on.gif) no-repeat scroll left 5px; 
    padding-left: 10px; margin-bottom: 0px; 
    margin-top:3px;
    min-height:15px;
    height:auto !important;
    height:18px;
}
/*Panel Styles*/
.Panel H1.Title, .Panel  H2.Title
{
    font-size: 120%;        
    color:#00767a;
    background-image:url('/Include/_images/Default/_BG/panel-title.gif');
    background-position:left bottom;
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
    margin-bottom:8px;          
    text-align:left;
    min-height:25px;      
    height:auto;
    height:25px;
   
}
.Panel H1.Title
{
	font-size: 130%; 
}
.Panel H1.Title.Intro
{
	font-weight:500;
	font-size: 170%; 
}
.Panel Div.Content.Intro
{
	font-weight:500;	
	font-size: 110%; 
	color:#000000;
}
.Panel Div.Content.Intro.Black
{
	color:#000000;
}


.PanelTabbedCenter H1.Title, H2.Title
{
	font-size:90%;
	background-image:none;
	text-align:center;
}
.Panel H1.Title A,H2.Title A,H3.Title A
{
	text-decoration:none;
	font-size: 100%;   
	float:left;
	text-align:left;
	
}
.Panel H3.Title
{
    font-size: 100%;
    color:#00767a;
    background-image:url('/Include/_images/Default/_BG/panel-title.gif');
    background-position:left bottom;
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
   
    min-height:18px;
    height:auto !important;
    height:18px;
}

.PanelTabbedCenter H3.Title
{
	font-size:90%;
	background-image:none;
}

.PanelRight H3.Title,.PanelLeft H3.Title
{
    font-size: 100%;
    color:#00767a;
    
    background-image:none;
    background-position:left bottom;
    background-repeat:repeat-x;
    
    margin:0px;
    padding:0px;
    margin-bottom:0px;
    
    min-height:18px;
    height:auto !important;
    height:18px;
}
.Panel DIV.Content
{
    font-size: 100%;
    clear:both; 
}
.Panel INPUT, TEXTAREA, SELECT
{
    border:1px solid #999999;
    
}
/*FILTER BOX*/
.Panel DIV.FilterBox
{
    background-color:#F2F7F7; padding:10px 0px 10px 0px; display:table; width:100%;
    
}
.Panel DIV.FilterBox .Item
{
    margin:0px 5px 0px 5px;border: 1px solid #008C8B; padding: 2px; width: 50px; text-align:center; float:left;
    
}
.Panel DIV.FilterBox .Item.Selected
{
    margin:0px 5px 0px 5px;border: 1px solid #008C8B; padding: 2px; width: 50px; text-align:center; float:left;
    background-color:#008C8B;
}
.Panel DIV.FilterBox .Item A
{
    font-weight:bold;
    text-decoration:none;
}
.Panel DIV.FilterBox .Item.Selected A
{
    color:#fff;
}
/*SEARCH BOX*/
.Panel TABLE.SearchBox
{
    background-color:#f2f7f7;
        
}
.Panel TABLE.SearchBox .Criteria
{
    float:left;padding:15px 3px 20px 3px;        
}
.Panel TABLE.SearchBox .Criteria.First
{
    padding-left:5px;    
}
.Panel TABLE.SearchBox .Criteria.Last
{
    padding-right:5px;        
}
.Panel TABLE.SearchBox .Criteria.Submit
{
    float:right; padding-right:10px;        
}
.Panel TABLE.SearchBox .Criteria .Title
{
    font-weight:bold;       
}



/*FORM BUTTON*/
.Panel .Button
{
    border:1px solid #989898;
    min-width:1px;
    width:auto !important;
    width:1px;
    
}
.Panel .Button A
{
    border:1px solid #FFFFFF;
    display:block;
    background-image: url(/Include/_images/Default/_BG/button.gif); 
    background-position:left bottom; 
    background-repeat:repeat-x;
    padding: 1px 10px 0px 10px;
    text-align:center;  
    text-decoration:none;
    color:#636261;
    
}
/* DOWNLOAD MANAGER */
.DM
{
    width:125px;
}
.DM TABLE
{
    width:100%;
    border:0px solid red;
}
.DM .File
{
    min-width:1px;
    text-align:left;
}
.DM .Size
{
    min-width:1px;
    text-align:right;
}
.DM .Sep
{
    width:10px;
}
.DM .Sep IMG
{
    width:10px;
}
.DM .File A
{
    background-image:url('/Include/_images/Default/_BG/arrow-on.gif');
    background-position:right center;
    background-repeat:no-repeat;
    color:#000;
    padding-right:8px;
    text-decoration:none;
    white-space:nowrap;
}
.DM .Size A
{
    background-image:url('/Include/_images/dm-icon.png');
    background-position:right center;
    background-repeat:no-repeat;
    color:#000;
    padding-right:14px;
    text-decoration:none;
    white-space:nowrap;
}
/*DMsummary*/
.DMsummary
{
    width:100%;    
}
.DMsummary .Download
{
    padding-right:14px;
    background-image:url('/Include/_images/dm-icon.gif');
    background-position:right 0px;
    background-repeat:no-repeat;
    white-space:nowrap;
    display:block;
    line-height:14px;
    
}
.DMsummary .Empty
{
	line-height:14px;
    padding-left:14px;
    background-image:url('/Include/_images/dm-icon.gif');
    background-position:left 0px;
    background-repeat:no-repeat;
    white-space:nowrap; 
}
.DMsummary .Highlight
{
    font-size:120%;color: #00767A; font-weight: bold;    
}
/*FILE LIST*/
.Panel .FileList
{
    min-width:400px;
    width:400px;
    
}
.Panel .FileList .Item
{
    clear:both;
    margin-bottom:3px;
    margin-right:30px;
    display:table;
    width:100%;
}
.Panel .FileList .Item .Title
{
    float:left;
    width:67%;
    
}
.Panel .FileList .Item .File
{
    float:left;
    width:33%;

    
}
.Panel .FileList .Item .News
{
    float:left;
    width:33%;
}
/**/
.Panel .Loading
{
    height:100%;display:none;background: url(/Include/_images/Default/_BG/loading.gif) no-repeat center center;    
}
/*FILE LIST - DownloadManager Popup*/
.Panel .FileList.DownloadManagerPopup
{
  margin-top:20px; 
  min-width:400px;
  width:400px;
   
}
.Panel .FileList.DownloadManagerPopup .Item .Title
{
    float:left;
    width:57%;
}
.Panel .FileList.DownloadManagerPopup .Item .File
{
    float:left;
    width:33%;
}
.Panel .FileList.DownloadManagerPopup .Item .PickBox
{
    float:left;
    width:25px;
}
/*COMMON LIST*/
.Panel .List
{
      
}
.Panel .List .Item
{
    margin-top:0px;
    padding: 10px 7px 7px 5px;
    min-height:25px;
    height:auto !important;
    height:25px;
    display:table;
    width:100%;
}
.Panel .List .Item.First
{
    margin-top:0px;
    background-color:#dfeae6 ;
}

.Panel .List .Item .Date
{
   
    color:#000000;
    
}
.Panel .List .Item .Link
{
    font-weight:bold;
    text-decoration:none;
    color:#000000;
}

.Panel .List .Item .Descr
{
    margin-top:5px;
}
.Panel .List .Item .More
{
    background-image:url(/Include/_images/Default/_BG/arrow-on.gif);
    background-repeat:no-repeat;
    background-position:right center;
    text-align:right;
    margin-top:10px;
    margin-right:10px;
    padding-right:10px;
}
.Panel .List .Item .DMc
{
    display:none;
}

.Panel .List .Item .More A
{
    text-decoration:none;
    color:inherit;
}
.Panel .List .Item.First .Date
{
    
    color:#000000;
}
.Panel .List .Item.First .Link
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
.Panel .List .Archive
{
    text-align:right;margin-top:30px;margin-right:10px; 
}

.Panel .List .Archive A
{
    font-weight:bold;  
    background-image:url(/Include/_images/Default/_BG/arrow-on.gif);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:10px;
}
/*COMMON LIST*/ /*ONLY 4 EVENTS*/

.Panel .List.Events .Item
{
	padding:10px 0 7px 0;
	margin:0 0 0 0;
    background-color:#F2F7F7;    
    width:100%;
    display:block;    
    
}
.Panel .List.Events .Item.First
{
    background-color:#F2F7F7;
}
.Panel .List.Events .Item.Old
{
    background-color:#FFFFFF;
}

.Panel .List.Events .Item .DMc
{
	display:block;
    margin-top:0px;    
    min-height:20px;
       
    margin-right:10px;
   
    width:10px;
    padding:0 0 0 0;
    margin-top:0px;
    
}
.Panel .List.Events .Item .Descr
{
    display:none;  
}

.Panel .List.Events .Item .Link
{   
	margin-top:0px;
	
	padding:0 0 0 0;		
    float:left;
    margin-right:40px;    
    
}
.Panel .List.Events .Item .Link a
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.Panel .List.Events .Item .Date
{
	margin-top:0px;
	
	margin-left:0px;
	padding:0 0 0 0;
    width:75px;
    float:left;
}

.Panel .List.News .Item
{
	   padding: 3px 0px 3px 0px;
}

/*COMMON LIST*/ /*ONLY 4 NEWS*/
.Panel .List.News .Item .More
{
    background-image:url(/Include/_images/Default/_BG/arrow-on.gif);
    background-repeat:no-repeat;
    background-position:right center;
    text-align:right;
    margin-top:10px;
    margin-right:10px;
    padding-right:10px;
    display:none;
}
.Panel .List.News .Item.First
{
	/*background-color:#dfeae6;*/
}
.Panel .List.News .Item .DMc
{
    margin-top:0px;
    display:block;
    min-height:20px;
    height:auto!important;
    height:20px;
    line-height:20px;
    float:right;
}
.Panel .List.News .Item .Title
{
	padding-top:5px;
}
.Panel .List.News .Item .Date
{
	padding-top:5px;
}
.Panel .List.News .Item .DMc .DM
{
    
    margin-top:0px;
}

/*COMMON LIST*/ /*ONLY 4 NEWS*/ /*ONLY 4 HOME*/
.Panel .List.News.Latest .Item .Descr
{
    display:none;
}
.Panel .List.News.Latest .Item.First
{
     background:none;
     
}
.Panel .List.News.Latest .Item
{
    padding-left:0px;
    
}
.Panel .List.News.Latest .Date
{
    color:#000000;
    font-weight:normal;
    
}
.Panel .List.News.Latest .Link
{
    color:#000000;
    font-weight:bold;
    
    text-decoration:none;
    text-align:left;
}


.Panel .ListItem
{
}
.Panel .ListItem .Date
{
    float:left;
    color:#000000;
    width:70px;
}
.Panel .ListItem .Title
{  
	float:left;
    color:#000000;
    font-weight:bold;
    width:85%;
    
}
.Panel .ListItem .SubTitle
{
    clear:both;
}
.Panel .ListItem .Descr
{
    clear:both;
}
.Panel .ListItem .ItemImg
{
    float: left;
    margin: 17px 10px 5px 0px;
    
}

.Panel .ListItem .Return
{
    clear:both; 
    background-image:url(/Include/_images/Default/_BG/arrow-rev-on.gif);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:10px;
    float:right;
    font-weight:bold;
    
    min-width:25px;
    width:auto !important;
    width:25px;
}
/*CVs*/
.Panel .List.CVs .Item.First
{
    background-color:#FFFFFF;
}
.Panel .List.CVs .Item
{
    margin-top:0px;
}
.Panel .List.CVs .Item .Link
{
    background-image:url(/Include/_images/Default/_BG/arrow-on.gif);
    background-repeat:no-repeat;
    background-position:0px center;
    padding-left:10px;
}
.Panel .List.CVs .Item .Descr
{
    margin-top:2px;
    padding-left:10px;
}
.Panel .ListItem.CVs .Title
{
     float:none;
     width:auto;
}
/*Economic Profile Info*/
.Panel .EconomicProfileInfo
{}
.Panel .EconomicProfileInfo .FileLink
{
    width:110px; float:left;
    padding-top:10px;
}
.Panel .EconomicProfileInfo .ChartLink
{
    min-width:10px;
    width:auto !important;
    width:10px;
    
    float:right; text-align:right;
    
}

.Panel .EconomicProfileInfo .ChartLink A
{
    padding-left:25px;
    padding-top:10px;
    display:block;
    white-space:nowrap;
    
    min-height:25px;
    height:auto !important;
    height:25px;
        
    background-image:url(/Include/_images/Default/_BG/chart.gif);
    background-repeat:no-repeat;
    background-position:left center;
    
}
/*Economic Profile*/
.Panel .EconomicProfile
{}
.Panel .EconomicProfile .HeadCell
{
    padding:7px 3px 7px 0px;
    background-color:#70a999;
    color:#FFF;
    font-weight:bold;
}
.Panel .EconomicProfile .HeadCell.Data
{
    width:60px;text-align:right
}
.Panel .EconomicProfile .HeadCell A
{
    color:#FFF;
    text-decoration:none;
}
.Panel .EconomicProfile .HeadCell .Return
{
    clear:both; 
    background-image:url(/Include/_images/Default/_BG/arrow-rev.gif);
    background-repeat:no-repeat;
    background-position:5px center;
    padding-left:15px;
    float:left;
    font-weight:bold;
    
    min-width:25px;
    width:auto !important;
    width:25px;
}

.Panel .EconomicProfile .ItemCell
{
    padding:3px 2px 3px 2px;
}
.Panel .EconomicProfile .Data
{
    width:60px;text-align:right;
}
/* AnnualReportsLatestDetailed*/
.AnnualReportsLatestDetailed{}
.AnnualReportsLatestDetailed .Img
{
    margin-left:20px;float:right;border:1px solid #00767A; 
    min-width:120px;
    width:auto !important;
    width:120px;
}

/* LIST PANEL RIGHT*/
.PanelRight .FileList, .PanelLeft .FileList
{
    min-width:200px;
    width:200px;    
}
.PanelRight .FileList .Item, .PanelLeft .FileList .Item
{
    clear:both;
    margin-bottom:3px;
    margin-right:0px;
    display:table;
    width:100%;
    border:0px solid red;
}
.PanelRight .FileList .Item .Title, .PanelLeft .FileList .Item .Title
{
    float:left;
    width:80%;
}
.PanelRight .FileList .Item .File, .PanelLeft .FileList .Item .File
{
    float:left;
    width:20%;
    border:0px solid green;
}
.PanelRight .FileList .Item .News, .PanelLeft .FileList .Item .News
{
    float:left;
    width:33%;
}
.PanelRight .FileList .DM, .PanelLeft .FileList .DM
{
    width:100%;
}
.PanelRight .FileList .DM .Size, .PanelLeft .FileList .DM .Size
{
    display:none;
}
.PanelRight .FileList .DM .Sep, .PanelLeft .FileList .DM .Sep
{
    display:none;
}
.Panel .Notes
{
	font-size:95%; 
	color:#666666;
}

.irtools div a{
    text-decoration: none;
    padding-right:10px;
    background-image: url(/Include/_images/Default/_BG/arrow-on.gif);
    background-repeat:no-repeat;
    background-position: right center;	  
   
       

}
.irtools div span{
    color:#000000; line-height:18px;
	  

} 


.Search
{   
}
.Search UL.Results
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    padding:0px;        
}
.Search UL.Results LI.Item
{
    margin-top:15px;     
}

.Search UL.Results LI.Item .Title
{
    font-weight:bold;
}



















/*'filinas stylesheet*/
    #editor_design .HeadCell
    {
    	font-weight:bold;    	
    	background-color:#DFEAE6;
    	padding:3px;
    }
    #editor_design .line
    {
    	
    	line-height:20px;
    	padding-top:4px;
    }
    #editor_design .odd
    {
    	background-color:#F2F6F5;  
    	line-height:20px;
    	padding-top:4px;
    }
    #editor_design .separatorItem
    {
        background-image:url(/Include/_images/annual_reports/dotted_list_line.gif);
    	background-repeat:repeat-x;
    	background-position:top left;
        font-size:35%;    	
    }
    
        #editor_TableStyle .header1
        {
            background-color: #f2f6f5;
            color: #006666;
            font-weight: bold;
            text-align: left;
        }
        #editor_TableStyle .header2
        {
            background-color: #dfeae6;
            color: #006666;
            font-weight: bold;
            text-align: center;
        }
        #editor_TableStyle .column1
        {
            background-color: #f2f6f5;
            color: #000000;
            text-align: left;
            font-weight: bold;
        }
        #editor_TableStyle .column2
        {
            background-color: #dfeae6;
            color: #000000;
            text-align: center;
        }
        #editor_TableStyle .column3
        {
            background-color: #f2f6f5;
            color: #000000;
            text-align: center;
        }
        #editor_TableStyle .line1
        {
            height: 17px;
            margin: 0px;
            padding: 0px;
            height: auto !important;
        }
        #editor_TableStyle .spacergreen
        {
            background-color: #006666;
            height: 1px;
            margin: 0px;
            padding: 0px;
            height: auto !important;
            min-height: 1px;
        }
        #editor_TableStyle .spacerwhite
        {
            background-color: #ffffff;
            height: 1px;
            margin: 0px;
            padding: 0px;
            height: auto !important;
            min-height: 1px;
        }
        #editor_TableStyle .line2
        {
            height: 1px;
            margin: 0px;
            padding: 0px;
            height: auto !important;
        }
        #editor_ExternalTable
        {
            background-color: #dfeae6;
        }
        #editor_ExternalTable .header11
        {
            width: 4px;
            height: 7px;
            background-color: #ffffff;
        }
        #editor_ExternalTable .header22
        {
            height: 7px;
            background-color: #f2f6f5;
        }
        #editor_ExternalTable .header33
        {
            width: 4px;
            height: 7px;
            background-color: #f2f6f5;
        }
        #editor_ExternalTable .header44
        {
            width: 4px;
            background-color: #DFEAE6;
        }
        #editor_ExternalTable .header55
        {
            padding-right: 5px;
            padding-left: 5px;
            padding-bottom: 5px;
            padding-top: 0px;
            background-color: #f2f6f5;
        }
        #editor_ExternalTable .header66
        {
            width: 4px;
            height: 7px;
            background-color: #ffffff;
        }    
        
    .tickerA
    {
    	text-decoration:none;color:#000000
    }
        .tickerA:hover
    {
    	text-decoration:none;color:#555555
    }        
    
    
    
    UL.Gen_designSubTitle
    {
    	margin-left:0px;
    	padding-left:0px;
    }
    UL.Gen_designSubTitle LI.odd
    {
    	background-color:#F2F7F7;
    }
    UL.Gen_designSubTitle LI.dataruler1
    {
    	background-image:url(/Include/_images/annual_reports/dotted_list_line.gif);
    	background-repeat:repeat-x;
    	background-position:bottom left;
        
        list-style-image:none;
        list-style-type:none;
        
        font-size:5%;
    }
     UL.Gen_designSubTitle LI.dataruler2
    {
    	background-image:url(/Include/_images/annual_reports/dotted_list_line.gif);
    	background-repeat:repeat-x;
    	background-position:top left;
        
        list-style-image:none;
        list-style-type:none;
        
        font-size:5%;
    }  
    UL.Gen_designSubTitle LI.dataitem
    {
        font-weight:bold;
        font-size:100%;	
        background-color:#dfeae6;        
        background-position:2% 45%;
        padding:0px 0px 0px 0px;
        padding-left:30px;        
        list-style-position:outside;
        line-height:25px;  	
        
    }  
    UL.Gen_designSubTitle LI.dataitem A
    {
    	text-decoration:none;
    	color:#000000;
    }
    
    
    #tab-menu table{margin:0; padding:0;width:100%;height:38px;line-height:38px; }
        
        
        
        #tab-menu table tr td
        {
			min-height:34px;
            height:auto! important;
			height:34px;line-height:34px;
			 margin:0 0 0 0;
            padding:0 0 0 0;
			}
       
        
       
    
        #tab-menu table tr td.pagetab
        {           
           			
            background-image:url(/Include/_images/Tabs/tab_inactive_start.png);
            background-repeat:no-repeat;
            background-position:top left;           
            padding:0px 0px 5px 20px;     
                 
        }  
        #tab-menu table tr td a
        {
			color:#00767a;            
            font-style:normal;
            text-decoration:none;
        }
        #tab-menu table tr td a:hover{
            text-decoration:underline;
        }        
        #tab-menu table tr td.endtab{
            background-image:url(/Include/_images/Tabs/tab_inactive_end.png);
            background-repeat:no-repeat;
            background-position:top right;           
            padding:12px 15px 0px 0px;
            
        }  
         #tab-menu table tr td.pagetabactive
         {          
           			
            background-image:url(/Include/_images/Tabs/tab_active_start.png);
            background-repeat:no-repeat;
            background-position:top left;  
            font-weight:bold;   
            padding:0px 0px 5px 20px;      
            
        }  
        #tab-menu table tr td.endtabactive
        {			
            background-image:url(/Include/_images/Tabs/tab_active_end.png);
            background-repeat:no-repeat;
            background-position:top right;
           padding:12px 15px 0px 0px;
            
        } 
        #tab-menu table tr td.separator{
            background-image:url(/Include/_images/Tabs/tab_separator.png);
            background-repeat:repeat-x;
            background-position:top left;
        }     
        #flashcontent_small
        {
			min-height:200px;
			max-height:200px;
			height:auto! important;
			height:200px;
			width:208px;
        }
            .Design_RoadShows .HeadCell
    {
    	font-weight:bold;
    	text-align:left;
    	background-color:#DFEAE6;
    	padding:3px;
    	line-height:25px;
    }
    .Design_RoadShows .ItemCell
    {
    	text-align:left;
    	line-height:20px;
    	padding-top:4px;
    }
    .Design_RoadShows .odd
    {
    	background-color:#F2F6F5;  
    	
    }
    .Design_RoadShows .separatorItem
    {
        background-image:url(/Include/_images/annual_reports/dotted_list_line.gif);
    	background-repeat:repeat-x;
    	background-position:top left;
        font-size:35%;    	
    }
    .MyIR_design_content .separatorItem, .separatorItem_events
    {
        margin:0 0 0 0;
        padding:0 0 0 0;
        background-image:url(/Include/_images/annual_reports/dotted_list_line.gif);
    	background-repeat:repeat-x;
    	background-position:center left;
        font-size:35%; 
        width:100%;   
       
    }    
    
    
    
.multimedia .thumb-img {
	cursor:hand;
	position:relative; 
	width:190px; height:100px;	
	background:#FFF;
}
.multimedia .thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.multimedia  .thumb-img img {
	border:0;
}
.multimedia  .thumb-strip {
	position:absolute; width:188px; height:22px; bottom:0px; left:0px;
	background:#ccc;	
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.60;
	opacity:0.60;
}
.thumb-zoom {
    cursor:hand;
	background:Transparent url(/Include/_images/gallery/search.png) no-repeat;	
	position:absolute; width:18px; height:18px;
	right:10px; bottom:1px;
	
}
.multimedia .lbCloseLink{
    /*background-color:red;*/
}
.multimedia .mediaTitlefile
{
	padding-top:114px;
    padding-left:13px;padding-right:13px;width:190px;font-weight:bold;height:42px;
    overflow:hidden;
    color:#656667;
}
.multimedia .mediaTitlealbum{
    padding-left:13px;padding-right:13px;padding-top:114px;width:190px;font-weight:bold;height:42px;overflow:hidden;
    color:#373738;font-size:105%;
}

ul.multimedia{
    list-style-image:none;      
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    margin-top:0;
    padding-top:0;
    display:inline; 
}
ul.multimedia li
{
	border:0px solid red;
	background:none;    
    float:left;
    width:auto! important;    
    height:auto! important;
}
ul.multimedia li .top
{
	position:absolute;
	margin-top:0px;
	width:190px!important;
	height:100px!important;
	max-height:100px;
	max-width:190px;
	border:0px solid red;
	padding-left:13px;padding-top:11px;width:190px;height:100px;overflow:hidden;
}
.multimedia .mediaContainerfile
{
	background-repeat:no-repeat;
    background-position:top left;
    width:auto! important;
    height:auto! important;
    border:0px solid red;
    background-image:url(/Include/_images/gallery/itembg.jpg);
    display:block;
    padding-bottom:25px;
}
.multimedia .mediaContaineralbum
{
    background-repeat:no-repeat;
    background-position:top left;
    width:auto! important;
    height:auto! important;
    border:0px solid red;
    background-image:url(/Include/_images/gallery/itembgAlbum.jpg);  
    display:block;  	
    padding-bottom:25px;
	
}
.multimedia .mediaContaineralbum .alink
{
	position:absolute;width:20px;text-align:center;margin-left:160px;
}
.multimedia .mediaContainerfile .alink
{
	position:absolute;width:20px;text-align:center;margin-left:100px;
}

.cal_Theme1 .ajax__calendar_container   {
    background-color: #e2e2e2; 
    border:solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header  {
    background-color: #ffffff; 
    
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
    color: #00767a; 
   
}

.cal_Theme1 .ajax__calendar_body    {
    background-color: #e9e9e9; 
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align:center; 
    font-weight:bold; 
   
}

.cal_Theme1 .ajax__calendar_day {
    text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
    color: #004080; 
    font-weight: bold; 
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today   {
    font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}
.StockProfile_design_content .odd
{
	background-color:#FAFFFF;
}
.search-results-subtitle
{
	color:#000000;
	font-weight:bold;
	padding:5px 0 5px 0;
}
    .additional-latest{
        background-image:url(/Include/_images/panels/history.jpg);
        background-repeat:repeat-x;
        background-position:top left;
        min-width:205px;
        width:205px!important;
        min-height:116px;
        height:116px!important;
        height:116px;
        width:205px;
        position:relative;
        display:block;
    }
    .additional-latest h2.Title{
        background-image:none;
    }
    .additional-latest h2.Title{
        padding-top:3px;
    }
    .additional-latest .descr{
        position:absolute;
        bottom:5px;
        left:3px;
        
        min-width:200px;
        width:200px!important;
        width:200px;
    }
    .additional-latest .descr a{
        text-decoration:none;color:black;font-weight:600;
        
    }