/* $Id: base.css,v 1.7 2009/04/01 07:11:45 lecone Exp $ */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 5px;
	margin-bottom: 5px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* ..outer class wraps enclosing block element around inner floated elements */
..outer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html ..outer { display: inline-block; }
/* no ie mac \*/
* html ..outer { height: 1%; }
..outer { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
	text-align:left;
}
#container-inner { 
position: static; width: auto;
	}

#mainhead { position: relative; }
#mainhead-inner { position: static; }

#mainbody { position: relative; width: 100%; }
#mainbody-inner { position: static; width: 100%; margin:0px; }

#mainfoot {
clear: both;
}
#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
    margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
	padding-top:10px;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 10px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
	font-size:12px;
}
.module-calendar {
padding: 0 0px;
}
.module-calendar .module-content th,
.module-calendar .module-content td {
width:auto;
text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }


/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */


ul.comments p,
ul.comments li {
list-style: none;
margin: 0;
padding: 0;
}
ul.comments {
list-style: none;
margin: 0 0 5px 0;
padding: 0;
}

.album-item-float {
float: left;
width: 130px;
margin: 0 5px 5px 0;
height: 150px;
padding-top: 5px;
overflow: hidden;
text-align: center;
border: 1px #CCCCCC solid;
}
.ppt-item-float {
float: left;
width: 128px;
margin: 0 5px 5px 0;
height: 128px;
padding-top: 5px;
overflow: hidden;
text-align: center;
border: 1px #CCCCCC solid;
}
.album-item-float p {
margin: 0;
text-align: center;
padding: 0 5px;
overflow: hidden;
}
.floatright {
float: right;
}


.album-i {
text-align: center;
}

.baseTB {
border: 1px #BBD0F9 solid;
border-width: 1px 0 0 1px !important;
}
.baseTB td {
border: 1px #BBD0F9 solid;
border-width: 0 1px 1px 0;
padding: 2px;
}
.baseTB .baseAttr {
background: #E5ECF9;
}
.summary {
display: block;
font-size: 11px;
font-weight: normal;
}
.album-item .entry-header {
padding: 3px;
}
.album-item .content-nav {
border-bottom: 1px #BBD0F9 solid;
background: #E5ECF9;
margin-left: 0;
margin-right: 0;
}

.description {
border: 1px #BBD0F9 dashed;
background: #E5ECF9;
padding: 5px;
}

#floatDiv, 
.floatDiv_1 {
width: 100%;
top: 0;
left: 0;
background: #fff;
cursor: default;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
z-index: 9990;
}
.popDiv_1,.popDiv_2 {
z-index: 9991;
position: absolute;
top: 80px;
left: 0;
width: 100%;
}
* html .floatDiv_1,
* html .superDiv {
position: absolute;
}

.popDiv_1 .inner3,
.popDiv_2 .inner3 {
margin: 0 auto;
text-align: left;
border: 1px #eef2f4 solid;
background: #FFF;
}
.popDiv_1 .inner2,
.popDiv_2 .inner2 {
border: 1px #d3d2d2 solid;
padding: 0;
overflow-x: hidden;
height: 100%;
}
.popDiv_1 .inner1,
.popDiv_2 .inner1 {
height: 100%;
position: relative;
}
.pptitle {
background: #dee2e7 url("img/pbg_top.gif") repeat-x left top;
border-bottom: 1px #bfc3c7 solid;
height: 27px;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
position: absolute;
z-index: 999999;
}
a.restore {
position: absolute;
right: 24px;
top: 4px;
height: 15px;
width: 15px;
background: url("img/icon.gif") no-repeat;
}
.pptitle h3 {
margin: 0;
font-size: 12px;
padding: 8px 0 0 5px;
font-weight: bold;
cursor: default;
}
.ppcontent {
height: 300px;
position: absolute;
overflow-y: auto;
z-index: 999998;
top: 27px;
}

a.close,
a.close:hover {
position: absolute;
right: 4px;
top: 6px;
display: block;
height: 15px;
width: 15px;
background: transparent url("img/icon_close.gif") no-repeat;
}


.commbutton {
text-align: center;
}
.commbt {
border-width: 2px;
border-style: outset;
}



.floatDiv_1,
.popDiv_1 {
display: block;
}
.floatDiv_2,
.popDiv_2 {
display: none;
}
.hideThis {
display: none;
}
.showThis {
display: block;
}

.Head_hidden{
   display: none !important;
}
.Head_show{
   display: inline !important;
}
.word26 {
   color: #079eb9;
   font-size: 12px;
   padding-left:15px;
   height:27;
   colspan:8;
}
.word28 {
   color: #000000;
   font-size: 12px;
}
.uChk{
   width:90px;
}
.comments-hidden{
   display: none;
   width: 100%;
   }
.uInput{
   width:150px;
}
.entry-tags {

}
h4 {
font-size: 12px !important;
font-weight: bold;
}
h4.entry-tags-header {
display: inline;
}
ul.entry-tags-list,
ul.entry-tags-list li {
display: inline;
}



#mainfoot {
clear: both;
}
#mainfoot-inner{
}


#nav {
margin: 0;
padding: 0;
list-style: none;
}
#nav li {
display: inline;
}



h2#banner-description {
text-align:left;
 font-size: 12px;
 font-weight:bold;
 font-family: Georgia, Times, serief;
}



.entry-footer, .trackback-footer, .comment-footer, .comments-open-footer, .archive-content {
font-size:11px;
letter-spacing:0.09em;
}

h2.module-header {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
}

input, textarea { 
color: #666666; 
margin-right:2px;
}
input.checkbox,
input.radio {
width: auto !important;
height: auto !important;
border: auto !important;
background:none !important;
}
*+html input.checkbox,
*+html input.radio,
*html input.checkbox,
*html input.radio{
border: 0 !important;
}
form {
margin:0 5px;
padding-top:10px;
padding-bottom:5px;
}
.exttable {
border: 1px #999 dashed;
padding: 1px;
}
.exttable td {
padding: 3px;
white-space: nowrap;
}
.exttable .row_left {
padding-left: 5px;
}
.exttable td.row_left {
background: #F0F0F0;
}
.exttable input.info_normal {
width: 70px;
border-width: 0 0 1px 0;
height: 15px;
}
.exttable input.info_actived {
width: 70px;
border-width: 0 0 1px 0;
height: 15px;
}
.infotable td {
padding: 3px;
}
.infotable .row_left {
padding-left: 5px;
width: 110px;
}
.infotable .row_right {
padding-right: 5px;
}
.infotable td  {
vertical-align: top;
}
.infotable .row_right .cmmt {
color: #999;
}
.infotable .notnull {
font-weight: bold;
background: #E0E0E0 url("images/notnull.gif") no-repeat 3px 5px;
}
.infotable .row_left {
white-space: nowrap;
text-indent: 12px;
}
.infotable input.info_normal {
width: auto;
height: 16px;
}

p.entry-footer {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:inherit;
}

#banner-header {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
}

h2#banner-description {
text-align:left;
 font-size: 1.2em;
 font-family: Georgia, Times, serief;
}

.entry-tags-list {
padding-left: 10px;
margin-left:0px;
}

.entry-body{
padding-bottom:15px;
}
.alertmsg {
position: absolute;
top: 10px;
right: 10px;
z-index: 999999;
}
.alertmsg a.close {
text-indent: -9999px;
margin-right: 3px;
}
.alertmsg p {
margin: 0;
color: #FFF;
}
.alertmsg-inner2 {
border: 1px #C00 solid;
float: right;
}
.alertmsg-inner {
white-space:none;
background: #C00;
padding: 4px;
padding-right: 25px;
border: 1px #FFF solid;
}
.alertmsg img {
/*border: 1px #FFF solid;*/
margin-right: 3px;
}

.formsubmit input {
padding: 5px 15px;
font-size: 12px;
cursor: pointer;
font-family: arial,simsun;
border-style: outset;
border-width: 2px;
background: #EFEFEF;
}
.formsubmit {
text-align: center;
width:300px;
margin:auto;
}

/* New POP Div */
.pop-float {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index:99990;
text-align: left;
}

.pop-outer {
margin: 0 auto;
position: relative;
z-index:99999;
}
.pop-container {
visibility:visible;
z-index:6;
overflow:visible;
position:absolute;
background-color:transparent;
padding:0px;
width:auto;
z-index:99991;
}
.pop-module {
overflow-x:hidden;
overflow-y:hidden;
visibility:inherit;
background-color:#FFFFFF;
border:1px solid #000000;
border-collapse:separate;
left:0px;
line-height:normal;
overflow:hidden;
position:relative;
top:0px;
z-index:1;
display:block;
font-weight:bold;
}
.pop-head {
height: 27px;
overflow: hidden;
z-index: 994;
}
.pop-head-inner {
border-style: solid;
border-width: 1px 0;
width: 100%;
border-color: #FFF #FFF #000;
font-weight:bold;
line-height:100%;
overflow:hidden;
height: 19px;
padding: 3px 0;
position: relative;
z-index: 994;
}
.pop-head .pop-close {
background: #FFF;
position: absolute;
float: right;
cursor: pointer;
top: 5px;
right: 4px;
width: 16px;
height: 16px;
z-index: 999;
background: transparent url("images/icon_close.gif") no-repeat;
}
.pop-body {
overflow: auto;
width: 100%;
z-index: 995;
}
.pop-head h4 {
font-size: 12px;
padding: 3px 0 0 5px;
margin: 0;
}
.pop-float {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}
.pop-head-inner {
border-style: solid;
border-width: 1px 0;
width: 100%;
border-color: #FFF #FFF #000;
font-weight:bold;
line-height:100%;
overflow:hidden;
height: 19px;
padding: 3px;
position: relative;
z-index: 994;
}
.pop-head .pop-close {
background: #FFF;
position: absolute;
float: right;
cursor: pointer;
top: 5px;
right: 4px;
width: 16px;
height: 16px;
z-index: 999;
background: transparent url("images/close.gif") no-repeat;
}

.clearall {
height:1px;
line-height:1px;
overflow:hidden;
clear:both;
}
table.scw {
z-index:1000001 !important;
}
.input2select {
border: 1px #6F90C3 solid;
height: 15px;
background: #FFF url("images/input_down.png") no-repeat 99% 1px;
padding: 2px;
cursor: pointer;
}
.input2select:hover {
background: #FFC url("images/input_down.png") no-repeat 99% 1px;
}

