﻿.modalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.modalcontainer
{
    /*width: 400px;*/
    border: solid 1px #808080;
    border-width: 1px 0px;
    overflow: auto;
} 

.modalheader
{
    background: url(imgTabStrip/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    height:20px; 	
    padding: 3px 10px;
   /* text-align:left;*/
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFF3300', EndColorStr='#C0000000');*/
}

.modalheader .msg
{
    font-weight: bold;
    text-align: left;
    font-size: 12px;
} 

.modalheader .img
{
    vertical-align: middle;
    height: 17px;
    width: 17px;
}                

.modalbody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 20px;
    padding-left: 2px;
    padding-bottom: 20px;
    overflow:auto;
    text-align:center;
} 

.modalbody .label
{
    color: #800000;
    text-align: left;
    font-size: 10px;
    font-family: arial,helvetica,clean,sans-serif;
}

.modalbody .title
{
    color: #000000;
    background-color: #FF0000;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    font-family: arial,helvetica,clean,sans-serif;
}  
.modalbody .img
{
    color: #800000;
    text-align: left;
}  

.modalbody .risultato
{
    color: #000;
    font-size: 10px;
    font-weight: bold;
    font-family: arial,helvetica,clean,sans-serif;
    text-align: left;
}  

.modalfooter
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
}

.modalclose
{
    right: 7px;	
    background: url(imgTabStrip/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 10px;	
    height: 15px;
}

.modalBackground 
{
    background-color:black;
    filter:alpha(opacity=50);
    opacity:0.5;
}

#modalTable
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    color: #f8f8f8;
    margin-top: 5px;
    border-collapse: collapse;
    border: solid 1px #b0b0b0;
}

#modalTable th
{
	padding: 4px;
	font-weight: normal;
	font-size: 11px;
	text-align:center;
	background: #e2001a;
	border-left:solid 1px #b0b0b0;
	border-right:solid 1px #b0b0b0;
}

#modalTable td
{
	padding: 4px;
	text-align:left;
	color: #484848;
	border-top:solid 1px #e9e6e6;
	border-left:solid 1px #b0b0b0;
	border-right:solid 1px #b0b0b0;
}

#modalTable div
{
	text-align:left;
	color: #484848;
	background: #f8f8f8;
}

#modalTable .input
{
    cursor: text;
	padding: 2px;
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
	font-family:Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #0141a9;
	width:150px;
	font-size: 10px;
}

#modalTable .watermarked 
{
	font-family:Tahoma, Arial, Verdana;
	font-size: 10px;
	padding:2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	width:150px;
}

.btnStyled
{
   /*
   color:#FFFFFF;
   background-color:#779999;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFF3300',EndColorStr='#C0000000');
   border-style:solid;
   border-color:#A5F7F7F7;
   border-width:1px;
   */
   font-size:10px;
   font-family:Verdana,sans-serif; 
   font-weight:bold; 
   width:80px;
   height:23px;
   cursor:pointer;
}
.btnStyled:hover
{
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFF3300',EndColorStr='#C0000000');
}


