﻿#GlobalNav #MainMenu {
background-image:url(../images/PartyMenuBg.jpg); 
background-repeat:no-repeat;
WIDTH: 963px
}

#GlobalNav #MainMenu li.selected {
    background-image:url("../images/PartyMenuItem.jpg");
    background-repeat:no-repeat;
    color:Red;
}

#GlobalNav #MainMenu li.selected a {
    color:Red;
}

#foot ul {
    width:745px;
    height:26px;
    background-color:#ba1815;
}

#PartyLoginBox {
    margin-top:3px;
    width:193px;
    height:140px;
    background-image:url("../images/PartyLoginBg.jpg");
    background-repeat:no-repeat;
    overflow:hidden;
}

#PartyLoginBox ul {
    padding-top:42px;
}

#PartyLoginBox ul li {
    margin-bottom:4px;
}



#PartyLoginBox ul li input {
    border:solid 1px #999;
}

#PartyLoginBox input[type=text] {
    border:solid 1px #999;
    height:20px;
    width:114px;
    _width:100px;
}

#PartyLoginBox input[type=password] {
    border:solid 1px #999;
     height:20px;
    width:114px;
}

#Ad {
    margin-top:15px;
}

#PartyContent {
    width:758px;
    height:800px;
    float:right;
    
}

.partyNews {
    width:365px;
    height:235px;
    background-image:url("../images/PartyNewsTitleBg.jpg");
    background-repeat:no-repeat;
    float:left;
    margin:5px 0px 10px 10px;
    _margin:5px 0 10px 5px;
}
.partyNews .title {
    text-align:left;
    padding-left:35px;
}
.partyNews .title .more {
    width:55px;
    float:right;
    line-height:30px;
    color:White;
}
.partyNews .title .more a {
    color:white;
}


.partyNews .title img {
    margin-top:2px;
    display:block;
    float:left;
      
    
}
.partyNews ul {
    clear:both;
    margin-top:10px;
    background-image:url(../images/PartyNewsBg.jpg);
    background-repeat:repeat-y;
    
}
.partyNews ul li {
    background-image:url("../images/PartyNewsDot.gif");
    background-repeat:no-repeat;
    background-position:3px center;
    padding-left:20px;
    text-align:left;
    height:23px;
    line-height:23px;
}

.partyNews ul li .newsDate {
    width:80px;
    float:right;
    
    
}

.partyNews ul li a {
    color:#333;
}

#PartyContentView ul#News {
    line-height:23px;
}

#PartyContentView #News li {
    background-image:url("../images/PartyNewsitembg.gif");
    background-repeat:no-repeat;
    background-position:8px center;
    padding-left:28px;
    text-align:left;
    height:23px;
    line-height:23px;
    clear:both;
    margin:0;
    overflow:hidden;
}

#PartyContentView #News  li  .subject  a {
    color:#333;
}

#PartyContentView #News  li  .subject {
    width:450px;
    height:23px;
    line-height:23px;
    text-align:left;
    float:left;
    display: block;


}

#PartyContentView #News  li  .author {
    width:190px;
     height:23px;
    text-align:center;
    float:left;
    display: block;
    overflow:hidden;

}

#PartyContentView #News  li .newsDate {
    width:80px;
    float:right;
    display: block;

}



#PartyContentView {
    background-image:url(../images/PartyTitleBg.jpg);
    background-repeat:no-repeat;
    background-position:top;
        width:758px;
    height:800px;
    float:right;
    margin-top:5px;
    
}

.publishPanel {
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
    width:600px;
}

.publishPanel ul {
    list-style:none;
    text-align:left;
}

.publishPanel ul li {
    clear:both;
    margin-bottom:10px;
}

.publishPanel ul li  input {
    border:solid 1px #666;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}

.editbox {
    float:right;
    width:560px;
}

.publishPanel ul li label {
    float:left;
    width:40px;
}

#PartyContentView #Title {
    width:300px;
    margin-left:50px;
    margin-top:2px;
    text-align:left;
}
