
/* General container styles */
body {
	background-color: #E3E3E3; 
	width: 1000px;
        margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.tablecontent {
	background-color: #FFFFFF; 
	border: 1px solid black;
        padding: .5em;
        font-family: arial;
	font-size: 14px;
}

.header {
	background-color: #FFFFFF; 
	border: 1px solid black;
}

.footer {
	background-color: #FFFFFF; 
	border: 1px solid black;
	font-size: 12px;
}

.positions {
	font-size: 12px;
}

.threatlink {
	background-color: #FFFFFF; 
	border: 1px solid black;
	width: 193px;
}


a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

div.header {
	font-family: serif;
	background-color: #557E37;
	height: 100px;
	font-size: 40px;
}

div.outside {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	min-width: 620px;
}

div.inside {
	border: 1px solid black;
	border-top: 0px;
	background-color: white; 
	/* [[new theme ]] background-color: #ded085; */
	padding: 1em;
	clear: both;
}

div.center {
	margin-left: auto;
	margin-right: auto;
}

/* Tab strip-related styles */
div.tabstrip {
	margin-top: 1em;
}

div.tabstrip a {
	display: block;
	float: left;
	margin-left: .3em;
	padding: .3em;
	background-color: #AAA;
	border: 1px solid black;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

div.tabstrip a.righttab {
	float: right;
	margin-left: 0px;
	margin-right: .3em;
}

div.tabstrip a:hover { background-color: #EEE }

div.tabstrip a#tabselected {
	background-color: white;
	border-bottom: 1px solid white;
}

div.tabstrip a#tabbottom {
	float: none;
	margin: 0px;
	background-color: #E3E3E3;
	border: 1px solid #E3E3E3;
	border-bottom: 1px solid black;
}

div.substrip {
	font-size: smaller;
	margin-top: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	padding-left: .5em;
}

div.substrip a {
	margin-top: -1px;
}

div.substrip a#subselected {
	background-color: white;
}

div.substrip a#tabbottom {
	float: none;
	margin: 0px;
	background-color: #FFF;
	border: 1px solid #FFF;
}


/* Box */
div.box {
	border: 1px solid black;
	padding: .8em;
	margin: .5em;
	margin-bottom: 0;
}

div.box h1,h2 {
        text-align: center;
	background: #000 url(../images/blackbar.gif) repeat-y right;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	padding: 2px 10px;
}

/*div.box h1,h2 {
        text-align: center;
	background: #d8a500 url(../images/yellowbar.gif) repeat-y right;
	color: #000;
	font-size: 130%;
	font-weight: bold;
	padding: 2px 10px;
}*/


	
	
/* Labelled content */

span.labelled {
	margin-right: 2em;
	margin-bottom: .8em;
	float: left;
}

span.labelled label {
	font-weight: bold;
}


/* Search Result Tables */

table.searchresults {
	width: 95%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.searchresults th {
	background-color: #AAA;
}

table.searchresults td {
	padding-left: .5em;
	padding-right: .5em;
}

table.searchresults tr.odd,td.note {
	background-color: #E3E3E3;
}
table.searchresults tr.even {
	background-color: #EEE;
}
table.searchresults tr.highlight {
	background-color: #0F0;
}

table.searchresults tr.hover:hover {
	background-color: #DDD;
}

table.searchresults td.note {
	text-align: center;
	font-style: italic;
	padding: .3em;
}

table.searchresults a {
	color: black;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}	

table.vertborder th {
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

table.vertborder {
	border: 1px hidden;
}
	
	
/* Editable select box */
.selectBoxArrow{
        margin-top:1px;
        float:left;
        position:absolute;
        right:1px;


}

.selectBoxInput{
        border:0px;
        padding-left:1px;
        height:16px;
        position:absolute;
        top:0px;
        left:0px;
}

.selectBox{
        border:1px solid #7f9db9;
        height:20px;

}

.selectBoxOptionContainer{
        position:absolute;
        border:1px solid #7f9db9;
        height:100px;
        background-color:#FFF;
        left:-1px;
        top:20px;
        visibility:hidden;
        overflow:auto;
}

.selectBoxAnOption{
        font-family:arial;
        font-size:12px;
        cursor:default;
        margin:1px;
        overflow:hidden;
        white-space:nowrap;
}


/* Error/Warning/Message */

.error {
	color: #FFF;
	background-color: #B00;
	font-style: italic;
	border: 1px dashed black;
	padding: .5em .5em .5em .5em;
	margin-left: 3em;
	margin-right: 3em;
	text-align: center;
}

.warning {
	color: #000;
	background-color: #FF0;
	font-style: italic;
	border: 1px dashed black;
	padding: .5em .5em .5em .5em;
	margin-left: 3em;
	margin-right: 3em;
	text-align: center;
}

.message {
	color: #FFF;
	background-color: #0B0;
	border: 1px dashed black;
	padding: .5em .5em .5em .5em;
	margin-left: 3em;
	margin-right: 3em;
	text-align: center;
}


/* Misc */

.printonly {
	display: none;
}	
