body,input,td,textarea {
	color: #0F0F60;
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
}

.resourceDiv {
	width: 300px;
}

a.normal {
	padding: 0px;
	color: #0F0F60;
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
}

table.basic, table.journal, table.assessment, table.arrangements {
	width: 100%;
	border: 1px solid blue;
	padding: 2px;
}

table.journal, tr.journal_header, tr.journal {
	border: 1px solid blue;
	text-align: left;
}

tr.header1{
	font-weight:bold;
	background-color: yellow;
}
tr.header2{
	background-color: orange;
	text-align: left;
	border-top: 2px solid blue;
}
tr.footer{
	background-color: #cccccc;
	font-weight:normal;
	border-bottom: 2px solid blue;
}
tr.basic{
	border: 1px solid blue;
}

tr.journal{
	border: 1px solid blue;
/*	vertical-align: top; */
	padding-top: 2px;
}


ul.issues {
	list-style: disc;
}

tr.editing{
border: 1px solid black;
}
td.editing{
	background-color: white;
/*	width: 100%;*/
	font-family: verdana;
}



td.spacer{
	height: 3px;
}




td.checkBoxLabel {
	width: 20%;
	text-align: left;
	font-weight: bold;
}
td.res_info{
	vertical-align: top;
	text-align: left;
}
input.res_input, select.res_select{
	width: 200px;
}
input.inputBox {
	width: 110px;
}
input.inputBoxL {
	width: 160px;
}
input.inputBoxS {
	width: 90px;
}
textarea.abstract {
	width: 270px;
	height:40px;
	font-size: 8pt;
}
input.button {
	color: white;
	background-color: #0F0F60;
	width: 110px;
	font-family: verdana;
	font-size: 10pt;
}	
input.file {
	width: 270px;
}	
input.url {
	width: 270px;
}
input.options, select.options {
	width: 300px;
}	

img.flag {
	height: 20px;
	width: 30px;
	border: 0px;
}
img.scroll {
	height: 15px;
	border: 2px solid red;
}
