﻿#headerWindow {
	padding-top: 10px;
}
.lblDivSteps 
{
 margin:0px 50px 50px 50px;
 padding-bottom:5px;
}

div.lblDivSteps span
{
    font-weight:bold;
        font-size:14px;
            color: #999;
}
div.lblDivSteps span span
{
    font-weight:bold;   
    color: #990000;
 /*   border-bottom: 1px dashed #2E3192; */
    font-size:16px;
}

#popupContainer
{
	position: absolute;
	max-width: 600px;
	width: 500px;
	margin: auto;
	left: 30%;
	z-index: 9999;
}
      .web_dialog_overlay
{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #DDD;
   opacity: .75;
   filter: alpha(opacity=75);
   -moz-opacity: .75;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
   z-index: 101;
   display: none;
}
.web_dialog
{
   display: none;
   position: fixed;
   width: auto;
   height: auto; 
   margin-top: -100px;
   background-color: white;
   border-radius: 10px;
   border: 1px solid grey;
   padding: 0px;
   z-index: 102;
   font-family: Verdana;
   font-size: 10pt;

}
.web_dialog_content {

    padding:2px;
    padding-left: 15px;
    width:100%;
}
.web_dialog_content_button {
    text-align:center;
    vertical-align:middle;
    width:auto;
    padding:15px;
}
.web_dialog_title
{
   /*background: rgba(255,255,255,.05) url('../images/issueslice.png');*/
   background-color: #2E3192;
   border-top-left-radius: 10px;
   padding: 10px;
   color: White;
   font-weight:bold;  
}

.web_dialog_title_a
{  
   text-decoration: none;
   /*background: rgba(255,255,255,.05) url('../images/issueslice.png');*/
   background-color:#2E3192;
   border-top-right-radius: 10px; 
   text-align: right;
}
.web_dialog_title_a a {
   color: White;
   font-weight:bold;
   padding-right:10px;
}
.align_right
{
   text-align: right;
}
.headerInfor {
    padding: 5px;
    padding-left: 10px;
    font-weight:bold;
    color: #191970;
    font-family: inherit;
    font-size:12px;
}
.headerInforMsg {
    padding: 5px;
    padding-left: 10px;
    font-weight:bold;
    color: #191970;
    font-family: inherit;
    font-size:18px;
}

.headerInfor b {
    color: #191970;
    font-family: inherit;
    font-size:17px; 
    text-underline-position:below;
    
}
.headerInfor ul li {
       list-style-type: circle;
       list-style-position: inside;
       padding: 2px;

}

.headerInforSearch {
    padding: 5px;
    font-weight:bold;
    font-family: inherit;
    font-size:inherit;
    color:black;

}
.customToolTip {
    color:#191970;
    border-radius: 8px;    
    font-size: 13px;
    font-weight:bold;
    padding: 15px;
    background-color: white;     
    font-family: inherit;
}
div.ui-datepicker{
 font-size:11px;
}
#content table.web_dialog_content td.web_dialog_title
{
    text-align: justify !important;
    color:white !important;
    font-size:12px;
}
#content table.web_dialog_content
{
    text-align: left !important;
    font-size:12px;
}
#content table.web_dialog_content td.web_dialog_title
{
    text-align: left !important;
    color:green;
    font-size:12px;
}
/*
#content table.web_dialog_content .web_dialog_title_a
{
    text-align: left !important;
    color:red;
    font-size:12px;
}

*/
td.intraHead
{
    font-weight:bold;
    color: #2E3192;
}
span.selectedIssueSpan
{
    color: #2E3192 !important;
    font-weight:bold !important;
}
#content table.web_dialog_content td.preSelectedIssues
{
    background-color: orange !important;
    color:white;
    font-weight:bold;

}
div#divHowToPlaceReferral.helpPlaceReferral p
{
    font-weight:normal;
    line-height:120%;
    font-size:12px;
    color: #2E3192;
    margin-bottom:10px;
}

div#divHowToPlaceReferral.helpPlaceReferral
{
    margin: 50px 30px 30px 30px;
    background-color:white;
    border:1px solid  #ccc;
    border-radius: 10px;
    padding:10px;
}
div#divHowToPlaceReferral.helpPlaceReferral p.header
{
    margin-top: 10px;
    margin-bottom:10px;
    top:0px;
	left: 0px;
    font-size:15px;
    font-weight:bold;
}
p span.lessEmphasis
{
    font-size:13px;
    font-weight:normal;
    color: #2E3192;

}
p.stepHeader {
font-size:28px;
color:#191970;
}
    p.stepHeader.step2
    {
        /*margin: 10px 10px 20px 20px;*/
    }
td.clear
{
    width:50%;
    border:1px solid red;
    background-color:white;
    color:white;
}

div#resetLink
{
    font-size:13px;
     background: transparent url('../images/gradientBlue.jpg');
     width:100px;
     color:white;
     height:40px;
     line-height:40px;
     margin:10px;
     border-radius:8px;
     text-align:center;
}
    div#resetLink a
    {
        color: #fff;
             font-weight:bold;
    }
table#stepHeaderTbl
{
    margin-top: 10px;
    margin-bottom: 10px;
}
table#alterMsg {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px;
    text-align:center;
    color:red;
    font-size: 14px;
    background-color: orange;
    width: 95%;
}
table#alterMsg tr td {

    color: red;
    margin: 10px;
}
table#alterMsg tr td b {

    color: red;
    
    font-weight:bold;
}
span.searchEmphasis
{
    color: #990000;

    font-size:12px;
}

div.web_dialog > table.web_dialog_content  td > div > span.lightgreyText,
div.web_dialog > table.web_dialog_content span.lightgreyText input[type=checkbox]
{
	text-decoration: line-through;
}
