﻿.popupColumnOptionsBlocker
{
    display:none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=60) !important;
    opacity: 0.6 !important;
    z-index: 100;
    background-color: #E0E0E0;
}
.popupColumnOptions
{
    position: absolute;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    display:none;
    width:900px;
    overflow:hidden;
}
.popupColumnOptionsHeader
{
    background-color: #223872;
    color: #fff;
    padding: 8px 0px 8px 5px;
    font-weight:bold;
    vertical-align:middle;
    font-size: 12px;
}
.popupColumnOptionsBody
{
    min-height: 80px;
    max-height: 400px;
    overflow:auto;
    padding:5px 5px 5px 10px;
}
.popupColumnOptionsBody ul
{
    /*list-style-type:none;
    padding:0px;
    margin:0px;*/
}
.popupColumnOptionsFooter
{
    vertical-align:bottom;
    height:40px;
    text-align:right;
    border-top:1px solid #c5c5c5;
    padding: 5px;
}

.OWLinkButton a,.OWLinkButton:visited,.OWLinkButton:link, .OWLinkButton:hover
{
	/*font-weight: normal;*/
	cursor: pointer !important;
	color: #000;
	text-decoration:none;
}
.OWLinkButton:hover
{
    color: #000;
    text-decoration: underline;
}
.OWButton
{
    width:70px;
    height:28px;
    background-color: #E5E5E5;
    border: 1px solid #c5c5c5;
    cursor:pointer;
    margin:5px;
    margin-bottom:10px !important;
    padding:5px;
    max-height:40px;
    max-width:100px;
    text-align:center;
    vertical-align:middle;
    opacity: 0.8;
    filter: alpha(opacity=80);
    
}
input.OWButton:hover, buttonOWButton:hover, .OWButton a:hover, .OWButton:hover, .OWButtonHover
{
    background-color: #3283E5 !important;
    color: #fff !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.searchPanel
{
    display:none;
    z-index:1000;
    max-height:700px;
}
.searchResultList
{
    list-style:none;
    padding: 0px;
    margin: 0px;
    left:0px;
}
 .searchResultPanel
{
    border:1px solid #c5c5c5;
    padding: 10px;
    margin: 0px;
    left:0px;
    max-height:400px;
    overflow-y: auto; 
    overflow-x: hidden; 
    word-wrap:break-word;
}
.searchResultItem
{
    left:0px;
    padding:10px;
    word-wrap:break-word;
    border:1px solid #c5c5c5;
    background-color: #fff;
    margin: 5px;
    width: 95%;
}
.searchResultItemHover
{
    border:1px solid #c5c5c5 !important;
    background-color: #F1F3F9 !important;
}
.shadow 
{
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#BCBCBC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#BCBCBC');
		
    zoom: 1;
	box-shadow: 3px 3px 4px #BCBCBC;
}
.ulListGeneric {
    list-style: none;
    border: 1px solid #C3C3C3;
    background-color: #F7F9FF;
    padding: 5px !important;
    margin:0px;
}
.ulTaskApprovalHistoryList {
    list-style: none;
    border: 1px solid #C3C3C3;
}
.ulTaskApprovalHistoryListItem {
    padding: 5px;
    border-bottom: 1px solid #C3C3C3;
}
 .OWTabPanel
{
    padding-left:10px;
    margin: 0px;
}
.OWTabPanel_Title
{
    font-weight: bolder !important;
	cursor: pointer  !important;
	color: #99ADCC !important;
	text-decoration:none !important;
    margin-right: 10px !important;

}    
.OWTabPanel_Title_hover, .OWTabPanel_selected
{
    color: #44587C !important; 
    background-color: #EAEAEA !important;
	text-decoration:underline !important;
    margin-right: 10px !important;
}
.OWTabPanel_Page
{
    list-style-type:none;
    display:inline;
}
.OWTabContent
{
    width:100%;
    margin-top: 4px;
}
 .forecastDate {
    color:#144bff;
    font-weight: bold;
}