body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0;
} 

a {
	color: #006cc1;
}

table { 
   border-collapse:collapse; 
   border-spacing:0; 
} 
fieldset,img {
    border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left;
}
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { 
	border:0; 
}

/* ------------------------------------------------ */


body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}
.closeButton{
	right: 0px;
	position: absolute;
	
}
.tagMouseOver{
	background-color: lime;
	font-size: 12pt;;
	padding: 5px;
	display: block;
	
}
#header {
	height: 60px;
	background: #000 url('./images/bkgd_top.jpg') repeat-x;
}

#logo {
	float: left; 
	padding-left: 5px;
}

#user_login {
	float: right;
	padding-right: 15px;
	padding-top: 4px;
	color: #fff;
	line-height: 200%;
}
#user_login input {
	width: 110px;
}

p#username {
	font-size: 13px;
}
#user_menu {
	float: right;
}
.linktrash{
	display: none;
}
#user_menu li {
	display: inline;
	padding-right: .5em;
}

p#welcome {
	font-size: 13px;
}
p#login {
	color: #bbb;
}
#panelSpace{
	position: relative;
}
#system_messages {
	margin-top: 12px;
	float: left;
	padding-left: 0px;
	line-height: 40px;
}
#system_messages img {
	vertical-align: middle;
}

#filemenu {
	float: left;
	text-transform: uppercase;
}
#filemenu li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 30px 0 20px;
	height: 40px;
	line-height: 40px;
}

#nav {
	height: 40px;
	background: #818992 url('./images/bkgd_nav.jpg') repeat-x;
	border-bottom: 1px solid #666;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	line-height: 40px;
	height: 40px;
}
.navlink {
	display: block;
	padding: 0 30px 0 30px;
	float: left;
	color: #fff;
	border-right: 1px solid #bbc0c7;
	text-decoration: none;
	text-transform: uppercase;
}
a.navlink:hover {	
	background: url('./images/bkgd_nav_selected.jpg') repeat-x;
}
.navlink img {
	vertical-align: text-bottom;
	margin-left: 10px;
}

h2 {
	font-size: 18px;
	padding: 0 1em;
}
h3 {
	font-size: 14px;
	padding: 0 1em;
}


/* ------------------------------------------------ */
/* -- Text Tagger CSS ----------------------------- */

.loadBar{
	z-index: 15;
}
.dotBacking{
	z-index:10;
	border: thin solid green;
	position: absolute;
}
#header_links a:hover {
	text-decoration: underline;
}

#header input {
	font-size: 12px;
	border: 0;
}
#searchbox {
}
#header input#search_submit {
	margin: 0 10px 0 5px;
}

#workspace {
	position: relative;
}

.hd {
	position: relative;
	z-index: 2;
}
.path{
	padding-left: 2em;
}
.audioButton{
	padding: 5px;
}
div.panel {
	background: url('./images/bkgd_70black.png');
	padding: 5px;
	width:800px;
	height:400px;
	position: absolute;
	left: 305px;
	top: 5px;
}
.bd {
	position: relative;
	overflow: auto;
	background-color: white;
	height: 95%
}
.ft {
	position: relative;
}

.txtDiv{
	background-color: lime;
	
}

.panelButton{
	position: relative;
	padding-left: 2px;
	left: 2px;
}
.closeButton{
	position: absolute;
	right: 2px;
	padding-left: 2px;
}
.possibleBar{
	position:absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	

}
.possibleTag{
	background-color: lime;
	border: solid thin black;
}
.xmlTextArea{
	width: 85%;
	height: 98%;
}
.TagTreeContent{
	display: none;
	width: 100%;
	height: 100%;
	
}
.TextAreaContent{
	display: block;
	width: 100%;
	height: 100%;
	
}
.tagBox{
	border: solid thin black;
	background-color: lime;
}
.attBox{
	position: absolute;
	border: thin solid red;
	left:45%;
	top:10%;
	z-index: 10;
}
.killLeaf{
	position: absolute;
	right: 0px;
}

.attHeader{
	background-color: grey;
}
.attBoxContent{
	background-color: lime;
}
.sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height:800px;
	background-color: grey;

	color: white;
	font-weight: bold;
}


.sidePanelDiv {
	background: #808992;
	margin: 5px;
	margin-bottom: 0;
	border: 1px solid #bbc0c7;
	padding: 10px;
}
.tagMouseOut{
	background: #808992;

	font-size: 11px;
	padding: 0;
}
span.sidePanelAttribute {
	width: 50px;
	display: block;
	float: left;
	clear: left;
}
.sideContainer {
	font-weight: normal;
	height: 50%;
	width: 100%;
	overflow: auto;
	position: relative;
}
.sideContainer li {
	border-bottom: 1px solid #bbc0c7;
	margin-bottom: 1px;
	color: #d5dbe3;
}

.videoWrapper{
	position: relative;
}
.videoControls {
	border: thin solid red;
	background-color: white;
	position: absolute;
	right: 0px;
	top: 0px;
	
}
.videoBox {
	position: absolute;
	left:0px;
	top:0px;
	width: 40%;
	
}

.box{
	z-index: 4;
	border: thin solid red;

	position: absolute;
}
.tagWin {
	z-index: 10;
	border: thin solid blue;
	position: absolute;
	width: 300px;
	height: 100px;
	background-color: #FFF;
	top: 100px;
	left: 100px;
}

#newDocs {
	float: right;
}
#newDocs li {
	float: left;
	line-height: 40px;
	padding: 0 10px;
}
#newDocs li.newDocIcon {
	height: 40px;
	width: 40px;
	padding: 0;
}
#newDocs li.newDocIcon {
	cursor: pointer;
}
#newDocs li a {
	display: block;
	width: 100%;
	height: 100%;
}

#icon_audio { background: url('./images/doc_icon_audio.gif') no-repeat;}
#icon_image { background: url('./images/doc_icon_image.gif') no-repeat;}
#icon_text { background: url('./images/doc_icon_text.gif') no-repeat;}
#icon_video { background: url('./images/doc_icon_video.gif') no-repeat;}
#icon_link { background: url('./images/doc_link.gif') no-repeat;}

.sidebar ul{
	padding-left: 1em;	
}

.audioControls{
	position: absolute;
	z-index: 42;
	right: 0px;
	top: 0px;

}
input.login_input {}
#searchbox {
	width: 120px;
}

/* -- Window Stuff -------------------------------------------------- */

 * .window {
	position: fixed;
	left: 13%;
	top: 120px;
	width: 75%;
	background: #9ca1a7 url('images/bkgd_window.gif') repeat-x;
	border: 2px solid #788390;
	display: none;
}
#window_open {
	left: 13%;
	width: 75%;
	z-index: 100;
}
#window_search {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color:white;
	z-index: 100;
}
#window_bib {
	left: 28%;
	width: 45%;
	z-index: 101;
}
#window_CreateBib {
	left: 28%;
	width: 45%;
	z-index: 101;
}
#window_footnote {
	left: 13%;
	width: 75%;
	z-index: 102;
}
#window_save {
	left: 13%;
	width: 75%;
	z-index: 103;
}
#window_new {
	left: 13%;
	width: 75%;
	z-index: 103;
}
#window_overwrite {
	left: 28%;
	width: 45%;
	z-index: 104;
	margin-top: 20px;
}

.window_body {
	padding: 10px;
}

.window_button {
	text-transform: uppercase;
	float: right;
	color: #3e4b59;
	background: #fff url('images/bkgd_window_button.gif') repeat-x;
	border: 1px solid #788390;
	padding: .25em 1.25em;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	cursor: pointer;
}
a.window_button:hover {
	background: #d7e3f4;
}
a.window_button:active {
	background: #b2cae8;
}
.fileitem:hover{
background: #d7e3f4;
}

.window_text {
	width: 99%;
	border: 1px solid #788390;
	padding: 3px;
	margin-top: 5px;
}
.init_text {
	width: 20%;
	border: 1px solid #788390;
	padding: 3px;
	margin-top: 5px;
}
.window_text_error {
	width: 99%;
	border: 1px solid #ff0000;
	padding: 3px;
	margin-top: 5px;
}

.window_select {
	background: #fff;
	border: 1px solid #788390;
	height: 200px;
	overflow: auto;
}
.window_select_error {
	background: #fff;
	border: 1px solid #ff0000;
	height: 200px;
	overflow: auto;
}
.window_select a {

	padding: .25em;
	font-size: 12px;
	color: #2c2c2c;
}

.window_select a:hover {
	background: #d7e3f4;
}

.window_selected {
	background: #d7e3f4;
}

.window_closebar {
	background: #b0b7c1 url('images/bkgd_closebar.gif') repeat-x;
	border-bottom: 1px solid #788390;
	color: #3e4b59;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;	
}

.window_close {
	color: #3e4b59;
	float: right;
	line-height: 40px;
	padding-right: 24px;
	background: url('images/window_close.gif') no-repeat right;
	cursor: pointer;
}

#window_grey {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
	filter:alpha(opacity=50);   
	-moz-opacity: 0.5;   
	opacity: 0.5;
	display: none;
	z-index: 99;
}

#check_reg{
	width: 1em;
}

.window_body textarea {
	width: 99%;
}

.linkList {
	border: 0;
	position: absolute;
	width: 50%;
	padding: 3px;
}
.linkControls {
	background: #bbc0c7;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding: 5px;
}

.leftLinkList {
	left: 0px;
}
.rightLinkList {
	right: 0px;
	text-align: right;
}
.linkListUL {
	
}
.linkListUL li {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	margin: 2px;
}

.lc_record, .lc_touch, .lc_stop {
	margin-right: 10px;
	padding: 2px;
	padding-left: 16px;
	cursor: pointer;
}
.lc_record:hover, .lc_touch:hover, .lc_stop:hover {
	background-color: #d4dae3;
}
.lc_record {
	background: url('./images/icon_lc_record.png') 3px 4px no-repeat;
}
.lc_touch {
	background: url('./images/icon_lc_touch.png') 3px 4px no-repeat;	
}
.lc_stop {
	background: url('./images/icon_lc_stop.png') 3px 4px no-repeat;	
}

.imgPanelSaveBar {
	padding-top: 5px;
}


.audioEmbed {
	margin: 100px 20px;
}

.fileURL {
	padding-left: 10px;
}


#member_list li {
	display: inline-block;
	padding: 0 5px;
}


h3.bigol {
	width: 550px;
	padding: 5px 10px;
	margin-left: 10px;
	font-weight: bold;
}

label.bigol {
	font-size: 10px;
	color: #777;
	text-transform: uppercase;
	display: block;
}
input.bigol, textarea.bigol, select.bigol {
	font-size: 18px;
	padding: 3px;
	border: 2px solid #9ca1a7;
	color: #004072;
	margin-bottom: 10px;
}
textarea.bigol {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 510px;
	height: 55px;
}
select.bigol {
	font-size: 14px;
}

.leftcolumn, .rightcolumn, .leftcolumn_wide, .rightcolumn_ad {
	margin: 10px;
	margin-top: 0;
}
.padding {
	padding: 0 10px;
}
.fullcolumn {
}
.leftcolumn_wide {
	float: left;
	width: 608px;
}
.leftcolumn {
	float: left;
	width: 550px;
}

.registration {
	padding: 10px 0;
	background-color: #e1eef8;
	background-color: #c8ccd1;
	background-color: #dbdee2;
}
.registration h3 {
	color: #517692;
}
.registration p {
	color: #517692;
}

#recaptcha_table, #recaptcha_table td {
	background: #fff;
}

.left {
	float: left;
	margin-right: 10px;
}

.opt {
	font-size: 9px;
}

