﻿/* 
JavaScript Document
Copyright: Stratum, 2010
*/

html 
{
    margin: 0px;
	padding: 0px;
    background: #333333;
}

body
{
    margin: 0px;
    font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
    background: #333333;
}

img.left 
{
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right 
{
	float: right;
	margin: 0px 0px 0px 20px;
}

.table_style
{
    border-color:White;
    border-style:solid;
    border-spacing:0px;
}

.table_style tr
{
    border-color:White; 
    border-style:solid;   
}

.table_style tr td
{
    border-color:White; 
    border-style:solid;   
}

/* Header */

#header 
{
	width: 980px;
	height: 90px;
	margin: 0px auto;
	background: #FFFFFF;
}

/* Header > Logo */

#logo {
	background: url(images/superior_logo.bmp) no-repeat right;
	float: left;
	width: 950px;
	height: 30px;
	padding: 30px 0px 0px 0px;
	margin-left: 5px;
}

/* Header > Menu */

#menu {
	clear:both;
	width: 980px;
	height: 30px;	
	background: url(images/topnav_bgnd.gif) repeat-x;	
}

#menu ul {
	margin: 0;
	padding-top: 0px;
	list-style: none;
}


#menu li {
	display: block;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-left: 8px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

#menu a:hover {
	color:Navy;
}

/* Content */

#logger 
{
	float:right;
	margin-top: -50px;
	padding-right: 10px;
	text-transform:uppercase;
	text-decoration: none;
}

#logged_user
{
    float:right;
    width: 500px;
	margin-top: -40px;
	padding-right: 10px;
}

/* Content */

#content 
{
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
	background: #FFFFFF;
}

/* Content Banner */
#banner
{
    margin-top: -20px;
    float:left;
    padding-left: 10px;
    text-align:left;
    text-transform:uppercase;
}

/* Content > Main */

#main 
{
	float: none;
	width: 960px;
	padding-left:5px;
	background: #FFFFFF;
	text-align: center;
	clear: both;
	/*overflow: hidden; /*was not expanding vertically without this in job/manifestView page*/
}

/* Loader Message */

#prepage {
    z-index: 5;
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 47%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
	font-weight: bold;
	color:Black;
	padding: 20px;
	border: thick Black;
}

/* Uploader */

#uploader
{
	border: Black solid;
	padding: 5px;
	margin: 10px;	
}

/* Footer */

#footer 
{
	clear: both;
	bottom: 0px;
	margin: 0 auto;
	width:100%;
	height: 40px;
	padding: 20px 0px;
	background-color: #333333;
}

#footer p 
{
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a 
{
	text-decoration: underline;
	font-weight:normal;
	color: #FFFFFF;
}

#footer a:hover 
{
	text-decoration: none;
}

/* Fonts */

#main a
{
    color: Black;
    text-decoration: none;
}

.error 
{
	border: 2px solid red;
	background-color: #333333;
	padding: 1em;
	font-weight: bold;
	text-align: center;
	color: Red;
}

.advert 
{
	font-style:italic;
	color: Red;
}

.response 
{
	border: 2px solid #666666;
	background-color: #333333;
	padding: 1em;
	font-weight: bold;
	text-align: center;
	color: White;
}

.uppercase
{
    text-transform: uppercase;
}

/* Input and text area and select*/

input[type=text],
input[type=password],
textarea {
  padding: 1px 3px;
  margin: 2px 0;
  font: 1em verdana, arial, sans-serif;
  font-size:xx-small;
  color:#000000;
  border: 1px solid #999;
}

input[type=radio]{

}

input[type=file]{
  padding: 1px 3px;
  margin: 2px 0;
  font: 1em verdana, arial, sans-serif;
  color:#000000;
  border: 1px solid #999;
}

select {
  padding: 1px 1px;
  margin: 0;
  font: 1em verdana, arial, sans-serif;
  font-size:xx-small;
  color: #000000;
  border: 1px solid #999;
}

th 
{
    color: White;
    height: 15px;
}
.tblHeaders
{
    color: Black;    
}

.button {
  padding: 1px 3px;
  margin: 3px 0;
  text-transform:uppercase;
  font-size:xx-small;
  font-weight:bold;
  width: auto;
  color: #FFFFFF;
  background-color: Black;
  border: 1px solid #999999;
  cursor: pointer;
    height: 20px;
}

/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	left: 0px;
	margin : 0px; /* !important; */
	padding: 0px;
	background-color : inherit;
	color : windowtext;
	border: solid 1px #333366; 
	cursor : 'default';
	overflow : auto;
	/*height : 200px;*/
    text-align : left; 
    list-style-type: none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
	border: none;
	background-color : window;
	color : windowtext;
	padding : 1px;
	cursor: 'default';
	
}

/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 background: url(images/topnav_bgnd.gif) repeat-x;
}
#dropdownLi1, #dropdownLi2, #dropdownLi3, #dropdownLi4{
 background:none;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 2.5em; 
 margin-top: 3.5px;
 padding-right: 3px; /*required for IE 7*/
 padding-bottom: 1px;
 left: -1px;
 width: 150px;
 background: White; /*url(images/topnav_bgnd.gif) repeat-x;*/
 border: 1px solid Black;
 z-index:2;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; 
 margin-top: 0;
 left: 148px;
 margin-right: 1px;
 border-right: 1px solid Black;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 z-index:3;
 position: relative;
 background: url(images/topnav_bgnd.gif) repeat-x;
 margin-right: -1px;
}

.menulist li:hover>ul {
 display: block;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 border: 1px solid #FFFFFF;
 margin: 0px;
 margin-bottom: -1px;
}

.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 5px;
 color:#FFFFFF;
 text-decoration: none;
 text-align:left;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFFFFF;
}
.menulist a.highlighted {
 color: #FFFFFF;
 background-color: #ffff99;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
 width:130px;
}

.menulist a {
 float: none;
}

*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}

/* TEST */

.tbl_focused_effect td:hover
{
    background-color: #999999;
}
#grid_filter
{
    text-align: center; 
}
#tblLoginOptions, #panelLoginOptions
{
    border: 1px solid #333333;
    padding-left: 40px;   
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#tblManifestGrid
{
    border: 1px solid #333333;    
}