* {
	margin: 0;
	padding: 0;
}

/* ----- For Generic Users ----- */

p {
	margin: 0.5em;
}
h1 {
    margin: 1em;
}

h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 5px solid #8080c0;
    padding-bottom: 5px;

}

h3 {
    margin: 0.5em;
}

i {
    font-family: 'Times New Roman';
}

ul {
    margin-left: 2em;
}

canvas {
    border: 1px solid #8080c0;
}

/* ----- For C5 Presentation ----- */

.author {
    display: inline;
    font-weight: bold;
    margin: 1em;
}

/* ----- For Tile Script User Interface ----- */

body {
	text-align: center;
	font-family: Verdana;
/*	font-family: 'Times New Roman'; */
background: white;
    background-image: url(back.gif);
    background-repeat: repeat-x;
}
body div {
	text-align: left;
	margin: 0 auto;
}

#loading {
    position: fixed;
    top: 10px;
    right: 10px;
}

#header {
    height: 50px;
    position: relative;
    margin: 1em;
    margin-bottom: 2em;
}

#title {
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 10px;
	font-family: Verdana;
	font-size: 36px;
	font-weight: bold;
    display: inline;
    text-align: left;
}

h1 a:link { color: #AFC79E; }
h1 a:visited { color: #AFC79E; }
h1 a:active { color: #6A8C51; }

.control {
    position: absolute;
    bottom: 0px;
    right: 10px;
    display: inline;
    text-align: right;
}

.row {
    padding: 0px;
    margin: 0px;
}

.rowTool {
    float: left;
    width: 80px;
}

.valueParent {
    margin-right: 10px;
    margin-left : 80px;
}

#rows {
    margin-left: 1em;
    margin-right: 1em;
}

.editor {
    font-size: 1em;
    font-family: Verdana;
    position: absolute;
    border: 1px solid #c08888;
}

#footer {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
}

#transcriptElement {
    z-index: 10;
    position: fixed;
    bottom: 0px;
    left: 10px;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    margin: auto;
    text-align: right;
}

#transcript {
    width: 100%;
    margin: auto;
    border: 1px solid #888888;
}

#transcriptTab {
    cursor: pointer;
    background: #e0e8e8;
    padding-right: 6px;
    padding-left: 6px;
    border: 1px solid #888888;
}

.printIt {
    margin: 1px;
    vertical-align: text-bottom;
}

.checkbox {
    margin: 1px;
    vertical-align: text-top;
}


.tile {
    background:#ffffff;
}

textarea.tile {
    cursor: text;
    text-align: left;
    width: 98%;
    font-size: medium;
    border: 1px solid #dddddd;
}

.stringTile {
    background: #E4FBB0;
}
.numberTile {
    background: #F5EABC;
}

/* for html mode */
div.tile {
    margin-left: 2em;
    background: transparent;
}

table.tile {
    cursor: move;
    font-size: large;
    padding: 0px;
    border: 1px solid #888888;
    text-align: left;
}

.newLineEnter {
    background-color: #DFB875;
    height: 6px;
    clear: both;
}

.newLine {
    background-color: transparent;
    height: 6px;
    clear: both;
}

.hoverclass {
    background: #e8c0a0;
}


#viewer {
    position: fixed;
    float: right;
    border-left: 2px solid #808080;
    margin: 0px;
    width: 25%;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #CDC9DC;
}

#viewer.viewerHide {
    display: none;
}

#body.viewerHide {
    margin-right: 0%;
}

#body {
    margin-right: 25%;
}

.watcher {
    font-size: large;
    cursor: move;
    margin: 2px;
    border: 1px solid #666666;
    background: white;
}

.watcher input {
    margin: 2px;
    font-size: large;
    border: 1px solid #888888;
}

.tile .watcher input {
    width: 80%;
}
