body{
margin:0;
padding:0;
line-height: 1.5em;
}

a:link { font-weight: bold; font-size:12px ; font-family: Arial; color: #6495ED; text-decoration: underline;} 
a:active {font-weight: bold;  font-size:12px ; font-family: Arial; color: #FF0000; text-decoration: none;}
a:visited {font-weight: bold;  font-size:12px ; font-family: Arial; color: #708090; text-decoration: underline;}
a:hover {font-weight: bold;  font-size:12px ; font-family: Arial; font-style: none; color: #7B68EE; text-decoration:none;}

#topsection{
background: #696969;
height: 100px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 20px;
font-size: 32pt;
font-family: Georgia;
color:#FFFFFF;
}

#topsection h2{
margin: 0;
padding-top: 20px;
font-size: 18pt;
font-family: Arial;
color:#FFFFFF;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 15% 0 20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
font-family: Arial;
font-size: 10pt;
text-align: justify;
padding:10px;
}

#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -100%;
background: #DCDCDC;
font-family: Arial;
font-size: 10pt;
padding-top: 10px 
}

#rightcolumn{
float: left;
width: 15%; /*Width of right column in percentage*/
margin-left: -15%; /*Set margin to that of -(RightColumnWidth)*/
background: #DCDCDC;
font-family: Arial;
font-size: 10pt;
padding-top :10px;
}

#footer{
clear: left;
width: 100%;
background: #696969;
font-family: Arial;
font-size: 10pt;
color: #FFF;
text-align: center;
padding: 4px 0;
padding-bottom: 10px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

@charset "UTF-8";
/* CSS Document */

/* RefTagger Control Panel Styles */

#lbsRefTaggerCP {
	width: 9.5em;
	border: solid 1px #CCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 80%;
	color:#333333;
	background-color:#DDD;
	text-align: center;
}
#lbsHeader {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	border-bottom: solid #DDD 1px;
	background-image: url(http://www.logos.com/images/reftagger/dgbg.gif);
	background-repeat: repeat-x;
	padding: .25em;
	color: #DDD;
	margin-bottom: 2px;
}
#lbsSaveContainer, #lbsVersionContainer, #lbsLibronixContainer {
	padding:4px;
}
#lbsSave {
	border:1px solid gray;
	padding: 0em 1em;
	background-image: url(http://www.logos.com/images/reftagger/dgsave.gif);
	background-repeat:repeat-x;
	color:#333;
	font-family: helvetica, arial, "sans serif";
	cursor: pointer;
}
#lbsVersion {
	font-size:100%;
}
#lbsRefTaggerCP a:link, #lbsRefTaggerCP a:hover, #lbsRefTaggerCP a:visited {
	text-decoration:none;
	color:#666666;
}
#lbsFooter {
	font-size: 90%;
	border-top:dashed #646464 1px;
	padding:3px;
}
#lbsLogo {
	background-image:url(http://www.logos.com/images/reftagger/logogreybg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding: 2px;
}
#lbsUseLibronixLinks {
	cursor: pointer;
}


