﻿/* Metisoft style Bordeaux */

/* #FFF;		/* color 1 */  
/* #F5F5F5;		/* color 2 */ 
/* #DCDCDC;		/* color 2_b */		  
/* #E6E6FA;		/* color_2_c */	
/* #E5E5E5;		/* color 3 */	
/* #EAEFF2;		/* color xxx */ 
/* #FFE6AC;		/* color 4 */  /* Yellow */
/* #F18E00;		/* color 5 */  /* Orange Light */
/* #B71E2F;		/* color 6 */  /* Dark Turquoise */
/* #33BAB6;		/* color 7 */  /* LightSeaGreen (similar) (real:#20B2AA ) */ 
/* #ADD6D6;		/* color 10 */ 
/* #48D1CC;		/* color 11 */		 
/* #555555;		/* color 12 */	 
/* #000;		/* color 9 */ 


html
{
    background-color: #FFFFFF;
    border-collapse: collapse;
    font-size:1em;
}
          
body 
{
    margin:0;
    padding:0;
    font-size:8pt;
    font-weight:bold;
    background-color: #FFF;		/* color 1 */ 
    color: #000;		/* color 9 */ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

* {    margin:0; border-collapse:collapse;  }

table 
{
    width: 100%;
    border: none;
    border-collapse:collapse;
}


img
{    border:0;  }


.center { text-align: center; }
.left { text-align:left; }
.top  {	vertical-align:top; }


.spaced {margin:10px;}
.padding {padding:10px;}

.scrollable
{
    overflow-y:auto; 
    overflow-x:hidden;
}			

.scrollable_200 {overflow-y:auto; overflow-x:hidden; max-height:200px;}
.scrollable_400 {overflow-y:auto; overflow-x:hidden; max-height:400px;}


.h5{height:5px;}
.h10{height:10px;}
.h20{height:20px;}
.h30{height:30px;}

.w5 {width:5px}
.w10 {width:10px}
.w20 {width:20px}
.w30 {width:30px}
.w35 {width:35px}
.w40 {width:40px}
.w50 {width:50px}
.w80 {width:80px}
.100 {width:100px}
.w120 {width:120px}
.w150 {width:150px}
.w175 {width:175px}
.w200 {width:200px}
.w300 {width:300px}
.w500 {width:500px}

.w25p {width:25%}
.w33p {width:33%}
.w99p {width:99%}
.w100p {width:100%}

.float_left {float:left;}
.float_right {float:right;}
.float_clear {clear:both;}

.tableBorder
{
    border-top: solid 1px #DCDCDC;		/* color 2_b */	
    border-left: solid 1px #DCDCDC;		/* color 2_b */
    border-right: solid 1px #BBBBBB;		/* color 10 */ 
    border-bottom: solid 1px #BBBBBB;		/* color 10 */ 
}

.borderSuggest 
{
	border-width: 2px;
	border-style:groove;
	border-right-color: #48D1CC;		/* color 11 */ 
    border-bottom-color: #48D1CC;		/* color 11 */ 
}

.borderColor_1
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFF		/* color 1 */
}

.borderColor_7
{
	border-style: solid;
	border-width: 1px;
	border-color: #33BAB6;		/* color 7 */
}

.borderColor_10
{
	border-style: solid;
	border-width: 1px;
	border-color: #ADD6D6;		/* color 10 */ 
}


.color_1 {color: #FFF;			/* color 1 */}
.color_5 {color: #F18E00;		/* color 5 */}
.color_6 {color: #B71E2F;		/* color 6 */}
.color_7 {color: #33BAB6;		/* color 7 */} 
.color_9 {color: #000;			/* color 9 */}

.bgColor_1 {    background-color: #FFF;			/* color 1 */ }
.bgColor_2 {    background-color: #F5F5F5;		/* color 2 */ }
.bgColor_2_b {  background-color: #DCDCDC;		/* color 2_b */	}
.bgColor_3 {    background-color: #E5E5E5;		/* color 3 */ }

.bgColor_5 {    background-color: #F18E00;		/* color 5 */ }
.bgColor_6 {	background-color: #B71E2F;		/* color 6 */ }
.bgColor_7 {    background-color: #33BAB6;		/* color 7 */ }
.bgColor_10 {    background-color: #ADD6D6;		/* color 10 */ }

/*  div message  */
.barMessage { border: solid 2px 33BAB6; background-color:#F5F5F5; height:20px; line-height:20px; font-size:9pt; font-weight:bold; text-align:center; margin-bottom:5px; }
.barMessage img { vertical-align:middle; /*margin-top:2px;*/}

.textbox
{
	font-size: 8pt;
	border: solid 1px #999999;	
}

select, .combo 
{
	font-size: 8pt;
	border: solid 1px #999999;	
}

.textbox_highlight
{
	background-color: #DCDCDC;		/* color 2_b */	
	width: 100%;
	font-size: 8pt;
	border: solid 1px #48D1CC;		/* color 11 */
}


.button /*,button*/ {
	border:solid 1px #EEEEEE;
	border-right: solid 1px #ADD6D6;		/* color 10 */ 
	border-bottom: solid 1px #ADD6D6;		/* color 10 */ 
	font-size:8pt; 
	font-weight:bold;
	color: #555555;		/* color 12 */
	background:url("../Images/Bordeaux/bgButton_h20_wHover.gif") repeat-x;
	background-position:top;
	background-color:#DDDDDD;		/* color fixed */ 
	height:20px;
	/*padding-top:0px;*/
	vertical-align: middle;
	cursor: pointer;
}

.button img /*, button img*/ {vertical-align:middle; height:16px; padding-right:0px; margin-top:-2px;}

.button:hover, button:hover, .button_over { /* IE6: No, IE7, Firefox: Yes */
	background-position:0 -21px;
	color: #000;		/* color 9 */
	/*border:solid 2px #FFE6AC;	*/	/* color 4 */
} 

span.button, div.sbutton
{
	padding:1px 5px; 
	text-align:center;
	white-space:nowrap;	
}

.tr_title, .title
{
    /*white-space:nowrap;*/
    background-color: #B71E2F;		/* color 6 */
	background:url("../Images/Bordeaux/bgTitle.gif") repeat-x;
    color: #FFF;		/* color 1 */
    font-size: 9pt;
    font-weight:100;
}
.tr_title td, .title { white-space:nowrap;}

.tr_subtitle, .subtitle
{
    background-color: #B71E2F;		/* color 6 */
	background:url("../Images/Bordeaux/bgSubtitle.gif") repeat-x;
    color: #FFF;		/* color 1 */
    font-size:8pt;
    font-weight:bold;
}

.tr_content 
{
	font-weight:bold;    
}

.tr_buttons td
{
	text-align: center;
}


.td_label { background-color:#DCDCDC;		/* color 2_b */	  }

.tr_title td, .tr_subtitle td, .tr_content td, .title, .subtitle, .content
{
    padding-left: 7px;
    padding-right: 7px;  
}

.tr_awardTitle
{
    background-color: White;
    font-size: 16px;
    font-weight: normal;
}

.tr_awardSubtitle
{
    background-color: White;
    font-size: 12px;
    font-weight: normal;
    color: #B71E2F;
}

.span_awardCredits
{
    color:#B71E2F;
}

.tr_awardNormalText
{
    background-color: White;
    font-size: 11px;
    font-weight: normal;
}

.sp_underline
{
    border-bottom: solid 1px #000000;  
}


.tr_title td, .tr_subtitle td, .subtitle
{
    white-space:nowrap; 
}

.tr_title td, .title, .tr_subtitle td, .subtitle
{
    padding-top:2px;
    padding-bottom:2px;    
}

.alternate { background-color: #220066; }

.selected 
{
    color:#48D1CC;		/* color 11 */ 
}



/* per eliminare quel fastidiosissimo border che mantengono le td annidate */		  
.nopadding
{
    padding:0;
}

.nowrap { white-space:nowrap;}

.nopadding_td td
{ padding:0;}

.noborder ,.noborder td ,.noborder table td {border:0;}

.f9 {font-size:9pt;}
.f10 {font-size:10pt;}
.f11{font-size:11pt;}
.f12 {font-size:12pt;}

.required {color: Red; font-size: 8pt;}
.error
{
    color: Red;
    font-size:13px;
    font-weight:bold;
}

.label { color: #B71E2F;		/* color 6 */ }

.borderError {    border: solid 1px Red;	}

 
a, a:visited
{
    color:#000;		/* color 9 */ 
    text-decoration:none;
}

a:hover
{
    color: #20B2AA;		/* color 8 */
}

.tr_title a, .tr_title a:visited
{
    color:#000;		/* color 9 */
    text-decoration:none;  
}

.tr_title a:hover
{
	color: #20B2AA;		/* color 8 */ 
	/*color: Blue;	  */
}


.textEvidence
{
    color: #20B2AA;		/* color 8 */
}    

.valError
{
    color: Red;
    font-weight:500;
    font-size:9pt;
}

.option_title
{
    background-color: #B71E2F;		/* color 6 */
    color: #FFF		/* color_1 */
}

.btnLogout
{
    background-color:#FFF;		/* color 1 */
    color:#000;		/* color 9 */	
    font-weight:bold;
    margin:1px;
    padding:0 3px;
    text-align: center;
    vertical-align: middle;
    border: solid 1.5px #555555;
} 


.btnGo
{
    height:16px;
    /*vertical-align: middle;*/
    cursor: pointer;
    /*margin: auto;*/
}

.bottomLogo 
{
    position:absolute; bottom:5px;
}

.hand
{
    cursor: pointer; 
}



/* Customized for company */

.divHeaderInfo
{
	background-color: #F5F5F5;		/* color 2 */ 
	background-image:url("../Images/Customized/bg_HeaderInfo_h20.jpg");	
	color: #000;			/* color 9 */		
	height:20px;
	vertical-align:middle;	
}

.divHeaderInfo img
{
	vertical-align:middle;
}

.divPageTitle
{
	height:18px;
	font-size: 10pt;
	text-align:center;
	padding-top:2px;
	/* padding: 0px 5px; */
}

.toolBar
{
	/*background: url("../Images/Bordeaux/bgToolbar.gif") repeat-x;*/
	background-color:#CCCCCC;
	color:#FFF;		/* color 1 */
	height:18px;
	/*vertical-align:middle;*/
	padding-top:2px;
}

.toolBar input { vertical-align:middle; }	
	
.toolBar img, .toolBar .toolBar img, .divCommand img  {vertical-align:middle;}

.divCommand { background: url("../Images/Bordeaux/bgToolbar.gif"); height:18px; padding-left:5px;}

.toolBar a, .toolBar a:visited
{
	color:#33BAB6;		/* color 7 */
} 

.toolBar a:hover
{
	color:#33BAB6;		/* color 7 */
}

#selectedVoiceDiv
{
	overflow:hidden;
	color:#FFF;		/* color 1 */
	/*background:url("../Images/Bordeaux/bgPageTitle.gif") repeat-x;*/
	background-color:Black;
	font-size: 8pt;
	font-weight:100;
	text-align:center;
	width:190px;
	/*vertical-align:text-bottom;*/
	padding-top:2px;
}

.logOutDivClass{overflow:hidden;
	                    height:18px;
	                    color:#FFF;		/* color 1 */
	                    /*background:url("../Images/Bordeaux/bgPageTitle.gif") repeat-x;*/
	                    background-color:#CCCCCC;
	                    font-size: 8pt;
	                    font-weight:100;
	                    text-align:center;
	                    width:180px;
	                    /*vertical-align:text-bottom;*/
	                    padding-top:2px;
	                    /* padding: 0px 5px; */
	                    cursor:pointer;
	                   }


/* Classe per il div che contiene l'elemento AJAX UpdateProgress */
/* Alfredo Sanfilippo 07/01/2008 */
.divUpdateProgress
{
	float:left;
	position:relative;
	padding-left:5px;
	height:20px;
	width:25px;
	text-align:left;
	background-color:Transparent;
	z-index: 1000;
}

.divToolBarWithUpdateProgressExternalDiv
{
	position:relative;
	height:30px;
}



/*******************************************/ 
/* Classi per AJAX UPDATE PROGRESS (Wait)  */
/*           Alfredo Sanfilippo 23/04/2008 */
/*******************************************/ 
div.divGray
{
	position:absolute; 
	left:0; top:0; 
	height:100%; width:100%; 
	background-color:Silver; 
	z-index:10;
	opacity: 0.5; 
	filter: alpha(opacity=50, style=0);
}

div.divExt
{
	position:absolute;
	top:50%; left:50%;
	z-index:100;
}

div.divInt
{
	position:relative;
	top:-75px; left:-150px;
	height:150px; width:300px;
	/*background-color: #FEFEFE;
	border: solid 2px #33BAB6;	*/	/* color 7 */
	text-align: left;
}

img.imgWait
{
	position:relative;
	top:25px; left:100px;
}

/* Alessandro: for tracing output */
span .tracecontent table
{
    background-color:#dfdfdf;
}

span .tracecontent th { color:#dd6633; }

div.divCheckBoxPanelVisible
{
	color:White;
	background-color:#33BAB6;
	width:100%;
	padding:3px;
}
