﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
	/*background:url(../images/bg.png) repeat-x;*/
	background:#37414A;
	color:#373B40;
	/*text-transform:uppercase;*/
}
#container
{
	width:95%;
	margin:auto;
	padding:0;
	overflow:hidden;
	background:#D9E9EE;
	border:2px solid #ffffff;
	/*background:url(../images/bg.png) repeat-x;	*/
}
#mask
{
	overflow:hidden;
	background:url(../images/bg.png) repeat-x;	
}
#header
{
	/*height:150px;*/
	border-bottom:1px;
	overflow:hidden;
}
#content
{
	overflow:hidden;
	min-height:500px;
	height:auto;
	/*border:1px solid gray;*/
}
#leftcontent
{
	float:left;
	width:220px;
	/*border-right:1px solid gray;*/
	min-height:300px;
	height:auto;
	overflow:hidden;
}
#leftcontent #leftdata
{
	margin:5px;
	padding:0;
}
#rightcontent
{
	margin-left:225px;	
	min-height:300px;
	height:auto;
}
#rightcontent #rightdata
{
	margin:5px;
	padding:0;
}
#footer
{
	height:25px;
}
#footer #footerdata
{
	margin-top:10px;
	text-align:center;
	font-size:9px;
	color:Gray;
}

select
{
	font:arial;
	font-size:12px;
	width:95%;
}
fieldset
{
	/*background:url(../images/bgBox.gif) repeat-x;*/
}
.detailA{
    background:#B9D5DE; /*194E84;*/
    border-bottom:1px #8D9296 solid;
    border-top:1px #ffffff solid;
    border-left:1px #ffffff solid;
    border-right:1px #8D9296 solid; 
    /*color:#CDD7E1;*/
    color:#29292A;
    font-size:10px;
    height:20px;                   
}
.detailB{
    background:#D2E5EB; /*3B6B9C;*/
    border-bottom:1px #8D9296 solid;
    border-top:1px #ffffff solid;
    border-left:1px #ffffff solid;
    border-right:1px #8D9296 solid; 
    /*color:#CDD7E1;*/
    color:#29292A;
    font-size:10px;
    height:20px;
}  
.detailOrderA{
    background:#9CC089;
    border-bottom:1px #C5E2FA solid;
    border-top:1px #ffffff solid;
    border-left:1px #ffffff solid;
    border-right:1px #C5E2FA solid; 
    color:#29292A;
    height:30px;                   
}
.detailOrderB{
    background:#D8F3C9;
    border-bottom:1px #C5E2FA solid;
    border-top:1px #ffffff solid;
    border-left:1px #ffffff solid;
    border-right:1px #C5E2FA solid; 
    color:#29292A;
    height:30px;
}

.detailConsigneeA{
    background:#9CC089;
    border-bottom:1px #C5E2FA solid;
    border-top:1px #ffffff solid;
    border-left:1px #ffffff solid;
    border-right:1px #C5E2FA solid; 
    color:#29292A;
    font-size:10px;
    /*height:15px; */
}
.detailConsigneeB{
    background:#D8F3C9;
    border-bottom:1px #C5E2FA solid;
    border-top:1px #ffffff solid;
    border-left:1px #ffffff solid;
    border-right:1px #C5E2FA solid; 
    color:#29292A;
    font-size:10px;
    /*height:15px;*/
}
input.text
{
	text-transform:uppercase;
}
input[type=text] {
	text-transform:uppercase;
}