/* Last-Modified: 28/06/06 00:08:22 */

/**
 * Current style
 */
.GB_t_frame {
  color: #444;
  /*font-size: 12px;
  line-height: 12px;  */
}

.GB_content {
  /*background-color: #fff;
  border: 3px solid #BDBCBD;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #BDBCBD;*/
  background:url(../images/pop-panel-bg.gif) no-repeat 50% 0;
  
}

.GB_loader {
  color: #616161;
  /*background-color: #fff;*/
}

/*.GB_header {
  border-bottom: 1px solid #ccc;
}*/

.GB_caption {
  font-weight: bold;
}

/**
 * Base stuff
 */
#GB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}

#GB_window {
  font-family: helvetica, verdana, sans-serif;
  left: 0;
  top: 0;
  font-size: 1px;
  position: absolute;
  overflow: visible;
  z-index: 150;
}

#GB_frame {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
}


/**
 * Content
 */
.GB_t_frame {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.GB_content {
  padding: 10px;
  margin: 0;
  vertical-align: top;
 /* margin-bottom: 25px;*/
  z-index: 155;
}

.GB_loader {
  z-index: 500;
  left: 6px;
  font-size: 16px;
  text-align: center;
}


/**
 * Header
 */
.GB_caption {
}

.GB_header {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 2px 1px 2px 1px;
  margin: 0;
  /*border-bottom: 1px solid #aaa;*/
}

.GB_close {
  white-space: nowrap;
  text-align: right;
  width: 10%;
  top: 0;
  z-index: 200;
  cursor: pointer;
  cursor: hand;
}

.GB_close img {
  width: 13px;
  height: 13px;
  padding: 0;
  margin-right: 12px;
 
}

.GB_container {
  margin: 0;
  padding: 10px 10px 15px;
  /*border: 1px solid #BDBCBD;*/
}
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th
{
	border: #d3d3d3 1px solid;
}

form
{
	/*border: 1px dotted #FF0000;  28-12-07 DK*/
	padding: 2px;
}

.FCK__Flash
{
	border: darkgray 1px solid;
	background-position: center center;
	background-image: url(images/fck_flashlogo.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}

.FCK__Anchor
{
	background-position: center center;
	background-image: url(images/fck_anchor.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
}

.FCK__PageBreak
{
	background-position: center center;
	background-image: url(images/fck_pagebreak.gif);
	background-repeat: no-repeat;
	clear: both;
	display: block;
	float: none;
	width: 100%;
	border-top: #999999 1px dotted;
	border-bottom: #999999 1px dotted;
	border-right: 0px;
	border-left: 0px;
	height: 5px;
}

input[type="hidden"]
{
	display: inline;
	width:20px;
	height:20px;
	border:1px dotted #FF0000 ;
	background-image: url(behaviors/hiddenfield.gif);
	background-repeat: no-repeat;
}

input[type="hidden"]:after
{
	padding-left: 20px;
	content: "" ;
}
table[border="0"], 
table[border="0"] > tr > td, table[border="0"] > tr > th, 
table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th, 
table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th, 
table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th
{
	/*border: #d3d3d3 1px dotted ; 28-12-07 DK*/
}

/* For tables with no "border" attribute set */
table:not([border]), 
table:not([border]) > tr > td, table:not([border]) > tr > th,
table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th,
table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th,
table:not([border]) > tfoot > tr > td, table:not([border]) > tfoot > tr > th
{
	/*border: #d3d3d3 1px dotted ; 28-12-07 DK*/
}


