#main_content div{
   overflow: hidden;
}

#authMessage {
   color: #B01115;
   font-size: 12px;
   text-align: center;
   font-weight: bold;
}

#main_content div.error-message {
   color: #B01115;
   font-size: 10px;
   margin-left: 280px;
}

/*inputs*/
#main_content label{
   font-size: 12px;
   font-weight: bold;
   width: 270px;
   float: left;
   line-height: normal;
   padding-left: 10px;
}

#main_content div.input{
   background-color: #D6D6D6;
   height: auto;
   padding: 5px 0px 5px 0px;
   margin-top: 3px;
}

#main_content div.text input{
   background-color: #FFFFFF;
   border: 1px #000000 solid;
   width: 200px;
   height: 18px;
   font-size: 12px;
   font-weight: bold;
   color: #B01115;
}

#main_content div.password input{
   background-color: #FFFFFF;
   border: 1px #000000 solid;
   width: 200px;
   height: 18px;
   font-size: 12px;
   font-weight: bold;
   color: #B01115;
}

#main_content div.date select{
   background-color: #FFFFFF;
   border: 1px #000000 solid;
   height: 18px;
   font-size: 12px;
   font-weight: bold;
   color: #B01115;
}

#main_content div.textarea textarea{
   background-color: #FFFFFF;
   border: 1px #000000 solid;
   width: 400px;
   font-size: 12px;
   font-weight: bold;
   color: #B01115;
   font-family: Verdana;
}

#main_content div.submit input{
   border: 1px #64090B solid;
   background-image: url(../img/bg_submit.png);
   background-repeat: repeat-x;
   width: auto;
   height: 20px;
   margin-left: 280px;
   margin-top: 5px;
   color: #FFFFFF;
   font-weight: bold;
}

/*page*/
#main_content div.page_title{
   margin-top: 7px;
   width: 216px;
   height: 40px;
   background-image: url(../img/bg_page_title.png);
   background-repeat: no-repeat;
   background-position: bottom;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 14px;
   font-style: italic;
   padding: 15px 0px 0px 50px;
}

#main_content div.page_title h1{
   color: #FFFFFF;
   font-weight: bold;
   font-size: 14px;
   font-style: italic;
   margin-top: 0px;
}

#main_content div.text{
   color: #000000;
   font-weight: bold;
   font-size: 12px;
   line-height: 20px;
   text-align: justify;
}

#main_content div.text a{
   color: #B01115;
   font-weight: bold;
   font-style: italic;
}

#main_content div.text span.red{
   color: #B01115;
   font-weight: normal;
}

#main_content div.subtitle{
   color: #B01115;
   font-weight: bold;
   font-size: 12px;
   text-decoration: underline;
}

#main_content div.subtitle h2{
   color: #B01115;
   font-weight: bold;
   font-size: 12px;
   text-decoration: underline;
}

#main_content ul li{
   color: #000000;
   font-size: 12px;
   line-height: 20px;
   text-align: justify;
   font-weight: normal;
}

#main_content ul li span{
   font-weight: bold;
}

#main_content div.services{
   float: none;
}

#main_content div.services div.item{
   background-image: url(../img/bg_services_but.png);
   background-repeat: no-repeat;
   float: left;
   width: 146px;
   height: 48px;
   margin-left: 60px;
   text-align: center;
}

#main_content div.services div.item a{
   color: #000000;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   display: block;
   padding: 16px;
}

#main_content div.services div.item a:hover{
   color: #FFFFFF;
}

#main_content div.page div.contact_logo{
   background-image: url(../img/contact_logo.jpg);
   background-repeat: no-repeat;
   width: 100px;
   height: 133px;
   margin-left: 250px;
   margin-top: 30px;
   float: left;
}

/*event*/
#main_content div.event div.edit{
   margin-top: 10px;
   font-size: 10px;
}

#main_content div.event div.edit a{
   color: #000000;
}

#main_content div.event div.add{
   color: #3399FF;
   margin-top: 10px;
   font-size: 10px;
}

#main_content div.event div.add a{
   color: #3399FF;
}

#main_content div.event div.none{
   color: #000000;
   font-weight: bold;
   font-size: 12px;
   margin: 10px 0px 0px 0px;
}

#main_content ul li span.del{
   color: #B01115;
   font-size: 10px;
}

#main_content ul li span.del a{
   color: #B01115;
}