/*
	jquery.tippy.css
	
	Tippy Tooltip by Chris Roberts
	chris@dailycross.net
	http://croberts.me/
*/

.tippy {
    display: none;
}

.tippy_link {
    font-weight: normal;
    
    cursor: pointer;
}

.tippy_link img {
    z-index: 1;
}

.tippy_link img.tippy_swap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.tippy_tip {
    width: 400px;
    height: 300px;
    box-shadow: none;
    font-size: 13px;
    color: #fff;
    z-index: 50;
position: absolute;
border-radius:30%;
}
.tippy_tip a {
    font-size: 14px;
    color: #fff;
font-weight: bold;
display:inline !important;

}
.tippy_tip a:hover {
    text-decoration: none;
color:#6dcae5;

}



.tippy_header {
    background-color: #ccc;
    width: 440px;
    padding: 5px;
    border-radius: 5px 5px 0 0;

    font-weight: bold;
    text-align: left;
}

.tippy_draggable {
    cursor: move;
}

.tippy_closelink {
    float: right; 
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding:4px;
    background-color:#fff;
    text-align:center;
    position:relative;
    border-radius:50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #000;
    border-radius: 50%;
position: relative;
top:-10px;
right:-10px;
}


.tippy_noheader .tippy_closelink {
    padding-right: 0;
}

.tippy_closelink:hover {
    color: #fff;
    background-color:#003263;
border: 1px solid #fff;
}

.tippy_body {
    background: url("http://www.peoacwa.army.mil/wp-content/uploads/semiblue.png") repeat;
    padding: 20px;
    color:#ffffff;
    width: 420px;
    max-height: 275px;
    position: relative;
    overflow: auto;
    border: 1px solid #fff;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.tippy_body p {
    color:#ffffff;

}
.tippy_body h2 {
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
}

.tippy_body.tippy_noheader {
    border-radius: 5px;
}

.tippy_body p {
    margin-bottom: .75em;
}