﻿.panel{
	background-color: #efefef;
	border: 1px solid #cccccc;
	width: 728px;
	margin-top: 3.0em;
	padding: 0px;

}

.toolbar{
	width: 100%;
	padding: 0;
	margin: 0;
}

.designFrame{
	width: 728px;
	height: 480px;
	background-color: white;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.codeArea
{
	width: 726px;
	height: 476px;
	background-color: white;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: none;
}

.editorButton
{
	position: relative;
	top: 0px;
	height: 30px;
}
.smallButton
{
	width: 30px;
}
.largeButton
{
	width: 100px;
}
button{
	margin: 0px;
}

.linkMenu
{
	position: absolute; 
	width: 300px; 
	background-color: white; 
	border: 1px solid black; 
	z-index: 2; 
	padding: 0.3em;
}

.colorMenu
{
	position: absolute; 
	background-color: white; 
	border: 1px solid black; 
	z-index: 2; 
	padding: 0.3em;	
}

#colorPalette
{
	border: 1px solid #cccccc;
}

#colorPalette td
{
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.verticalRule
{
	height: 100%;
	width: 1px;
	background-color: #000000;
	display: inline;
}

#currentColor2
{
	padding: 0px;
	height: 26px;
	width: 26px;
	cursor: pointer;
}

.topMenu
{
	border: 1px solid black;
	background-color: #FFFFFF;
}

.menuOptions
{
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.menuOptions li
{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	padding-right: 1.0em;
}

.menuOptions li:hover
{
	background-color: Blue;
}

.activeMenu
{
	background-color: White;
	border: 1px solid black;
}

#imageMenu
{
	position: absolute;
	background-color: White;
	height: 415px;
	width: 600px;
	border: 1px solid black;
	
}

#imageList
{
	height: 360px;
	width: 596px;
	overflow: -moz-scrollbars-vertical;
	overflow: auto;
}

#pdfMenu
{
	position: absolute;
	background-color: White;
	border: 1px solid black;
	height: 415px;
	width: 600px;
}

#pdfList
{
	height: 360px;
	width: 596px;
	overflow: -moz-scrollbars-vertical;
	overflow: auto;
}


