/* Default Theme */

body{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #444;
	border-top: 3px solid #eee;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 1px 0px;
	margin: 1px 0px;
	font-weight: 600;
	color: #444;
}

h5,h6{
	color: #444;
}

h2{
	font-size: 25px;
}

h3{
	font-size: 20px;
	line-height: 30px;
}

h4{
	font-size: 16px;
	line-height: 28px;
}

h5{
	font-size: 14px;
	line-height: 22px;
}

h6{
	font-size: 13px;
	line-height: 25px;
}

p{

	padding: 0px;
	margin: 0px;
}

a:hover,a:active,a:focus {
	outline: 0;
}

.bold{
	font-weight: normal;
}

.sep{
	height: 5px;
	background: url("sep.png") repeat;
}

hr{
margin:15px 0px 10px 0px;
padding:0px;
border-top:0px;
border-bottom:1px solid #f4f4f4;
height:0px;
}

.btn{
	font-size: 13px !important;
}

.bor{
height:5px;
margin:10px 0px 10px 0px;
background:url('sep.png') repeat-x;
}

.center{
text-align:center;
}

.underline{
text-decoration: underline;
}

.italic{
font-style: italic;
}


.horizontal-links a{
	margin-right: 20px;
}

a:hover,a:active,a:focus {
outline: 0;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.well{
	background: #fafafa;
	border: 1px solid #eee;
	padding: 10px 15px;
	box-shadow: inset 0px 0px 2px #eee;
	margin: 20px 0px;
}

/* Form */

form{
	margin: 5px 0px;
}

form *{
/*	font-size:13px !important;*/
}

/* Button */

a.btn, a.btn:visited, a.btn:hover{
	color:#333 !important;
}

a.btn-primary,a.btn-primary:visited,a.btn-primary:hover,
a.btn-warning,a.btn-warning:visited,a.btn-warning:hover,
a.btn-danger,a.btn-danger:visited,a.btn-danger:hover,
a.btn-success,a.btn-success:visited,a.btn-success:hover,
a.btn-info,a.btn-info:visited,a.btn-info:hover,
a.btn-inverse,a.btn-inverse:visited,a.btn-inverse:hover{
  color:#fff !important;
}

button.close{
	font-size: 16px !important;
}

/* Image alignment*/

.alignleft, img.alignleft {
	margin-right: 8px;
	margin-top:5px;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 8px;
	margin-top:5px;
	display: inline;
	float: right;
}
   
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

/* 1-3 Column */

.onethree-left{
	float: left;
	width: 30%;
}

.onethree-right{
	float: right;
	width: 70%;
}

/* Half column */

.col-left{
	width: 48%;
	float: left;
}

.col-right{
	width: 48%;
	float: right;
}

.container{
	/*width:940px;*/
}



/* Header */

header{
	color: #777;
	padding: 8px 0px 20px 0px;
	background: #fafafa url("cream.png") repeat;
}

header .logo{
	padding: 0px;
	padding-top: 10px;
}

header .logo h1 a, header .logo h1 a:visited, header .logo h1 a:hover{
	font-size: 35px;
	color: #777;
	text-decoration: none;
	font-weight: 400;
}

header .logo .meta{
	color: #888;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

header .hlinks span{
	color: #fff;
	padding: 5px 7px;
	border-radius: 3px;
}

header .hlinks a, header .hlinks a:visited{
	color: #fff;
	text-decoration: none;
}

header .hlinks a:hover{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

header .lr{
	margin-left: 10px;
}


header form input, header form select, header form button{
	margin-bottom:10px !important;
}

/* Navigation */

.navbar{
   padding: 0px !important;
   margin:0px;
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.navbar .container>.navbar-header, 
.navbar .container>.navbar-collapse {
	padding-left: 0px;
}

.navbar ul{
	margin: 0px;
	padding: 0px;
}

.navbar ul li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.navbar{
   border-radius:0px; 
   background-image: none;
   background-repeat: no-repeat;
   filter: none !important;
   border-left: 0px !important;
   border-right: 0px !important;
   padding-left:10px;
   /*text-transform: uppercase;*/
   font-size:12px;
}

.navbar button{
   font-size:13px;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.navbar .caret{
   border-top-color:#fff !important;
   border-bottom-color:#fff !important;
}

.navbar .nav{
	margin-left: 5px;
}

.navbar .nav > li > a{
  padding:14px 15px 14px;
  color:#fff !important;
  text-shadow:none !important;
  -webkit-transition:background 1s ease;
  -moz-transition:background 1s ease;
  -o-transition:background 1s ease;
  transition:background 1s ease;
  text-transform: uppercase;
}

.navbar .nav > li > a:hover{
  color:#fff !important;
  -webkit-transition:background 1s ease;
  -moz-transition:background 1s ease;
  -o-transition:background 1s ease;
  transition:background 1s ease;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
   color: #ffffff;
   box-shadow:none;
}

.dropdown-toggle{
   z-index: 1000;
}

.nav-collapse a{
   font-weight:normal !important;
   text-shadow:none !important;
}

.dropdown-menu{
   background:#fafafa !important;
   border-radius:0px !important;
   box-shadow:none !important;
   border-bottom:none !important;
   padding:0px 0px;
   margin:0px;
   margin-top:1px !important;
   z-index: 2000;
   border-top: none !important;
}

.dropdown-menu a{
   background:#fafafa !important;
   padding:10px 10px !important;
   text-shadow:none !important;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
   border-bottom: 1px solid #ddd;
}

.dropdown-menu a:hover,.dropdown-menu a:focus{
   filter:none !important;
   background:#f3f3f3 !important;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
}

.dropdown-menu::after, .dropdown-menu::before{
   border:none !important;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	border-radius: 0px !important;
}

.nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0px !important;
}

/* Page heading */

.page-head{
	padding: 20px 0px;
	box-shadow: inset 0px 0px 4px #bbb;
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
}

.page-head h2{
	color: #777;
	font-size: 23px;
	line-height: 33px;
}

.page-head h4{
	color: #999;
	font-size: 15px;
}

/* Content */

.content {
	margin: 20px 0px;
}

.content ul li{
	list-style-type: circle;
	padding: 1px 0px;
	margin:0px;
	
}

.lists ul{
	margin:0px;
	margin-left:-15px;
}

/* Item review */

.item-review{
	background: #fafafa;
	margin: 10px 0px;
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 10px;
}

.item-review .rmeta{
	font-style: italic;
}

/* Sidebar items */

.sitem{
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.sitem img{
	margin-top:5px;
	max-width: 45px;
}

/* Footer */

footer{
	background: #65605c url("footer.png") repeat;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 10px;
	color: #aaa;
	font-size: 12px;
	box-shadow: inset 0px 0px 10px #000;
}

footer a, footer a:visited{
	color: #ddd;
}

footer a:hover{
	color: #ccc;
	text-decoration: underline;
}

footer hr{
	height: 0px;
	padding: 0px;
	margin: 5px 0px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #222;
}

footer h5{
	color: #fff;
}

footer h6{
	color: #fff;
}

footer ul{
	margin-left: 0px;
	margin:0px;
	padding-left:15px;
}

footer ul li{
	list-style-type: none;
	margin-bottom: 5px;
}

footer .widget{
	margin-bottom: 20px;
}

footer .copy{
	margin-bottom: 5px;
	font-size: 11px;
}

footer .payment-icons img{
	max-width: 35px;
	margin-right: 5px;
}

.newsletter div {
	font-size: 12px;
}

/* Responsive */

	
	.clearfix{
	overflow: auto;
		}
		
	.ivfstorelogo{
		float:right; margin-top:12px;
	}
	
	.floatleft{
	float: left;
	}
	.floatfight{
	float: right;
	}
}	

@media (max-width: 480px){

	.col-left{
		width: 100%;
		color
	}
	.col-right{
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	header .logo{
		padding-top: 0px;
	}

	header .logo h1 a, header .logo h1 a:visited, header .logo h1 a:hover{
		font-size: 25px;
	}
	
}

@media (max-width: 767px){
	.container{
		width:100%;
		max-width:550px;
		margin: 0 auto;
	}
	.onethree-left{
		display: block;
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.onethree-right{
		size: none;
		width: 100%;
		text-align: center;
	}
	.flex-caption{
		display: none !important;
	}
	.flex-direction-nav .flex-prev {left: 10px;}
  	.flex-direction-nav .flex-next {right: 10px;}
	.slider-features,footer,.page-head,.navbar-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	header{
		padding-top: 10px !important;
		padding-bottom: 20px !important;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	header .logo{
		text-align: center;
		margin-bottom:10px;
	}
	
	header form{
		width:100%;
		margin:0px auto;
		max-width:300px;
		
	}
	header .lr{
		display: block;
	}

	header .hlinks span{
		background: transparent !important;
		border: none !important;
		color: #888;
		padding: 0px;
	}
	header .hlinks a, header .hlinks a:visited{
		color: #555;
	}
	header .hlinks a:hover{
		color: #222;
	}
  .navbar .nav{
   	margin-left: 0px !important;
    border:0px !important;
   }
  .navbar .nav > li > a{
    border:0px !important;
  }	
 	.dropdown-menu{
 		border: 0px !important;
 	}	
 	.navbar .nav{
 		border-left: 0px !important;
 	}
 	.flex-caption{
		display: none;
	}
	.page-head{
		text-align: center;
	}
  header .logo .meta{
    font-size: 8pt;
  }
}

@media (max-width: 991px){
	.container{
		width:100% !important;
	}
	header{
		padding-top: 10px !important;
		padding-bottom: 20px !important;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	header .logo{
		text-align: center;
		margin-bottom:10px;
	}
	
	header form{
		width:100%;
		margin:0px auto;
		max-width:300px;
		
	}
}

@media (max-width: 1200px){
	.onethree-left{
		width: 40%;
	}

	.onethree-right{
		width: 60%;
	}
}

/* 3rd level menu */

.navbar-nav .dropdown-submenu { position: relative; }

.navbar-nav .dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}
.navbar-nav .dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}
.navbar-nav .dropdown-submenu:hover>a:after{border-left-color:#555;}
.navbar-nav .dropdown-submenu.pull-left{float:none;}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu{
  left:-100%; 
  margin-left:10px; 
  -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px;
}

/* Other */

#qsearch #qcid{ max-width:245px; }








/* Blue Color */

a, a:visited{
	color: #4f99bc;
}

a:hover{
	color: #5eb2d9; 
}

.color{
	color: #5eb2d9;
}

.button a, .button a:visited{
background:#5eb2d9;
}

.button a:hover{
background:#4f99bc;
}

/* Header */

header .hlinks span{
background: #5eb2d9;
border: 1px solid #4f99bc;
}

/* Navigation */

.navbar{
background:#5eb2d9;
border-top: 1px solid #4f99bc;
border-bottom: 1px solid #4f99bc;
}

.navbar button{
	background: #4f99bc;
}

.navbar button:hover{
	background: #4f99bc;
}

.navbar .nav{
  border-left: 1px solid #4f99bc;	
}

.navbar .nav > li > a{
   border-right: 1px solid #4f99bc;
}
.navbar .nav > li > a:hover{
	background: #4f99bc !important;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	background: #4f99bc !important;
}

.dropdown-toggle{
	background: #5eb2d9 !important;	
}

.nav-collapse .nav > li > a{
	background: #5eb2d9 !important;	
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-color: #4f99bc;
}


/* Sidebar nav */

.navi > li > a { 
 border-left: 3px solid #5eb2d9;
}



.paging a:hover{
background: #5eb2d9;
border:1px solid #4f99bc;
}

.paging .current{
background: #5eb2d9;
border:1px solid #4f99bc;
}

/* Sidebar */

.sidebar .widget{
	border-top: 1px solid #5eb2d9;
}


.nav-tabs > li > a:hover{
	background: #5eb2d9;
}


/* Back to top */

#totop a, #totop a:visited{
	background: #5eb2d9;
}

#totop a:hover{
	background: #4f99bc;
}

/* Footer */

footer{
	border-top: 4px solid #5eb2d9;
}


/* ==================== CUSTOM CSS ====================  */

/* Top Banner */

.banner {


	padding-top: 5px; padding-bottom: 5px;
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);

border: 1px solid;
border-color:#E8E8E8;
border-radius: 5px;
}
	

.banner img {

    max-width: 97%;
    border-radius: 5px;
}

.largebanner {


	padding-top: 5px; padding-bottom: 5px;
}

.largebanner img {

    max-width: 100%;
}

.largebannerfooter {

margin-bottom: 10px;
	-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius: 5px;
}

.largebannerfooter img {

    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

/* Sidebar items */

.sitem{
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
    padding: 10px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-width:150px;
	line-height:120%;
	
}

.sitem img{
	margin-top:5px;
	max-width: 120px;
}

.sitem hr {
margin:0px 0px 0px 0px;
padding:0px;
border-top:0px;
border-bottom:1px solid #f4f4f4;
height:0px;
margin-top: 5px;
margin-bottom: 5px;
}

.rightcolumn {
	width: 200px !important;
	line-height:120%;
}

.rightcolumn hr {
margin:0px 0px 0px 0px;
padding:0px;
border-top:0px;
border-bottom:1px solid #f4f4f4;
height:0px;
margin-top: 5px;
margin-bottom: 5px;
}

.rightcolumn img{
	margin-top:5px;
	max-width: 180px;
}

/* Title */

.title {
	font-size:12px;
	font-weight:600;

	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;

/* Added IVF.net Styling */	
	padding-left: 10px;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #E8E8E8)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
border: 1px solid;
border-color:#E8E8E8;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
min-width:150px;
	
	
}

/* Title */

.title i{
	margin-right: 3px;
	color: #5eb2d9;
}


.title-right {
	font-size:12px;
	font-weight:600;

	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;

/* Added IVF.net Styling */	
	padding-left: 10px;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #E8E8E8)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
border: 1px solid;
border-color:#E8E8E8;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
min-width:200px;
}
	
.jobs-notice {
font-size:14px !important;

	margin-bottom: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #f3f3f3;
	padding-left: 10px;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #E8E8E8)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
border: 1px solid;
border-color:#E8E8E8;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
width:100%;
}	
	



.newsbox {
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
    padding: 10px;
	border-top: 1px dotted #aaa;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-radius: 5px;
}

.squarebox {
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
    padding: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.newsboxname {
	font-size:14px;
	margin-top:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;

}

.newsboxlast {
	text-align: left;
	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
    padding: 10px;
	border-top: 0px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    	background-color: #5eb2d9;
    	color: #ffffff;
}

.newsboxlast a {
	color: white;
}

.newstitle {

	text-align: left;
	font-size:18px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 0px solid #999;
	padding-left: 10px;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #E8E8E8)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
line-height:110%;
}	

.newstitleFFFF00 {

	text-align: left;
	font-size:14px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 0px solid #999;
	padding-left: 10px;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #E8E8E8)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FFFF00 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FFFF00 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FFFF00 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FFFF00 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFF00 100%);
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
line-height:110%;
}	



/* Middle Row Rows News Jobs, etc. */

div.RowTable {
  border: 1px solid #1C6EA4;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.RowTable .divTableCell, .divTable.RowTable .divTableHead {
  border: 1px solid #AAAAAA;
    padding: 5px 10px;
}
.divTable.RowTable .divTableBody .divTableCell {
  font-size: 14px;
}
.RowTable .tableFootStyle {
  font-size: 14px;
}
.RowTable .tableFootStyle .links {
	 text-align: right;
}
.RowTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.RowTable.outerTableFooter {
  border-top: none;
}
.RowTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}


/* /Middle Row Rows */





p {
	padding-bottom: 10px;
}

.center-div
{
     margin: 0 auto;
}

.shadow{
box-shadow: inset 0px 0px 25px 0px #ccc;
-webkit-box-shadow: inset 0px 0px 25px 0px #ccc;
-moz-box-shadow: inset 0px 0px 25px 0px #ccc;
-o-box-shadow: inset 0px 0px 25px 0px #ccc;
	border-radius: 5px;
padding: 10px;
width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.jobsboxlast {

	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top: 5px;
	padding-bottom: 5px;
    padding-right: 10px;
	border-top: 0px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
    border-bottom: 1px solid #999;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    	background-color: #5eb2d9;
    	color: #FFFFFF;
    	text-align:right;
}




.ivfmail {
  position:relative;
  padding:15px;
  margin:20px 0 0.5em;
  color:#333;
  background:#F5F5F5;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
    border-style: solid;
    border-width: 4px;
    border-color:#ddd;
  font-size: 14px;
  font-weight: bold;
}



/* creates the triangle */
.ivfmail:after {
  content:"";
  position:absolute;
  top:-30px;
  left:30px;
  border:15px solid transparent;
  border-bottom-color:#ddd;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Image Styling - rounded Corners */


.imgTag {
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius: 5px;
margin-left: 10px;
margin-right: 10px;

}

.red-text {
	color: #FF0000;
}

.white-text {
	color: #FFFFFF;
}


/* Apply Now Button */

.ApplyNowButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'open sans',Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.ApplyNowButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.ApplyNowButton:active {
	position:relative;
	top:1px;
}


/* Read Now Button */
.ReadNowButton {
	-moz-box-shadow:inset 2px 2px 5px 0px #eeeeee;
	-webkit-box-shadow:inset 2px 2px 5px 0px #eeeeee;
	box-shadow:inset 2px 2px 5px 0px #eeeeee;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5EB2D9), color-stop(1, #3D5C99));
	background:-moz-linear-gradient(top, #5EB2D9 5%, #3D5C99 100%);
	background:-webkit-linear-gradient(top, #5EB2D9 5%, #3D5C99 100%);
	background:-o-linear-gradient(top, #5EB2D9 5%, #3D5C99 100%);
	background:-ms-linear-gradient(top, #5EB2D9 5%, #3D5C99 100%);
	background:linear-gradient(to bottom, #5EB2D9 5%, #3D5C99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5EB2D9', endColorstr='#3D5C99',GradientType=0);
	background-color:#5EB2D9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeeeee;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'open sans',Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #dddddd;
}

/* My Comment */
.ReadNowButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3D5C99), color-stop(1, #5EB2D9));
	background:-moz-linear-gradient(top, #3D5C99 5%, #5EB2D9 100%);
	background:-webkit-linear-gradient(top, #3D5C99 5%, #5EB2D9 100%);
	background:-o-linear-gradient(top, #3D5C99 5%, #5EB2D9 100%);
	background:-ms-linear-gradient(top, #3D5C99 5%, #5EB2D9 100%);
	background:linear-gradient(to bottom, #3D5C99 5%, #5EB2D9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D5C99', endColorstr='#5EB2D9',GradientType=0);
	background-color:#3D5C99;
}
.ReadNowButton:active {
	position:relative;
	top:1px;
}



        