﻿body {
    background-color: #FFFFFF;
    font-family: Calibri;
    font-size: medium;
    margin: 0px;
    padding: 0px;
}

.wos { height:30px; margin-top:20px; font-family:Arial;font-weight:bold; color:#6A0800; font-size:16px; }
.wobuilder { height:30px; margin-top:20px; font-family:Arial;font-weight:bold; color:#6A0800; font-size:16px; }
.wossg { height:30px; margin-top:20px; font-family:Arial;font-weight:bold; color:#666; font-size:16px; }
#header { width: 100%; }
#header1 { width: 100%; display:none; }
#leftcol { float: left; width: 0%; }
#rightcol { float: right; width: 0%; }
#content { float: left; width: 97%; 
min-height: 600px; margin-left:20px; margin-top: 20px; margin-bottom: 20px; }

.cssSJ {background-color: green; border: none; color: white; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}

.cssChange {background-color: yellow; border: none; color: white; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}

.cssDelete {background-color: red; border: none; color: white; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}

.cssView {background-color: dodgerblue; border: none; color: white; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}


/*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;
    text-align:center;
}
.hidden {display:none}

.wait{
	cursor:inherit;
}


.footersg
{
    clear: both;
    width: 100%;
    height: 20px;
    background-color: #CCC;
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-width: thin;
    border-color: #D7E1EE;
    font-size: smaller;
    padding: 3px;
}


.footer
{
    clear: both;
    width: 100%;
    height: 20px;
    background-color:darkblue;
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-width: thin;
    border-color: #D7E1EE;
    font-size: smaller;
    padding: 3px;
}
.footer_builder
{
    clear: both;
    width: 100%;
    height: 20px;
    background-color: #3A6EA5;
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-width: thin;
    border-color: #D7E1EE;
    font-size: smaller;
    padding: 3px;
}

.cssSJ {background-color: green; border: none; color: white; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}

.cssChange {background-color: darkgray; border: none; color: white; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}

.cssDelete {background-color: red; border: none; color: white; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}

.cssView {background-color: dodgerblue; border: none; color: white; padding: 5px 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;}

.wait:hover
{
	color: #F90
}

.style1
        {
            width: 400px;
            font-family:Arial;
            font-size:14px;
        }
  

.btncopy {
	background:#3399FF;
	color:#FFFFFF;
	cursor:pointer;
}
	
.btncopy:hover {
	background:#00F;
}

.btncopy:active {
	background:#F00;
}	


.tabsearch {
	background-color:#DBDBDB;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-style:solid;
    border-width: thin;
    border-color: Black;		
}

 
.standard_button
{
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 2px 5px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   
   text-decoration: none;
   vertical-align: middle;
   color: white;
}

.rework_button
{
   border-top: 1px solid #6f0000;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#6f0000), to(#6f0000));
   background: -moz-linear-gradient(top, #6f0000, #6f0000);
   padding: 2px 5px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   
   text-decoration: none;
   vertical-align: middle;
   color: white;
}

.standard_button:hover {
   border-top-color: #28597a;
   background: #28597a;
}

.delete_button:active {
   border-top-color: #FF0000;
   background: #FF0000;
}

.change_button:active {
   border-top-color: #FF0000;
   background: #FF0000;
}

#gridview_caption
{
    font-weight: bolder;
    padding-bottom: 5px;
}

table.order_header
{
    text-align: left;
}

table.order_details
{
    text-align: left;
}

table.order_details_alternate
{
    text-align: left;
    background-color: #EDFCFC;
    border-style: solid;
    border-width: thin;
}

table.order_history_details
{
    text-align: left;
}

table.user_details
{
    text-align: left;
}

.order_details_reminder
{
    font-size: x-small;
    color: Red;
}

.tooltip
{
    position: absolute;
    background: lightyellow;
    border: gray 1px solid;
    font-size: x-small;
    padding: 3px;
    text-align: left;
    visibility: hidden;
}

.mytable
{
	border-style:dotted dashed;
	border-color:#CCC;
	width:500px;
	padding:5px;
	font-size:14px;
	background-color:#FFF;
}

.mycell:hover
{
	background-color:#333;
	color:#FFF;
}

/* start of magic line */
.nav_wrap { background-color:darkblue; font-weight:bold; width:100%;}
.nav_wrap_builder { background-color:#3A6EA5; font-weight:bold; width:100%;}
.nav_sg { background-color:#CCC; font-weight:bold; width:100%;}
.nav_wrap_wwd { background-color:#332C2B; font-weight:bold; width:100%;}
.nav_bg { background-color:#CCC; font-weight:bold; width:100%;}
.magic_menu { margin: 0 auto; list-style: none; position: relative; }
.magic_menu li { display: inline; }
.magic_menu li a { padding: 0px 15px 0px 15px; text-decoration: none; color:Silver; text-transform: uppercase; }
.magic_menu li a:hover { color: white; }

.magic_menu2 { margin: 0 auto; list-style: none; position: relative; }
.magic_menu2 li { display: inline; }
.magic_menu2 li a { padding: 0px 15px 0px 15px; text-decoration: none; color:#09F; text-transform: uppercase; }
.magic_menu2 li a:hover { color: white; }

.current_page_item a { color: white !important; }
.magic_line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #fe4902; }
.magic_line2 { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #fe4902; }
/* end of magic line */

/* start of obsolete items */
#top_menu_bar {
    background-image: url('../image/bg-menu-main.png');
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-width: thin;
    color: White;
}

table.quick_info
{
    background-color: #FFCC99;
    border-style: solid;
    border-width: thin;
    font-size: x-small;
}

td.quick_info_caption
{
    background-color: #996600;
    color: #FFFFFF;
    font-weight: bold;
    border-style: solid;
    border-width: thin;
}

table.searchbar
{
    background-color: #D3DEEB;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-width: thin;
    border-color: Black;
}
/* end of obsolete items */
