.hide {
	display: none;
}

.emptyCss{ 
	height: 0px;
	width: 0px;
	}
	

.bannerBgrGray {
	background-color:#F5F8FD;
	border: 0px solid #E3EFFF;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

.footer {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	vertical-align: MIDDLE;
	padding-right: 10px;
	padding-bottom: 5px;
}

.title {
	font-family: "Comic Sans MS","Brush Script MT", cursive;
	font-size: 15px;
	color: #83A4DA;
	font-weight: bold;
	padding: 0px 2px 2px 5px;
	border-bottom:1px solid #83A4DA;
	margin-bottom: 10px;
}

.box {
	background-color:#F9F9F9; 
} 

.label {
	font-family:tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	text-align: right;
	color: #2E5288;
	font-weight: normal;
	background-color: #F8F9FA;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 5px;
	padding-top: 4px;
	vertical-align: top;
	border-bottom: 1px solid #EBEBEB;
}

.data {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	color: #2A354B;
	font-weight: bold;
	background-color: #ffffff;
	vertical-align: top;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 4px;
	border-bottom: 1px solid #EBEBEB;
}

.labelSearch {
	font-family:tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	text-align: right;
	color: #2E5288;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 3px;
	vertical-align: top;
}

.dateField {
	float:left;
}

.dataSearch {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	color: #2A354B;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.textInput {
	border-right: #9E9E9E 1px solid;
	border-top: #9E9E9E 1px solid;
	font-size: 12px;
	border-left: #9E9E9E 1px solid;
	color: #000000;
	border-bottom: #9E9E9E 1px solid;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
	background:#fff url(../scripts/ext-3.4.0/resources/images/default/form/text-bg.gif) repeat-x 0 0;
	height: 20px;
}
.textareaInput {
	border-right: #9E9E9E 1px solid;
	border-top: #9E9E9E 1px solid;
	font-size: 12px;
	border-left: #9E9E9E 1px solid;
	color: #000000;
	border-bottom: #9E9E9E 1px solid;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
	background:#fff url(../scripts/ext-3.4.0/resources/images/default/form/text-bg.gif) repeat-x 0 0;
}

.textInputSearch {
	border-right: #9E9E9E 1px solid;
	border-top: #9E9E9E 1px solid;
	font-size: 12px;
	border-left: #9E9E9E 1px solid;
	color: #000000;
	border-bottom: #9E9E9E 1px solid;
	height: 20px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
	background:#fff url(../scripts/ext-3.4.0/resources/images/default/form/text-bg.gif) repeat-x 0 0;
}

.numberInput {
	border-right: #9E9E9E 1px solid;
	border-top: #9E9E9E 1px solid;
	font-size: 12px;
	border-left: #9E9E9E 1px solid;
	color: #000000;
	border-bottom: #9E9E9E 1px solid;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
	text-align: right;
	background:#fff url(../scripts/ext-3.4.0/resources/images/default/form/text-bg.gif) repeat-x 0 0;
	height: 20px;
}

.textInputRed {
	border-right: #FFCC00 1px solid;
	border-top: #FFCC00 1px solid;
	border-left: #FFCC00 1px solid;
	border-bottom: #FFCC00 1px solid;
}

.textInputInvalid {
	border-right: #FFCC00 1px solid;
	border-top: #FFCC00 1px solid;
	border-left: #FFCC00 1px solid;
	border-bottom: #FFCC00 1px solid;
	background:  url(../images/invalid_line.gif) repeat-x bottom left;
}

.text {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 10px;
	color: #2A354B;
}

.textBold {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 10px;
	color: #2A354B;
	font-weight: bold;
}

.actionIcon{
	padding-left:2px;
	padding-right:2px;
}

.add {
    background-image: url(../images/add.gif) !important;
}

.delete {
	background-image: url(../images/delete.gif) !important;
}

.importXls {
	background-image: url(../images/excel.gif) !important;
}

.index {
	background-image: url(../images/luceneIndex.png) !important;
}

.copy {
	background-image:url(../images/copy.gif) !important;
}

.save {
	background-image: url(../images/save.gif) !important;
}

.edit {
	background-image: url(../images/edit.gif) !important;
}

.refresh {
	background-image: url(../images/refresh.gif) !important;
}

.change {
	background-image: url(../images/changeSetting.gif) !important;
}

#nodetab-panel {
	background-color:#f3f3f3;
}

#customer-panel {
	background-color:#f3f3f3;
}

.marginGrid {
	margin-left:10px;
	margin-right:10px;
}

#footer-panel {
	background-color:#f3f3f3;
}

#search-panel {
	background-color:#f3f3f3;
	white-space: nowrap;
	padding:5px;
}

#searchFieldDiv div {
	background-color:#f3f3f3;
}

/*BOTTONI*/
.buttonXS {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_xs.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 28px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 10px
}

.buttonSTextMini {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_s.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 80px;
	height: 22px;
	text-align: left;
	font-size: 10px;
	line-height: 20px;
	margin-right: 4px;
	cursor: pointer;
	vertical-align: text-bottom;
}

.buttonS {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_s.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 70px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	margin-right:5px;
}

.buttonM {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_m.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 100px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	margin-right:5px;
}

.buttonL {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_l.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 150px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	margin-right:5px;
}

.buttonXL {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_xl.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 200px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	margin-right:5px;
}

.buttonXXL {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_xxl.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 250px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	margin-right:5px;
}

/*BOTTONI DEFAULT*/
.buttonDftXS {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_xs_dft.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 28px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 10px
}

.buttonDftS {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_s_dft.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 70px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 10px
}

.buttonDft {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/button_m_dft.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 100px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 10px
}

.buttonDftL {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_l_dft.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 150px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 10px
}

.buttonDftXL {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_xl_dft.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 200px;
	height: 22px;
	text-align: center;
	font-size: 12px;
		margin-bottom: 10px;
	margin-right: 10px;
}

.buttonDftXXL {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/button_xxl_dft.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 250px;
	height: 22px;
	text-align: center;
	font-size: 12px
}

.error {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 10px; 
	VERTICAL-ALIGN: middle; 
	COLOR: red; 
	PADDING-TOP: 10px; 
	FONT-FAMILY: Verdana, Arial, Sans-Serif; 
	HEIGHT: 25px; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none
}

.popupError {
	width:100px;
	height:50px;
	border: #FF0000 1px solid;
	padding: 15px;
	background-color: #FFFFFF; 
	color: #FF0000;
	text-align:left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#errorPopupCell{
	vertical-align: middle;
	padding:0px 0px 0px 0px!important;
	padding:10px 10px 10px 10px;
	cursor:pointer;
}

/*TAB*/
.tabBottom{
  background-image: url(../images/tab_bottom.gif);background-repeat: repeat-x;
    height:5px;
    border-right:1px solid #83ADD8;
    border-left:1px solid #83ADD8;
}


.tabXS{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#575757;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_xs.gif);background-repeat: no-repeat;
  width:30px;
    height:22px;
}
.tabXS:hover{
    text-decoration: none;
  color:#575757;
  text-decoration: none;
  background-image: url(../images/tab_over_xs.gif);background-repeat: no-repeat;
  width:30px;
    height:22px;
}
.tabS{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#575757;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_s.gif);background-repeat: no-repeat;
  width:70px;
    height:22px;
}
.tabS:hover{
    text-decoration: none;
  color:#575757;
  text-decoration: none;
  background-image: url(../images/tab_over_s.gif);background-repeat: no-repeat;
  width:70px;
    height:22px;
}
.tabM{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#575757;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_m.gif);background-repeat: no-repeat;
  width:100px;
    height:22px;
}
.tabM:hover{
    text-decoration: none;
  color:#575757;
  text-decoration: none;
  background-image: url(../images/tab_over_m.gif);background-repeat: no-repeat;
  width:100px;
    height:22px;
}
.tabL{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#575757;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_l.gif);background-repeat: no-repeat;
  width:150px;
    height:22px;
}
.tabL:hover{
    text-decoration: none;
  color:#575757;
  text-decoration: none;
  background-image: url(../images/tab_over_l.gif);background-repeat: no-repeat;
  width:150px;
    height:22px;
}
.tabXL{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#575757;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_xl.gif);background-repeat: no-repeat;
  width:200px;
    height:22px;
}
.tabXL:hover{
    text-decoration: none;
  color:#575757;
  text-decoration: none;
  background-image: url(../images/tab_over_xl.gif);background-repeat: no-repeat;
  width:200px;
    height:22px;
}


.tabSelectedXS{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#2E5288;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_selected_xs.gif);background-repeat: no-repeat;
  width:30px;
    height:22px;
}
.tabSelectedS{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#2E5288;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_selected_s.gif);background-repeat: no-repeat;
  width:70px;
    height:22px;
}
.tabSelectedM{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#2E5288;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_selected_m.gif);background-repeat: no-repeat;
  width:100px;
    height:22px;
}
.tabSelectedL{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#2E5288;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_selected_l.gif);background-repeat: no-repeat;
  width:150px;
    height:22px;
}
.tabSelectedXL{
  font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    line-height:20px;
    font-size: 12px;
  color:#2E5288;
  text-decoration: none;
    display: block;
    font-weight: bold;
    vertical-align:bottom;
    text-align:center;
  background-image: url(../images/tab_selected_xl.gif);background-repeat: no-repeat;
  width:200px;
    height:22px;
}

.tabSpace{
    border-bottom:1px solid #83ADD8;
    background-color:transparent;
}

.marginFieldSet {
	margin: 0px 10px;
}

.marginFieldSet legend {
	font:bold 12px tahoma, arial, helvetica, sans-serif;
}

/* LIST */
.list{
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}

.listTitle {
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	vertical-align:middle;
	padding:1px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
 	background:#EBECEE url(../images/bgd_title.jpg) repeat-x  top left;
}

table.list tr {
	background-color: #FFFFFF;
}

table.list td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: trasparent;
	vertical-align:middle;
	padding:1px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.listCell {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: trasparent;
	vertical-align:middle;
	padding:1px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}


.listOddRow {
	background-color: #FFFFFF;
}

.listEvenRow {
	background-color: #F8F9FA;
}

.listOverRow {
	background:#EBECEE url(../scripts/ext-3.4.0/resources/images/default/grid/row-over.gif) repeat-x  top left;
}

/* 	Questi 2 stili sono necessario per visualizzare correttamente la loadmask sulle griglie in IE*/
.ext-ie7 .ext-el-mask , .ext-ie6 .ext-el-mask {width:auto;height:auto;}
.ext-strict .ext-ie7 .ext-el-mask {width:100%;height:100%;}

div.head{
	background: url(../images/bordo_sup_dx.gif) no-repeat top right;
	margin: 0 auto;
	padding: 0;
	width:90%;
	text-align:left;
}
div.head h4{
	background: url(../images/bordo_sup_sx.gif) no-repeat top left;
	margin:0;
	padding: 20px 0 5px 28px;
	color:#fff; 
	font-weight: bold; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
div.container{
	background: #ccc url(../images/bordo_inf_dx.gif) no-repeat bottom right;
	font-family:Arial, Helvetica, sans-serif;
	width:90%;
	margin: 0 auto;
}
div.container div.body{
	background: url(../images/bordo_inf_sx.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px;
	font-size:.95em;
	padding: 10px 20px 20px 20px;
}
div.body p{
   margin: 0px 0px 0px 0px;
}

/* BOX */
.box {
	background-color: #EFEFEF;
	border:1px solid #9E9E9E;
	margin-bottom:10px;
	width: 95%;
}

/* box data */
.boxDataCenter {
	background-color: #EFEFEF;
	text-align:center;
}

.boxSeparator {
    background-color: #9E9E9E;
}

.tabSelected {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#EFEFE7;
	padding:3px 6px;
}
.tab {
	border-bottom:1px solid #ccc;
	padding:3px 6px;
}
.tabEmpty {
	padding:3px 6px;
	vertical-align: bottom;
}
.tabInput {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0px 0px 10px;
	BACKGROUND-color:#EFEFE7;
}

.directoryLink  {
	color:#2A354B;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.directoryLink:hover  {
	color:#2A354B;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.directoryLink:visited  {
	color:#2A354B;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.tabFile{
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.tabFileTitle {
   	font-family: Verdana, Arial, Sans-Serif;
   	text-decoration: none;
   	font-size: 10px;
   	color: #2A354B;
   	font-weight: normal;
   	vertical-align:middle;
  	padding:4px;
   	border-right: 1px solid #D0D0D0;
 	border-bottom: 1px solid #D0D0D0;
 	background:#EBECEE url(../images/bgd_title.jpg) repeat-x  top left;
}

.tabFileCell {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  color: #2A354B;
  font-weight: normal;
  background-color: trasparent;
  vertical-align:middle;
  padding:2px;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.tabFileOddRow {
   background-color: #FFFFFF;
}
.tabFileEvenRow {
   background-color: #F8F9FA;
}
.tabFileOverRow {
   background-color: #DFE9F2;
}
.fontPath{
	font-family: Verdana, Arial, Sans-Serif;
   font-size: 10px;
   color: #2A354B;
   font-weight: normal;
   background-color: trasparent;
}

.tableEdit{
	background-color:#ffffff;
	margin:0px auto 0px auto;
	border:1px solid #83ADD8;
}

.color-wrap {
	float: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
	position: relative;
	text-align: left;
	width: 250px;
}

.boxSize {
	float:left;
	width:30px;
	padding-top:5px;
	padding-left:5px;
	height: 26px;
	font-size: 14px;
	border-left:1px solid #D9D9D9;
	border-top:1px solid #D9D9D9;
	background-color:#fff;
}

.boxSizeName{
	float:left;
	width:120px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-left:5px;
	height: 26px;
	font-size: 14px;
	border-left:1px solid #D9D9D9;
	border-top:1px solid #D9D9D9;
	background-color:#e9f2fe;
}
.sizeGroupContainer{
	font-family:helvetica,arial narrow, arial, tahoma, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	vertical-align:middle;
	padding:30px;
	border-right:1px solid #D9D9D9;
}