.codeviewer__modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:fixed;
	left:0px;
	top:0px;
}

.codepopup_visible
{
	padding:5px;
	background-color:#FFFFFF;
	border:solid 1px #333333;
	visibility:visible;
	display:inline;
	position:fixed;
	left:10px;
	top:10px;
	width:auto;
	height:auto;
}

.codepopup_hidden
{	
	visibility:hidden;
	display:none;
}

div.codeviewer__codecontainer
{
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	color:inherit;
	background:inherit;
}

table.codeviewer__codetable
{
	/*padding:3px 3px 3px 3px;*/
	width: 100%;
	border-right:  #686868 1px solid;
	border-top:  #686868 1px solid;
	border-left:  #686868 1px solid;
	border-bottom:  #686868 1px solid;
	background-image:url('testbg.png');
	background-color: #FFFFFF;
	color:inherit;
	text-align:left;
}

td.codeviewer__codetitle
{
	background-color: #686868;
	color: #D8DCD8;
	border-bottom: solid 1px  #686868;
}

a.codeviewer__codetitle, a.codeviewer__codetitle:hover, a.codeviewer__codetitle:visited, a.codeviewer__codetitle:active
{
	color: #D8DCD8;
}

td.codeviewer__codecontent
{
	font-family:'Courier New', Sans-Serif;
	color:inherit;
	background-color:inherit;
}

pre.codeviewer__code
{
	font-family: Courier New, monospace;
	font-size: 10pt;
}