body{
    margin:0;
    padding:0;
    background-color:#ecf4fd;
}
img{
    border:0;
}
a{
    text-decoration:none;
    color:#0000cc;
}

/* Message box *******************************/
.message_box {
    background-color: #FF0066;
    width: 600px;
}
.message_box_title{
    background-color: #E6E6E6;
}
.message_box_content{
    text-align: left;
    background-color: #FFFFFF;
}
/*********************************************/

.status_box{
background-color:#e8eef7;
background-image:url('ReadMessageBackgrounds.gif');
background-position:left center;
width: 97%;
border: 1px #CCCCCC solid;
padding:3px;margin:5px;
}
.hide{
display: none;

}
.status_box_unread{
//background-color:#e8eef7;
//background-image:url('ReadMessageBackgrounds.gif');
//background-position:left center;
width: 97%;
border: 1px #CCCCCC solid;
padding:3px;margin:5px;
}

.edit_filter_btn{
background-image:url('imgs/edit-filter.gif');
width:82px;
height:18px;
display:block;
margin-top:2px;
margin-right:2px;
cursor: pointer;
}

.edit_filter_btn:hover{
background-image:url('imgs/edit-filter-hover.gif');
width:82px;
height:18px;
display:block;
margin-top:2px;
margin-right:2px;
cursor: pointer;
}

.mark-all-as-read{
background-image:url('imgs/mark-all-as-read.gif');
width:82px;
height:18px;
display:block;
margin-top:2px;
margin-right:2px;
cursor: pointer;
}

.mark-all-as-read:hover{
background-image:url('imgs/mark-all-as-read-hover.gif');
width:82px;
height:18px;
display:block;
margin-top:2px;
margin-right:2px;
cursor: pointer;
}

#header{
    height:68px;
    background-image:url('imgs/header-bg.png');
    background-position:left bottom;
    background-repeat:repeat-x;
}
.intro-tap-selected {
    font-size: xx-large;
    background-color: #FFFFFF;
    padding:10px;
    margin-bottom:10px;
}
.intro-tap-unselected{
    font-size: xx-large;
    background-color: #d6eaef;
    padding:10px;
    margin-bottom:10px;
}
.style1 {
    text-align: center;
}
.style2 {
    text-align: center;
    background-image: url('imgs/img37.gif');
}
.style3 {
    text-align: left;
}
.style4 {
    font-size: x-large;
}
.style5 {
    color: #FFFFFF;
}
.style6 {
    font-size: xx-large;
    color: #FFFFFF;
}
.style7 {
    font-size: x-large;
    color: #FFFFFF;
}
