.center{
	text-align:center;
}
.clear{
	clear: both;
}
h2, h3{
    padding: 7px;
}
p {margin: 0; font-size: 13px;}
/************** index.php *************/
#loginForm{
    width: 260px;
    margin: auto;
}
#loginForm div{
    margin-bottom: 5px;
}
#loginForm div label{
    text-align: right;
    width: 75px;
    float:left;
    padding-right: 5px;
    font-size: 12px;
}
#loginForm div input{
    text-align: left;
    width: 135px;
}
#loginForm div input.submit{
    width: 50px;
}
div.submit{
    text-align: center;
    margin: auto;
}
#noticesLinks h2{
    width: 160px;
    float: left;
    text-align: center;
}
div.displayNotice{
    clear: both;
    margin: 0 10px;
	width: 95%;
    border: solid 1px #0B3764;
    margin-bottom: 10px;
    font-size: 12px;
}
div.noticeTop{
    background: #FF8F2C;
    font-size: 14px;
    color: #fff;
    padding: 3px;
}
p.subject{
    font-weight: bold;
    float: left;
}
p.date{
    float: right;
}
div.message{
    clear: both;
    font-size: 12px;
    padding: 3px 5px;
}
p.info{
    padding: 10px;
    text-align: center;
    color: #8F0808;
    font-size: 14px;
    font-weight: bold;
}
p.edit{
	text-align: right;
}
div.pagination{
    text-align: center;
    font-size: 14px;
    padding: 8px;
}
/**************************************/

/************* newsletters.php *******/
#singleNewsletter{
    clear: both;
    margin: 0 10px;
    border: solid 1px #0B3764;
    margin-top: 5px;
}
#newsletterList {
    width: 96.5%;
    border: solid 1px #0B3764;
    margin: auto;
    color: #0B3764;
    font-size: 14px;
    margin-top: 10px;
}
#newsletterList td, #newsletterList th{
   padding: 7px 3px;
}
#newsletterList th{ text-align:left;}
#newsletterList th.edit{text-align:center;}
#newsletterList tr.newsTop{
   background: #CFDCFF;
}
#newsletterList tr.odd{
   background: #fff;
}
#newsletterList td.date, td.editlinks{
   font-size: 12px;
}
#newsletterList td.date{padding-left: 7px;}
td.editlinks{text-align: center;}
#newsletterList a{
   font-weight: bold;
   text-decoration: none;
   color: #8F0808;
}
#newsletterList a:hover{
   background:transparent;
   text-decoration: underline;
}

/**************************************/

/************* addnotice.php **********/
#editForm, #newsForm{
    font-size: 12px;
    padding: 0 7px;
}
#editForm div, #newsForm div{ margin-bottom: 5px;}
#editForm input.text, #newsForm input.text{
    width: 260px;
}
#editForm label{
    float: left;
    padding-right: 5px;
}
#editForm a.help, #newsForm a.help {
    float: right;
}
/**************************************/

/************* addnewsletter.php **********/
#newsForm label{
	padding-right: 5px;
}
/**************************************/