@import url(Menu.css);
@import url(WYSIWYG.css);
@import url(AdminStylesheet.css);

html
{
	height: 100%;
}

body 
{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #DDDDDD;
       padding:10px;
   padding-bottom:3em;   /* Height of the footer */
}

#container {
   min-height:100%;
   position:relative;
}

.ClearBoth
{
 clear: both; 
 }

.ErrorText
{
	color: Red;
}

h1 
{
    font-size: 1.7em;   
    color: #3e55b5;
}

#header 
{
    padding: 5px 10px 5px 10px;
    background-color: #c9dbf1;
}

#menuContainer 
{
    border-bottom: solid 1px #6889be;
    background-color: #c9dbf1;
}

#mainContent 
{
    padding: 5px 10px 5px 10px;
    /* max-width: 1050px; */
}

#mainContentPopup
{
    padding: 5px 10px 5px 10px;
    width: 640px;
}

div.leftList {
    float: left;
    width: 49.5%;
}

div.rightList {
    float: right;
    width: 49.5%;
}

#salesorderitem_list, #part_list {
    font-size: 0.8em;
}

#salesorderitem_list td, #part_list td {
    font-size: 1em;
}

#salesorderitem_list th, #part_list th {
    padding: 3px 5px 3px 5px;
}

table.LimitTable {
    background-color: #FFFFFF;
}

table.LimitTable td {
    border: solid 1px #dddddd;
    }

#footer {
   /*position:absolute;
   bottom:0;
   width:100%;
   height:3em;*/   /* Height of the footer */
	/*background-color: #DDDDDD;
    text-align:center;*/
}

.RadWWrapperModal tbody {
    height:auto !important;
}


.completed {
    
}

.attreatment {
    background-color:green;
    color: white;
}

.awaitinginspection {
    background-color:yellow;
    color: white;
}

.partshipped {
    background-color:blue;
    color: white;
}

.onshelf {
    background-color: orange;
    color: white;
}

.onshelf {
    background-color:red;
    color: white;
}

.notstarted {

}


.datePicker {
    width: 110px;
}