/*====== Stylesheet for community ======*\
     Object: base.css
     Author: meizz
Last Update: 2006-09-27
\*======================================*/
@import url("base.css"); 

body
{
    border: none;
   
	background-color:#FFFFFF;
}
td{font-size: 12px; color: #034E8D}
a
{
    color: #034E8D;
}
a.white{color:#FFF; text-decoration:none;}
a.white:hover{color:#FFFFFF; text-decoration:none;}
/*--== header ==--*/
#header
{
    z-index: 5;
    width: 100%;
    position: absolute;
}
#innerHeader
{
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    border-bottom: none;
	background-color:#CC0000;
	/*background: transparent url(frame/bgheader.gif);*/
}
/*--== MDI Header ==--*/
#mdiHeader
{
    z-index: 3;
    bottom: 4px;
    width: 0px;
    padding-left: 0px;
    position: absolute;
}
* html #mdiHeader
{
    top: 0;
    height: 100%;
    border-bottom: solid 4px #DCDCDC;
}
#innerMdiHeader
{
    width: 1px;
    height: 100%;
    /*background: transparent url(frame/bggg.gif) no-repeat top right;*/
}

/*--== MDI Content ==--*/
#mdiContent
{

    z-index: 1;
    position: absolute;
}
* html #mdiContent
{
    top: 0;
    left: 0;
    height: 100%;
    border-top: solid 49px #DCDCDC;
    border-bottom: solid 4px #DCDCDC;
}
#innerMdiContent
{

    height: 100%;
   /* background-color: #FFFFFF;*/
   /* border-left: solid 5px #DCDCDC;
      border-right: solid 5px #DCDCDC;*/
    border-top: solid 5px #DCDCDC;
	padding-bottom:0px;
	padding-top:40px;

}


/*--== MDI Content Caption ==--*/
#mdiContentCaption
{
    right: 0;
    top: 60px;
    left: 0px;
    z-index: 2;
    height: 24px;
    position: absolute;
    background-color: #FFFFFF;
}
* html #mdiContentCaption
{
    left: 0;
    width: 100%;
    /*border-left: solid 5px #DCDCDC;
    border-right: solid 5px #DCDCDC;*/
    border-top: solid 5px #DCDCDC;
}
#innerMdiContentCaption
{
    height: 24px;
    padding: 2px 2px 3px 2px;
    border-bottom: none;
}
#mdiContentCaption .caption-left
{
    width: 5px;
    background: transparent url(frame/bgmdicontentheaderleft.gif) no-repeat top left;
}
#mdiContentCaption .caption-center
{
    height: 24px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background: transparent url(frame/bgmdicontentheader.gif) repeat-x top;
}
#mdiContentCaption .caption-right
{
    width: 5px;
    background: transparent url(frame/bgmdicontentheaderright.gif) no-repeat top right;
}

/*---=== Launch Frame MDI Style ===---*/
.mdi-caption-item
{
    height: 53px;
    position: relative;
    background: transparent url(frame/bgmdiheader.gif) no-repeat top right;
}
.mdi-caption-item-mouseover
{
    height: 53px;
    position: relative;
    background: transparent url(frame/bgmdiheader_mouseover.gif) no-repeat top right;
}
.mdi-caption-item-second
{
    color: #034E8D;
    cursor: default;
    font-size: 12px;
    padding-top: 1px;
    padding-left: 2px;
    text-align: center;
}
.mdi-caption-item-second img
{
    margin-bottom: 2px;
}
.selected .mdi-caption-item
{
    background: transparent url(frame/bgmdiheader-selected.gif) no-repeat top right;
}
.mdi-caption-item-first,
.mdi-caption-item-third
{
    display: none;
}
