﻿/* *
{
    FONT-FAMILY: arial;
    font-size: 8pt;	
} */

.OutlookMenu
{    
	vertical-align:top;        
    /* behavior: url("OutlookMenu.htc"); */
    /* border: solid 1px #6593CF; */
}

.OutlookMenu_Content_Area
{
	border: solid 1px #000000;
	background-color: White;
}

.OutlookMenu_Button
{
    height: 31px;
    background-image: url('images/appmenu_back.gif');
    border-top: solid 1px #000000;  
    vertical-align:middle;
    color: #000000;
    font-weight:bold;
    font-size: 8pt;
    padding-left: 3px;
}

.OutlookMenu_Button span
{
    padding-left: 8px;            
    white-space: nowrap;  
    font-weight:bold;      
}

.OutlookMenu_Button img
{
    vertical-align:middle;
    border: none;           
}

.OutlookMenu_Button_Hover
{
    background-image: url('images/OutlookMenu_Button_Hover.gif');
}

.OutlookMenu_Button_Selected
{
    background-image: url('images/OutlookMenu_Button_Selected.gif');
}

.OutlookMenu_Button_Hover_Selected
{
    background-image: url('images/OutlookMenu_Button_Hover_Selected.gif');
}

.OutlookMenu_Title
{
    height: 27px;
    background-image: url('images/appmenu_back.gif');
    /* border-bottom: solid 1px #6593CF; */
    vertical-align:middle;
    color: #000000;
    font-weight:normal;
    font-size: 15px;
    padding-left: 5px;
    padding-top: 3px;
}

.OutlookMenu_Section_Title
{
    height: 18px;
    background-image: url('images/OutlookMenu_Section_Title_Background.gif');
    border-bottom: solid 1px #000000;
    border-top: solid 1px #000000;
    color: #000000;
    font-weight:normal;
    /* font-size: 12pt; */
    padding-left: 5px;
}

.OutlookMenu_Section_NoTitle
{
	border-top: solid 1px #000000;
}

.OutlookMenu_Section
{
	padding-top: 3px;
}

.OutlookMenu_Splitter
{
	height: 7px;
	/*background-image: url('images/OutlookMenu_Splitter_Background.gif');*/
	border-top: solid 1px #000000;  
	/* border-bottom: solid 1px #ADD1FF; */
}

.OutlookMenu_Splitter_Image
{
	height: 7px;
	background-image: url('images/OutlookMenu_Splitter.gif');
	background-repeat:no-repeat;
	background-position:top;
	width: 100px;
}

.OutlookMenu_Function
{
	width: 20px;	
	height: 31px;
	text-align:center;
}

.OutlookMenu_Function_Hover
{
	background-image: url('images/OutlookMenu_Button_Hover.gif');
	cursor: hand;
}