/* This is the main PhysioBob's Jobs CSS file. Please remove
	any unwanted comments after utilising the HTML and CSS code */
/* MAIN LAYOUT
	Definitions of main website elements, and link elements within them */
	
	body 
	{
		margin: 0px;
		padding: 0px;
	}
	
	/* Upper purple topbar */
	.container_top {
		width: auto;
		text-align: center;
		background-color: #69207f;
	}
	.topbar {
		width: 968px;
		height: 50px;
		background-color: #69207f;
		padding: 15px 0 0 0;
		margin: auto;
	}	 
	.topbar a,
	.topbar a:visited,
	.topbar a:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: white;
		text-decoration: none;
	}
	.topbar a:hover {
		color: #dea1ff;
	}
	.topbar .img {
		position: relative;
		float: left;
		clear: right;
		margin: 0px;
	}
	.topbar .links {
		position: relative;
		float: left;
		clear: right;
		margin: 15px 0 0 10px;
	}
	
	/* Body layout */
	.container_bottom {
		width: auto;
		text-align: center;
	}
	.bottombar {
		width: 968px;
		padding: 10px 0 0 0;
		margin: auto;
	}
	.leftbar {
		position: relative;
		float: left;
		clear: right;
		width: 773px;
		margin: 0px;
		padding: 0px;
	}	 
	.content {
		width: 773px;
		background-image: url(../img/int/content_back.gif);
		background-repeat: repeat-y;
		background-color: #ffffff;
	}
	.filling {
		margin: 0 36px 0 24px;
	}	
	/* Adbar layout */
	.adbar {
		width: 180px;
		float: left;
	}
	.adbar img {
		border: 0px;
		padding-bottom: 5px;
	}

/* CONTENT ELEMENTS LAYOUT
	Layout of content elements, limited to shared elements of all modules */
	
	.c_nav img {
		border: 0px; margin: 0;
	}
	.c_nav {
		border-bottom: 1px solid #e2e3e7;
	}
	.c_nav_bottom {
		font-family: Arial;
		font-size: 11px;
		color: #8a8f9e;
		padding-top: 10px;
	}
	.c_nav_bottom a,
	.c_nav_bottom a:visited,
	.c_nav_bottom a:active {
		font-family: Arial;
		font-size: 9px;
		text-decoration: none;
		color: #8a8f9e;
	}
	
	.c_nav_bottom a:hover {
		color: #69207f;
	}
	.c_nav_bottom_active {
		font-weight: bold;
		color: #000;
	}
	.c_search {
		padding: 10px 0 30px 2px;
		font-family: Arial;
		font-size: 12px;
		color: #8a8f9e;
		border-bottom: 1px solid #e2e3e7;
		white-space:nowrap;
		display:block;		
	}
	
	.c_search_left {
		position: relative;
		float: left;
	}
	.c_search_right {
		position: relative;
		float: right;
	}
	.quick_search_bottom {
		position: relative;
		font-family: Arial;
		font-size: 12px;
		color: #8a8f9e;
		vertical-align:bottom;
	}
	.quick_search_link {
		position: relative;
		font-family: Arial;
		font-size: 12px;
		color: #000000;
		vertical-align:bottom;
		text-decoration: none;
	}
	.quicksearchflag {
		vertical-align:text-bottom;
	}	

	/* HOMEPAGE STYLES */
	
	.standardcontent p {
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		color: #8a8f9e;
	}
	.standardcontent {
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		color: #8a8f9e;
	}
	.standardcontent td {
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		color: #8a8f9e;
	}
	.standardcontent .smlp {
		font-family: Arial;
		font-size: 10px;
		text-decoration: none;
		color: #8a8f9e;
	}
	
	.standardcontent a,
	.standardcontent a:visited,
	.standardcontent a:active {
		font-family: Arial;
		font-size: 12px;
		text-decoration: underline;
		font-weight: bold;
		color: #a4bd2a;
	}
	.standardcontent a:hover {
		color: #b1ca2d;
	}
	table.pagenavigation {
		margin: 10px 0;
	}
	.pagenavigation td {
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		color: #8a8f9e;
	}
	.pagenavigation a,
	.pagenavigation a:visited,
	.pagenavigation a:active {
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		color: #8a8f9e;
	}
	.pagenavigation a:hover {
		color: #69207f;
	}
	.pagenavigation_active {
		font-weight: bold;
		color: #000;
	}
	.greentable {
		border: 2px solid #84ba41;
		margin-bottom: 10px;
	}
	.greentable h1 {
		font-family: Arial;
		font-size: 13px;
		padding: 0px;
		margin: 0px;
		font-weight: normal;
	}
	.greentable h2 {
		font-family: Arial;
		font-size: 11px;
		padding: 0px;
		margin: 0px;
		color: #84ba41;
	}
	.greentable p {
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	}
	.greentable .imgver {
		vertical-align: middle;
	}
	
	.greentable a,
	.greentable a:visited,
	.greentable a:active {
		font-family: Arial;
		font-size: 12px;
		text-decoration: underline;
		font-weight: bold;
		color: #a4bd2a;
	}
	.greentable a:hover {
		color: #b1ca2d;
	}
	.purpletable {
		border: 2px solid #6c71a7;
		margin-bottom: 10px;
	}
	.purpletable h1 {
		font-family: Arial;
		font-size: 13px;
		padding: 0px;
		margin: 0px;
		font-weight: normal;
	}
	.purpletable h2 {
		font-family: Arial;
		font-size: 11px;
		padding: 0px;
		margin: 0px;
		color: #8352bf;
	}
	.purpletable p {
		text-align: left;
		font-family: Arial;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
	}
	.purpletable .imgver {
		vertical-align: middle;
	}
	.greyborderbottom {
		border-bottom: 1px solid #e2e3e7;
		}
		
LABEL
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
TEXTAREA
{
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
}
INPUT
{
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
}
OPTION
{
}
	.black a,
	.black a:visited,
	.black a:active {
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		color: Black;
	}
	.black a:hover {
		color: Black;
}

.space
{
	line-height: 15pt;
}

.rss_link 
{
    
    color: Black;
    text-decoration: none;
    padding-top: 4px;
    vertical-align: middle;
}
.rss_image 
{
    display: block;
    vertical-align: middle;
}
.c_search_PTS 
{
    width: 100%;
    display: block;
    margin: 7px 0 7px 0;
    padding-bottom: 7px;
	font-family: Arial;
	font-size: 12px;
	color: #8a8f9e;
	border-bottom: 1px solid #e2e3e7;
}



.theme_footer {
color: #a9a8a7; 
background-image: url('/Images/header-background.jpg'); 
text-align: center; 
font-family: verdana; 
font-size: 8pt;
border-top: 1px solid #a9a8a7;
clear: both;
}

.theme_highlighted{
	background-color: #d4d7fb;
}



.countrybrowsebar {
	/*background: #69207f; */
	width: 500px;
	height: 25px;
}


ul.countryitems {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

ul.countryitems li {
	font-family: Arial;
	position: relative;
	float: left;
	padding: 0;
	text-align: center;
	line-height: 21px;
}

ul.countryitems li a {
	font-size: 12px;
	display: block;
	color: #8a8f9e;
	width: 15px;
	border: 2px solid #ffffff;
	height: 21px;
	text-decoration: none;
}

ul.countryitems li a:hover {
	color: #000000;
	background: #dfeecb;
	border: 2px solid #8a8f9e;

}



.bsm, .bstitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #0089D2;
}

.bsm {
	font-size: 12px;
}

.bstitle {
	font-size: 14px;
}

.bluetext {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0089D2;
}

.bluetextmembers {
	font: bold 12px Arial;
	font-size: 12px;
	color: #0089D2;
	text-decoration: none;
}

.quote {
	font: 14px Arial, Helvetica, sans-serif;	
	color: #9DAB88; 
}

.gstitle {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #32a953;
}

.gbox {
	font: 12px Arial, Helvetica, sans-serif;
	color: #007465;
}

.sgrey {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #898f9f;
}

.sdarkblue {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #003da5;
}
.paymentbutton {
	color: #ffffff;
	font-weight: bold;
	background-color: #249443;
	font-size: 11px;
	text-decoration: none;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 2px;
}

td.darkfields {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #676767;
}
.bluebgtxt {display: block; margin: 2px; padding: 2px; background-color: #0397d6; font: bold 11px Arial, Helvetica, Sans-serif; text-align: center; color: #FFFFFF; text-decoration:none;} 
.greenbgtxt {display: block; margin: 2px; padding: 2px; background-color: #86ba41; font: bold 11px Arial, Helvetica, Sans-serif; text-align: center; color: #FFFFFF; text-decoration:none;} 
.greenboxnames {font-family: Arial; font-size: 11px; padding: 0px; margin: 0px; font-weight: bold; text-decoration:none; color: #000000; }
.greenbox {border: 2px solid #84ba41;margin-bottom: 10px;}
.greenbgURLtxt {padding: 2px; background-color: #86ba41; font: bold 11px Arial, Helvetica, Sans-serif; text-align: center; color: #FFFFFF; text-decoration:none;}

.greenText {padding: 2px; font: bold 12px Arial, Helvetica, Sans-serif; text-align: center; color: #84ba41; text-decoration:none;}
