/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	html{overflow-x:hidden;}
	.big-link { display:block; margin-top: 100px; text-align: center; font-size: 70px; color: #06f; }
		a.big-link{
			text-decoration:none;
			color:#949597;
			font-weight:bold;
			font-size:12px;
			margin:0;
			display:inline-block;
}
a.big-link:hover{color:#949597;}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index: 99999;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	/*top:40px !important; */
	left: 55.5%;
	margin-left: -420px;
	/*width:756px;*/
	width:852px;
	/*min-height:369px;*/
	min-height:420px;
	background:rgba(0,0,0,0.4); 
	position: absolute;
	/*position:fixed;*/
	z-index:999999;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.bg_model{border-radius:4px;  height: 350px;  left: 8px;  position: absolute;  top: 9px;  width: 740px; background:#eee;}
.content_model{left: 8px; margin: 0;  position: absolute;  top: 9px;  /*width: 740px;*/ width: 850px;}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top:18px;
		right: 15px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
.heading_bar{width:100%; height:31px;  border-radius: 4px 4px 0 0;
border:1px solid #000;
background: #626261; /* Old browsers */
background: -moz-linear-gradient(top,  #626261 0%, #393a3a 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626261), color-stop(99%,#393a3a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #626261 0%,#393a3a 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #626261 0%,#393a3a 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #626261 0%,#393a3a 99%); /* IE10+ */
background: linear-gradient(to bottom,  #626261 0%,#393a3a 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626261', endColorstr='#393a3a',GradientType=0 ); /* IE6-9 */
}

.heading_bar ul{margin:0; padding:0;}

.heading_bar ul li{margin:0 140px 0 15px; padding:0; list-style:none; float:left;}

.heading_bar ul li a{margin:0; padding:0; text-decoration:none; color:#C7C8CA; 
 font:bold 12px/30px 'Open Sans',sans-serif;
}

.content_model .pop_cont{
	/*width:740px;*/
	width:850px;
	padding:20px;
	margin:0;
	background:#fff;
}

.pop_cont .pop_left{
	width:225px;
	margin:0;
	float:left;
}
.pop_cont .pop_left .pop_one{
	margin:0 0 10px 0;
}

.pop_cont .pop_left span{
	 font:bold 13px 'Open Sans',sans-serif;
	 display:block;
	 margin:0 0 5px 0;
}

.pop_cont .pop_right{
	width:480px;
	margin:0 0 0 15px;
	float:left;
}

.pop_right .span_end{
	width:95px;
	margin:0;
	float:left;
}
.pop_right .span_end input {
    float: left;
    margin: 0;
    width: 75px;
}
.table_btn {
    margin: 16px 0 0 10px;
}

.Btn {
    margin: 0 0 0 8px !important;
}

.Btn a{
	text-decoration:none;
	color:#fff;
	line-height:15px;
}
.Btn_icon{
    margin: 0 -2px 0 0 !important;
}
.data_top{margin:0 0 0 0;}
.data_bottom{margin:10px 0 0 0;}

.data_bottom tr{border-bottom:1px solid #dcdcdc;}

.data_bottom tr td{padding:15px 0}

.Btn-inverse {margin: 0 5px;
     -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font: normal 17px "myriad Pro";
    padding: 3px 14px 3px 14px; text-decoration:none; display:block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);color: #FFFFFF;
 background-color: #ccc;
}

.Btn-inverse:hover,
.Btn-inverse:focus,
.Btn-inverse:active,
.Btn-inverse.active,
.Btn-inverse.disabled,
.Btn-inverse[disabled] {
 background-color: #444;

}

.Btn-inverse:active,
.Btn-inverse.active {
background-color: #444 \9;
}

.links{margin:10px;}
		.links a{display:inline-block; padding:3px 15px; margin:7px 10px; background:#444; text-decoration:none; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
		.links a:hover{background:#eb3755; color:#fff;}
		.content{margin:0; width:500px; height:200px; padding:0; overflow:auto; background:none; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
		.content p:nth-child(even){color:#999; font-family:Georgia,serif; font-size:17px; font-style:italic;}
		.content p:nth-child(3n+0){color:#c96;}
		
		
		.Btn-Inverse {margin: 0 5px;
    border:1px solid #343233; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font: normal 17px "myriad Pro";
    padding: 3px 14px 3px 14px; text-decoration:none; display:inline-block;text-shadow:0 3px 0 rgba(0,0,0,0.3);color: #9fa1a4;
 background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#6b6a6a), to(#3e3f3f));
 background-image: -webkit-linear-gradient(top, #6b6a6a, #3e3f3f);
 background-image: -moz-linear-gradient(top, #6b6a6a, #3e3f3f);
 background-image: -ms-linear-gradient(top, #6b6a6a, #3e3f3f);
 background-image: -o-linear-gradient(top, #6b6a6a, #3e3f3f);
  box-shadow: 0 3px 0 #343233;
  -moz-box-shadow: 0 3px 0 #343233;
  -o-box-shadow: 0 3px 0 #343233;
  -webkit-box-shadow: 0 3px 0 #343233;
  font-weight:bold;
 background-image: linear-gradient(to bottom, #6b6a6a, #3e3f3f);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6b6a6a, endColorstr=#3e3f3f);
}

.Btn-Inverse:hover,
.Btn-Inverse:focus,
.Btn-Inverse:active,
.Btn-Inverse.active,
.Btn-Inverse.disabled,
.Btn-Inverse[disabled] {background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#7d7e7d));
 background-image: -webkit-linear-gradient(top, #484848, #7d7e7d);
 background-image: -moz-linear-gradient(top, #484848, #7d7e7d);
 background-image: -ms-linear-gradient(top, #484848, #7d7e7d);
 background-image: -o-linear-gradient(top, #484848, #7d7e7d);
 background-image: linear-gradient(to bottom, #484848, #7d7e7d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#484848, endColorstr=#7d7e7d);

}

.Btn-Inverse:active,
.Btn-Inverse.active {
background-color: #444 \9;
}

.Blu_btn {
    margin: 0 5px;
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: bold 17px "myriad Pro";
    padding: 3px 14px 3px 14px;
    text-shadow:2px 2px 0 rgba(151,41,12,1);
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    -webkit-box-shadow: 0 3px 0 rgba(182,75,57,1);
    -moz-box-shadow: 0 3px 0 rgba(182,75,57,1);
    box-shadow: 0 3px 0 rgba(182,75,57,1);
    color: #FFEEA9;
    border: solid 1px #b64c3a;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6b861), to(#e5794f));
    background: -moz-linear-gradient(top,  #f6b861,  #e5794f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b861', endColorstr='#e5794f');}
.Blu_btn:hover {
    text-decoration: none;
    background: #007ead;
   	background: -webkit-gradient(linear, left top, left bottom, from(#f6b861), to(#e5794f));
    background: -moz-linear-gradient(top,  #f6b861,  #e5794f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b861', endColorstr='#e5794f'); 
}
.Buttons{
	width:200px !important;
	margin:0 auto !important;
}

.footer_pop{
	width:780px;
	background:#eeeff0;
	height:60px;
	padding:20px 0 0 0;
	border-radius: 0 0 4px 4px;
	margin:0;
}

.me_pop {
    color: #939598;
    position: relative;
	font:bold 12px/14px 'Open Sans',sans-serif;
    top: -25px;
}

/* new pop up styles */

   /* .bubbleInfo {
    left: 190px;
    position: relative;
    top: -23px;
    width: 22px;
	height:22px;
        }*/
	/*.bubbleInfo {
    left: 385px;
    position: relative;
    top: -20px;
	width: 22px;
	
	}*/
	.bubbleInfo {
    left: 0px;
    position: relative;
    top: 0px;
	width: auto;
	
	}
        .trigger {
            position: absolute;
			width:22px;
			height:22px;
			background:url(../images/popup_tooltip_1.png) no-repeat left -1px;
        }
		.trigger:hover{
			background:url(../images/popup_tooltip_1.png) no-repeat left -24px;
			}
     
        /* Bubble pop-up */

        /*.popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse:collapse;
			background:#F5F3EE;
			border:8px solid rgba(0, 0, 0, 0.3);
			left:-180px !important;
			top:40px !important;
            top:66px !important;
			width:380px;
			padding:15px;
        }*/
		.popup {
        	position: absolute;
        	display: none;
        	z-index: 999;
        	border-collapse:collapse;
			background:#F5F3EE;
			border:5px solid rgba(0, 0, 0, 0.3);
			left:0px !important;
			/*top:40px !important;*/
            top:62px !important;
			width:300px;
			padding:15px;
        }
		.double .popup{
		 top:82px !important;
		}
		.bubbleInfo span{
		padding:0 5px 0 0;
		}
		#bg_popUp{position:absolute; z-index:-1; width:380px; padding:20px; height:380px; background:rgba(0,0,0,0.3); top:0; left:0;}
		
.popup h3{
	margin:0;
	padding:0;
	font:bold 14px/18px 'Open Sans',sans-serif;
	color:#E37C63;
}

.popup p{
	margin:0;
	padding:5px;
	font:normal 12px/18px 'Open Sans',sans-serif;
	color:#444;
}

.popup p a.red_text{color:#871214; text-decoration:none; padding:0; margin:0;}
