﻿body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-transform: none;
	text-align: center;
	font-weight: normal;
	word-spacing: normal;
	font-size: 8pt;	
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;		
}

Img {
	border-style: none;
}

Table {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

Select 
{
    font-size: 11px;
}

input
{
    font-size: 11px;
}

textarea
{
    font-size: 11px;
    font-family: Arial;
}

.LinkStandard {
	COLOR: #0000FF; 
}

.HeaderTextMenu {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #e0ebf5; 
	BACKGROUND-COLOR: #6699cc; 
	TEXT-DECORATION: none;
}


.CenterMenu {
	margin-left: auto; 
	margin-right: auto;	
}

/************ Title welcome ************/
.DivTitleWelcomeMsg {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	font-weight: bold;
	font-size: medium;
	width: 850px;
	color: white;
	/*background-color:  #696969;*/
	background-color: #8b0000;
	text-align: center;
}

.DivWelcomeMsg {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	width: 850px;
	color: black;
	padding-top: 10px;	
	min-height: 150px;
	/*background-color: #dcdcdc;*/
	background-color: #ffe2c6;
	text-align: center;
}

.DivWelcomeMsgContainer {
	position: relative;
}

/************ Group ************/
.GroupTitle {
	color: White; 
	font-weight: bold;		
	text-align: center;
	padding-top: 5px;
}

.Group_Top {
	background: url(../img/group_top.jpg) no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Top_NoHeader {
	background: url(../img/Group_Top_NoHeader.jpg) no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Down {
	background: url(../img/group_down.jpg) no-repeat; 
	background-position: top;
	height: 20px
}

.Group_Middle {
	background: url(../img/group_middle.jpg) repeat-y; 
	background-position: center;	
}

.Group_Middle_Color {
	background: url(../img/group_middle_color.jpg) repeat-y; 
	background-position: center;	
	color: White;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

/************ Group_Small ************/	
.Group_Small_Top {
	background: url(../img/group_small_top.jpg) no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Small_Top_NoHeader {
	background: url(../img/group_small_top_NoHeader.jpg) no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Small_Down {
	background: url(../img/group_small_down.jpg) no-repeat; 
	background-position: center;
	height: 20px
}
.Group_Small_Middle {
	background: url(../img/group_small_middle.jpg) repeat-y; 
	background-position: center;	
}

/************ Gridview ************/	
.Grid_HeaderStyle {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #0096D7;
	font-size: 7pt;
}

.Grid_RowStyle {
	background-color: #f4f4ff;
	font-size: 8pt;
	font-family: Arial;
}

.Grid_AlternatingRowStyle {
	background-color: #e5e5ff;
	font-size: 8pt;
	font-family: Arial;
}

.Grid_SelectedRowStyle {
	font-weight: bold;
	color: Black;
	background-color: #ffa500;
}

.Grid_EmptyDataRowStyle {
	font-weight: bold;
	color: Black;
	background-color: #ffa500;
	text-align: center;
	width: 100%;
}

.Grid_PagerStyle {
	font-weight: bold;
	color: Orange;
	background-color: #0096D7;
	text-align: center;
}

.Grid_PagerStyle A:link 
{	
	color: white;
	text-decoration: none;
}

.Grid_PagerStyle A:visited 
{
	color: white;
	text-decoration: none;
}

.Grid_PagerStyle A:active 
{
	color: orange;
	text-decoration: none;
}

.Grid_PagerStyle A:hover {
	color: Orange;
	text-decoration: none;
}

.Grid_RowStyle A:link {
	color: #0000ff;
	text-decoration: none;
}

.Grid_RowStyle A:visited {
	color: #3300ff;
	text-decoration: none;
}

.Grid_RowStyle A:active {
	color: #3300ff;
	text-decoration: none;
}

.Grid_RowStyle A:hover
{
	font-weight: bold;
	background-color: yellow;
	text-decoration: none;
}

.Grid_AlternatingRowStyle A:link {
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}

.Grid_AlternatingRowStyle A:visited {
	font-weight: normal; 
	color: #3300ff;
	text-decoration: none;
}

.Grid_AlternatingRowStyle A:active {
	font-weight: normal;
	color: #3300ff;
	text-decoration: none;
}

.Grid_AlternatingRowStyle A:hover
{
	font-weight: bold;
	background-color: yellow;
	text-decoration: none;
}

/************ Main DIV container ************/	
.DivMainContainer
{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}	

.DivMainContainerError
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-right: red double;
	border-top: red double;
	border-left: red double;
	border-bottom: red double;
	background-color: #ff3333;
}	

/************ Anchor ************/	
A.Footer:link 
{	
	color: white;
	text-decoration: none;
}

A.Footer:visited 
{
	color: white;
	text-decoration: none;
}

A.Footer:active 
{
	color: orange;
	text-decoration: none;
}

A.Footer:hover {
	color: Orange;
	text-decoration: none;
}

.AutoSize
{
	width: 99%;	
}

/************ PageTitle ************/
.PageTitleDivContainer
{
	z-index: 0;
}

.PageTitle
{
	text-align: left; 
	margin-left: 95px; 
	margin-top: 6px; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: italic; 
	color: #003399;
}

.PageTitleImg
{
	position: relative; 
	background-image: url(../img/PageHeader.gif); 
	background-position: center; 		
	width: 948px; 
	height: 3px; 
	font-size: 0pt;
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;	
}

.PageTitle_Small
{
	text-align: left; 
	margin-left: 55px; 
	margin-top: 6px; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: italic; 
	color: #003399;
}

.PageTitleImg_Small
{
	position: relative; 
	background-image: url(../img/PageHeader.gif); 
	background-position: center; 		
	width: 830px; 
	height: 3px; 
	font-size: 0pt;
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;	
}

/************ MaskedEdit ************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}

.Table_Mission_Fatturazione td 
{
	padding-bottom: 5px;
}

.CenterTextBox
{
	text-align: center;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #106EEA;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #6BA7F5;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #C0ECF7;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.textindicazioni 
{
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 7px;
/*	font-style:normal; */
/*	height:15px; */
}



/* Tab IE7 theme – Backgrounds */ 

.tab_xpstyle .ajax__tab_header { 
      background:url(../img/tab-line.gif) repeat-x bottom; 
} 

.tab_xpstyle .ajax__tab_outer    { 
      background:url(../img/tab-right.gif) no-repeat right; 
} 

.tab_xpstyle .ajax__tab_inner    { 
     background:url(../img/tab-left.gif) no-repeat; 
} 

.tab_xpstyle .ajax__tab_tab { 
     background:url(../img/tab.gif) repeat-x; 
} 

.tab_xpstyle .ajax__tab_hover .ajax__tab_outer { 
     background:url(../img/tab-hover-right.gif) no-repeat right; 
} 

.tab_xpstyle .ajax__tab_hover .ajax__tab_inner { 
     background:url(../img/tab-hover-left.gif) no-repeat; 
} 

.tab_xpstyle .ajax__tab_hover .ajax__tab_tab { 
     background:url(../img/tab-hover.gif) repeat-x; 
} 

.tab_xpstyle .ajax__tab_active .ajax__tab_outer { 
     background:url(../img/tab-active-right.gif) no-repeat right; 
} 

.tab_xpstyle .ajax__tab_active .ajax__tab_inner { 
     background:url(../img/tab-active-left.gif) no-repeat; 
} 

.tab_xpstyle .ajax__tab_active .ajax__tab_tab { 
     background:url(../img/tab-active.gif) repeat-x; 
}

.tab_xpstyle .ajax__tab_header { 
     font-family:verdana,tahoma,helvetica; 
     font-size:11px; 
} 

.tab_xpstyle .ajax__tab_outer { 
     height:29px;
} 

.tab_xpstyle .ajax__tab_inner    { 
     padding-left:3px; 
} 

.tab_xpstyle .ajax__tab_tab { 
     padding:8px 40px;
     margin:0; 
} 

.tab_xpstyle .ajax__tab_body { 
     font-family:verdana,tahoma,helvetica; 
     font-size:10pt; 
     border:1px solid #999999; 
     border-top:0; 
     padding:8px; 
     background-color:#f8f8ff; 
} 

/*Modal Popup*/
.modalBackground {
	background-color:#87CEFA;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	border-width:3px;
	border-style:solid;
	border-color:#008DE5;
	padding:3px;
}

.modalPopupError {
	border-width:3px;
	border-style:solid;
	border-color:firebrick;
	padding:3px;
}

/* tab_promo theme */
.tab_promo {
	display:block;
	/* fonts for the tabs */
	font-family:Verdana,Arial;
	font-size:12px;	
}
.tab_promo .ajax__tab_tab {
	/* header text is always be bold */
	font-weight:bold;	
	color:#4772C0;
	border-style:solid;
	border-width:1px;
	border-color:#4772C0;
	width:15px;
}
.tab_promo .ajax__tab_body {
	background-color:#FFFFFF;
	border:1px solid #eeeeee;
	margin:1px;
	padding:5px;
}
.tab_promo .ajax__tab_header {
	padding-right:5px;
}

/* regular header styles */
.tab_promo .ajax__tab_header .ajax__tab_tab {
	margin:1px 5px 1px 5px;
}
.tab_promo .ajax__tab_header .ajax__tab_outer {
}
.tab_promo .ajax__tab_header .ajax__tab_inner {
}

/* active/hover headers styles */
.tab_promo .ajax__tab_active .ajax__tab_tab, 
.tab_promo .ajax__tab_hover .ajax__tab_tab {
	margin:1px 5px 1px 5px;
	background-color:#2BB9DD;
	color:White;
}
.tab_promo .ajax__tab_active .ajax__tab_outer,
.tab_promo .ajax__tab_hover .ajax__tab_outer {
}
.tab_promo .ajax__tab_active .ajax__tab_inner,
.tab_promo .ajax__tab_hover .ajax__tab_inner {
}

.Table_Mission_Add td 
{
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
}

.RequiredFieldLabel {
	font-weight: bold;
	color: firebrick;
}

.RequiredField {
	 /*border: 1px solid firebrick;*/
}

.OptionalField {
	 /*border: 1px solid gray;*/
}

.VerticalAligned {
	vertical-align: middle;
}

.tableDatiServizio_Esculapio td {
	padding: 3px 0 3px 0;
}

.MandatoryField {
	font-weight: bold;
	color: firebrick;
}