body     {
  color: black;
  background-color: #123456;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.navi {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	margin:5px 0px 0px 5px;
	padding:5px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	width:98px;
	height:18px;
	border-width:0px;
	background: url(./imgs/tab_base.gif) no-repeat top;
}
#inbox     {
  margin:0px auto 0px auto;
  width: 760px;
  text-align:left;
  background-color: #FFFFFF;
  padding: 0px 0px 0px 0px;
}
#banner {
  background-color: #444444;
  width: 720px;
  height: auto;
  padding: 20px;
  font-size: 28px;
  color: #fff;
}

#side {
  float:left;
  margin:0px 0px 0px 0px;
  width:170px;
  background-color: #FFFFFF;
  padding: 0px 0px 20px 0px;

}
#main {
  float:right;
  width:570px;
  margin:0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  background-color: #FFFFFF;
}
#footer {
  background-color: #444444;
  width: 760px;
  padding: 0px 0px 0px 0px;
}

#body {
    position: relative;
    width: 750px;
    height: auto;
    padding: 4px;
    font-size: 12px;
    border: 1px solid gray;
}


a:link      { color: #369; text-decoration: underline }
a:visited   { color: #336; text-decoration: none }
a:active   { color: #c00; text-decoration: underline }
a:hover   {color:#FFCC33; text-decoration: none;}

a.button:link {
	color: #82BE7D;
	font-size: 9pt;
	text-decoration: none;
	padding: 3px 3px 0px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #82BE7D;
	background-color: #FFFFFF;
}

a.button:visited {
	color: #82BE7D;
	font-size: 9pt;
	text-decoration: none;
	padding: 3px 3px 0px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #82BE7D;
	background-color: #FFFFFF;
}

a.button:active {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

a.button:hover {color: #82BE7D;
 font-size: 9pt;
 text-decoration: none;
 padding: 3px 3px 0px 3px;
 border-width: 1px;
 border-style: solid;
 border-color: #82BE7D;
 background-color: #FFFFFF;
}

h1 {
  margin: 20px 0px 10px 20px;
}

ul {
  margin: 0px 0px 0px 15px;
        padding: 0px;
}

form {
	margin:0px;
	padding:0px;
}

table {
	border: 1px solid #aaa;
	margin: 0px 5px 0px 5px;
	width: auto;
}

tr {
	border: 1px solid #aaa;
	
}

td {
	border: 1px solid #aaa;
	}

th {
	border: 1px solid #aaa;
	background-color:#cccccc;		
}

#tabs {
    position: relative;
    width: 758px;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
}

.tab {
    display: block;
    float: left;
    width: auto;
    font-size: 12px;
    font-weight: normal;
    background-color: white;
    color: black;
    margin-right: 1px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: gray;
	padding: 1px 5px 1px 5px;
    cursor: pointer;
}

.tab:hover {
    background-color: #f0f0f0;
    font-weight: bold;
}

.tab:active {
    background-color: darkgray;
    color: orange;
    font-weight: bold;
}

.tab_selected {
    display: block;
    float: left;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    background-color: darkgray;
    color: white;
    margin-right: 1px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: gray;
	padding: 1px 5px 1px 5px;
    cursor: pointer;
}

/* FOOTER---------------------------------------------------------------------- */
.copyright  {
  color: #888;
  font-size: 11px;
  text-align:right;
}

/* use opacity */
#glayer {
  position: fixed!important;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100;
  background-color:#1F1F1F;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}

/* use png */
#glayer_img {
  position: fixed!important;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100;
  background-image: url(./imgs/glayer.png);
}
* html #glayer_img {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="glayer.png", sizingMethod="scale");
}

