@charset "utf-8";
/* CSS Document */
* { box-sizing: border-box; }

body {
	background-color: #EEE;
	font-size: 14px;
	font-family: Retina, Arial, Helvetica, sans-serif;
}

#page-container {
	margin: 0 auto;
	margin-top: 0px;
	width: 1250px;
	max-width: 100%;
	
}

#content-container {
	position: relative;
	min-height: 100vh;
	float: left;
}

#content-wrap {
	padding-bottom: 50px;    /* Footer height */
	float: left;
}

#footer {
	position: absolute;
	bottom: 0;            /* Footer height */
	background: #FFF;
	width: 1240px;
}

a {
    color: #005d8d;
}

#adSpace {
	width: 728px;
	float: right;
	height: 90px;
	padding: 10px;
	color: #FFF;
	background-color: #888;
}

.pageTitle{
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background: #005588;
	height: 29px;
	line-height: 29px;
	border-left: 5px solid #FFF;
}

.modal {
   top: 150px;
}

.modal-header{
	padding: 5px;
	border: 0px;
}

.modal-footer{
	padding: 5px;
	border: 0px;
}

.modal-content{
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75); 
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

.box{
	overflow: hidden;
	padding: 5px;
	margin: 5px;
}

.boxTitle{
	float: left;
	font-size: 14px;
	padding: 0px 5px 0px 10px;
	border-bottom: 3px solid #777;
	float: left;
	line-height: 32px;
	font-weight: bold;
	width: 100%;
}

.boxDropShadow{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	background-color: #FFF;
}

.subtleShadow{
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}

.roundedCorners{
	-moz-border-radius:5px 5px 5px 5px;
	border-radius: .3rem;
}

.roundedCornersTop{
	-moz-border-radius:.3rem 0px 0px .3rem;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.roundedCornersRight{
	-moz-border-radius:0px .3rem .3rem 0px;
	border-top-right-radius: .3rem .3rem;
	border-bottom-right-radius: .3rem .3rem;
}

.roundedCornersBottom{
	-moz-border-radius:0px .3rem .3rem 0px;
	border-bottom-left-radius: .3rem .3rem;
	border-bottom-right-radius: .3rem .3rem;
}

.fBCloseDiv{
	width: 100%;
	text-align:center;
	padding-bottom: 5px;
	position: absolute;
	bottom: 0;
}

.headerText{
	color: #005588;
	font-size: 16px;
	font-weight: bold;
}

.pCHeader{
	padding: 5px;
	line-height: 19px;
	color: #FFF;
	border: 2px solid #FFF;
}

.rN{
	padding-right: 5px;
}

.hLText{
	background-color: #F4E200;
	white-space:nowrap;
	padding: 5px 4px 5px 4px;
	line-height: 35px;
	-moz-border-radius:5px 5px 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.yButton {
	border: 2px solid;
	float: right;
	margin-top: 5px;
	line-height: 21px !important;
}

.yButton:hover {
  background-color: #FFF000;
  cursor: pointer;
}

.pButton{
	color: #000;
	border: 2px solid #888;
	background-color: #DDD;
	padding-left: 12px;
	font-weight: bold;
	line-height: 30px;
	font-size: 15px;
	width: 23.5%;
	-moz-border-radius:12px 12px 12px 12px;
	border-bottom-left-radius: 12px 12px;
	border-bottom-right-radius: 12px 12px;
	border-top-left-radius: 12px 12px;
	border-top-right-radius: 12px 12px;
	margin: 4px;
	float: left;
}
.pButton:hover{
	cursor: pointer;
	background: #F8F8F8;
	border-color: #AAA;
}
.pButtonColor{
	color: #FFF;
	border-color: #FFF;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}
.pButtonColor:hover{
	cursor: pointer;
	border-color: #FFF;
	opacity: .8;
}

.portrait{
	width: 100px;
	border: 1px solid #FFF;
}
.potusRankBox{
	height: 115px;
	float: left;
	min-width: 450px;
	padding: 5px;
}
.mktRtnNumber{
	font-size: 21px;
	font-weight: bold;
	line-height: 32px;
}

input,select{
	height: 35px;
	border: 2px solid #888;
	-moz-border-radius:5px 5px 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}

.tabTitle{
	float: left;
	padding: 10px 0px 5px 5px;
	height: 35px;
	white-space: nowrap;
}

/* Custom Tab START */
#boxTabs {
    color:#fff;
    position: relative;
	border-bottom: 2px solid #777;
	width: 100%;
	float: left;
	height: 50px;
}
#boxTabs div {
    position: relative;
	vertical-align: bottom;
}
.tabOn{
	float: left;
	width: 125px;
	color: #058;
	background: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
	padding: 0px 10px 0px 10px;
	margin-left: 5px;
	border-top: 2px solid #777;
	border-right: 2px solid #777;
	border-left: 2px solid #777;
	border-top-right-radius: 7px 7px;
	top: 16px;
}
.tabOff{
	float: left;
	width: 125px;
	color: #777;
	background: #DDD;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	padding: 0px 10px 0px 10px;
	margin-left: 5px;
	border-left: 2px solid #888;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	border-top-right-radius: 7px 7px;
	margin-top: 2px;
	top: 16px;
}
.tabOff:hover{
	color: #058;
	background: #FFF;
	cursor:pointer;
}

/* Custom Tab END */

@media (max-width:1265px) {
    #page-container, #content-container, #content-wrap {
        width: 625px;
    }
	#footer {
		width: 615px;
	}
	#adTest {
		width: 320px;
		height: 50px;
	}
	/*#boxTabs {
		width: 280px;
	}*/
}

/*Style JqueryUI*/
.ui-tooltip {
	background: #222;
	color: white;
	font-size: 12px;
	border: none;
	padding: 0;
	opacity: .925;
}
.ui-tooltip-content {
    position: relative;
    padding: 1em;
}
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
	top: -10px;
    left: 8px;
	opacity: .925;
    border-color: #111 transparent;
    border-width: 0 10px 10px;
}

</style>