@charset "utf-8";
/* CSS Document */
#mainheader {
	top:0;
    width:100%;
}
#we {float:none}

#apply_body {
	background-image: url(../images/militar.jpg);
}

body { 
    margin: 0 auto !important;
   background-color:  #1B1B1B; 
    font-family: verdana;
    font-size: 11px;
}
/* ==============================================
/* =============== MEMBER INDEX CSS =============
/* ============================================== */
.white {
    color: white;
} 
a.tweet_link:link {
    color: #33CC00;
    text-decoration: none;
}

a.tweet_link:visited {
    text-decoration: none;
    color: #33CC00;
}

a.tweet_link:hover {
    text-decoration: none;
    color: #FFCC00;
}

a.tweet_link:active {
    text-decoration: none;
    color: #33CC00;
}

.greenbut{
    background-color: green;
    color           : white;
    font-family     : verdana;
    font-size       : 10px;
    font-weight     : bold;
}
.black {
    color: black;
}

/*==================================*/
a.memlist:link {
    text-decoration: none;
    color: white;
}
a.memlist:visited {
    text-decoration: none;
    color: yellow;
}
a.memlist:hover {
    text-decoration: none;
    color: lime;
}
a.memlist:active {
    text-decoration: none;
    color: yellow;
}

a.memlister:link {
    color: black;
}
a.memlister:visited {
    text-decoration: none;
    color: black;
}
a.memlister:hover {
    text-decoration: none;
    color: black;
}
a.memlister:active {
    text-decoration: none;
    color: black;
}
.bk_green {
    background-color: #FFA119;
}
.pad_left10{
    padding-left:10px;
}
