/* Minimizzazione non riuscita. Verrà restituito il contenuto non minimizzato.
(856,1): run-time error CSS1019: Unexpected token, found '}'
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 0;
}
a
{
	text-decoration: none;
	border: 0 none Black;
}
img
{
	border: 0 none Black;
}
/*
Login
*/
.LoginTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.LoginLabel
{
	border: none 0px Black;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.LoginNote
{
	border: none 0px Black;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.LoginNote A
{
	border: none 0px Black;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.LoginNote A:visited
{
	border: none 0px Black;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.LoginNote A:hover
{
	border: none 0px Black;
	color: #008055;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
/*
Controls
*/
.TextBox
{
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.TextBoxDataEntry
{
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: right;
}
.DropDownList
{
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	height: 20px;
}
.RadioButtonList
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.Label
{
	border: none 0px Black;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.Validator
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}
.Hidden
{
	display: none !important;
}
.LoginStatus
{
	font: 12px Arial;
	color: #666666;
}
.ImgAlign
{
	vertical-align:middle; 
}
/*
Labels
*/
.TitleSection
{
	font-family : Arial; 
	color:#7A1130; 
	font-size :20px;
	font-weight :bold;      
	text-align : left;  
}
.SubTitleSection
{
	font-family : Arial; 
	color:#7A1130; 
	font-size :14px;
	font-weight :bold;      
	text-align : left;  
}
.TitoloBlocchi
{
	color: #666666; 
	font-size : 8pt;
	font-weight:bold;  
	background:#EFEFEF; 
	text-align :left;
}
.TransportMonitorDetailsPlate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7A1130;
}
.TransportMonitorDetailsHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.TransportMonitorDetailsInactiveLabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.TransportMonitorDetailsActiveLabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: Black;
}
.ParentLocationLabel 
{
	font-style: italic;
	font-weight: bold;
}
/*
Buttons
*/
.GrayButton
{
	display: inline-block;
	border: 1px solid #666666;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px Arial;
	font-weight:bold;
	padding: 5px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
	border-radius: 6px;
	box-shadow: 2px 2px 5px 0px #696969;
	color: #333333;
	background: #CCCCCC;
}
.GrayButton:hover
{
	color: white;
}
.ColoredButton
{
	background: #7A1130;
	border: 1px solid white;
	border-radius: 6px;
	box-shadow: 2px 2px 5px 0px #696969;
	color: white;
	cursor: pointer;
	display: inline-block;
	font: 12px Arial;
	font-weight:bold;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
}
.ColoredButton:hover
{
	color: gray;
}
/*
Disabled Controls
*/
input[type=submit].aspNetDisabled
{
	background: #f4f4f4 !important;
	border: 1px solid #adb2b5 !important;
	border-radius: 6px;
	box-shadow: 2px 2px 5px 0px #696969;
	color: #adb2b5 !important;
	cursor: default !important;
	display: inline-block;
	font: 12px Arial;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;    
}

input[type=submit][disabled=disabled]
{
	background: #f4f4f4 !important;
	border: 1px solid #adb2b5 !important;
	border-radius: 6px;
	box-shadow: 2px 2px 5px 0px #696969;
	color: #adb2b5 !important;
	cursor: default !important;
	display: inline-block;
	font: 12px Arial;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;    
}

/*
Page intestation
*/
.TopPage
{
	background-color: #7A1130;
	border-bottom: solid 1px #7A1130;
	border-left: solid 1px #7A1130;
	border-right: solid 1px #7A1130;
	border-top: solid 1px #7A1130;
}
.TopPageLabel
{
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7A1130;
}
.TopPageIdentificationLabel
{
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #7A1130;
}
.TopDate
{
	border-bottom: none 1px Black;
	border-left: none 1px Black;
	border-right: none 1px Black;
	border-top: none 1px Black;
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #7A1130;
	text-align: center;
}
/*
Menu
*/
.MenuTable
{
	background-image: url(../../images/top_cx.png);
}
.MenuItem
{
	display: inline-block;
	border: 1px solid #666666;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font: 13px Arial;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
	box-shadow: 2px 2px 5px 0px #696969;
	color: #666666;
	background: #f1f1f1;
	z-index: 1000000;
}
.MenuDynamicItemStyle
{
	background-color: #F4F4F4; 
	width: 140px;
	z-index: 1000000;
}

/*
Panels
*/
.ContentPlaceHolder
{
	background-color: White;
	border-bottom: none 1px #666666;
	border-left: none 1px #666666;
	border-right: none 1px #666666;
	border-top: none 1px #666666;
}
.PanelData
{
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 4px 4px 4px 0px #696969;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
}
.PanelData_Yellow
{
	border: 1px solid #CCCCCC;
	background-color: #faf9e2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 4px 4px 4px 0px #696969;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
}
.PanelData_Green
{
	border: 1px solid #CCCCCC;
	background-color: #caffd3;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 4px 4px 4px 0px #696969;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
}

.collapsibleContent
{
	overflow: hidden;
	padding-top :1px; 
}

.collapsibletableContent
{
	width :100% ;
	background-color :white; 
	border:solid 1px #CCCCCC;
	padding-left :1px;
	padding-top : 1px; 
	padding-bottom : 1px;
	
}

.collapsibleHeader
{
	cursor : pointer;
}
/*
GridView
*/
.GridViewHeader
{
	background-color: #008055;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
}
.GridViewHeader A
{
	background-color: #008055;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.GridViewHeader A:visited
{
	background-color: #008055;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
}
.GridViewHeader A:hover
{
	background-color: #008055;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Yellow;
	font-weight: bold;
}
.GridViewRow
{
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	padding: 0 0 0 0;
	letter-spacing: 0;
	word-spacing: 0;
}
.GridViewRowAlternative
{
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.GridViewRowLower
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
	font-style: italic;
}
.GridViewFooter
{
	background-color: #4B4B4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
.GridViewEmpty
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-style: italic;
	font-weight: bold;
}
.RowHeader
{
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008055;
	font-weight: bold;
}
.PageFooterLabel
{
	background-color: Transparent;
	color: #008055;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.GridHeader
{
	background-color: #60676D;
	color :White;
	font-size :11px;
	font-weight :bold ; 
	height:30px; 
	border : solid 1px #E4E4E4;
	text-decoration:none; 
}
.GridSearch
{
	border : solid 1px #E4E4E4;
	background-color : White;
	
}
.GridHeader
{
	background-color: #60676D;
	color :White;
	font-size :11px;
	font-weight :bold ; 
	height:30px; 
	border : solid 1px #E4E4E4;
	text-decoration:none; 
}
.GridHeaderDetails
{
	background-color: #60676D;
	color :White;
	font-size :11px;
	font-weight :bold ; 
	height:25px; 
	border : solid 1px #E4E4E4;
	text-decoration:none; 
}
.GridHeader a:link
{
	background-color: #60676D;
	color :White;
	font-size :8pt;
	font-weight :bold ; 
	text-decoration:none; 
}
.GridHeader a:visited
{
	background-color: #60676D;
	color :White;
	font-size :8pt;
	font-weight :bold ; 
	text-decoration:none; 
}
.GridHeader a:hover
{
	background-color: #60676D;
	color : gray;
	font-size :8pt;
	font-weight :bold ; 
	text-decoration:none; 
}
.GridItemSubTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border : none 0px White;
	color:#666666;
}
.GridItemSubTitleValue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border : none 0px White;
	color:#666666;
}
.GridItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border : solid 1px #E4E4E4;
	height:23px; 
	padding-left :3px;
	color:#666666;
}
.GridItemDetails
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border : solid 1px #E4E4E4;
	height:23px; 
	padding-left :3px;
	color:#666666;
}
.GridItemWithImg
{
	border : solid 1px #E4E4E4;
	vertical-align:middle; 
	text-align:center; 
	height:23px; 
}
.GridItemFunction
{
	border : solid 1px #E4E4E4;
	height:23px; 
}
.GridPager a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration :none;
	color : #7A1130;         
}
.GridPager a:visited
{
	font-size: 12px;
   color : #7A1130;       
}
.GridPager a:hover
{
	font-size: 12px;
	text-decoration : underline;     
}
.GridRowRed
{
	background-color : #FFEAEA;
	color : #7A1130 ;
	font-size: 11px;
	font-weight :bold;
	border : solid 1px #c1c1c1;
	padding-left :3px;
	padding-right :3px;
	height:23px; 
}
.GridRowGreen
{
	background-color : white;
	color : #696969 ;
	font-size: 11px;
	font-weight :bold;
	border : solid 1px #C2C9C6;
	padding-left :3px;
	padding-right :3px;
	height:27px; 
}
.GridViewRowDisabled, tr.GridViewRowDisabled > td {
	background-color: #b1b1b1;
	color: white !important;
	font-style: italic;
}
/* 
Modal Popup 
*/
.ShadowPopup
{
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	box-shadow: 5px 5px 5px 0px #696969;
	-moz-box-shadow: 3px 3px 6px 0px #696969;
	-webkit-box-shadow: 3px 3px 6px 0px #696969;
}
.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.ModalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 300px;
}
/* 
Update Progress 
*/
.UpdateProgressDiv
{
	position: absolute;
	z-index: 10;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 4px 4px 4px 0px #696969;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
	filter: alpha(opacity=95);
	opacity: 0.95;
	/*
	left: expression((this.offsetParent.clientWidth/2)-(this.clientWidth/2)+this.offsetParent.scrollLeft);
	top: expression((this.offsetParent.clientHeight/2)-(this.clientHeight/2)+this.offsetParent.scrollTop);
	*/
}
.UpdateProgressDivFull {
	position: fixed;
	z-index: 10;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 4px 4px 4px 0px #696969;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
	filter: alpha(opacity=95);
	opacity: 0.95;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}
.UpdateProgressTable
{
	border: 2px solid #FF0000;
	background-color: White;
}
.UpdateProgressLabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
/* 
Report Viewer 
*/
.ReportViewer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	border: 1px solid #CCCCCC;
}
.Autocomplete_completionListElement 
{  
    margin : 0px!important;
    background-color : white;
    color : black;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : default;
    overflow : auto;
    height : 200px;
    text-align : left; 
    list-style-type : none;
    padding-left: 2px!important;
    z-index: 1000000!important;
}
.Autocomplete_highlightedListItem
{
       background-color: #FD8282;
       color: black;
       padding: 1px;
}
.Autocomplete_listItem 
{
       background-color : white;
       color : black;
       padding : 1px;
       margin-left:0px !important;
}

.TopDocsCalendar .ajax__calendar_body 
{
	height:120px;
	width:170px;
	position:relative;
	overflow:hidden;
	margin:auto;
	font-size:10px;
	z-index:100;
}
.TopDocsCalendar .ajax__calendar_container TABLE 
{
	font-family: Tahoma,Verdana,Sans-Serif;
	font-size:10px;
}
.TopDocsCalendar .ajax__calendar_container {
    border:2px solid #666666;
    background-color: White;
    color: #000033;
    font-size: 10px;
	font-family: Tahoma,Verdana,Sans-Serif;
}
.TopDocsCalendar .ajax__calendar_other .ajax__calendar_day,
.TopDocsCalendar .ajax__calendar_other .ajax__calendar_year 
{
	color: #D3DEEF;
	font-size: 10px;
}
.TopDocsCalendar .ajax__calendar_hover .ajax__calendar_day,
.TopDocsCalendar .ajax__calendar_hover .ajax__calendar_month,
.TopDocsCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: #EA050A;
	font-size: 10px;
	font-weight: bold;
}
.TopDocsCalendar .ajax__calendar_active .ajax__calendar_day,
.TopDocsCalendar .ajax__calendar_active .ajax__calendar_month,
.TopDocsCalendar .ajax__calendar_active .ajax__calendar_year 
{
    border: 1px solid #C02A2B;
    font-size: 11px;
    font-weight: bold;
}
.TopDocsCalendar  .ajax__calendar_header 
{
	background-color: #C02A2B;
	color: White;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	width:100%;
}
.ajax__calendar_dayname 
{
	height:17px;
	width:17px;
	text-align:right;
	padding:0 2px;
	font-size: 10px;
	font-family: Tahoma,Verdana,Sans-Serif;
	font-weight: bold;
}
.TopDocsCalendar .ajax__calendar_footer
{
	height: 0px;
}
.TopDocsCalendar .ajax__calendar_today 
{
	display: none;
}
}

body 
{
	margin: 0 0 0 0;
	height: auto;
	min-height: 100%;
}

.boxInfoPreviewZoomed{
	border: 2px solid #666666;
	background-color: White;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 4px 4px 4px 0px #696969;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
	cursor:pointer;
	position:fixed;
	width:300px;
	vertical-align:top;
	top:15px;
	left:80px;
	color: #666666;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	visibility:visible;
	padding: 5px 5px 5px 5px;
	/*z-index:10000;*/
}

.boxInfoPreviewRedux
{
	background-color: White;
	height: 0px;
	visibility:hidden;	
	width: 0px;
}

.monitorInfoPreviewZoomed{
	border: 2px solid #666666;
	background-color: White;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 4px 4px 4px 0px #696969;
	-moz-box-shadow: 2px 2px 5px 0px #696969;
	-webkit-box-shadow: 2px 2px 5px 0px #696969;
	cursor:pointer;
	position:fixed;
	width:62px;
	vertical-align:top;
	top:15px;
	left:80px;
	color: #666666;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	visibility:visible;
	padding: 5px 5px 5px 5px;
}

.monitorInfoTable_Green
{
	border: 1px solid #333333;
	background-color: #66F970;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 60px;
	top: 0;
	left: 0;
}
.monitorInfoTable_Yellow
{
	border: 1px solid #333333;
	background-color: #FFFF9B;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 60px;
	top: 0;
	left: 0;
}
.monitorInfoTable_Red
{
	border: 1px solid #333333;
	background-color: #FE6161;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 60px;
	top: 0;
	left: 0;
}
.monitorInfoTable_Gray
{
	border: 1px solid #333333;
	background-color: #EBEAEA;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 60px;
	top: 0;
	left: 0;
}
.monitorInfoText
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Tabs style*/
.ForTackingTabsStyle .ajax__tab_header {
	padding-left: 5px;
}

.ForTackingTabsStyle .ajax__tab_header:after {
	clear: both;
}

.ForTackingTabsStyle .ajax__tab_header:before, .ForTackingTabsStyle .ajax__tab_header:after {
	content: "";
	display: table;
}

.ForTackingTabsStyle .ajax__tab_header .ajax__tab_tab {
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	margin-right: 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	width: 120px;
	border-color: gray gray white;
	border-style: solid;
	border-width: 1px;
	color: gray;
	font-style: italic;
	border-radius: 5px 5px 0px 0px;
}

.ForTackingTabsStyle .ajax__tab_active .ajax__tab_tab {
	border-color: #7A1130 #7A1130 white;
	border-style: solid;
	border-width: 1px;
	color: #7A1130;
	font-style: normal;
}

.ForTackingTabsStyle .ajax__tab_body {
	background-color: White;
	border: 0px none black;
	padding-top:11px;
	/*border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;*/
}

.ForTackingTabsHeaderText {
	color: #7A1130;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.UCInfoDiv
{
	border: 2px solid red;
	border-radius: 5px;
	color: red;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.UCInfoMessageIntro
{
	font-size: 12px;
	font-weight: bold;
}
.UCInfoTableContainer
{
	/*padding-top:3px;
	padding-bottom:3px;*/
}


