h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;font-size:100%;line-height:1;font-family:inherit;}
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;color:#404040;}

html body {
    margin: 0px;
    background-color: #e6e6e6;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow: hidden;
    height: 100%;
}

.frame {
    min-width: 845px;
    position: relative;
}

.header {
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    background-image: url(images/header_background.png);
    background-repeat: repeat-x;
    height: 67px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 150;
    height: 60px;
    top: 59px;
}

.workArea {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 595px;
    height: 500px;
    margin-top: 80px;
    margin-left: -375px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.toolBar {
    float: left;
    width: 63px;
    background-image: url(images/toolbar_background.png);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    top: 137px;
    left: 37px;
    z-index: 150;
    height: 460px;
}

.previewHolder {
    position: absolute;
    z-index: 150;
    width: 153px;
    height: 154px;
    float: right;
    top: 137px;
    right: 10px;
    background-color: #f6f6f7;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #bfbfbf;
    -webkit-box-shadow: 1px 1px 1px #bfbfbf;
    box-shadow: 1px 1px 1px #bfbfbf;
}

#previewImage {
    max-width: 111px;
    max-height: 107px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
}

.icon {
    margin: 5px 5px;
}

.colorSelector {
    background-color: black;
}

.iconSeperator {
    margin: 6px 0px;
}

#screen {
    border-color: #bfbfbf;
    border-width: 1px;
    border-style: solid;
    -moz-box-shadow: 3px 3px 3px #bfbfbf;
    -webkit-box-shadow: 3px 3px 3px #bfbfbf;
    box-shadow: 3px 3px 3px #bfbfbf;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
}

.buttonHolder {
    background-color: white;
    padding: 10px 8px;
    border-color: #bfbfbf;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
}

#imageDimensions {
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
}



#logoArea {
    padding-top: 14px;
    background-color: white;
    height: 46px;
    text-align: center;
    position: absolute;
    z-index: 150;
    width: 100%;
}

.toolHolder {
    background-image: url(images/tool_holder.png);
    width: 41px;
    height: 41px;
    margin: 6px 11px;
    position: relative;
}

.toolHolderShortcut {
    position: absolute;
    color: #c8c8c8;
    font-size: 10px;
    font-family: arial;
    top: 3px;
    left: 3px;
}

#infoSpinner {
}

#logoHolder {
}

#credits {
    height: 100%;
    background-color: white;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 200;
    top: 60px;
    width: 100%
}

#mainContent {

}

.creditBlock {
    float: left;
    text-align: left;
    width: 150px;
}

.creditHolder {
    text-align: left;
    width: 450px;
}

.headerButton {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border: 1px solid #BEC1CB;
    display: table-cell;
    padding:  3px 6px;
    background-image: -moz-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
    background-image: -webkit-linear-gradient(top, white, #e3e9f3 66%, #d6dae4 100%);
}

.headerButton:hover{
    border-color: #959595;
    background-image: -moz-linear-gradient(top, white, #f4f4ff 66%, #e4eaf4 100%);
    background-image: -webkit-linear-gradient(top, white, #f4f4ff 66%, #e4eaf4 100%);
}


.destroyHolder {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #f6f6f7;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #bfbfbf;
    -webkit-box-shadow: 1px 1px 1px #bfbfbf;
    box-shadow: 1px 1px 1px #bfbfbf;
    position: absolute;
    z-index: 150;
}

#destroyImage {
    margin: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#soundButton {
    width: 24px;
}

#fullscreenVideo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

#introVideo {
    margin-top: 163px;
}

#toolSymmetry {
    margin:  0px;
}

.whiteBackground {
    background-color: white;
}

.colorPickerSidebarHolder {
    float: right;
    border-color-left: #F6F6F6;
    -moz-box-shadow: 1px 1px 1px #bfbfbf;
    -webkit-box-shadow: 1px 1px 1px #bfbfbf;
    box-shadow: 1px 1px 1px #bfbfbf;
    background-color: #F6F6F6;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
}

#colorPickerTabColorPicker {
    background-image: url(images/colorpicker_icon.png);
}

#palettePickerTabColorPicker {
    background-image: url(images/palettepicker_icon.png);
}

#colorPickerTabColorPicker, #palettePickerTabColorPicker {
    background-position: 7px 7px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: 3px;
}

#colorPickerTabColorPicker:hover, #palettePickerTableColorPicker:hover {
    background-color: #F6F6F6;
}

.colorPickerTabs {
    float:right;
    width: 36px;
    height: 72px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color-left: #F6F6F6;
    -moz-box-shadow: 1px 1px 1px #bfbfbf;
    -webkit-box-shadow: 1px 1px 1px #bfbfbf;
    box-shadow: 1px 1px 1px #bfbfbf;
    background-color: #F6F6F6;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    background-repeat: no-repeat;
}

.colorPickerHolder {
    position: absolute;
    top: 468px;
    left: 97px;
    width: 307px;
    height: 250px;
    z-index: 300;
}

.gsColorPicker {
    width: 250px;
    height: 250px;
    background-color: #F6F6F6;
    border-width: 1px;
    border-style: solid;
    border-color: #bfbfbf;
    -moz-box-shadow: 1px 1px 1px #bfbfbf;
    -webkit-box-shadow: 1px 1px 1px #bfbfbf;
    box-shadow: 1px 1px 1px #bfbfbf;
    padding: 15px;
    padding-right: 3px;
    border-bottom-right-radius: 4px;
    border-left-width: 0px;
}

.cover {
    width: 3px;
    height: 64px;
    background-color: #F6F6F6;
    margin-left: -16px;
    margin-top: -15px;
    float: left;
}

.colorSquare {
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #BFBFBF;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.colorSquare:hover {
    border-color: black;
}

.recentColorSquare {
    float: left;
}

.recentColorHolder {
    float: left;
    color: #BFBFBF;
    vertical-align: middle;
    width: 230px;
    height: 50px;
    margin-right: 7px;
}

.seperator { 
    height: 0px;
    width: 0px;
    clear: both;
    margin: 0px;
}

.colorInput {
    width: 100px;
    height: 26px;
}

.recentText {
    line-height: 24px;
    float: left;
    margin-right: 10px;
}

.zoomLevels {
    position: absolute;
    bottom: 5px;
    left: 50px;
    color: #6c3db6;

}

.zoomLevelActive {
    color: #353535;
}

.colorHolder {
    overflow-y: scroll;
    background-color: white;
    width: 236px;
    padding: 15px;
    height: 150px;
    margin-left: -13px;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    text-align: center;
}

.logoAreaHolder {
    padding-left: 40px;
}

.centeredHeaderArea {
    margin-top: 13px;
    width: 100px;
    color: #bfbfbf;
}

.centeredHeaderArea:hover {
    background: url(images/pencil_icon_16x16.png);
    background-repeat: no-repeat;
    background-position: right;
    color: black;
    cursor: pointer;
}

.dialogItemStartEnd,.dialogItemStart,.dialogItemEnd {
    background-image: url(images/toolbar_background.png);
}


.dialogItemStartEnd {

}

.dialogItemStart {

}

.dialogItemEnd {

}

.dialogItemIconHolder {
    background-image: url(images/tool_holder.png);
    width: 41px;
    height: 41px;
    margin: 6px 11px;
    position: relative;
}

.dialogItemIconHolder img {
    margin-left: 5px;
    margin-top: 5px;
}