.shadetabs{
padding: 0 0 3px 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
border: 1px solid #0099FF;
color: #0099FF;
background: white url(../image/bgr_back_tab.png) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #0000FF;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../image/bgr_front_tab.png);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #0099FF;
width: 98%;
height: 350px;
margin-bottom: 1em;
padding: 2px;
font: normal 12px Verdana;
background : #f9f9f9;
}

.tabcontent{
display:none;
width:97%;
height:350px;
overflow:auto;
}

@media print {
.tabcontent {
display:block!important;
}
}

.dateNews {
  font-family      : Verdana;
  font-style       : normal;
  font-size        : 9px;
  color            : #FF3344;
  
}
.titleNews {
  font-family      : Verdana;
  font-weight			 : bold;
  font-size        : 12px;
  color            : #000000;

  font-weight: bold;
}
.contentNews {
font-family      		: Arial;
  font-style       : bold;
  font-size        : 11px;
  color            : #000000;
}
.tdGreetingMilad {
	font-family      : Verdana;
  font-weight			 : bold;
  font-size        : 14px;
  color            : #FF3344;
}
.tdTitleMilad {
	font-family      : Verdana;
  font-weight			 : bold;
  font-size        : 11px;
  color            : #0000FF;
  border-bottom : 1px solid #0000FF;
}
.tdListMilad {
	font-family      : Verdana;
  font-style       : bold;
  font-size        : 11px;
  color            : #000000;
}