body
{
font-size:;
line-height:;
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
background-color:;
width:100%;
background-repeat: repeat;
text-align:;
margin:0px;
color:;
direction:;
background-image:url();

}
p
{
padding-right: 4px;
padding-left: 4px;

}
a
{
color:#ffffff;
text-decoration:none;
font-weight:bold;
font-size:14pt;

}
a:visited
{
color:#ffffff;
text-decoration:none;
font-weight:bold;

}
h1
{
font-family: "Lucida Sans Unicode";
font-size: 18pt;
color: #474747;
font-weight: regular;

}
h2
{
font-family: "Lucida Sans Unicode";
font-size: 14pt;
color: #474747;
font-weight: regular;

}
h3
{
font-family: "Lucida Sans Unicode";
font-size: 12pt;
color: #474747;
font-weight: bold;

}
li
{
font-family: "Lucida Sans Unicode";
font-size: 11pt;
font-style: normal;
line-height: normal;
padding: 0px;
margin-bottom:10px;
color: #666666;

}
.itemimage
{
border:solid 0px #aaa;
max-width:100px;
width: expression(this.width > 100 ? 100: true);
vertical-align:middle;

}
.iimage
{
border:solid 0px #aaa;
max-width:320px;
width: expression(this.width > 320 ? 320: true);
vertical-align:middle;

}
ol
{
list-style-type: decimal;

}
ul
{
list-style-type: square;

}
/*iconmenucssaddition2*/.iconmenulistcontainer
{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top:-4px;

}
.iconmenucontainer
{
  border-bottom:solid 1px #c8c8c8;
  background:white;
  margin: 0;

}
.iconmenuitemlink
{
  display:block;
  font-size: 16px;
  font-family: sans-serif;
   font-weight: 100;
  color:#000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0.1);

}
.iconmenuimgcontainer
{
  float:left;
  max-width:30px;
   padding: 10px 5px 10px 7px;

}
 .iconmenuitemimage
{
  vertical-align: middle;
  padding: 0;
  height: 23px;
  width: 23px;
  border:0;

}
.iconmenuimgarrowcontainer
{
  float:right;
   padding: 14px 10px 13px;
   vertical-align: middle;

}
.iconmenuimgarrow
{
  border: none;
  max-width: 100%;
  vertical-align: middle;
  width: 10px;

}
.iconmenutitle
{
  font-size:16px;
  font-family: sans-serif;
  font-weight: 100;
  color:#000;
  float:left;
  padding: 14px 5px 13px;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0.1);

}
/*samplemenucssaddition*/.detailspanel
{
-webkit-border-top-right-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
border:solid 1px #aaa;
padding:20px;
background-color:#ffffff;

}
li > a[selected], li > a:active
{
background-color: blue !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    color: #FFFFFF !important;
    background-image: url(listArrowSel.png) !important;

}
li > a[selected="progress"]
{
background-repeat: no-repeat !important;
    background-position: right center !important;
background-image: url(loading.gif) !important;

}
body > .SampleMenuPanel
{
box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

}
.samplemenutoolbar 
{
text-align:center;
font-family:HelveticaNeue-Light, sans-serif;
background-image:url('blur-bg.jpg');
  background-size:cover;

}
.SampleMenuList
{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
   background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size:0.875em;
margin:5px 9px 15px;
 padding:0;
 list-style:none;
 -webkit-border-radius:0;
 border-width:0;
 background-color:transparent;

}
.SampleMenuItem
{
    position: relative;
    min-height: 42px;
   -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-align: right;
margin:0;
 padding:0;
 border-width:0;
 
}
.SampleMenuPanel > ul li:last-child
{
    border-bottom: none !important;

}
.SampleMenuTitle
{
text-align:left;
 padding:12px 0 11px 10px;
  display:block;
 text-decoration:none;
 overflow:hidden;
 text-overflow:ellipsis;
 color:#ffffff;
font-family:HelveticaNeue-Light, sans-serif;
font-size:0.875em;
 border-bottom: solid 1px #999999;
  margin:0;
 margin-top:-1px;
 
}
.SampleMenuPanel > ul > li:last-child a
{
  border-bottom-width:1px !important;
  
}
.SampleMenuImage
{
 vertical-align:middle;
 margin-left:-4px;
 margin-right:4px;
width:20px;
margin-bottom: 2px;

}
.SampleMenuTitle ul li:last-child 
{
border-bottom: none !important;

}
.SampleMenuTitle a:visited
{
  color:#ffffff;

}
/*rssprocssaddition*/.rssproimage
{
    border:solid 0px #aaa;
    max-width:75px;
    width: expression(this.width > 100 ? 100: true);
    vertical-align:middle;
    padding:5px 0 5px 5px;

}
.rssproitemdescription
{
    font-size:12px;
    font-family: sans-serif;
    color:#ffffff;
    line-height:16px;
    font-weight:100
}
.rsspro-headertitle
{
    font-family: Sans-Serif;
    font-weight: 100;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 12px 10px 10px;
    border-bottom: solid 1px #a7a7a5;
    border-top: solid 1px #8f8f90;

}
.rssproitemtitle
{
    font-size: 14px;
    font-family: Sans-Serif;
    color:#ffffff;
    line-height:20px;
    font-weight:300;

}
 .rssproipadimage
{
    border:solid 0px #aaa;
    max-width:75px;
    width: expression(this.width > 100 ? 100: true);
    vertical-align:middle;
    padding:5px 0 5px 0
}
.rssproipaditemdescription
{
    font-size:12px;
    font-family: Sans-serif;
    color:#333333;
    line-height:16px;
    font-weight:100
}
.rssproipaditemtitle
{
    font-size:16px;
    font-family: Sans-serif;
    color:#242423;
    line-height:22px;
    font-weight:300
}
 
