
body 
{
    background: #ffffff;
    margin: 0px;
    padding: 0px;
}

.everything
{
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    padding: 5px;
}

canvas 
{
	background: #f0f0f0;
	margin: 5px;
}

.left 
{
    float:left;
}

.right
{
    float: right;
}

.current_action
{
    float: left;
    height: 20px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 0px 3px 0px;
    margin: 5px;
}

.color_action, .current_color
{
    float: left;
    width: 20px;
    height: 20px;
    border: solid 1px #808080;
    margin: 5px;
}

.icon_action
{
	float: left;
	margin: 5px;
}

.action 
{
    float: left;
    height: 20px;
    border: solid 1px #808080;
    margin: 5px;
    padding: 0px 3px 0px 3px;
    background: #ffffff;
}

.clear
{
    clear: both;
}

.toolbar 
{
    margin: 5px;
    padding: 5px;
    background: #f0f0f0;
}

.infoblock
{
    margin: 5px;
    padding: 5px;
    background: #f0f0f0;
    width: 450px;
}


.component 
{
    position: relative;
}

h1 
{
    text-align: center;
    background: #000000;
    border-bottom: 4px solid #000080;
    padding: 24px 0px 12px 0px;
    margin: 0px;
}

p
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 5px;
}

.popup
{
    position: absolute;
    top: -5%;
    left: 10%;
    width: 80%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background: #f0f0f0;
    border: 4px solid #000080;
    
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
    
    display: none;
}

.labeller
{
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background: #f0f0f0;
    border: 4px solid #000080;
    
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
    
    display: none;
}

input[type="text"] 
{
    padding: 3px;
    border: 1px solid black;
    width: 60%;
    background: #ffffff;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 2px 0px 2px 0px;
}

h3 
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    padding: 5px;
}

h4
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
    padding: 5px;
    border-bottom: 1px solid #000000;
}

.loader
{
    vertical-align: middle;
}

.error 
{
    display: none;
}

.error p 
{
    color: #ff0000;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
}

#saving_progress, #save_success, #save_failure
{
    display: none;
}

.controlbar
{
	width: 440px;
	background: #f0f0f0;
	margin: 5px;
	color: #000000;
	padding: 5px;
}

.controlbar p
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

#reloadimg
{
	vertical-align: middle;
}

#loaded
{
	display: none;
}

button
{
	background: #f0f0f0;
	padding: 5px;
	margin: 20px 10px 20px 10px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
	height: 36px;

	border: 2px solid #000080;
	
	-moz-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

button:hover
{
	background: #808080;

}

button:active
{
	background: #808080;
	margin: 25px 5px 15px 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button[disabled], button[disabled]:active
{
	background: #f0f0f0;
	padding: 5px;
	margin: 20px 10px 20px 10px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
	height: 36px;
	color: #b0b0b0;

	border: 2px solid #000080;
	
	-moz-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}


b
{
	font-weight: bold;
}

noscript p
{
	color: #FF0000;
	font-weight: bold;
}

.nohtml5
{
	color: #FF0000;
	font-weight: bold;
}

.tutorial
{
    position: absolute;
    top: -40px;
    left: -10px;
    width: 960px;
    height: 650px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #ffffff;
    border: 4px solid #000080;
    
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
    display: none;
    
}

.tutorial_loading
{
    position:absolute;
    left: 460px;
    top: 320px;
}

.tutorial_pane
{
    position: absolute;
    left: 20px;
    display: none;
}

.tutorial_controller
{
    margin-top: 538px;
}
