@CHARSET "UTF-8";
.popupul
{
 list-style-image:none;
 list-style-position:outside;
 list-style-type:none;
 margin:0;
 padding:0;
 cursor:pointer;
 width:325px;
 font-size:12px;
 z-index: 99999;
 
} 
.popupul li
{   
   list-style-type:none;
   float:left;
   width:50px;
   height:30px;
   line-height:30px;
   display:block;
   text-align:center;
   border: 1px solid #c5dbec; 
   margin:1px;
   background: #E1EFFB url(../Script/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
   color: black; 
}

/**
.ac_odd {
	background-color: #eee;
}
*/
.ac_over_pop {
	
	background: #85B5D9 !important;
	font-weight:bold !important;
	 color: #FFFFFF !important;
}

.popupPanel
{
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #A6C9E2;
  width:325px;
}

.controloptable
{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.tdtitle
{
	width:87%;	
}

.tdopbutton
{
}

.popupController
{
  background: #5c9ccc url(../Script/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
  height: 20px;
  margin-bottom: 2px;
}

.popupPanel a
{
  text-decoration: none;
  font-size: 12px;
  margin: 3px;
}
.popupContent
{
	clear: both;
}
.popupPanel a:link
{
  color: Blue;
}
.popupPanel a:visited
{
  color: purple;
}
.popupPanel a:hover
{
  color: #FF7F50;
}