body
{
	font-family: Arial, Verdana, Sans Serif;
	font-size: 100%;
	font-size: small;
	margin: 0px;
	line-height: 150%;
	color: #4B4B4B;

}

#sipri_logo
{
	position: absolute;
	top: 2px;
	right: 15px;
}

#sipri_logo img
{
	border: none;
}

.compact
{
	border-collapse: collapse;
	background-color: red;
	text-align: left;
}

.compact tr
{
}

.compact td
{
	vertical-align: top;
	background-color: #F1EFE2;
	border-top: solid 2px white;
}

.compact thead
{
	font-weight: bold;
	text-align: center;
}

.ccheader
{
	font-variant: small-caps;
}

.new
{
	font-weight: bold;
}

.ending
{
	font-style: italic;
}

.td_notes
{
background-color: #F1EFE2;
text-align: left;

}

.td_label
{
background-color: #F1EFE2;
width: 50px;
}

label
{
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	padding-right: 0px;
	margin-bottom: 10px;
}

.error
{
	color: red;
}

h1
{
	letter-spacing: -2px;
	padding: 10px;
	margin: 0px;
	color: #4D4D4D;
}

div#menu
{
	display: block;
	clear: both;
	width:100%;
}

#menu ul
{
	display: block;
	width: 100%;
	height: auto;
	list-style-type: none;
	background: #BBD9EE;
	padding: 0px;
	margin: 0px;
	float: left;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;

}

#menu li
{
	display: inline;
	background-color: white;
	padding-right: 0px;
	padding-left: 10px;
	background: url(images/left_off.gif) repeat-x left top;
	float: left;
}

#menu a
{
	display: block;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: 800;
	background: url(images/right_off.gif) no-repeat right top;
	color: #444444;
}

li#here
{
	background: url(images/left_on.gif) repeat-x left top;
}

#here a
{
	background: url(images/right_on.gif) no-repeat right top;
}

div#content
{
	display: block;
	width: 95%;
	clear: both;
	padding-left: 30px;
}

form label
{
	width: 150px;
	display: block;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 30px;
}

label.inline
{
	display: block;
	float: left;
	width: 170px;
	margin-bottom: 5px;
	text-align: right;
	padding-right:10px;
}

form input, textarea, select
{
	display: block;
	float: left;
	margin-bottom: 5px;
	borsder: solid 1px #BBD9EE;
}

textarea
{
}

form br
{
	clear: left;
}

div#lform
{
	width: 920px;
	margin: 0px;
	text-align: left;
}

input#save
{
	margin: 10px;
	margin-left: 100px;
}

input#nosave
{
	margin: 10px;
	margin-right: 100px;
}

input#savecopy
{
	margin: 10px;
	margin-right: 100px;
}

input#excel
{
	margin: 10px;
	margin-left: 500px;
}


form em
{
}

.day
{
	width: 50px;
	display: block;
}

.month
{
	width: 50px;
	display: block;
	
}

.year
{
	width: 150px;
	display: block;
}
form div
{
	text-align: right;
	margin-bottom: 20px;
	clear: right;
}

table
{
	width: 100%;
	padding: 0px;
}

thead td
{
	padding: 5px;
}

tbody td
{
	padding: 5px;
}

code
{
	margin: 10px;
	padding: 10px;
	display: block;
	background-color: rgb(242,242,242);
	font-size: small;
}

thead
{
    background-color:#BEDF5D;
}

tbody a
{
	color: #666666;
	font-weight: bold;
}

tr.even td
{
	background-color: #F1EFE2;
}

tr.uneven td
{
	background-color: white;
}

.button
{
	background-color: #FF9933;
	color: white;
	font-weight: bold;
	border: double 2px #D36800;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.sortable a.sortheader {
    background-color:#BEDF5D;
    codlor:#666666;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

#unique_id
{
	font-size: 90%;
}

.smallfield
{
	width: 1%;
}

.colored
{
	background-color: #F1EFE2;
}


