
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	padding:2px 0;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
	-moz-outline: none;


}

/* remember to highlight inserts somehow! */

/* tables still need 'cellspacing="0"' in the markup */

/* reset styles ended */






/* text box  starts here */
	
#content .titlebarLeftc, .titlebarLeftc{
 	/*background:url(../images/title_bar_leftc.gif) no-repeat;*/
 }
 #content .titlebarRightc, .titlebarRightc{
	/*background:url(../images/title_bar_rightc.gif) no-repeat right top;*/
}
 #content .titlebar, .titlebar{
	/*background:url(../images/title_bar_bg.gif) repeat-x left top;*/
	min-height:28px;
        background: #666;
        color:#fff !important;
}

.titlebar input[type=text] {
color:#fff !important;
}
/* text box  end here */


/* input buttons  starts here */
.ybtn_s { 
				background:url(../images/ybtn_small.png) no-repeat ;
				width:69px;
				height:20px;
				border:0px ;
				font-weight:bold ;
				color:#000;
				font-size:11px;
				
				
			  }

.gbtn_s { 
				background:url(../images/gbtn_small.png) no-repeat;
				width:69px;
				height:20px;
				border:0px ;
				font-weight:bold;
				color:#3b3f41;
				font-size:11px;
			  }
.gbtn_s:active { 
				background:url(../images/gbtn_small_active.png) no-repeat;
			  }

/*---popup styles starts here ----- */
	.popupGrayBg {
		position:fixed; 
		width:100%; 
		height:100%; 
		background:black; 
		z-index:1001; 
		left:0; 
		top:0; 
		opacity:.5;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		}
                
          .popupGrayBg_FILE {
		position:fixed; 
		width:100%; 
		height:100%; 
		background:black; 
		z-index:1001; 
		left:0; 
		top:0; 
		opacity:.5;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		}
                
        .QTPopup{  
        }        
                
	.QTPopupCntnr {
		width:100%; 
                height: 100%;
		position:fixed; 
		background:url(../images/fondoPopUp.png); 
                z-index: 1200;
                margin: 0;
                left: 0;
                top: 0;
		/*left:50%; 
		top:50%; 
		margin-left:-244px; 
		margin-top:-350px;*/
		}
                
        .QTPopupCntnr .content{
            width: 600px;
            margin: 5% auto 0;
            background: #fff;
            padding: 20px;
            border-radius: 5px;
        }
	.gpBdrLeftTop {
	
		background:url(../images/greenPopupBdr.png) left top no-repeat;
		float:left;
		}
	.gpBdrRightTop {
		width:6px;
		height:6px;
		background:url(../images/greenPopupBdr.png) right top no-repeat;
		float:right;
		}
	.gpBdrTop {
	/*border-top:3px solid #fff;*/
		background:#fff;
		
		position:relative;
		}
	.gpBdrLeft {

		}
	.gpBdrRight {

	}
	.gpBdrLeftBottom {
		
		}
	.gpBdrRightBottom {
		
		}
	.gpBdrBottom {
		
		/*border-bottom:3px solid #fff; */
		
		}
	.gpBdrRight .caption {
		
		line-height:38px;
		padding-left:10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color:#1c94c4;
		}
	.closeBtn {
		background:red;
		width:31px;
		height:31px;
		position:absolute;
                right: 0;
		background:url(../images/close_file.png) no-repeat;
		
		}
	.closeBtn:hover {
		background:url(../images/close_file_hover.png) no-repeat;
		}
		
	.gpBdrRight .content {
		padding:25px;
		font-weight:normal;
		}
	
/*---popup styles ends here ----- */


	/*p.tip {
	padding-left:20px;
	display:block;
	background-image: url(../images/icons/lightbulb.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
        background-color: #80a7c8;
        padding-top: 20px;
        
        height: 30px;
        width: 100%;    
        border-radius: 5px;
        box-shadow:  0 2px 3px 3px black;
        
        color:white;
        
        font-size: 16px;
        
        text-shadow: 0 2px black;
        

}*/