div.content {
	border: #E0E4ED solid 0px;
	clear: left;
	padding: 0em;
	margin-top: 8px;
	margin-bottom: 8px;
	height:50px;
	background: #f1f1f1;
}

.content2 {
	position:relative;
	top:12px;
	margin-left:15px;
	background: #f1f1f1;
	font-family: Arial,Tahoma,Verdana;
	font-size: 14px;
	color: #444;
}
.combo {
	background: #FFF;
	font-family: Arial,Tahoma,Verdana;
	font-size: 14px;	
	color: #444;

   border-radius: 3px;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.button_content{
	
	height:  18px;
	border: none;
	margin-top: -3px;
	background-color:#444;
	color:#fff;
	font-size: 12px;
	font-family: Arial,Tahoma,Verdana;
	text-decoration: none;
	vertical-align: middle;
	font-weight:bold;	
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 3em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(../img/tabs.gif);
    color: #000;
    display: block;
    float: left;
    height: 3em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
    font-size: 12px;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../img/tabs.gif) 100% 0;

    display: block;
    line-height: 3em;
    padding-right: 40px;
    padding-left: 30px;
    text-align: center;
}


ol#btns {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#btns a {
    /*background: #bdf url(../img/tabs2.gif);*/
    background-color: #da4b39;
    color: #fff;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius:2px;
}

ol#btns a:hover {
    background-color: #b5b7b8;
    color: #fff;
    font-weight: bold;
    background-position: 0 -120px;
}

ol#btns a:hover span {
    background-position: 100% -120px;
}

ol#btns li {
    float: left;
    margin: 0 0 0 10px;
    font-size: 14px;
}

ol#btns li a.active {
    /*background-color: #48f;*/
    background-color: #39c;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#btns li a.active span {
    background-position: 100% -60px;
}

ol#btns span {
    /*background: url(../img/tabs2.gif) 100% 0;*/

    display: block;
    line-height: 2em;
    padding-right: 20px;
    padding-left: 10px;
    text-align: center;
}

.contextMenuPluginIE {
  -webkit-user-select: none;
  display: none;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
  position: absolute;
  /*left: 100px;
  top: 100px;*/
  min-width: 150px;
  list-style-type: none;
  margin: 0;
  padding: 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align:left; 
	color:#444;
}


.contextMenuPluginIE > li {
  margin: 0 0 0 0;
  padding: 1px;
  background-repeat: no-repeat;
  
}

.contextMenuPluginIE > li > a {
  position: relative;
  display: block;
  padding: 3px 3px 3px 28px;
  color: ButtonText;
  color:#444;
  text-decoration: none;
  margin: 1px;
}

.contextMenuPluginIE > li > a img {
  position: absolute;
  left: 3px;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  border:0;
}
.contextMenuPluginIE > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #4185f4;
	background-color: #4185f4;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid: dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.contextMenuPluginIE > li.disabled {
  pointer-events: none;
}

.contextMenuPluginIE > li.disabled a {
  color: grey;
}

.contextMenuPluginIE > li.disabled > a:hover {
  border: none;
  outline: none;
}

.contextMenuPluginIE > li.divider {
  border-top: 1px solid #e7e3e7;
  border-bottom: 1px solid #ffffff;
  height: 0;
  padding: 0;
  margin: 5px 0 5px 27px;
}

.contextMenuPluginIE > .header {
  background-color: #FFF;
  display: block;
  position: relative;
  cursor: default;
  padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;  
	line-height: 20px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	/*text-transform: uppercase;*/
}

.contextMenuPluginIE > .gutterLine {
  position: absolute;
  border-left: 1px solid #e7e3e7;
  border-right: 1px solid #ffffff;
  width: 0;
  top: 0;
  bottom: 0;
  left: 26px;
  z-index: 0;
}
