﻿html, body, #wrapper, #outerWrapper
{
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-family: Trebuchet MS;
    font-size:small;
    background-color: black;
	color: White;
}
h1
{
	font-size:large;
}

#silverlightControlHost
{
	position:absolute;
	left:0px;
	top:0px;
    width: 75%;
    height: 99%;
    background-image: url(Images/designer.png);

    background-color: black;
    z-index:0;
}
#errorLocation
{
    font-size: small;
    color: Gray;
}
#XAML
{
    width: 100%;
}

.label
{
    font-size: small;
}


#form1
{
    text-align: left;
}

.indentPanel
{
	margin-left: 20px;
}

.RightPane
{
	font-size:smaller;
	color:White;
}

.AnchorButton
{
	font-family:Lucida Console;
	width:35px;
}

.AnchorButtonPressed
{
	font-family:Lucida Console;
	width:30px;
	background-color:Blue;
	
}

#WLSPhotos
{
	width: 250px; 
	height:98%;
	padding:5px;
}

#XamlAndMarkers
{
	width: 75%; 
	height:97%;
	padding:3%;
	display:none;
}



#WLSPhotosControl
{
	width: 250px; 
	height: 100%; 
	padding:0px;
}

#WebPhotos
{
}

.RightPopupPane
{
	padding: 5px;
	background-color: #595959;
	border: solid 1px white;
	position:absolute;
	display: none;
	top: 0px;
	right: 0px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:3px;
	z-index: 2;
}

.Code
{
	font-size:small;
}