﻿/* Common styles */
@import url("messages.css");

body
{
    margin-left: 3px; /*background-color: #FFFFFF;*/
    margin-right: 3px;
    margin-top: 0px; /* color:  /*#000000;*/
    font-family: Verdana,Arial;
    font-size: 12px;
    color: Black /* #4c4c4c;*/
    /*background-color: #E7F5FE; /*border-top: 2px solid #B51032;*/
}
.modalBackground
{
    /*opacity: 0.5; filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5; background:Yellow;*/ /*opacity: 0.4; 	filter: alpha(opacity=40); 	background: black; 	height: 100%; 	width: 100%; 	position: absolute; 	top: 0px; 	left: 0px;*/
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    height: 100%;
    width: 100%;
    background: White;
}
.btnStandard
{
    font: Helvetica;
    font-size: 11px;
    text-align: center;
    vertical-align: top;
    background: #003366;
    width: 60px;
    height: 20px;
    color: White;
    cursor: hand;
    padding: none;
    border: 2px outset Orange;
}
.lblStandard
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 88%;
    text-align: right;
    width: 140px;
    padding: 5px;
}



.txtStandard
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-align: left;
    height: 15px;
    width: 130px;
    vertical-align: top;
    border: solid 1px #A8A8A8;
}
.ddlStandard
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%; /*font-weight: bold;*/
    text-align: left;
    width: 132px;
    vertical-align: top;
    height: 20px;
    border: solid 1px #A8A8A8; /*#d4d4d4;*/
    position: relative;
    top: -1px;
}

.lblSmall
{
    font: Tahoma;
    font-size: 10px;
    text-align: right;
    width: 140px;
    padding: 5px;
}
.txtSmall
{
    font: Tahoma;
    font-size: 11px;
    text-align: left;
    height: 15px;
    width: 150px;
    vertical-align: top;
    border: solid 1px #A8A8A8; /*#d4d4d4;*/
}
.ddlSmall
{
    /* 	font: Tahoma; 	font-size: 11px; 	text-align: left; 	width: 105px; 	vertical-align: top; 	margin-top: 1px; 	border-left: 0px; */
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*font-weight: bold;*/
    text-align: left;
    width: 105px;
    vertical-align: top;
    height: 20px;
    border: solid 1px #A8A8A8; /*#d4d4d4;*/
    position: relative;
    top: -1px;
}

.divStandard
{
    font: Tahoma;
    font-size: 11px;
    padding: 2px;
}

#Header
{
    width: 100%;
    
}


.div9051
{
    font: Tahoma;
    font-size: 11px;
   /* display: inline;*/
    padding: 5px; /*border-bottom: dotted 1px #c5c5c5;*/
}
.rdbStandard
{
    font: Tahoma;
    font-size: 11px;
    padding: 2px;
}
.vgpStandard
{
    font: Tahoma;
    font-size: 11px;
    text-align: left;
    height: 15px;
    width: 140px;
    color: Red;
    vertical-align: middle;
}
.msgStandard
{
    font: Tahoma;
    font-size: 12px;
    text-align: left;
    height: 15px;
    width: 140px;
    color: Green;
    vertical-align: middle;
}
.lnkSmall
{
    font: Tahoma;
    font-size: 10px;
    color: #295280;
}

.lnkStandard
{
    font: Tahoma;
    font-size: 11px;
    color: #295280;
}

.lblHeader
{
    color: #003366;
    text-decoration: underline;
    font-family: Times New Roman;
    font-size: 18px;
}
.bllError
{
    color: crimson;
    font-size: 12px;
}
.lblContentHeader
{
    color: #003366;
    text-decoration: underline;
    font-family: Times New Roman;
    font-size: 18px;
    margin-left: 115px;
}
.lblContentHeaderSmall
{
    color: #003366;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-left: 30px;
    position: relative;
    top: 10px;
    font-weight:bolder;  
}

/* Header Section */
#divTopLinks
{
    background: #003366;
    float: left;
    width: 100%;
}
#divTopLinks a:visited
{
    border: none;
    text-decoration: none;
}
#divTopLinks a:link
{
    color: White;
    font-family: Tahoma;
    font-size: 12px;
}
#divTopLinks a img
{
    border: solid 0px;
    text-decoration: none;
    padding: 2px;
}
#divTopLinks span
{
    /* 	color: red; 	font-family: Tahoma; 	font-size: 12px; 	position: relative; 	top: -2px; 	padding-right:10px;  	*/
}

#divHeaderMain
{
    clear: both;
    height: 100px;
    background: url(../Images/oet_bg.png) repeat-x #003366;
    width: 100%;
}

#divHeaderMain img
{
    border: none;
    float: left;
    src: url(../Images/oet_small_logo.png);
}

.lblWOTC
{
    position: absolute;
    left: 100px;
    top:50px; 
    margin-left: 100px;
    margin-top: 15px;
    color: White;
    font: Normal 32px Bold;
    font-family: Times New Roman;
    float: left;
    text-align: center;    
}


/*html, body, #MasterContainer  { height: 100%; }
body > #MasterContainer  { height: auto; min-height: 100%; }*/

/*html, body {height: 100%;}
#MasterContainer {min-height: 100%;}
#divMain 
{
    overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */



/*Body and Menu - Master Page*/
#divMenu
{
    /*visibility: visible;*/   
    float:left;
    width:200px;
    position:absolute; 
    /*height:100%; */
    /*width: 15%;*/
    min-width: 170px;
    float: left;
    margin-top: 25px; 
    padding: 4px 4px 25px 4px;         
    /*min-height: 320px;*/
    background: #CCC url(../images/contentbar.png) repeat-y center top;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f6f6f6,endColorStr=#ffffff);*/
}

/*for Firefox and other non-IE browsers */
/*
html>body #spacing
{  background: #f2f2f2;width:20%;  float:left; padding:1.5%; padding-top:100%;} 
*/


#divContent
{
    padding-top: 0%;
    padding-left: 30px;
    width: 750px;
   /* min-width: 78%;*/
    float: left;
    min-height: 550px; /*height: 100%;*/
    margin:  0px 0px 50px 208px;
    position: relative; 
    
}

/* Footer */
#divfooter
{
    clear: both;
    /*background: #FFF url(../Images/footerbg.gif) repeat-x left top;*/    
    text-align: center;	        
    /* z-index: 10;*/     
    /*position: relative;*/
	/*margin-top: -150px; /* negative value of footer height */
	/*height: 150px;*/
	clear:both;    
    /*position:relative;
    bottom:0;
    width: 100%; */
}
#divfooter p
{
    text-align: center;
}
#divfooter p font
{
    font-size: 10px;
    font-family: Century Gothic;
}
#divfooter p font a:link IMG, a:visited IMG
{
    border: none;
}

/* Logon.aspx*/
#divLogin
{
    height: 300px;
    width: 300px;
    text-align: center;
    /*float:right;*/
    position:absolute;
    top:0px;    
    left:30px;
    padding-top: 20px; 
}
#divLogin div
{
    padding: 0px;
}
.LogonCtrl
{
    font: Arial;
    font-size: 12px;
    text-align: left;
    padding: 10px;
   /* width: 140px;*/
    height: 18px;
    vertical-align: top;
}

.logonCtrlHeader 
{
    border-bottom: 1px ;
    border-bottom-style:  dotted;  
    border-bottom-color: #333;
    text-align: left;
    color: #2666C3;
    font-weight: bold;  
   
}

#divLogin div table td
{
    padding: 3px;
}


.RoundedOne, .RoundedTwo
{
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: 1px;
    line-height: 1px;
}
.RoundedOne
{
    margin: 0 2px;
}
.RoundedTwo
{
    margin: 0 1px;
}
.RoundedBlue, .RoundedBlue b
{
    background-color: #D7E7F7;
}
.RoundedYellow, .RoundedYellow b
{
    background-color: #FFFBD6;
}
.RoundedDarkBlue, .RoundedDarkBlue b
{
    background-color: #003366;
}

.readOnlyText
{
    color: Black; /* 	font: Tahoma; 	font-size: 11px; 	top: 118px; 	font-weight: bold; 	width: 140px; 	position: relative; */
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-align: left;
    height: 15px;
    width: 90px;
    vertical-align: top;
    position: relative;
    white-space: pre-wrap; 
    /*top: 3px;*/
}

#formIn div, #formIn div div, #formIn panel div, panel, .formIn div, .formIn div div, .formIn panel div, panel
{
    clear: left;
    margin: 0;
    padding: 3px 0 8px 0;
    padding-left: 155px; /*width of left column containing menu elements*/
    height: 1%;
    height: 17px;
    min-width: 350px;
}

#formIn div.odd, .formIn div.odd
{
    /*  background: #F7F6F3;*/
}

#formIn input, .formIn input, #formIn textarea,  .formIn textarea 
{
    border:1px solid #A8A8A8
}

#formIn label, .formIn label, .formIn span.fakeLabel
{
    text-align: right;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 88%; /*font-weight: bold;*/
    float: left;
    width: 140px;
    margin-left: -155px; /*width of left column*/
}

.longText input[type="text"] {
    width: 400px;
}

.inBlock
{
    display: block;
}

div.hbuttons
{
    padding-left: 155px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-top: 1px solid navy;
    border-bottom: 1px solid navy;
}

div.hbuttons-ui
{
    padding-left: 155px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 8px;    
}

div.hbuttons input
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    background: #003366;
    width: 60px;
    height: 20px;
    height: 15px;
    width: 130px;
    border: none;
    color: White;
    cursor: hand;
    padding: 0px 0px 3px 0px;
}

/*
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	height: 15px;
	width: 130px;
	vertical-align: top;
	border: solid 1px #A8A8A8 ;*/

/*CaseManagement */
.cmIndParent
{
    width: 240px;
    float: left;
}

.cmIndHeader
{
    padding-left : 2em;
    background: #e5ecf9;
    color: #000062;
    height: 20px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.cmLabelIndHeader
{
    padding-left : 2em;
    /*width: 9em;*/
    float: left;
    text-align: right;
    margin-right: 0.4em;
    display: block;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 88%; /*font-weight: bold;*/
}


.cmIndContent
{
    background: #f2f2f2;
    height: 300px;
    border: solid 1px #e2e2e2;
    /*overflow: auto;    */

}
.cmIndCollapseImg
{
    float: right;
    padding-top: 3px;
    padding-right: 10px; /*src: url(..//Images/expand.jpg);*/
    background: none url(../Images/expand.jpg) no-repeat;
}

.horizmenu
{
    font: Tahoma,Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #295280; /*font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 100%; 	width: 99%; */
    padding: 0px;
    padding: 1px 0px 1px 0px;
}

.horizmenu ul
{
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

.horizmenu ul li
{
    margin-left: 0;
    display: inline;
    border-left: 1px solid #000;
    list-style: none;
}

/* This might not work on I6*/
.horizmenu ul li:first-child
{
    margin-left: 0;
    display: inline;
    border-left: none;
    list-style: none;
}

.horizmenu ul li a, .horizmenu ul li:first-child
{
    font-size: 100%;
    display: inline;
    color: Blue;
    width: 99%;
    padding: 0px 10px 0px 10px;
}



#loginfo
{
    float: right;
    color: white;
    right: 80%;
}

#content
{
    padding: 5px 0px 10px 0px;
    clear: none;
}

#auditTrail
{
    display: block;
    float: left;
}

.lblAuditLabel
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    color: Navy;
    padding: 5px;
}

.lblAuditDescriptor
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
    color: #666;
    padding: 5px;
}

.radioAnswers
{
    float: right;
    clear: both;
    position: relative;
    top: -15px;
    padding-left: 5px; 
}



.toggleViewHeader
{
    margin: 0;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.toggleViewSign
{
    float: right;
    padding-left: 5px;
    color: Black;
    font-size: 14px;
    cursor: pointer;
}

.toggleViewRow
{
    text-align: right;
}

#divCompanyInfoMessage
{
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 5px;
    padding-top: 15px; /*color:Green;  */
    font-family: Verdana;
    font-size: 10px;
    border: 1px;
    border-style: dotted;
    border-color: Gray;
    background-color: #FFF7E7;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-left: 28px;
    background-image: url('../Images/Message_Information.png');
}

span.vtip
{
    color: Orange;
    font-size: 12px;
    font-style: oblique;
    float: left;
    padding-right: .1em; /*font-weight:bolder; */
    cursor: pointer;
}

.companyReadOnly
{
    color: Black;
}



#tblMessage
{
    height: 23px;
    width: 100%;
}
/*Message for Successful*/
#tblMessage.Success
{
    border: solid 1px #5AAD0D;
    background-color: #E5F7D5;
}
/*Message for Information*/
#tblMessage.Information
{
    border: solid 1px #88B5E9;
    background-color: #E2EDF8;
}
/*Message for Warning*/
#tblMessage.Warning
{
    border: solid 1px #FD7B04;
    background-color: #FFF7E7;
}

#dvIcon
{
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-left: 38px;
}
/*Message Icon for Successful*/
#dvIcon.Success
{
    background-image: url('../Images/Message_Success.png');
}
/*Message Icon for Information*/
#dvIcon.Information
{
    background-image: url('../Images/Message_Information.png');
}
/*Message Icon for Warning*/
#dvIcon.Warning
{
    background-image: url('../Images/Message_Warning.png');
}
/*Message Icon for Error*/
#dvIcon.Error
{
    background-image: url('../Images/Message_Error.png');
}


.container-fullscreen
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.TreeViewParentNode
{
    font-weight: bold;
}
.HooverLeaf
{
    background-color: Orange;
    font-weight: bolder;
    filter: alpha(opacity=70);
}
.TreeViewNode
{
    color: #808080; /* #808080;*/
    font: bolder 12px 'Trebuchet MS', Arial, Sans-serif;
    
}


.Background
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);  
    
}

.CaseManagementOnetLabel
{
    clear:both;
    text-align : left;
    float:none;
    display:inline;
    margin-left:5px; 
    
}

.CaseManagementOnetDropDown
{
    clear:both;
    width:220px;
    float:left;
    margin-left:5px;    
}

.legalFormsOwner
{
    color: Black;
    /*background-color: #F2F2F2;*/
}

.textReadOnly
{
     background-color:transparent;
     border:none; 
     color:Black; 
     font-weight:bolder;  
     width:380px;
     
}


    #basic-modal-content {display:none;}

    /* Overlay */
    #simplemodal-overlay {background-color:#000; cursor:wait;}

    /* Container */
    #simplemodal-container {height:460px; width:600px; color:#bbb; background-color:White; border:4px solid #444; padding:12px;}
    #simplemodal-container .simplemodal-data {padding:8px;}
    #simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
    #simplemodal-container a {color:#ddd;}
    #simplemodal-container a.modalCloseImg {background:url(../Stylesheets/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
    #simplemodal-container h3 {color:#4478b9;clear: left;  }
 


   table.input {
      width: 20px;
      display: block;
      float: left;
   }
   table.mylist label
{
    width: 200px;
    /*display: block;
    float: left;
    /*color: #0C7BF8;*/
}   
   
   
   
#Header {
	position: relative;
	background: url('../Images/headerbg-blue-new.gif') repeat-x 0 0;
	height: 130px;/* 84px*/
}

.header2 {
    border-bottom: ridge;
    border-bottom-width:3px;
    border-bottom-color: slategrey;
	height: 134px;	/* 54px*/
}

.hide-ui {
    /*visibility: hidden; */
    display: none;
}

#Header #logo 
{
  
    /*background: url("../Images/kyGovBrandingImage.png") no-repeat scroll 0 0 transparent; */
    background: url("../Images/DHEWD-wotc-logo.png") no-repeat scroll 0 0 transparent; 
    display: block;
    float: left;
    height: 120px;/*56px*/
    margin: 7px 10px 0px;/*7px 30px 0px*/
    overflow: hidden;
    text-indent: -1000em;
    width: 400px;/*281px*/
   
}

#Header #slogan
{
    position: absolute;
    margin: 0;
    padding: 0;
    font: bold 11px 'Trebuchet MS' , Arial, Sans-serif;
    text-transform: none;
    color: #C0C0C0; /* change the values of top and Left to adjust the position of the slogan*/
    top: 59px;
    left: 70px;
    /*background-color: #C0C0C0;*/
}

#Header #logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 28px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/*color: #FFF;*/
	text-transform: none;
	text-decoration: none;    
	background: transparent;
	float: left;
    min-width: 500px; 
    width: auto;  
	/* change the values of top and left to adjust the position of the logo*/
	top: 35px; left: 420px;	/*left:347px*/
}

#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;	
	color: #68774A;	
}	
   
   
#header-links a {
  color: #174363;
  text-decoration: none;
}


.ui-widget {
  /*  padding-left: 155px !important;*/
    padding: 3px 10px 3px 10px  !important;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif !important; 
   
}

.navigation-overcast .ui-widget {
  /*  padding-left: 155px !important;*/
       padding: 3px 10px 3px 10px  !important; 

}

.navigation .ui-widget {
  /*  padding-left: 155px !important;*/
       padding: 3px 10px 3px 10px  !important; 

} 

.navigation-southStreet .ui-widget {
  /*  padding-left: 155px !important;*/
       padding: 3px 10px 3px 10px  !important; 

}

textarea {
  font-family: Verdana,Arial;
     font-size: 11px;
}

/*
input[type='submit']{
    width:200px;
    height:50px;
    display:block;
    margin:10px;
}

.two{
    background: orange url(http://www.cyrilsframing.com.au/picts/menu.gif) repeat-x 0 0 !important;
    border:1px solid red!important;
}

.three{
    background: orange url(http://cmshuts.com/picts/background-menu-horz.gif) repeat-x 0 0 !important;
    border:1px solid yellow!important;
}
  */ 
   
    #container {width:680px;}
	.toggler { width: 500px; height: 150px; }
	.toggler-message { width: 400px; height: 50px; font-style:italic;color: darkgrey; }
	#button { padding: .5em 1em; text-decoration: none; }
	#effect { width: 240px; height: 100px; padding: 0.4em; position: relative; }
	#effect h5 { margin: 0; padding: 0.4em; text-align: center; }



.messageBodyContent
{
    border-top:ridge;
    border-top-width: 1px;
    border-top-color:slategrey;  
    margin: 30px 150px 30px 20px;    
    padding: 25px 0px 0px 0px;
    width:650px
}

#divMessageContainer h1 
{
    margin: 30px 50px 30px 20px;    
    font-family:Trebuchet MS , Arial, Sans-serif;
}

  .messagePosted
{        
color: #000;
font-size:11px;          
}
         
.messageRow 
{
margin-bottom:20px; 
             
}
         
.messageHeader
{
margin: 5px 5px 35px 5px ;
font-size:14px;                       
} 
          
.messageHeader a
{
    color:#3E72AE;
    text-decoration: none;   
}
         
.messageHeader a:hover 
{
    color:red;             
}
         
.messagesContainer li
{
    list-style-type: none;
} 
         
.navLink a
{
    text-decoration:none;
    font-family:  Trebuchet MS, Verdana;
    font-size:14px               
} 
         
         
.navLink a:hover
{
    text-decoration:underline;              
    color:red; 
} 

#divSuperMasterConatainer {
    /*position: absolute; */
}


.message-highlight 
{
    width: 500px;
    padding: 10px;
    margin-top: 5px;
    height: auto; 
}

.message-highlight-container {
    margin-top: 10px; 
}

.message-ui-icon 
{    
    float: left;
    margin-right: 3px;
}

.message-error
{
    width: 650px;
}


.ui-state-error 
{
   /* width: 650px;       */
}


.entryWidth {    
     width: 25em;
}

.link-span 
{
    color: #555; 
    text-decoration:underline;
    font-family:  Trebuchet MS, Verdana;
    font-size: 14px;
    padding-left: 10px;
    cursor: pointer;
}
 
.link-span:hover 
{
    color: #93C600;
    font-weight: bold;  
    /*text-decoration: none; */
} 

.question-background-version1 
{
    background: #f6f6f6;    
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tblSNAPTANF div div table td {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;

}

.tblSNAPTANF div div table {
    width: 100%;
    border-collapse: separate;
    border: 1px solid gray;
}

@media print {
    #Header #logo {
        display: none;   
    }
    #skipToContent {
        display: none !important;
    }
}

@media screen {
    #logoForPrint {
        display: none !important;
    }
}

