/* basic.css
	- Common to all justis service pages
*/

@import "mozhacks.css";

html, body
{
	margin: 0;
	padding: 0;
	/* height: 100%; */
	min-height: 100%;
	width: 100%;
} 

body
{
	margin: 0;
	padding: 0;
	font: 100%/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

#wrapper
{
	width: 100%;
	text-align: center;
	clear: both;
	position: relative;
	font-size: 80%;
}

a img
{
	border:0;
}

#header
{
	height: 50px;
	/* background: #fff url(../justis_images/header_bg.jpg) repeat-x top; */
	color: #000;
	background-color: #fff;
}

#header ul#tabs
{
	list-style-type: none;
	position: relative;
	white-space: nowrap;
	top: 12px;
	margin: 0px;
	padding: 0px;
	right: 5px;
	text-align: right;
}

#header #tabs li
{
	display: inline;
	list-style-type: none;
}

#header #logon
{
	position: relative;
	top: 0px;
	right: 5px;
	font-size: 70%;	
	z-index: 5;
	text-align: right;
}

#header #logon strong
{
	font-weight: normal;
	color: #4381BA;
	background-color: inherit;
}

#header #logo
{
	background: url(../justis_images/logo.gif) no-repeat;
	position: absolute;
	left: 5px;
	top: 9px;
	height: 35px;
	width: 106px;
	cursor: pointer;
}

#header a
{
	color: #666666;
	background-color: inherit;
}

#header a:hover
{
	color: #4381BA;
	background-color: inherit;
}

#header a:visited
{
	color: #666666;
	background-color: inherit;
}

#global
{
	height: 18px;
	background-color: #eed;
	color: #000;
	border-top: 3px solid #4381BA;
	border-bottom: 1px solid #4381BA;
	font-size: 70%;
	padding-top: 3px;
	padding-left: 5px;
}

#global ul{
	margin: 0 5px 0 0;; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#global li {
	display: inline;
	margin:0;
}

#global li#welcome
{
	float: left;
}

#global li#jlink
{
	float: right;
	background: url(../justis_images/ico_jlink.gif) 5% 50% no-repeat;
	padding-left: 20px;
}

#global li#info
{
	float: right;
	background: url(../justis_images/ico_info.gif) 2% 50% no-repeat;
	padding-left: 20px;
}

#global li#helpdesk
{
	float: right;
	background: url(../justis_images/ico_alert.gif) 2% 50% no-repeat;
	padding-left: 20px;
	margin-right: 5px;
}

#global li#about
{
	float: right;
	background: url(../justis_images/ico_scales.gif) 2% 50% no-repeat;
	padding-left: 27px;
	margin-right: 5px;
}

#global li a
{
	/*display: block;   -- causes mis-formatting for <a> tags in the search bar*/
	/*padding: 0 5px 2px 5px; -- causes mis-formatting for <a> tags in the search bar*/
	color: #687787;
	background-color: inherit;
	
}

#global li#welcome a, #global li#refine a
{
	display: inline;
	padding: 0 2px 2px 2px;
}

#global a:visited
{
	color: #687787;
	background-color: inherit;
}

#global a:hover
{
	color: #F1AC00;
	background-color: inherit;
}

#ribbon
{
	height: 48px;
	background: #EEEEDD url(../justis_images/ribbon_bg.jpg) repeat-x;
	color: #000;
	border-bottom: 1px solid #4381BA;
	overflow: hidden;
	clear:both;
}

#ribbon table#menu
{
	margin: 0;
	padding: 0;
	width:100%;
}

#ribbon table#menu td
{
	text-align: center;
	padding: 3px 20px 3px 10px;
	margin: 0;
	border-right: 1px solid #CCC;
	width: 33%;
	font-weight: bold;
	font-size:70%;
	vertical-align: top;
}

#ribbon ul.options
{
	list-style-type: none;
	white-space: nowrap;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#ribbon .options li
{
	display: inline;
	list-style-type: none;
}
/*
.datasource-menu
{
	background-color: #DFEAF5;
	color: #000;
	border: 1px solid #4381BA;
	position: absolute;
	z-index: 10;
	font-size: 95%;
	width: 400px;
}

.datasource-menu ul
{
	list-style-type: none;
	padding: 10px;
	margin: 0 0 0 5px;
}

.datasource-menu li
{
	list-style-type: none;
}

#datasources
{
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	float: left;
}

#datasources li
{
	list-style-type: none;
	margin-right: 5px;
}
*/
#btnSearch, #btnClear
{
	margin: 1px 0px 1px 5px;
	border: 0;
	padding: 0;
}

#footer
{
	font-size: 70%;
	position: absolute;
	height: 18px;
	bottom: 18px;
	text-align: center;
	width: 100%;
}

#legal
{
	text-align: center;
	font-size: 70%;
	color: #ccc;
	background: inherit;
}

#legal a
{
	color: #ccc;
	background: inherit;
}

.extra
{
	display: none;
	overflow: hidden;
	font-size: 70%;
	background-color:#fefdf9;
}

.extra table.paneltable
{
	border:0;
	width:100%;
}

.extra table.paneltable td
{
	border:0;
}

.extra table.paneltable p
{
	margin:3px 0px;
	line-height:16px;
	text-indent:0em;
}

.extra table.paneltable ul
{
	padding-left:1em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.extra table.paneltable ul.scales
{
	list-style-type:none;
	margin-left:0em;
}

.extra table.paneltable ul.scales li
{
	padding-left:25px;
	margin-left:0em;
	background-image: url(../images/ico_scales.gif); 
	background-repeat:no-repeat;
	background-position: 0 50%;
}

.extra table.paneltable h2
{
	margin:0px 0px 3px 0px;
}

div.buttons {
	width: 687px;
	text-align: right;
	margin: 0 0 15px 0;
} 

div.buttons a {
	color: #FF9900;
} 

legend
{
	color: #4381BA;
	background-color: inherit;
}

.closeExtra
{
	width: 100%;
	text-align: right;
	padding: 2px;
}

h1
{
	font-size: 110%;
}

h2
{
	font-size: 100%;
}

h3
{
	font-size: 90%;
}

td.closeMsg
{
	width: 20px;
	vertical-align: top;
}

div.SearchFeedbackSpacer
{
	width: 100%;
	height: 50px;
	margin-bottom: 25px;
}

div.SearchFeedback
{
	height: 50px;
	background: #FFE7AE url(../justis_images/error_bg.jpg) repeat-x;
	border-bottom: solid 1px #F1AC00;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	margin-bottom:14px;
}

div.SearchFeedback p
{
	margin: 5px;
}

div.SearchFeedback p em
{
	font-style: normal;
	font-weight: bold;
}

div.DataSourceMenu
{
	background: #fff;
	border: 1px solid #4381BA;
	font-size: 80%;
	width: 400px;
	height: 200px;
	display: none;	
	z-index: 60;
	opacity:.95;
	-moz-opacity: 0.95;
	overflow:auto;
}
div.DataSourceMenu .DataSourceCount
{
	font-size: 80%;
}
div.ClientCodeMenu
{
	background: #fff;
	border: 1px solid #4381BA;
	width: 400px;
	height: 200px;
	display: none;	
	z-index: 60;
	opacity:.95;
	-moz-opacity: 0.95;
	overflow:auto;
}

div.ClientCodeMenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

div.ClientCodeMenu ul li
{
	margin: 0;
	padding: 3px 5px 3px 5px;
}

div.ClientCodeMenu div.clear
{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 80%;
	color: #4381BA;
}

#ccdd
{
	padding-left: 10px;
	background: url(../justis_images/expander.gif) no-repeat left 5px;
}

div.helpdesk
{

}

.helpdesk ul

{
	list-style: none;
	margin: 0px 0px 0px -5px;
	padding: 0px;
}



.helpdesk ul li
{
	display: inline;
	padding-left: 20px;
}



.helpdesk li.phone
{
	background: url(../images/ico_phone.gif) no-repeat 0px 50%;
}



.helpdesk li.email

{
	background: url(../images/ico_email.gif) no-repeat 0px 50%;
}

.helpdesk li.helpindex

{
	background: url(../images/ico_info.gif) no-repeat 0px 50%;
}

#jlinkwelcome
{
	padding: 2px 5px;
	border-top: solid 1px #F1AC00;
	border-right: solid 1px #CDB478;
	border-bottom: solid 1px #CDB478;
	border-left: solid 1px #F1AC00;
	background-color: #FFE6AA;
	margin-right:10px;
}

#modal
{
	DISPLAY:none;
	Z-INDEX:30;
	BACKGROUND:#fff;
	FLOAT:left;
	POSITION:absolute;
}

a:link
{
	color:#00f;
	text-decoration:underline;
}

a:visited
{
	color:#00f;
	text-decoration:underline;
}

a:hover
{
	color:#f00;
	text-decoration:underline;
}

a:active
{
	color:#f00;
	text-decoration:underline;
}

.deletable
{
	list-style: none;
}
