@CHARSET "ISO-8859-1";


/* For some reason the text part of JQM buttons within jqtip popups sometimes trap the click events, so fix that*/
.ui-tooltip-content .ui-btn-text {
	pointer-events: none;
}


#NotificationCountWrapper {
    position: absolute;
    left: 10px;
    min-width: 30px;
    height: 30px;
}

#NotificationCount {
    font-size: 12px;
    color: yellow;
    background-color: red;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
    /*Pass pointer events to always showing wrapper*/
    pointer-events: none;
}

#SelectedEntityInfo {
    position: absolute;
    pointer-events: none;
    max-width: 200px;
}

#EntityName {
    float: left;
    color: White;
    font-size: 12px;
}

#EntityAction {
    float: left;
    color: LightGray;
    font-size: 12px;
}

#EntityAlliance {
    float: left;
    color: LightGray;
    font-size: 12px;
}

#TurretBars {
    position: absolute;
    color: White;
    font-size: 12px;
}

#LastUpdate {
    position: absolute;
    color: White;
    font-size: 10px;
    bottom: 10px;
    left: 5px;
    width: 150px;
}

#FVFleetStatus {
    position: absolute;
    bottom: 80px;
    color: White;
    font-size: 14px;
}

#FVName {
    float: left;
    max-width: 150px;
    color: White;
    margin-right: 5px;
}

#FVOwnerName {
    float: left;
    max-width: 150px;
    color: White;
    margin-right: 5px;
}

#FVCurrentAction {
    float: left;
    width: 190px;
    color: White;
}

#FVCombatIndicator {
    float: left;
    width: 100px;
    color: Red;
}

#FVShipArmorText {
    font-size: 12px;
    color: White;
    margin: -3px 0px 0px 0px;
    padding: 0px;
}

.FVFleetStatText {
    padding-left: 5px;
    padding-right: 10px;
    float: left;
    max-width: 75px;
    color: white;
}

.FVShipCount {
    position: absolute;
    color: White;
    font-size: 12px;
    background-color: #006666;
    -webkit-border-radius: 5px;
    padding-left: 4px;
    padding-right: 4px;
}

.FVIcon {
    float: left;
}
/* The statWrapper div is used to attach the qtip to so that the player 
gets the qtip if they tap on either the image or the value*/
.statWrapper {
    pointer-events: auto;
    float: left;
}

#PVPlanetStatus {
    position: absolute;
    bottom: 80px;
    color: White;
    font-size: 14px;
}

#PVNameLabel {
    float: left;
    width: 55px;
    color: Gray;
}

#PVName {
    float: left;
    max-width: 150px;
    color: White;
    padding-right: 5px;
}

#PVOwnerLabel {
    float: left;
    color: Gray;
    padding-right: 5px;
}

#PVOwnerName {
    float: left;
    max-width: 100px;
    color: White;
    padding-right: 5px;
}

#PVCurrentActionLabel {
    float: left;
    width: 60px;
    color: Gray;
}

#PVCurrentAction {
    float: left;
    width: 240px;
    color: White;
}

.PVPlanetStatText {
    padding-left: 3px;
    padding-right: 6px;
    float: left;
    max-width: 75px;
    color: white;
}

.PVIcon {
    float: left;
    pointer-events: auto;
}

#PVResourcesDiv {
    position: absolute;
    color: White;
    font-size: 16px;
    pointer-events: auto;
}

#PVPlanetResourcesLabel {
    float: left;
    width: 130px;
    color: Gray;
}

#PVPlanetResources {
    float: left;
    width: 60px;
    color: White;
}

#PVCombatIndicator {
    float: left;
    width: 100px;
    color: Red;
}

#GameStatusDiv {
    position: absolute;
    color: White;
    font-size: 16px;
    pointer-events: none;
}

/* Game View Specific Stuff */
.BSVInfoText {
    font-size: 0.8em;
    float: left;
    min-width: 15px;
    padding-left: 5px;
    padding-right: 10px;
}

.BSVInfoUnit {
    min-width: 100px;
    float: left;
    font-size: 1em;
    padding-right: 10px;
}

.BSVWarningText {
    font-size: 0.8em;
    float: left;
    color: Red;
}

.buildList img {
    float: left;
}

#FVShipInfo {
    position: absolute;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    font-size: 14px;
    width: 310px;
    top: 43px;
    left: 3px;
}

#PVDivs {
    pointer-events: none;
}

#PVBuildingInfo {
    position: absolute;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    font-size: 14px;
    width: 310px;
    top: 43px;
    left: 3px;
}

#PVBuildingArmorText {
    font-size: 12px;
    color: White;
    margin: -3px 0px 0px 0px;
    padding: 0px;
}

#FVDivs {
    pointer-events: none;
}

.FVLabel {
    float: left;
    color: Gray;
    margin-right: 5px;
}

.FVShipValue {
    float: left;
    color: White;
    margin: 0px;
    padding: 0px 5px 0px 0px;
}

.PVBuildingLabel {
    float: left;
    color: Gray;
}

.PVBuildingValue {
    float: left;
    color: White;
    margin: 0px 4px 0px 0px;
}

.armorBarOuter {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    height: 10px;
    width: 100px;
}

.armorBarInner {
    background-color: orange;
    margin: 1px;
    height: 10px;
    width: 100px;
}

.TVLabel {
    float: left;
    color: Gray;
    margin-right: 5px;
}

.TVValue {
    float: left;
    color: White;
    margin: 0px;
    padding: 0px 5px 0px 0px;
}

.TVIcon {
    float: left;
}

#TVInfo {
    position: absolute;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    font-size: 15px;
    width: 304px;
    top: 57px;
    left: 3px;
}

.TVStatText {
    padding-left: 5px;
    padding-right: 10px;
    float: left;
    max-width: 75px;
    color: white;
}

#TVArmorText {
    font-size: 12px;
    color: White;
    margin: -3px 0px 0px 0px;
    padding: 0px;
}

#Logger {
    pointer-events: none;
    position: absolute;
    z-index: 99;
    color: white;
    top: 100px;
    left: 100px;
    width: 500px;
    height: 500px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}