﻿/*HG Created-----------------------------------------------------------*/
.errMessage
{
    background: #ffcccc url(images/error_small.png) center no-repeat; 
    background-position: 15px 50%; /* x-pos y-pos */ 
    text-align: left; 
    color: #990052;
    width: 500px;
    font-size: small;
    padding: 5px 20px 5px 50px; 
    border-top: 2px solid #cc0000; 
    border-bottom: 2px solid #cc0000;
    margin:0 0 15px 5px; 
}
.saved {
    background: #eeffee url(images/save.gif) 15px center no-repeat;
    text-align: left;
    padding: 5px 20px 5px 55px;
    margin: 5px 0px 5px 0px;
    border-top: 2px solid #336666;
    border-bottom: 2px solid #336666;
    }
    
/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: right;
    border-bottom-color: #99CCFF;
}

/*used by links in the menu*/
#tdmenu a
{ width:100%; display:block;}

#tdmenu a:hover
{ color:#f2f2f2; text-decoration:none; }
/*Used by Default Buttons*/
input[type="submit"].btnDef
{ width:106px; height:32px;
 outline: none; margin:0px; 
  border-width: 0px;
   vertical-align: middle;
 padding:0 0 5px 0; background:url(images/btnDefault.gif) no-repeat; cursor: pointer;}
 
.linkpanel a { padding: 5px;}

.time  
{
	 position: absolute;
	 top: 340px;
	  left: 200px; /* initial value 300 */
	  z-index: 50px;
	color: Black; font-size: middle;  margin-left: 610px;
         
        }