﻿/*****************************************************************************/
/*  Supplier Login CSS                                                       */
/*****************************************************************************/

a {
	color: #ffffff;
}

img {
	border: 0px;
}

/*Textbox Watermark*/
.unwatermarked 
{
}

.watermarked {
	color: #CCC;
	font-style: italic;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width: 400px;
	color: #000;
}

hr {
    color: #fefefe;
    background-color: #fefefe;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    margin-bottom: 0.5em;
    border-bottom: dotted 1px #ccc;
}

ul.nav,  
ul.nav li {
    margin:0;
    padding:0;
    list-style: none;
}

ul.nav li a {
    display: block;
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
	text-decoration: none;
}

ul.nav li a:hover {
	text-decoration: underline;
}

/*Accordion*/
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: #000;
    background-color: #eee;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}

.accordionHeaderSelected a
{
	color: #000;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    background-color: #fefefe;
    color: #000;
}

/* Tabber */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

.certPreview {
    position: absolute;
    right: 0px;
    top: 51px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDD;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #444; }
ul.tabbernav li a:visited { color: #666; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #CCC;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 background-color: #fff;
 color: #000;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 width: 836px;
 height: 308px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 overflow: hidden;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display: none;
}
.tabberlive .tabbertab h3 {
 display: none;
}
.completionItem {
    border-bottom: 1px solid #ccc;
    color: #222;
}
.completionHighlight {
    background-color: #2d5d97;
}
.completionList {
    list-style-position: outside;
    background-color: White;
    border: 1px solid #ccc;
    margin-left: 0;
    padding-left: 0.5em;
    z-index: 50;
}
.lineCounter {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0.25em;
    padding: 0.1em 1em 0.1em 1em;
    float: left;
}
.lineCounterOverflow {
    background-color: #ff6347;
}
.left {
    float: left;
}
.right {
    float: right;
}
