﻿body 
{
    background-color:#394555;
	font-family: arial,helvetica,sans-serif;
	color: #666666;
	text-align: left;
	font-size: 11px;
	margin:0px;
}


/*select
{
	font-size: 11px;
}*/

div.printWindow
    {
        background-color:lightgray;
        width:300px;
        height:400px;
        display:block;
        border-right-style:outset;
        border-right-color:rgba(174, 170, 170, 0.67);
        border-bottom-style:outset;
        border-bottom-color:rgba(174, 170, 170, 0.67);
    }

#prtDlgContext
    {
   	    position:absolute;
	    z-index:100;
	    width:200px;
	    padding:0px;
	    margin:0px;
	    border:4px solid #5491DA;
	    background-color:#ffffff;
	    overflow:hidden;
	    visibility:hidden;
        /*background-color:aqua;*/
    }

#prtDlgContext select
{
    font-size: 11px;
    margin-top: 4px;
}

#prtDlgContextInner
{
	text-align: left;
	background-color: #ffffff;
	overflow: auto;
    display: inline;
	/*background-color:crimson;*/
}
div.prtDlgRow
{
    float:left;
    margin:5px;

}



div.prtDlgRow select
{
    width:120px;
    
}



div.prtDlgRowTitle 
{
    padding:5px;
    width:80px;
    float:left;
}

div.prtMarginsRowTitle 
{
    padding:5px;
    width:80px;
    float:left;
    display:inline;
    margin-right: 5px;
}



div.prtDialogTitle
{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	margin:3px;
	width:70%;
	float:left;
}

#printerMargins
{
	/*border:solid 1px black;*/
	display: none;
    width: 150px;
    /*background-color:darkgoldenrod;*/
}

#printerMargins input
{
	width:30px;
    margin-right: 5px;
    display: inline;
    font-size: 12px;
}

div.prtDlgTitlebar
{
	background:#5491DA;
	height:24px;
	width:100%;
}

div.tipPrintUserSelection
{
    margin:5px;
    font-size:16px;
    background-color:lightyellow;

}

button.btnPrintDialog
{
	height:20px;
	width:44px;
	padding:0px;
	margin:0px;
	font-size: 9px;
}

button.btnPrintMargins
{
	height: 20px;
	width:4 4px;
	padding: 0px;
	margin-right: 5px;
	font-size: 9px;
}

img.close
{
    cursor: pointer;
    margin-right: 3px;
    float: right;
    width:20px;
    height:20px;
}