﻿html 
{
	height:100%;
}
body {
	font-size:10pt;
	font-family: verdana;
	color: black;
	background-color:#FFF;
	min-height:100%;
	scrollbar-face-color: #b46868;
}


.NewTitle 
{
    font-size:large;margin-left:10px;margin-top:2px;margin-right:5px;text-align:center;background-color:antiquewhite;display:block;
}

.NewContent
{
    height:350px;overflow:auto;margin:15px;display:block;}

.CatalogueContent
{
    overflow:auto;margin:15px;
}



#page
{

	width:1024px;
	float:none;
	padding:0px;
	margin:0 auto 0 auto;

    
}

#header
{
   	width:1024px;
	padding:8px 0 0 0;
	margin:0px;
	height:70px;
	float:left;
/*	background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );*/
}

#header #logo
{
  width:287px;
	height:10px;
	float:left;
	padding: 0 0 4px 0;
	margin:5px;
}


#welcome,.labelcss {
	margin: 0px;
	
	padding: 0px;
	float: right;
	
	color: #CC2B33; text-align:right;
	vertical-align:top;
}

#welcome
{
    margin-right:10px;
}

#header #label
{
     margin:10px;
     font-size:12pt;
     width:400px;
     float:left;
     border:0px solid black;
     padding:2px;
}

hr
{
    background-color:#CC2B33;
    border-width:1px;
    height:5px;
}



#menuoption
{
    float:left ;
    width:18%;
     border:1px solid #E6E2D8;
     height:620px;
     background-color:#F7F6F3;
     margin-left:5px;
}

#menuoption span
{
      background-color:white;
      width:100%;
      padding:1px;
      
}

#content
{
      
    height:620px;
}

#maincontent
{
    float:right ;
    width:81%; 
    
}

#maincontent .form
{
     border:0px solid #E6E2D8;
     height:620px;
    /* background-color:#F7F6F3;*/
}

#maincontent .form .title , .frmtitle
{
    height:20px;
    position:relative;
    top:3px;
    left:3px;
    padding:3px;
   color:#fff;
    width:99%;
    /*background: #cccccc url("../../Images/header2.gif") 50% 50% repeat-x;*/
}

.grayLabel
{
    color:#808080;
    
}
.grayLabelBold
{
       color:#808080;
    font-weight:bold;
}

#maincontent .form .title span
{
    padding:5px;
    vertical-align:middle;
     color:#CC2B33;
    font-size:medium;
    
}

#dataform
{
    top:5px;
    padding:10px;
    
}

.caption
{
    background-color:gray;
    color:White;
    padding:5px;
}

.curd
{
    float:right;
    border:0px solid gray;
  height:50px;
  
  padding:20px;
    position:relative;
}

.ordercurd
{
    float:right;
    border:0px solid gray;
  height:10px;
  width:70%;
  padding:20px;
    position:relative;
}
/*
#dataform table
{
    
}

#dataform table tr td 
{
    padding:5px;
    font-weight:bold;
    font-size:8pt;
    
}

#dataform table tr th 
{
    padding:5px;
    float:right;
    margin-right:10px;
    
}
*/


.Search
{
    overflow:auto;
    height:300px;
    width:99%;
 scrollbar-3dlight-color:#737173; 
scrollbar-arrow-color:#CE2C21; 
scrollbar-base-color:#B5B2B5; 
scrollbar-darkshadow-color:#B5B2B5; 
scrollbar-face-color:#E7E7E7; 
scrollbar-highlight-color:#FFFFFF; 
scrollbar-shadow-color:#C6BEC6;
 



}

.info
{
    padding:10px;
}

.info a
{
    text-decoration:underline;
}





.tbl{

    position :relative;
    left:5px;
    top:5px;
   
    border-width:1px;
    border-color:grey;
    border-style:solid;
    width:95%;
    padding:2px;
    font-size:smaller;
    border-collapse: collapse;
}

.tbl th
{

    font-size: 9px;
    font-weight: normal;
     
    color:White;
    text-align:center;
  
    border: 1px solid #D3282C;
}


.tbl th td{

   font-size: 9px;
    font-weight: normal;
     background-color:#D3282C;
    color:White;
    text-align:center;
  
    border: 1px solid #D3282C;
}
