﻿/* Default Styles                          */

/* HTMLElement fix for non stupid browsers */
/* 
* { behavior: url(HTMLElement.htc); }   
*/
/* PNG fix for IE6...                      */
/*
img, div { behavior: url(iepngfix.htc) } 
*/

body
{
	background-color: #999999;
	font-family: "Courier New" , Courier, monospace;
	padding:0px;
	margin:0px;
}
h1
{
	color: White; /*font-family:"Courier New", Courier, monospace;*/
	font-size: 25pt;
	margin: 15px 0px 0px 53px;
	position: absolute;
	z-index: 3;
}
h1.shadow
{
	position: absolute; /*font-family:"Courier New", Courier, monospace;*/
	font-size: 25pt;
	color: Black;
	margin: 18px 0px 0px 57px;
	z-index: 2;
}
#writeroot
{
	background-color: #ccc;
	border: 1px solid #000;
	display: none;
	height: 400px; /*font-family: "Courier New", Courier, monospace;*/
	position: absolute;
	top: 100px;
	width: 300px;
	right: 0px;
	z-index: 10;
	overflow: auto;
}
#timer
{
	left: 55px;
	position: absolute;
	top: 640px;
}
#linenumbers
{
	background-color: White;
	color: Black;
	height: 180px;
	left: -70px;
	position: absolute;
	text-align: right;
	width: 59px;
	z-index: 1;
	line-height: 18px;
	font-size:16px;
	padding-bottom: 17px;
	padding-right: 10px;
}
#curser
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 10px;
	height: 18px;
}
#editor
{
	position: relative;
	top: 46px;
	left: 150px; 
	width: 400px;
	height: 180px;
}
html>body #editor
{
	position: relative;
	top: 50px;
	left: 150px; 
	width: 400px; /*-- Width x 10 pixels --*/
	height: 180px; /*-- Height x 18 pixels --*/
}
#contentContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: text;
	background-color: Transparent;
	line-height: 18px;
	font-size:16px;
	z-index: 4;
	overflow: hidden;
}
#content, #errors
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: text;
	background-color: Transparent;
	line-height: 18px;
	font-size:16px;
	z-index: 4;
	overflow: hidden;
	white-space: nowrap;
}
#errors 
{
	filter:alpha(opacity=100);
	z-index:5;
}
#cursorContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 18px;
	font-size:16px;
	z-index: 2;
	overflow: hidden;
}
#pre1, #pre2, #post1, #post2,#xmlStart, #xmlFinish
{
	position: absolute;
	z-index:3;
	display:none;
}
#linehover a:hover
{
	background-color:Gray;
}
#linehover a
{
	background-color:Transparent;
}
.line:hover
{
	cursor:pointer;
	text-decoration:underline;
}
.line
{
	cursor:pointer;
	text-decoration:none;
}
.bug
{
	text-decoration:underline;
	color:#F22;
	z-index:10;
	position:absolute;
}
#secondary
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 18px;
	font-size:16px;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
}
#errorexplain
{
	background-color:Khaki;
	padding:3px;
	border:1px solid #000;
	position:absolute;
	z-index:10;
	font-size:8pt;
	display:none;
}
#scrollbarY
{
	position: absolute;
	overflow: auto;
	height: 100%;
	line-height: 18px;
	width: 32px;
	right: -16px;
	z-index: 0;
}
#scrollbarX
{
	position: absolute;
	overflow: auto;
	height: 17px;
	line-height: 0px;
	width: 800px;
	left: 0px;
	bottom: -17px;
	z-index: 6;
	overflow: auto;
}
#scrollbarX_bg
{
	bottom:-17px;
	height:17px;
	left:0pt;
	padding:0px 0px 0px 17px;
	position:absolute;
	width:100%;
	z-index:5;
	margin-left:-1px;
}
#editorinfo
{
	position: absolute;
	bottom: -36px;
	z-index: 5;
	width: 400px;
	padding: 0px 0px 0px 86px;
	left: -70px;
}

#languageSelector
{
	position: absolute;
	top: 28px;
	left: 570px;
	z-index: 5;
}
#styleselector
{
	position: absolute;
	top: 28px;
	left: 680px;
	z-index: 5;
}
#clipboard
{
	position: fixed;
	z-index: 0;
	top: -100px;
	filter: alpha(opacity=0);
}
#SizeChanger
{
	position: absolute;
	top: 28px;
	left: 800px;
	z-index: 5;
}
#LockVertical
{
    position: absolute;
	top: 6px;
	left: 740px;
	z-index: 5;
}
#lbl1 /* label for LockVertical */
{
	position: absolute;
	top: 6px;
	left: 765px;
	z-index: 5;
}
/******************************************
    Intellisense
*******************************************/
#Intellisense
{
    position:absolute;
    height:160px;
    background-color:White;
    z-index:49;
    overflow:auto;
    border:1px solid #316AC5;
    display:none;
    font-size:12px;
    font-family:Tahoma;
    line-height:12px;
    padding:0px 02px 0px 0px;
    width:200px;
    white-space:nowrap;
}
html>body #Intellisense
{
	overflow:-moz-scrollbars-vertical;
}
.intpic
{
	height:15px;
	padding:0px;
	margin:0px;
	display:inline; 
}
.is_wrap
{
	padding-right:10px;
}
.is_li, .is_li_selected
{
	padding-right:5px !important;
    cursor:pointer;
    display:inline;
    white-space:nowrap;
}
.is_li_selected
{
    background-color:#6F97D6;
    color:White;
}
/******************************************
    Context Menu
*******************************************/
#ContextMenu{
	font: 10px Tahoma;
	width:150px;
	display:none;
	position:absolute;	
	border: 1px solid #316AC5;
	left:100px;
	top:100px;
	z-index: 50;
	cursor:pointer;
	
}
.ContextMenuItem{
	background-image:url(images/context/menu_links.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	height:20px;
}
.ContextMenuItemSpacing{
	background-image:url(images/context/menu_links.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	height:6px;
}
.ContextMenuItemText{
  	margin-left:38px;
  	cursor:pointer;
  	padding-top:2px;
}
.ContextMenuItem:hover{
	background-color:#6F97D6;
	background-image:none;
}
.ContextMenuItemDisabled{
	background-image:url(images/context/menu_links.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	height:20px;
	padding-top:2px;
}

.ContextMenuItemTextDisabled{
  	margin-left:38px;
  	cursor:pointer;
  	color:#CCCCCC;
  	font: 10px Tahoma;
}
.ContextMenuItemImg{
	width:22px;
	float:left;
	padding-left:4px;
}
/******************************************
    Syntax Highlight
*******************************************/
/* SYNTAX HIGHLLIGHT */
b	{	font-weight:normal;}
i	{	font-style:normal; }
b.tab{	background-image: url(tab.gif);}
b.url{	text-decoration:underline;}
