body {
	padding: 5px;
	margin: 0;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
	
	background-repeat:repeat-x;
	background-attachment:fixed;
	/*
	background-color:#ffffff;
	background-color:#000000;
	background-image:url(../image/bg/default.jpg);
		
	scrollbar-base-color: #FFF;
	scrollbar-arrow-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-face-color: #003366;
	scrollbar-highlight-color: #546C93;
	scrollbar-shadow-color: #FFF;
	scrollbar-track-color: #FFF;
	*/	
}
h1,.title
{    
    font-size: 13px;
    word-spacing: normal;
    text-transform: uppercase;
	font-weight:bold;
    color:#003366;
    font-family: Verdana;
    letter-spacing: normal;
}	
h2,.subtitle
{
    padding: 5px;
    font-weight: bold;
    font-size: 11px;    
    text-transform: uppercase;
    color: #666666;
    font-family: Verdana;    
}
.content {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;    
}	
.welcome {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;    
}	
.date {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #D5DDEA;    
}	
hr {
	border-right: #C1CDDA 1px solid;
	border-top: #C1CDDA 1px solid;
	border-left: #C1CDDA 1px solid;
	border-bottom: #C1CDDA 1px solid;
	width: 870px;
}
textarea {
	border-style:none;
	border-color:#CCCCCC;
	background-color: transparent;
	font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
}
input
{
    font-weight: bold;
    font-size: 10px;
    border-top-style: none;
    border-bottom: #999999 1px solid;
    font-family: Verdana;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
}
input.radio {
	text-decoration:none;
	border-style:none;
}
a {
	color:#003366;
}
select {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    text-transform: uppercase;
    background-color: #eaeaea; 
}
.newElement {
    width: 290px;
}
#menu,.menu {
    font-size: 10px;
    color: #ffffff;
    font-family: Verdana;    
}
.menuLink
{
    font-size: 10px;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
}
.miniIcon {
	background-image:url(../image/box/default.png);
	background-position:top; 
	background-repeat:no-repeat;
}
#btnUpdate, #btnOK, #btnAdd {    
    font-family: Verdana;
    font-weight: normal; 
    font-size: 10px;
    background-image:url(../image/button/green.jpg);
    background-color: #ffffff; 
	color: #ffffff;    
    border-style: solid;
    border-width: 1px;
    border-color: #339900;  
    height: 20px;
    text-decoration: none;
}
#btnCancel {    
    font-family: Verdana;
    font-weight: normal; 
    font-size: 10px;
    background-image:url(../image/button/red.jpg);
    background-color: #ffffff; 
	color: #ffffff;    
    border-style: solid;
    border-width: 1px;
    border-color: #cc0000;  
    height: 20px;
    text-decoration: none;
}
#btnLogin,#login_btnLogin,#btnSave {
    border-style: solid;
    border-width: 1px;
    border-color: #003366; 
    background-image:url(../image/button/blue.jpg);
    background-color: #ffffff;
    color: #ffffff;
    font-family: Verdana;
    font-weight: normal; 
    font-size: 10px;
    height: 20px;
    text-decoration: none;
}
#serialFile {    
    font-family: Verdana;
    font-weight: bold; 
    font-size: 10px;
    background-image:url(../image/button/default.jpg);
    background-color: #000000; 
	color: #000000;    
    border-style: solid;
    border-width: 1px;
    border-color: #666666;  
    height: 18px;
    text-decoration: none;
}
#pageLayout {
	padding: 0;
	margin: 2px auto;	
}
.imageButton {
    border-style:none;
}
.error
{
    font-size: 10px;
    color: maroon;
    font-family: Verdana;
}
.warning {
    font-size: 10px;
    color: #ff6600;
    font-family: Verdana;
}
.tac {
	text-align:center;
}