body {
	color: #333;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #f9f9f9; /* added */
	text-align: center;
}

div#page { 
    max-width: 1100px; 
    width: expression(document.body.clientWidth > 1100? "1100px": "auto" ); 
	overflow: hidden;
    text-align: left;
    color: #333;
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #f9f9f9; /* added */
}

div#adminPage { 
    max-width: 1500px; 
    width: expression(document.body.clientWidth > 1500? "1500px": "auto" ); 
	overflow: hidden;
    text-align: left;
    color: #333;
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #f9f9f9; /* added */
}

table.gce {
	border: 1px solid #cc9900;
    border-collapse: collapse;
    width: 88%;
}

table.gce td {
	padding: 3px;
	border: 1px solid #cc9900;
	font-size: 10pt;
}

table.gce th
{
	padding: 3px;
	vertical-align: middle;
	font-size: 10pt;
	border: 1px solid #cc9900;
	background-color: #fff; 
}

table.form {
    border-collapse: collapse;
}

table.form td {
	padding: 3px;
	font-size: 10pt;
}

table.form th
{
	padding: 3px;
	vertical-align: top;
	font-size: 10pt;
	font-weight:bold;
	text-align: right;
	background-color: #fff;
}

table {
	width: 100%; 
}

caption {
text-align: right;
}

table td {
	padding: 0px;
	border-width: 1;
	font-size: 10pt;
}

th
{
	background-color: #D1C6AB;
	color: #7B6A44;
	padding: 3px 5px;
	vertical-align: middle;
	font-size: 10pt;
}

caption 
{
   font-size: 10pt;
}

.head
{
	background-color: #EEE;
	padding: 4px;
	font-weight: bold;
}
.even, tr.even td, .odd, tr.odd td
{
	/*padding: 4px;*/
	background-color: #F8F8F8;
}

.foot
{
	padding: 3px;
	font-weight: normal;
}

h1 {font-size: 140%;}
h2 {font-size: 140%;}
h3 {font-size: 105%;} /* 120% */
h4 {font-size: 100%;}
h5 {font-size: 90%;}
h6 {font-size: 80%;}

h1 {
margin: 0px;
padding: 10px;
padding-left: 0px;
}

h2{
margin: 0px;
padding: 10px;
padding-left: 0px;
display:block;
color: #0b77b7;
}

h3{
margin: 0px;
padding: 10px;
padding-left: 0px;
display:block;
}

h4{
margin: 0px;
padding: 0px;
font-weight: bold;
}

img
{	
	border: 0px;
}

a
{
	color: #BA3232;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	color: #f06b24;  /* D90005*/
	text-decoration: underline;
}
ul
{
	margin: 2px;
	padding: 1px;
	/*list-style: decimal inside;*/
	list-style:  inside;
	text-align: left;
}
ol
{
	margin: 0px;
	padding: 0px;
	list-style-type: armenian;
	text-align: left;
}
 ul li
{
	margin-left: 2px;
	/* list-style: square inside;*/
	/*color: #ADA06D; */
}

ul.service { list-style-type: none; margin-left: 0px; padding-left: 10px;}
ul.service  li
{
   
   background-image: url(http://www.shipgce.com/image/circle.png);
   background-repeat: no-repeat;
   background-position: 0 .3em;
   padding-left: 15px;
   /*
	padding-bottom: 2px;
	color: #ADA06D; */
}

#header {
  background-color: #ffffff;   
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #cacacc;
}

#outer_wrapper {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #cacacc;
  background-color: #ffffff; 
}

#centercolumn 
{ 
   width: 100%;
   padding: 15px 15px 25px 10px; 
    vertical-align: top;
	height: 100%;
}

#centercolumn th {}

.centercol {}

.centercol .blockTitle {
	color: #333;
	font-weight: bold;
	background-color: #EFF3F7;
	padding: 5px 5px 5px 5px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #cacacc;
}

.centercol .blockContent {
    padding: 7px 7px 2px 7px;
	margin-bottom: 3px;
	border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #cacacc;
	height: 60px; 
}

.centerCcolumn, .bottomCcolumn { padding: 0px 0px 7px 10px;}
.centerLcolumn, .bottomLcolumn { vertical-align: top; padding: 0px 8px 0px 0px; width: 50%; }
.centerRcolumn, .bottomRcolumn { padding: 0px 0px 0px 15px; width: 220px; border-left: 0px solid #CACACC;}

#sidebar
{	
	vertical-align: top;
}

#leftcolumn
{	
	width: 220px; 
	padding: 15px 5px 15px 15px;
}

#leftcolumn div.blockTitle {
	color: #ffffff;
	background-color: #737373; 
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
#leftcolumn div.blockContent
{
	padding: 7px 5px 12px 7px;
	margin-bottom: 8px;
	border: 1px solid #c2c2c2;
	background-color: #f3f4f6;
}

#orderForm
{
	width: 100%;	
	background-color: #F2EFE9;
    border: 1px solid #BFBAB0;
	margin-bottom: 10px;
}

#orderForm div.blockTitle
{
	color: #fff;
	background-color: #004A7F;  /*8c0003;*/
	padding: 3px 5px;
	font-weight: bold;
	font-size: 11pt;
}
#orderForm div.blockContent
{
	padding-bottom: 10px;
	padding-left: 8px;
	
}
#orderForm div.blockContent label{
float:left;
width: 100px;
text-align: right;
vertical-align:top;
margin-right: 5px;
font-weight: bold;
}
#orderForm div.blockContent .label2{
width: 80px;
float: none;
text-align: right;
vertical-align:top;
margin-left: 45px;
font-weight: bold;
}
#orderForm div.blockContent div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
	margin-bottom: 5px;
	width: 100%; 
	/*clear: both;     */
}

#footer {
	font-size: 90%;
	background-color: #e5e6e8;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;  
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer1 {
	font-size: 14px;
	color: E97027;
	font-weight: bold;
	background-color: #fff;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 10px;
	background-color: #cacacc;
}

#usermenu a
{
	display: block;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid  #CACACC;
}

#usermenu a.menuMain
{
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	margin-top: 3px;
	color: #E97027; /* ee9900*/
}

#usermenu a:hover
{
	color: #fff;
	background-color: #0b77b7; 
	text-decoration: none;
}
#mainmenu a
{
    background-image: url(http://www.shipgce.com/image/mainbg1.png);
	background-color: #828282;
	display: block;
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #CACACC;
}
#mainmenu a:hover
{
    background-image: url(http://www.shipgce.com/image/mainbg2.png);
	background-color: #834CA9;
	color: #ffffff;	
	text-decoration: none;
}
#mainmenu a.highlight
{
	background-color: #2979C9;
	color: #FFFFFF;
}
#mainmenu a.menuTop {}
#mainmenu a.menuSub
{
	padding-left: 20px;
}

div.errorMsg
{
	background-color: #FFCCCC;
	text-align: center;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
	padding: 10px;
}
div.confirmMsg
{
	background-color: #e8ebff; /*DDFFDF;*/
	color: #136C99;
	text-align: left;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: normal;
	padding: 10px;
}
div.resultMsg
{
	background-color: #f2f2e6; /* #CCCCCC; */
	color: #777; /*333333*/
	text-align: center;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	font-weight: bold;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px;
	display:inline-block; 
}
 
label{
float:left;
width: 130px;
text-align: right;
vertical-align:top;
margin-right: 5px;
font-weight: bold;
}

input.txt{
width: 180px;
margin-bottom: 5px;
}

legend {
	color:#0b77b7; /* IE styles legends with blue text by default */
	font-size: 11pt;
	font-weight: bold;
	margin-left: 15px; /* A hack that only ie reads to position the legend in the same place cross browser */
}

fieldset {
margin: 1.2em 0 1.2em 0; 
padding: 0px 0 10px 0;
border: 0px solid #BFBAB0;
}

fieldset.edit {
width: 450px;
background-color: #eeeeff;  
padding: 5px;
border: 1px solid #BFBAB0;
}

fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
	margin-bottom: 5px;
	width: 100%; 
}

div.import
{
border: 1px solid #c2c2c2; 
background-color: #f9f9f9; 
margin: 1px 0px 10px 0 px; 
padding: 10px 10px 10px 10px;
}

.submit input
{
margin-left: 135px;
}

input.btn1 {   
color:#fff;    
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif;
margin-top: 3px;
background-color:#E97027;   
border:1px solid;   
border-color: #696 #363 #363 #696;   
cursor: hand;
width: 90px; 
}   

input.btn2 {   
color:#fff;    
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif;
background-color:#7F48A5;   
border:1px solid;   
border-color: #696 #363 #363 #696;   
margin-top: 3px;
margin-right: 10px;
cursor: hand;
width: 74px;
} 

input.btn3 {   
color:#fff;    
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif;
background-color:#0b77b7;   
border:1px solid;   
border-color: #696 #363 #363 #696;   
margin-top: 3px;
margin-right: 10px;
cursor: hand;
width: 74px;
} 

.main {
	width: 100%; /* 95% */
	background-color: #FFFFFF;
	/* added */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;	
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 100%;
}

#headerbanner {   
	margin: 10px 10px 10px 20px;
	/*color:#0b77b7;*/
	color:#69250E;
}

#headerbanner a{   
  text-decoration: none;
  color:#69250E;
}

#userSection {
	background-color: #cacacc;
	font-size: 10pt;
	padding: 3px 10px;
}

/* added */

div#navbar2 {
height: 30px;
/*width: 100%;*/
display: inline;

background-color: #703798; /*336699*/
}

div#navbar2 ul {
text-align:right;
margin: 0px;
padding: 7px 0px 7px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;  /* small */
color: #FFF;
line-height: 30px;
white-space: nowrap;
background-color: #703798; 
display: inline;
border-top: solid #000 1px; 
border-right: solid #000 1px;
border-left: solid #000 1px;
}

div#navbar2 li {
color: #FFF;
list-style-type: none;
display: inline;
}

div#navbar2 li a {
font-weight: bold; 
text-decoration: none;
padding: 7px 10px;
color: #FFF;
}

div#navbar2 li a:link {
color: #FFF:
}

div#navbar2 li a:visited {
color: #FFF; /* CCC */
}

div#navbar2 li a:hover {
/*font-weight: bold; */
color: #3366FF;
/* background-color: #3366FF;*/
}

.upload {
	position:relative;
	width:420px;
}
.realupload {
	position:absolute;
	top:0;
	right:0;

	/* start of transparency styles */
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	/* end of transparency styles */

	z-index:2; /* bring the real upload interactivity up front */
	width:270px;
	height: 24px;
}
form .fakeupload {
	background:url(../image/browseButton.gif) no-repeat 100% 50%;
}
form .fakeupload input {
	width:330px;
	border: 1px solid #0B77B7;
}
div.sheet {
      margin: 10px 0 0 0;
      padding: 10px;
      border: silver 2px dotted; width:820px; overflow:auto;
}
#clock {
float: right;font-size: 8pt;padding-top:3px;
}
ul.hmenu
{
list-style-type:none;
margin:0;
padding:0;
float: left;
}
ul.hmenu li
{
display:inline;
padding-right:5px;
}
ul.hmenu li a:hover
{
  text-decoration: none;
}