/* using default css file */

body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 8pt;
    color: #000;
    background-color: #fff;
}

p {
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 8pt;
    color: #000;
}

tr, td, th {
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 8pt;
    color: #000;
    padding: 3px;
    margin: 0px;
    vertical-align:top;
    text-align:left;
}

caption {
    color: #fff;
    background-color: #455464;
    font-weight:700;
    text-align:center;
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 8pt;
}

.nobr {white-space: nowrap}

#preload {
background-color:#e6eaee;
width:150px;
display:none;
color:#60748a;
position:absolute;
top:0px;
left:0px;
z-index:55;
font-size:12px;
}

/* for Calendar script */
table #cal {
    border-collapse:separate; /*!important;*/
}
table {
    border-collapse: collapse;
}

th {
    font-weight: 700;
    background-color: #60748a;
    color: #fff;
}

td.header {
/* there is no insertHeader like there is insertCell, so work around it without dealing with the DOM */
    font-weight: 700;
    background-color: #60748a;
    color: #fff;
}

tr.oddrow {
    background-color: #ddd;
}

tr.evenrow {
    background-color: #fff;
}

/* for hightlighting rows, eg approaching dates */
tr.oddrow_h1 {
    background-color: #ddb;
}

tr.evenrow_h1 {
    background-color: #ffd;
}

tr.oddrow_h2 {
    background-color: #b99;
}

tr.evenrow_h2 {
    background-color: #dbb;
}

.highlight1 {
    background-color: #ee9;
}

.highlight2 {
    background-color: #d99;
}

em {
    font-style: normal;
    font-weight: 700;
    color: #000;
}

/* section headings */
h1.section {
    font-size: 10pt;
    font-weight: 700;
	background-color: #60748a;
    margin:0px;
    padding:3px;
    color:#fff;
    color: #fff;
}

/* dialogs */
h1.dialog {
	background-color: #60748a;
    margin:0px;
    padding:3px;
    font-size: 10pt;
    font-weight: 700;
    color:#fff;
}

/* dialogs */
h2 {
    margin:12px 0px 6px 0px;
    padding:0px 0px 1px 0px;
    font-size: 10pt;
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.wideselect {
    width: 20em;
    border: 1px solid #666;
    font-size: 8pt;
}

.wideselectreq {
   	width: 20em;
    border: 1px solid #666;
    font-size: 8pt;
    background-color: #dbeaf5;
}

.inputbox, input[type="text"], input[type="password"] {
    font-family: Verdana, Arial, Geneva, sans-serif;
    width: 20em;
    border: 1px solid #666;
    font-size: 8pt;
}


input[type="submit"], input[type="reset"], input[type="button"] {
    font-family: Verdana, Arial, Geneva, sans-serif;
    width: 12em;
    border: 1px solid #666;
    font-size: 8pt;
    background-color: #60748a;
    color: #fff;
}

.buttons {
    width: 12em;
    border: 1px solid #666;
    font-size: 8pt;
    background-color: #60748a;
    color: #fff;
}

select, option {
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 8pt;
}

/* size down too-big selects */
select.oversized {
    font-family: Verdana, Arial, Geneva, sans-serif;
    width: 12em;
}

fieldset {
    margin-top: 5px;
}

legend {
    font-weight: 700;
}

.error {
    color: #900;
}

.message {
    font-weight:700;
}

#menu {
    /* border-bottom: 1px solid #a0a6b0; */
    border-bottom: 1px solid #666;
	background-color: #90a4ba;
    margin:0px;
    padding:3px;
}

#submenu {
    border-bottom: 1px solid #666;
	background-color: #90a4ba;
    margin:0px;
    padding:3px;
}

#subsubmenu {
    border-bottom: 1px solid #666;
	background-color: #90a4ba;
    margin:0px;
    padding:3px;
}

div#body_container {
    margin: 5px 10px 10px 10px;
}

div#dialog_container {
    margin: 10px 2%;
}

/* IE hack */
* html #dialog_container {
    width:97%;
    margin: 2% 1% 2% 2%;
}

#top_line {
    position: relative;
}

#loginstatus {
    z-index: 10;
    position: absolute;
    top: 3px;
    right: 4px;
    color: #fff;
}

#globalbranding {
    position: absolute;
    top: 3px;
    width: 100%;
    font-weight:700;
    color: #fff;
    text-align:center;
}

.listtable {
    border: 1px solid #777;
    padding:0px;
    margin:3px;
    width: 100%;
}

.listtable caption, .smalllisttable caption {
    white-space: nowrap;
}

.smalllisttable {
    border: 1px solid #777;
    padding:0px;
    margin:3px;
}

/* IE hack */
* html .listtable {
    width: 96%;
    margin-left: 1%;
    margin-right: 3%;
}

.listtable th {
    border-bottom: 1px solid #777;
}

.listtable td {
    vertical-align: top;
}

.products { /* center in IE */
    text-align: center;
}

.products .product_table { /* center for everyone else */
    margin: auto;
}

.product_table td {
    width: 150px;
    border: thin solid #777;
    padding: 0px 10px;
}

.product {
}

.viewproduct {
    margin-left: 10px;
}

.viewproduct__addcart {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 125%;
}

.product_table .first_col {
}

.product__addcart {
    text-align: center;
    padding-bottom: 10px;
}

.product__image {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.product__image a.actionlink, .product__image a.actionlink:hover, .product__image a.actionlink:visited, .product__image a.actionlink:active {
    background-color: #ffffff;
}

.product__image img {
    margin: 0px;
    padding: 0px;
    border: none;
}

.product__textlink {
    margin-top: 2px;
    margin-right: 15px;
    text-align: right;
}

.pager {
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}

.pager a {
    margin-left: 2px;
    margin-right: 2px;
}

.formgroup {
    float: left;
    padding: 3px;
    margin: 0px;
    white-space: nowrap;
}

.formgrouprow {
    clear:both;
    float: left;
    padding: 3px;
    margin: 0px;
    white-space: nowrap;
}

/* for labels beside input device, eg checkbox */
.formgroup_hor {
    clear:both;
    float:left;
    padding: 3px;
    margin: 0px;
    white-space: nowrap;
}

.formbuttons_container {
    width: 100%;
    margin-top: 15px;
}

.formbuttons_container td {
    text-align:center;
}

.formbuttons_container input[type="submit"],
.formbuttons_container input[type="reset"],
.formbuttons_container input[type="button"] {
    width: 16em;
    font-size: 8pt;
    background-color: #60748a;
    color: #fff;
}

.formbuttons {
    width: 12em;
    font-size:8pt;
    border: 1px solid #666;
    background-color: #60748a;
    color: #fff;
    cursor: pointer;
}

.searchform {
    padding:2px;
    margin:0px;
    font-size: 8pt;
}

.searchform input[type="text"] {
    width: 10em;
    font-size: 8pt;
}

.searchformbuttons_container {
    float:right;
    margin: 5px;
}

.searchform input[type="submit"],
.searchform input[type="reset"],
.searchform input[type="button"] {
    width: 7em;
    font-size:8pt;
	background-color: #60748a;
    color: #fff;
}

.searchformbuttons {
    width: 7em;
    font-size:8pt;
	background-color: #60748a;
    color: #fff;
}

.batchformbuttons {
    width: 16em;
    font-size:8pt;
	background-color: #60748a;
    color: #fff;
}

.viewport {
    margin: 5px 0px;
    padding: 0px;
    border: 1px solid #333;
    overflow:scroll;
    height: 200px;
}

.viewport .listtable {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.infolabel {
    font-weight: 700;
}

#show_search, #show_export {
    color: #000;
		padding-left: 3px;
    text-decoration: none;
    /* display: none; */
}

#hide_search, #hide_export {
    color: #000;
		padding-left: 3px;
    text-decoration: none;
    /* display: block; */
}

#show_batch {
    color: #000;
		padding-left: 10px;
    text-decoration: none;
    /* display: none; */
}

#hide_batch {
    color: #000;
		padding-left: 10px;
    text-decoration: none;
    /* display: block; */
}

.todo {
    color: #999;
}

/* default links */
#subsubmenu a.menu_current, #submenu a.menu_current, #menu a.menu_current {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #fff;
    margin: 0px 2px;
    text-decoration: none;
    font-weight: 700;
}

#subsubmenu a:visited.menu_current, #submenu a:visited.menu_current, #menu a:visited.menu_current {
    padding: 0px 3px;
    margin: 0px 2px;
    margin: 0px 2px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

#subsubmenu a:hover.menu_current, #submenu a:hover.menu_current, #menu a:hover.menu_current {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #fff;
    margin: 0px 2px;
    text-decoration: none;
    font-weight: 700;
}

#subsubmenu a:active.menu_current, #submenu a:active.menu_current, #menu a:active.menu_current {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #fff;
    margin: 0px 2px;
    text-decoration: none;
    font-weight: 700;
}

/* menu and submenu links */
a {
    color: #009;
    text-decoration: none;
}

a:visited {
    color: #009;
    text-decoration: none;
}

a:hover {
    color: #009;
    text-decoration: underline;
}

a:active {
    color: #009;
    text-decoration: underline;
}

#menu a, #submenu a, #subsubmenu a {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #000;
    text-decoration: none;
    margin: 0px 2px;
}

#menu a:visited, #submenu a:visited, #subsubmenu a:visited {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #000;
    text-decoration: none;
    margin: 0px 2px;
}

#menu a:hover, #submenu a:hover, #subsubmenu a:hover {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #000;
    text-decoration: underline;
}

#menu a:active, #submenu a:active, #subsubmenu a:active {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #000;
    text-decoration: underline;
}

#loginstatus a {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #fff;
    text-decoration: none;
    margin: 0px 2px;
}

#loginstatus a:visited {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #fff;
    text-decoration: none;
    margin: 0px 2px;
}

#loginstatus a:hover {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #fff;
    text-decoration: underline;
}

#loginstatus a:active {
    padding: 0px 3px;
    margin: 0px 2px;
    color: #fff;
    text-decoration: underline;
}

/* calendar bubble tooltip */
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
#bubble_tooltip_alt{
	width:121px;
	position:absolute;
	display:none;
}#bubble_tooltip_alt .bubble_middle_alt{
	background-image: url('../images/bg_ajax.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip_alt .bubble_middle_alt span{
	position:relative;
	top:-1px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}
/*end dcp additions */

/* list links */
a.actionlink {
    padding: 3px 0px;
    margin: 0px 2px;
    color: #009;
    text-decoration: none;
}

a.actionlink:visited {
    padding: 3px 0px;
    margin: 0px 2px;
    color: #009;
    text-decoration: none;
    margin: 0px 2px;
}

a.actionlink:hover {
    padding: 3px 0px;
    margin: 0px 2px;
    color: #000;
    background-color: #ee0;
    text-decoration: none;
}

a.actionlink:active {
    padding: 3px 0px;
    margin: 0px 2px;
    color: #000;
    background-color: #ee0;
    text-decoration: none;
}

.required {
    background-color: #dbeaf5;
}

span.required_wrap input, span.required_wrap select {
    background-color: #dbeaf5;
}

.horizontalrule {
    background-color: #000;
    height:1px;
    margin:0px;
    padding:0px;
}

.hebrew {
    font-family:HebYehuda, Ora-KF, TorahKF, Cursiva-KF;
}

/*.consonant {
font-family : "Ezra Sil", "Ezra Sil SR", CODE2000, "Times New Roman", times, serif;
font-size : 16pt;
color : blue;
}*/


/* Holiday div styling for Calender script by Dark Crimson Productions - 9-07 */
.cal_holiday {
font-style:italic;
font-weight:bold;
text-align:center
}

/* links for headings - these force the font */
a.headerlink {
    padding: 3px 0px;
    margin: 0px 2px;
    color: #009;
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: 8pt;
    font-weight: 100;
    text-decoration: none;
}

a.headerlink:visited {
    padding: 3px 0px;
    margin: 0px 2px;
    color: #009;
    text-decoration: none;
    margin: 0px 2px;
}

a.headerlink:hover {
    padding: 3px 0px;
    margin: 0px 2px;
    color: #000;
    background-color: #ee0;
    text-decoration: none;
}

a.headerlink:active {
    padding: 3px 0px;
    margin: 0px 2px;
    color: #000;
    background-color: #ee0;
    text-decoration: none;
}

.smallbutton {
    border: 1px solid #666;
    font-size: 7.5pt;
    background-color: #60748a;
    color: #fff;
}

.smalldropdown {
    font-size: 7.5pt;
}

.smallinput {
    font-size: 7.5pt;
}

/* Links for table headers */
a.thlink {
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
}

a.thlink:visited {
    text-decoration: none;
    color: #FFFFFF;
}

a.thlink:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

a.thlink:active {
    text-decoration: underline;
    color: #FFFFFF;
}

.filedsetinner {
	border: thin  dashed #000; 
}

.filedsetheading {
	FONT-WEIGHT: normal;
	FONT-SIZE: 15px;
	COLOR: #AC0000;
    text-transform: none;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
	
}

.growFrame {
  position: fixed;
  padding: 0px;
  border: none;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-color: white;
  text-align: center;
  z-index: 200;
}


fieldset.dn {
    margin: 0px auto;
    /* Need to set margin and padding to get consistency between browsers. */
    padding: 0px;
    text-align:center;
  /*  margin-top: 5px; */
    background-color: yellow;
}

.disabled {
  background-color: #ccc;
  border: 1px inset #999;
}

fieldset.dn2 {
    margin-top: 5px;
    display: table-cell;
    float: left;
    text-align:left;
    width: 270px;
    height: 75px;
}

#passwordStrength
{
        height:10px;
        display:block;
        float:left;
}

.strength0
{
        width:250px;
        background:#cccccc;
}

.strength1
{
        width:50px;
        background:#ff0000;
}

.strength2
{
        width:100px;    
        background:#ff5f5f;
}

.strength3
{
        width:150px;
        background:#56e500;
}

.strength4
{
        background:#4dcd00;
        width:200px;
}

.strength5
{
        background:#399800;
        width:250px;
}