body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
}

td		{font-family: tahoma, verdana, arial, helvetica; font-size: 11px; vertical-align: top; text-align: left;}
img		{border: none;}
hr		{width: 100%; border: 0; height: 1px; color: #999; background: #999;}
div		{margin: 0; padding: 0;}

a {
	color: #2175d9;
	text-decoration: underline;
}

a:hover {
	color: #002a8f;
}

ul {
	list-style-type: square;
	padding: 0 0 0 22px;
	margin-bottom: 18px;
}

ol {
	padding: 0 0 0 22px;
	margin-bottom: 18px;
}

li {
	padding: 0;
	margin: 5px 0;
}

p {
	padding-bottom: 12px;
}

h1 {
	font-size: 23px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	padding: 0px 0px;
	margin: 0px 0px;
	margin-bottom: 18px;
	padding-top: -6px;
}

h1 .grey {
	color: #999;
}

div.text_block ul {
	padding: 0;
	margin: 0;
}

div.text_block li {
	padding: 1px 0;
	margin: 0;
}

.right {
	text-align: right;
}

/* content table */

table.content_table {
	width: 90% !important;
	border: 1px solid #999;
}

table.content_table td {
	text-align: left !important;
	padding: 5px !important;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ddd;
}

table.content_table td p {
	text-align: left !important;
	padding-bottom: 0 !important;
}

/* form */

.formButton {
	background-color: #F2F7FD;
	border-color: #2175D9;
	border-style: solid;
	border-width: 1px;
	color: #002A8F;
	font-size: 9px;
	font-family: arial;
	width: 100px;
}

.smallFormButton {
	border: 1px solid #ccc;
	font-size:11px;
	font-family:tahoma;
}

.actionBlockLink {
	text-decoration: none;
}

.actionBlock {
	width: 142px;
	height: 142px;
	width: "144px";
	height: "144px";
	border: 1px solid #fff;
	background-color: #F2F7FD;
	overflow: hidden;
}

.actionBlock_gutter {
	padding: 9px;
}

.actionBlock_negative {
	margin-top: 1px;
	margin-left: 1px;
	width: 122px;
	width: "142px";
	height: 122px;
	height: "142px";
	background-color: #F2F7FD;
	padding: 9px;
	border: 1px solid #fff;
	overflow: hidden;
}

.block, .block_shade, .block_image	{
	border: solid 1px #ffffff;
	width: 144px;
	height: 144px;
}

.block_shade, .block_image {
	background-color: #F2F7FD;
}

.block_image {
	text-align: left;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center center;
}

.block_text, .block_arrow_white, 
.block_arrow_blue {
	padding: 5px 10px 5px 10px;
}

.block_field {
	padding: 0px 10px 0px 10px;
}

.block_small_text_white, A.block_small_text_white:link, A.block_small_text_white:active, A.block_small_text_white:visited, A.block_small_text_white:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

A.block_small_text_white:hover {text-decoration: underline;}

.block_small_text_blue, A.block_small_text_blue:link, A.block_small_text_blue:active, A.block_small_text_blue:visited, A.block_small_text_blue:hover {
	font-size: 10px;
	color: #2175D9;
	text-decoration: none;
}

A.block_small_text_blue:hover {text-decoration: underline;}

.block_text_grey {
	color: #999;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.block_text_dark_blue {
	color: #002A8F;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.block_text_link_white {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.block_text_link_grey {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.block_text_link_blue {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #2175D9;
	text-decoration: none;
}

A.block_text_link_blue:hover {text-decoration: underline;}

.block_arrow_white, .block_arrow_blue  {
	vertical-align: bottom;
	font-size: 20px;
	color: #fff;
	padding-bottom: 5px;
	vertical-align: bottom;
	cursor: pointer;
}

.block_arrow_spotlight {
	vertical-align: bottom;
	text-align: right;
}

.block_arrow_blue {color: #2175D9;}

.template_area_text		{padding: 2px 18px 0px 18px;}
.template_area_list		{padding: 2px 0px 0px 18px;}

.shade			{background-color: #F2F7FD;}
.white			{background-color: #fff;}
.dark_blue		{background-color: #002A8F;}
.light_blue		{background-color: #2175D9;}
.orange			{background-color: #F49100;}
.light_green	{background-color: #B8D000;}
.green			{background-color: #21A42C;}
.pink			{background-color: #FF0198;}
.purple			{background-color: #A223A2;}

.green_border	{background-color: #F2F7FD; border: 2px solid #B8D000; color: #666; margin-bottom: 3px;}

.top_left, A.top_left:link, A.top_left:visited, A.top_left:active, A.top_left:hover {color: #999; text-decoration: none;}

A.top_left:hover {text-decoration: underline;}

.menu_orange		{background-color: #F49100; cursor: pointer;}
.menu_light_green	{background-color: #B8D000; cursor: pointer;}
.menu_green			{background-color: #21a42c; cursor: pointer;}
.menu_light_blue	{background-color: #2175D8; cursor: pointer;}
.menu_pink			{background-color: #FF0198; cursor: pointer;}
.menu_purple		{background-color: #A223A2; cursor: pointer;}
.menu_white			{background-color: #fff; cursor: pointer; color: #666666;}
.menu_over			{background-color: #023090; cursor: pointer; color: #fff;}

.menu_text, .menu_text_white, .menu_text_grey, .menu_text_orange, .menu_text_pink, .menu_text_green, .menu_text_light_blue, .menu_text_sub, .menu_text_sub_light_blue, .menu_text_light_green, .menu_text_purple {
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: left;
	line-height: 9px;
}

.menu_text_orange, .menu_text_pink, .menu_text_light_green, .menu_text_light_blue, .menu_text_sub_light_blue,.menu_text_green, .menu_text_purple {
	background-color: #ffffff;
}

.menu_text_sub, .menu_text_sub_light_blue {
	padding-left: 10px;
}

.menu_text_sub_light_blue {color: #2175D9;}

.menu_text_white	{color: #ffffff;}
.menu_text_grey		{color: #666666;}
.menu_text_orange		{color: #F49100;}
.menu_text_light_green	{color: #B8D000;}
.menu_text_purple		{color: #a223a2;}
.menu_text_pink			{color: #FF0198;}
.menu_text_light_blue	{color: #2175D9;}
.menu_text_green		{color: #21a42c;}

.menu_dots			{background-image: url(/_grafix/menu/menu_dots.gif);}
.menu_arrow			{text-align: center; vertical-align: middle;}

.page_menu_title, A.page_menu_title:link, A.page_menu_title:active, A.page_menu_title:visited, A.page_menu_title:hover {
	color: #2175D9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A.page_menu_title:hover	{
	text-decoration: underline;
}

.page_menu_text, A.page_menu_text:link, A.page_menu_text:active, A.page_menu_text:visited, A.page_menu_text:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

A.page_menu_text:hover	{
	color:#2475d9;
}

.page_link {color: #2175D9;}

A.page_link:link, A.page_link:active, A.page_link:visited, A.page_link:hover {
	color: #2175D9;
	text-decoration: underline;
}

A.page_link:hover {
	color: #00308F;
	text-decoration: underline;
}

A.trail_link		{color: #999999;}
A.trail_link:hover	{color: #00308F;}

.menu_link, A.menu_link:link, A.menu_link:active, A.menu_link:visited, A.menu_link:hover {
	text-decoration: none;
	color: #2175D9;
}

A.menu_link:hover {
	color: #00308F;
	text-decoration: underline;
}

.sub_page_title, A.sub_page_title:link, A.sub_page_title:active, A.sub_page_title:visited, A.sub_page_title:hover {
	color: #2175D9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A.sub_page_title:hover {
	color: #00308F;
	text-decoration: underline;
}

.select {
	float: left;
	background-color: #F49100;
	background-image: url(/_grafix/tip-left.png);
	background-repeat: no-repeat;
	height: 17px;
	color: #fff;
	padding-left: 9px;
}

.select DIV {
	font-size: 11px;
	line-height: 11px;
	padding: 2px 9px 4px 0px;
	background-image: url(/_grafix/tip-right.png);
	background-repeat: no-repeat;
	background-position: center right;
}

/* center */

#center_wrapper {
	width: 899px; 
	margin: auto;
	text-align: left;
}

#center_container {
	width: 738px; 
	float: left;
}

/* new logo top right */

#randstad_logo {
	float: right;
	width: 144px;
	height: 143px;
}

/* JOB SEARCH start */

#formButtons {
	text-align: right;
	margin-right: 15px;
}

#formButtons DIV.button {
	float: left;
	padding: 9px 18px;
	color: #fff;
	background-color: #2175D9;
	margin-right: 3px;
	font-weight: bold;
	font-size: 12px;
}

#formButtons DIV.button:hover {
	background-color: #023090;
	cursor: pointer;
}

/* JOB SEARCH - Query start */

#jobQuery {
	clear: left;
	background-color: #F2F7FD;
	padding: 9px 18px;
}

#jobQuery A {
	color: #2175D9;
	text-decoration: none;
}

#jobQuery h1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	color: #2175D9;
}

#jobQuery hr {
	margin: 9px 0px;
	color: #fff;
	background-color: #fff;
}

#jobQuery .panel {
	margin: 9px 0px;
}

#jobQuery .panel A {
	text-decoration: underline;
}

#jobQuery .panel A:hover {
	color: #023090;
}

#jobQuery .clear {
	clear: both;
	height: 1px;
}

#jobQuery .tag {
	float: left;
	color: #2175D9;
	font-size: 12px;
	font-weight: bold;
}

#jobQuery .menu {
	float: right;
}

#jobQuery #openAppInfo {
	margin-top: 10px;
	color: #999;
	display: none;
}

#jobQuery .rounded {
	background-color: #fff;
	font-size: 11px;
	line-height: 17px;
}

#jobQuery .rounded SPAN.openApp {
	color: #999;
}

#jobQuery .rounded #noFunction {
	padding-left: 9px;
}

#jobQuery .rounded INPUT {
	float: left;
	margin-right: 3px;
	margin-left: 9px;
}

#jobQuery .rounded A {
	margin-left: 9px;
	color: #000;
	text-decoration: none;
}

#jobQuery .rounded A:hover {
	color: #2175D9;
}

#jobQuery .gutter {
	padding: 9px;
}

#jobQuery .gutter .column {
	float: left;
	width: 50%;
	overflow: hidden;
}

#jobQuery #footer {
	margin-top: 18px;
}

#jobQuery #footer DIV.querySubmit {
	float: right;
	margin-right: -18px;
}

#jobQuery #footer #total {
	background-color: #F49100;
	color: #fff;
	padding: 3px 6px;
}

#jobQuery SELECT {
	width: 400px;
	font-size: 12px;
	padding: 2px 4px;
	border: 1px solid #999;
}

#jobQuery INPUT.text {
	width: 400px;
	font-size: 12px;
	padding: 2px 4px;
	border: 1px solid #999;
}

#jobQuery SELECT OPTION {
	padding: 1px 2px;
}

#jobQuery SELECT OPTION SPAN {
	color: #2175D9;
}

/* JOB SEARCH - Query end */

/* PANEL - Results start */

#panel {
	float: left;
	width: 538px;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 9px;
	color: #2175D9;
	background: #fff;
}

#panel .wrapper {
	float: left;
	width: 538px;
}

#panel .top_left {
	float: left;
	width: 400px;
	margin-bottom: 9px;
	color: #f49100;
}

#panel .top_right {
	float: right;
	color: #999;
}

#panel .bottom_left {
	float: left;
	margin-bottom: 5px;
}

#panel .bottom_right {
	float: right;
}


/*
#panel #results {
	float: left;
}

#panel #navigation {
	float: right;
}
*/

#panel A.applyNow {
	color: #F49100;
}

/* PANEL - Query end */

/* JOB SEARCH - Results start */

#jobResults {
	padding: 0px;
}

#jobResults TABLE {
	float: left;
	background-color: #F2F7FD;
	border-bottom: 1px solid #2175D9;
	max-width: 576px;
	padding: 0px;
	margin: 0px;
}

#jobResults TABLE TR:hover {
	background-color: #fff;
	cursor: pointer;
}

#jobResults TABLE TD {
	padding: 4px 6px;
	border-bottom: 1px solid #fff;
	// white-space: nowrap;
	overflow: hidden;
}

#jobResults TABLE TR TD.current {
	color: #2175D9;
}

#jobResults TABLE TR.head TD {
	background-color: #2175D9;
	color: #fff;
	padding: 6px 6px;
}

#jobResults TABLE TR.head TD:hover {
	text-decoration: underline;
}

#jobResults TABLE TR.head TD.current {
	background-color: #666;
}

#pages {
	float: left;
	width: 538px;
	padding: 9px;
	list-style: none;
	border: 1px solid #ccc;
	border-top: none;
}

#pages li {
	float: left;
	font-size: 10px;
	line-height: 10px;
	padding: 6px 0px;
	margin: 0px;
	background-color: #2175D9;
	width: 22px;
	margin: 0px 3px 3px 0px;
	text-align: center;
	color: #fff;
}

#pages li.current {
	background-color: #666;
}

#pages li:hover {
	background-color: #999;
	cursor: pointer;
}

/* JOB SEARCH - Results end */

/* JOB SEARCH - Details start */

#jobDetails {

}

#jobDetails #panel {
	background-color: #F2F7FD;
}

#jobDetails #panel .top_left {
	color: #999;
}

#jobDetails #focus {
	clear: both;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 18px;
}

#jobDetails P {
	padding: 0px;
	margin: 6px 0px;
	line-height: 14pt;
}

#jobDetails UL {
	padding: 0px;
	margin: 0px;
	margin-left: 18px;
	list-style-position: outside;
	list-style-image: url(/_grafix/bullet.png);
	list-style-position: top;
}

#jobDetails LI {
	color: #999;
}

#jobDetails LI SPAN.item {
	color: #000;
	font-size: 11px;
}

#jobDetails div.rounded {
	background-color: #fff;
}

#jobDetails h1 {
	font-weight: bold;
	font-size: 1.6em;
	padding: 0px;
	margin: 0px;
	color: #F49100;
}

#jobDetails h2 {
	color: #2175D9;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}

#jobDetails h2.function {
	color: #999;
	margin-top: 0px;
}

#jobDetails #notice {
	color: #777;
	padding: 5px 9px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
}

#jobDetails #applied {
	color: #F49100;
	padding: 5px 9px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
}

#sidebar {
	background-color: #fff;
	margin-left: 18px;
	width: 178px;
	min-height: 288px;
	float: right;
	margin-bottom: 9px;
	border: 1px solid #ccc;
}

#sidebar p {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#sidebar .gutter {
	padding: 3px 9px;
}

#sidebar .jobDataBlock  {
	margin-bottom: 3px;
	width: 160px;
	overflow: hidden;
}

#sidebar .jobDataBlock TD {
	line-height: 16px;
	padding-bottom: 3px;
}

#sidebar .jobDataBlock .title {
	color: #2175D9;
	font-weight: bold;
}

#sidebar .jobDataBlock .tag {
	width: 30%;
	color: #666;
	padding-right: 3px;
}

#sidebar .jobDataBlock .data {
	width: 70%;
}

#sidebar A.buttonAnchor {
	text-decoration: none;
}

#sidebar DIV.roundButton {
    background-color: #F49100;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
	padding: 6px 0px;
	text-align: center;
	color: #fff;
}

#sidebar DIV.roundButton:hover {
    background-color: #002A8F;
    cursor: pointer;
}

/* JOB SEARCH - Details end */

/* JOB SEARCH end */

.tab_text_on, .tab_text_off		{font-size: 11px;}
.tab_text_on					{color: #2175D9;}
.tab_text_off					{color: #999999;}

.tab_on, .tab_off				{width: 144px; height: 27px; padding: 2px 5px 2px 5px;}
.tab_on							{background-color: #F2F7FD;}
.tab_off						{background-color: #FFFFFF;}

.form_box						{padding: 10px 10px 10px 10px;}
.form_padding					{padding: 20px 5px 10px 5px; width: 100%;}
.form_text, .err_form_text, .form_text_attention		{text-align: left; vertical-align: top; padding: 2px 5px 0px 5px; white-space: nowrap; height: 22px;}
.err_form_text					{color: red;}
.form_text_attention			{color: #f90;}
.form_field, .form_textarea		{border: 1px solid #999999; width: 100%; font-size: 11px; font-family: tahoma, verdana, arial, helvetica; line-height: 13px; padding-left: 3px;}
.form_textarea					{height: 56px;}

.form_mandatory					{font-size: 11px; font-weight: bold; color: #999; font-family: times;}

.radiocheck						{
	margin: 0;
	padding: 0;
}

* html .radiocheck {margin: -3px;}

.field_grey, .field_blue {
	padding: 3px 6px 3px 6px;
}

.field_grey						{color: #999;}
.field_blue						{color: #2175D9; }
A.field_blue:hover 				{text-decoration: underline;}

.field_blue_bold, .field_blue_bold_select, A.field_blue_bold:link, A.field_blue_bold:active, A.field_blue_bold:visited, A.field_blue_bold:hover {
	color: #2175D9;
	font-weight: bold;
	background-color: #E2EEFD;
	height: 20px;
}

A.field_blue_bold:hover {text-decoration: underline;}

.form_page_item, .form_page_item_select {
	color: #2175D9;
	padding: 0px 3px 4px 2px;
	height: 20px;
}

.form_page_item_select {background-color: #C0DBFC;}

.list_base, .list_hover {height: 20px;}

.list_hover {background-color: #EBF0F5;}
.list_base {background-color: #F2F7FD;}

.list_head, .list_head_select	{
	height: 20px;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
	color: #2175D9;
	font-weight: bold;
	background-color: #E2EEFD;
}

A.list_head_link	{
	color: #2175D9;
	font-weight: bold;
}

.list_head_select	{
	background-color: #C0DBFC;
}

.graphic_button	{
	width: 124px;
	border: 1px solid #2A74C5;
	vertical-align: bottom;
}

.graphic_button_white, .graphic_button_blue, .graphic_button_brown, .graphic_button_active {
	height: 34;
	padding: 4px 4px 4px 10px;
	font-weight: normal;
	cursor: pointer;
	vertical-align: bottom;
}

.graphic_button_white			{background-color: #FFFFFF; color: #2A74C5;}
.graphic_button_blue			{background-color: #2A74C5; color: #FFFFFF;}
.graphic_button_active			{background-color: #1C3674; color: #FFFFFF;}
.graphic_button_brown			{background-color: #725734; color: #FFFFFF;}

.graph_text_y, .graph_text_x {font: normal 10px/10px arial;}
.graph_text_y {text-align: right;}
.graph_text_x {text-align: center;}

.graph_data_text, .graph_data_value, .graph_title_text, .graph_title_value, .graph_total_text, .graph_total_value	{
	border: 1px solid #2175D9;
	font: normal 12px/12px arial;
}
.graph_data_text, .graph_title_text, .graph_title_value	{background-color: #F2F7FD; }
.graph_data_text, .graph_data_value, .graph_total_text, .graph_total_value {border-top: none;}
.graph_data_value, .graph_title_value, .graph_total_value {border-left: none; text-align: right;}
.graph_total_text {background-color: #2175D9; color: #ffffff;}
.graph_data_value {width: 18%; white-space: nowrap;}

.center	{text-align: center;}

#login .button, .buttonHover {
	border: 0;
	margin: 9px 0px 0px 0px;
	padding: 0px 5px 1px 5px;
	background: #B3B3B3;
	color: #fff;
	font-size: 11px;
}

#login .buttonHover {
	background: #2175D9;
}

#admin_list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#admin_list li {
	display: inline;
	padding: 2px 4px 0 0;
	margin: 0;
}


#sitemap {
	float: left;
	width: 720px;
}

#sitemap_block {
	float: left;
	width: 144px;
}

#sitemap_block .title {
	float: left;
	width: 144px;
	height: 24px;
}

#sitemap_block .title a {
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0 0 10px;
}

#sitemap_block .title a:hover {
	text-decoration: underline;
}

#sitemap_block .gutter {
	padding: 10px;
	text-align: left;
}

#sitemap_block ul {
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}

#sitemap_block li {
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}



/* NEW STYLES 2007 */


/* general */

br.clear {
	clear: both;
}

ul.list {
	list-style-type: square;
	padding: 0 0 0 15px;
	margin: 0;
}

ul.list li {
	padding: 0 0 3px 10px;
}


/* homepage template */

#homepage_container {
	float: left;
	width: 738px;
}

#homepage {
	float: right;
	width: 720px;
}

#homepage img {
	border: 0;
}

#homepage .header {
	float: right;
	height: 140px;
	margin-top: 18px;
}

#homepage .image {
	float: left;
	width: 288px;
	height: 288px;
	background-color: #f2f7fd;
}

#homepage .gtky {
	float: left;
	width: 288px;
	height: 288px;
	background: url('/_grafix/elements/gtky_143.png') bottom right no-repeat;
}

#homepage .blocks {
	float: left;
	width: 432px;
	height: 288px;
	background: #f2f7fd;
}

#homepage .color_block {
	float: left;
	width: 143px;
	height: 143px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

#homepage .regular_block_top,
#homepage .regular_block_bottom {
	float: left;
	width: 142px;
	height: 142px;
	background: #f2f7fd;
	border: 1px solid #fff;
}

#homepage .regular_block_top {
	border-top: 1px solid #f2f7fd;
}

#homepage .regular_block_bottom {
	border-bottom: 1px solid #f2f7fd;
}

#homepage .text_block {
	float: left;
	width: 142px;
	height: 142px;
	overflow: hidden;
}

#homepage .gutter {
	float: left;
	padding: 9px;
}

#homepage .footer {
	float: left;
	width: 720px;
	margin-top: 18px;
	color: #2175d9;
}

#homepage .copy {
	float: left;
}

#homepage .lan_choice {
	float: right;
	text-align: right;
}

#homepage ul {
	padding: 0;
	list-style-type: none;
}

#homepage li {
	vertical-align: top;
	padding: 3px 0px;
}

#homepage .arrow {
	float: right; 
	padding-left: 2px;
}


/* content 2block template */

#page_container {
	float: left;
	width: 738px;
}

#page {
	float: right;
	width: 720px;
}

#page img {
	border: 0;
}

#page .header {
	float: right;
	height: 140px;
	margin-top: 18px;
}

#page .content {
	float: left;
	width: 720px;
}

#page .image_gtky {
	float: left;
	width: 288px;
}

#page .image_gtky_half {
	float: left;
	width: 144px;
}

#page .main {
	float: right;
	width: 414px;
}

#page .main_wide {
	float: right;
	width: 558px;
}

/* Profile */

#profile_container P {
	padding: 0px;
}


/* 4 blocks form */

#form_container {
	float: left;
	width: 558px;	
	background: #f2f7fd;
}

#form_container .gutter {
	float: left;
	padding: 18px;
}

#form_container span.title {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #2175d9;
	margin-bottom: 15px;
}

#form table {
	padding: 0;
}

#form textarea {
	margin-bottom: 9px;
}


/* CRM */

div.crm_container {
	float: left;
	width: 396px;
	background: #f2f7fd;
	margin-bottom: 14px;
}

div.crm_category {
	width: 396px;
	color: #002a8f;
	font-size: 14px;
	font-weight: bold;
}

div.crm_category_gutter {
	padding: 9px 9px 5px 9px;
}

div.crm_container ul {
	list-style-type: none;
	margin: 2px 0 14px 0;
}

div.crm_container li {
	margin: 4px 0;
	padding-left: 18px;
	background: url('/_grafix/menu/page_menu_block_arrow_light_blue_right.gif') center left no-repeat;
}

div.crm_content p {
	padding-bottom: 8px;
}

div.crm_content ul {
	margin: 0 0 14px 27px;
	padding: 0;
}

div.crm_content li {
	padding: 0;
}

/* client section banners */

/* horizontal */

#client_section_banners_hor {
	position: absolute;
	top: 468px;
	left: 18px;
	width: 719px;
	height: 73px;
}

#client_section_banners_hor .gutter {
	float: left;
	width: 717px;
	padding: 1px;
}

#client_section_banners_hor ul {
	list-style-type: none;
	width: 717px;
	height: 71px;
	border: 0;
	padding: 0;
	margin: 0;
}

#client_section_banners_hor li {
	float: left;
	display: block;
	width: 144px;
	height: 71px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('/_grafix/bg_client_section_banners_hor_line.gif') center right no-repeat; 
}

#client_section_banners_hor li.first {
	background: url('/_grafix/bg_client_section_banners_hor_first.gif') top left no-repeat; 
	width: 143px;
}

#client_section_banners_hor li.last {
	background: none; 
	width: 142px;
}

#client_section_banners_hor p {
	display: block;
	width: 120px;
	height: 30px;
	margin: 18px 0 0 14px;
	line-height: 1.3em;
	color: #333;
}

#client_section_banners_hor p a {
	color: #2175d9;
}

/* vertical */

#client_section_banners_ver {
	float: right;
	/*top: 143px;
	left: 755px;*/
	width: 144px;
	height: 431px;
	background: #ccc url('/_grafix/bg_client_section_banners_ver.gif') top left no-repeat;
}

#client_section_banners_ver .gutter {
	float: left;
	width: 142px;
	padding: 1px;
}

#client_section_banners_ver ul {
	list-style-type: none;
	width: 142px;
	border: 0;
	padding: 0;
	margin: 0;
}

#client_section_banners_ver li {
	float: left;
	display: block;
	width: 142px;
	height: 72px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('/_grafix/bg_client_section_banners_ver_line.gif') bottom center no-repeat; 
}

#client_section_banners_ver li.first {
	background: url('/_grafix/bg_client_section_banners_ver_first.gif') top left no-repeat; 
	height: 70px;
}

#client_section_banners_ver li.last {
	background: none; 
	height: 71px;
}

#client_section_banners_ver p {
	display: block;
	height: 30px;
	margin: auto;
	margin-top: 9px;
	line-height: 1.3em;
	color: #333;
	text-align: center;
}

#client_section_banners_ver p a {
	color: #2175d9;
}

/* spotlight */

#spotlight {
	margin: 0px;
	padding: 0px;
	margin-top: 9px;
	margin-left: -1px;
	min-width: 142px;
	border: 1px solid #ccc;
}

#spotlight div {
	padding: 18px;
}

#spotlight h3 {
	width: 106px;
	padding:0px;
	margin: 0px;
	color: #2175d9;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#spotlight p {
	padding:0px;
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	height: auto;
	margin-top: 9px;
	
}

/* magazine homepage */

#magazine_home_left {
	float: left;
	width: 263px;
}

#magazine_home_left .gutter {
	float: left;
	width: 245px;
	padding: 2px 0 0 18px;
}

#magazine_home_right {
	float: right;
	width: 288px;
}

#magazine_home_288 {
	float: left;
	position: relative;
	width: 288px;
	height: 288px;
}

#magazine_home_288 .block {
	float: right;
	margin-top: 144px;
}

#magazine_home_144 {
	float: left;
	width: 288px;
	height: 144px;
}


/* White label boxes */

#whiteLabel {
	padding: 0px;
	margin: 0px;
}

#whiteLabel, #whiteLabel TD {
	font-family: arial, verdana;
	font-size:11px;
	line-height:1em;
}

#whiteLabel H1 {
	border-bottom:1px dotted #999999;
	color:#333333;
	font-size:18px;
	font-weight:bold;
	margin:0 0 9px;
	padding:0 0 9px;
}

#whiteLabel H3 {
	font-size: 14px;
	line-height: 16px;
	color: #2175D9;
	margin-bottom: 9px;
}

#whiteLabel div.editFields {
	margin-top: 9px;
	float:right;
	background-color: #2175D9;
	padding: 3px 5px;
}

#whiteLabel div.editFields:hover {
	background-color: #002A8F;
}

#whiteLabel div.editFields a {
	color:#fff;
	text-decoration: none;
}

#whiteLabel div.formRow {
	clear:left;
	display:block;
	float:left;
	margin-top:10px;
}

#whiteLabel div.textLabel {
	float:left;
	height:15px;
	width:115px;
}

#whiteLabel div.dynamicTextField {
	color:#666666;
	display:block;
	float:left;
	width:135px;
}

#whiteLabel div.gap {
	float:left;
	width:16px;
}

#whiteLabel UL.tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#whiteLabel UL.tabs LI {
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #2175D9;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	margin-right: 2px;
	padding: 9px 18px;
}

#whiteLabel UL.tabs LI A {
	color: #fff;
	text-decoration: none;
}

#whiteLabel UL.tabs LI:hover {
	background-color: #666;
}

#whiteLabel UL.tabs LI.current {
	background-color: #555;
	font-weight:bold;
}

#whiteLabel #whiteBox {
	border: 1px solid #555;
	padding: 18px;
}

#whiteLabel DIV.left {
	float: left; width: 245px; padding-right: 10px; position: relative; height: 180px;
}

#whiteLabel DIV.right {
	float: right; width: 245px; padding-left: 10px; border-left: 1px solid #ccc; position: relative; height: 180px;
}

#whiteLabel TABLE {
	width: 100%;
}

#whiteLabel TD.tag, #whiteLabel TD.tag_error {
	white-space: nowrap;
}

#whiteLabel INPUT.form_field {
	border: 1px solid #999;
	width: 100%;
}

#whiteLabel UL {
	list-style-image: url(/_grafix/bullet.png);
}

#whiteLabel DIV.buttonContainer {
	margin-top: 9px;
	text-align: right;
}

#whiteLabel DIV.squareButton {
    background-color: #2175D9;
    text-decoration: none;
	color: #fff;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
	margin: 0px;
	margin-left: 1px;
	padding: 7px 10px;
	cursor: pointer;
	float: left;
}

#whiteLabel DIV.cancel {
	background-color: #999;
}

#whiteLabel DIV.squareButton:hover {
    background-color: #002A8F;
}

#whiteLabel DIV.notice, #whiteLabel DIV.success, #whiteLabel DIV.data {
	color: #fff;
	padding: 10px 20px;
	background-color: #F49100;
	margin-bottom: 10px;
}

#whiteLabel DIV.notice A, #whiteLabel DIV.success A, #whiteLabel DIV.data A {
	color: #fff;
}

#whiteLabel DIV.success {
	background-color: #2BD921;
}

#whiteLabel DIV.data {
	background-color: #F2F7FD;
	color: #2175D9;
	padding: 10px 10px;
}

#whiteLabel #form DIV.label {
	float: left;
	padding-top: 5px;
	height: 15px;
	width: 145px;
}

#whiteLabel #form DIV.formField {
	float: left;
	width: 195px;
}

#whiteLabel #form INPUT, #whiteLabel #form SELECT, #whiteLabel #form TEXTAREA {
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	background-color: #fff;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#whiteLabel #form SELECT {
	padding: 3px 2px 3px 0px;
	border: 1px solid #aaa;
}

#whiteBox #list {
	width: 100%;
}

#whiteBox #list TD {
	padding: 6px 4px;
	white-space: nowrap;
}

#whiteBox #list THEAD TD {
	background-color: #f5f5f5;
}

#whiteBox #list TBODY TD {
	border-bottom: 1px solid #f5f5f5;
}

#whiteBox #list TBODY TR:hover {
	background-color: #fcfcfc;
	cursor: default;
}

#whiteBox #list TD.right {
	text-align: right;
}

#whiteBox #list TD A {
	text-decoration: none;
	cursor: pointer;
}

#whiteBox #list TD A:hover {
	text-decoration: underline;
}

.shareButton {
	float: left;
	color: #000;
	margin-right: 3px;
	height: 20px;
}

.shareButton A {
	text-decoration: none;
}

.shareButton .buttonLeft {
	background: url(/_grafix/button_share_l.png) no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}

.shareButton .buttonCenter {
	background: url(/_grafix/button_c.png) repeat-x;
	height: 20px;
	float: left;
}

.shareButton .buttonRight {
	background: url(/_grafix/button_r.png) no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}

.shareButton .gutter {
	padding: 2px;
}

/* new logout button */

div.new_logout_button {
	float: left; 
	padding: 3px 6px 5px 6px;
	line-height: 11px;
	font-size: 11px;
	background-color: #2175d9;
}

div.new_logout_button:hover {
	background-color: #002A8F;
}