*
{
	margin: 0;
	padding: 0;
}

html,
body {
	height:100%;
}

body
{
	background-color: #008185;
	background-image: url(../images/body_background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: sans-serif, "Trebuchet MS" !important;
	font-size: 12px;
}

a:link,
a:visited,
a:active {
	color: #03265F;
}

#website_wrapper {
	min-height:100%;
	position: relative;
}

#layout_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 992px;
	padding-bottom: 66px;
	overflow: hidden;
}

#header,
div#ws_content,
div#product,
div#right_column {
	position: relative;
	padding: 20px 40px;
	font-family: 'Georgia', serif;
}

#trainings_module{
	display: none;
	background-color: #98bfe7;	
	width: 992px;
	height: 195px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: arial;		
	position: relative;
	overflow: hidden;
	
}

#info_cloud{
	display:none;
	background: url(../images/info_cloud.jpg) no-repeat;
	width: 347px;
	height: 53px;
	position: absolute;
	margin-left: 149px;
	margin-top: 24px;
	left: 50%;
	top: 0;	
	padding 10px 0px 0px 0px;
	font-family: arial;	
	display: none;	

}

#info_cloud p{	
	width: 296px;
	height: 40px;	
	margin-left: 46px;
	margin-top: 23px;	
	font-size: 10px;		
}

#training_info{	
	width: 250px;
	height: 85px;	
	margin-left: 25px;
	float: left;
	margin-top: 25px;
	
}

#training_info p{	
	font-size: 12px;
	margin-top: 7px;
}
#training_info h4{		
	font-size: 14px;	
}

#assignments{	
	float: left;
	width: 117px;
	height: 152px;	
	margin-left: 30px;
	margin-top: 25px;
	line-height: 28px;
}

#assignments a{	
	color: #000;
	margin-left: 10px;
}

#assignment_info{	
	float: left;
	width: 335px;
	height: 110px;	
	margin-left: 20px;
	margin-top: 25px;	
}

#assignment_info p{	
	font-size: 13px;
	margin-top: 7px;
}
#assignment_info h4{		
	font-size: 14px;
	
}

#assignments a {
	text-decoration: none;
}

#assignments a.active{
	font-weight: bold;	
}

.close_training {		
	position: absolute;
	top: 10px;
	left: 915px;
}
	
.check_placement {		
	width:  92px;
	height: 77px;		
	position: absolute;
	top: 49px;
	left: 800px;	
}

	.check_placement img.checker {
		margin-left: 35px;
	}

.check_gray {
	width:  92px;
	height: 77px;		
	position: absolute;
	top: 49px;
	left: 830px;	
}

#cloud_pointer {
	display: none;
	position:absolute;
	top: 20px;
	left: 50%;
	margin-left: 254px;
	background-image: url(../images/cloud_pointer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:152px;
	height: 132px;
	z-index: 98;
}

#e-masterclass-intro {
	display: none;
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -320px;
	width: 640px;
	height: 400px;
	background-color: #98bfe7;
	border: 2px solid #000000;
	-moz-box-shadow: 0px 3px 6px #333333;    
	-webkit-box-shadow: 0px 3px 6px #333333;
    filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=0,strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=90,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=270,strength=2);
}

	#e-masterclass-intro div.close {
		width: 80px;
		height: 14px;
		font-size: 11px;
		font-weight: bold;
		color: #455668;
		float: right;
		text-align: right;
		margin: 3px;
		padding: 2px;
		cursor: pointer;
	}

	#e-masterclass-intro div {
		margin: 26px;
	}
	
	#e-masterclass-intro h2 {
		padding-bottom: 3px;
		border-bottom: 2px solid #7a99ba;
		margin-bottom: 11px;
		color: #000000;
		margin-bottom: 12px;
	}
	
	#e-masterclass-intro p {
		font-size: 16px;
		color: #000000;
		margin-bottom: 12px;
	}
	
		#e-masterclass-intro p.cancel_text {
			margin-top: 0px;
			color: #455668;
			text-align: center;
		}
	
		#e-masterclass-intro div div.go-to-training {
			background-color: #ebebeb;
			background-image: url(../images/big_button_background.gif);
			background-position: left top;
			background-repeat: repeat-x;
			padding: 12px;
			width: 345px;
			cursor: pointer;
			margin-left: 110px;
			margin-bottom: 10px;
			text-align: center;
			font-weight: bold;
			font-size: 16px;
			border: 1px solid #c1c1c1;
		}

#e-masterclass-complete {
	display:none;
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -300px;
	width: 600px;
	padding-top: 50px;
	height: 300px;
	background-color: #fefdd4;
	border: 2px solid #000000;
	-moz-box-shadow: 0px 3px 6px #333333;    
	-webkit-box-shadow: 0px 3px 6px #333333;
    filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=0,strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=90,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=270,strength=2);

}

	#e-masterclass-complete p {
		padding: 22px;
		font-size: 16px;
		color: #000000;
	}
	
	#e-masterclass-complete p.closure {
		margin: 22px 22px 0 22px;
		border-top: 1px solid #bbbbbb;
		text-align: center;
	}

#post_it {
	display:none;
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 115px;
	width: 279px;
	height: 284px;
	margin-left:235px;
	background-image: url(/planner/nrp/images/post_it.png);
}

	#post_it div {
		margin: 25px;
		font-family: 'Comic Sans MS', 'Georgia';
		font-size: 12px;
		color: #454545;
		overflow: hidden;
	}

#cheat_button {
	position: absolute;
	top: 147px;
	left: 666px;
	
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding-top: 8px;
	padding-left: 48px;
	height: 19px;
	width: 100px;
	text-align: left;
}
.cheat_off {
	background-image: url(/planner/nrp/images/cheat_off.jpg);
	background-position: left 4px;
	background-repeat: no-repeat;
}

.cheat_on {
	background-image: url(/planner/nrp/images/cheat_on.jpg);
	background-position: left 0;
	background-repeat: no-repeat;	
}

.next_assigment {
	margin-top: 20px;
}

	.next_assigment img {
		border: 0;
		width: 158px;
		cursor: pointer;
		height: 28px;
	}

div#message {
	position: absolute;
	width: 976px;
	z-index: 99;
	height: 32px;
	text-align: center;
	height: 14px;
	padding: 6px;
	font-weight: bold;
	background-color: #d8dce1;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #bbc1c9;
	color: #494d53;

}

div#login_form {
	position: absolute;
	width: 976px;
	z-index: 99;
	text-align: right;
	height: 36px;
	padding: 8px;
	background-color: #d8dce1;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #bbc1c9;
	color: #494d53;
}

	div#login_form div.leftfloat {
		float: left;
		text-align: left;
		padding-left: 11px;
		padding-top: 10px;
		font-size: 16px;
	}

	div#login_form div.rightfloat {
		float: right;
		text-align: left;
		width: 400px;
	}
	
		div#login_form div.rightfloat div {
			float: left;
			margin-left: 5px;
		}
	
		div#login_form div.rightfloat div span {
			font-size: 9px;
		}

	input.big {
		width: 100px;
		font-size: 12px;
		padding: 3px;
		background-color: #ffffff;
		border: 1px solid #bbc1c9;
	}
	
	input.login {
		cursor: pointer;
		background-color: #004286;
		padding: 2px 4px;
		color: #ffffff;
		font-size: 11px;
		line-height: 14px;
		border-width: 1px;
		border-style: solid;
		border-color: #5f6369 #bbc1c9 #bbc1c9 #5f6369;
		font-weight: bold;
	}
	
.input_elements {
	margin-top:10px;
	margin-bottom: 10px;
}

	.input_elements input {
		padding: 2px;
		font-size: 13px;
	}

div#top {
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	height: 110px;
}

	div.logo {
		cursor: pointer;
		margin-top: 8px;
		float: left;
	}

	div.menu {
		padding: 7px;
	}
	
	div.menu ul {
		float: right;
		list-style-type: none;
	}
	
	div.menu ul li {
		float: left;
		padding-left: 12px;
	}
	
	div.campaign_details {
		margin-top: 58px;
		position: absolute;
		text-align: right;
		top: 0;
		left: 50%;
		margin-left: -490px;
		width: 600px;
	}

		div.campaign_details div.image {
			float: left;
			cursor: pointer;
			border: 1px solid #B1B1B1;
			background-color: #ffffff;
			width: 45px;
			height: 45px;
			margin-right: 10px;
		}

		div.campaign_details .text {
			float: left;
			text-align: left;
			width: 460px;
			height: 45px;
			padding-top: 6px;
			overflow: hidden;
		}
		
			div.campaign_details .text .filled_in {
				color: #212121 !important;
			}

      div.campaign_details .text div.advertiser,
      div.campaign_details .text div.scope {
        float:left;
        display:inline;
      }
      
      div.campaign_details .scope .scope_relation {
        font-size: 14px;
      }
      
      div.campaign_details .text .scope a {
        margin-left: 7px;
      }

			div.campaign_details .text p.advertiser {
				margin-bottom: 4px;
				font-size: 14px;
				color: #B1B1B1;
				cursor: pointer;
			}
	
			div.campaign_details .text p.name {
				font-size: 19px;
				color: #B1B1B1;
				cursor: pointer;
			}
			
				div.campaign_details .text p span.last_saved_at {
					color: #919191;
					font-size: 11px;
					padding-left: 5px;
				}
			
			div#top .hover {
				background-color: #f8f9fb;
			}
	
	div.planner_options {
		margin-top: 84px;
		position: absolute;
		text-align: right;
		margin-left: auto;
		margin-right: auto;
		top: 0;
		left: 50%;
		margin-left: 75px;
		width: 420px;
		height: 30px;
	}
	
		div.planner_options a {
			line-height: 26px;
			background-color: #f6f6f6;
			background-image: url(../images/button_background.gif);
			background-position: bottom left;
			background-repeat: repeat-x;
			border-width: 1px;
			border-style: solid;
			border-color: #c1c1c1;
			color:#212121;
			font-size: 13px;
			padding: 4px 7px 4px 7px;
			text-decoration:none;
		}
		
		div.planner_options a:hover {
			border-color: #c9c9c9;
		}
		
		div.planner_options .down {
			border-width: 1px;
			border-style: solid;
			border-color: #666666;
			color:#181818;
		}
		
		div.planner_options a#save_campaign {
			padding: 4px 18px 4px 18px;
		}
		
		div.planner_options a.inactive {
			color: #999999 !important;
			border-color: #d1d1d1 !important;
		}

/* ol voor voorwaarden */
.big_ol {
	margin-bottom: 10px;
}

.big_ol li {
	margin-left: 20px;
	padding: 2px;
}

	.big_ol li ul li {
		padding: 1px;
		margin-left: 20px;
	}

/* FOOTER */
div#planner_footer
{
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	height: 56px;
	overflow: hidden;
	border-top: 1px solid #0b878c;
	background-image: url(../images/planner_footer.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Arial, 'Trebuchet MS', sans-serif;
	font-size: 11px;
}

	#planner_footer .planner_wrapper {
		position: absolute;
		left: 50%;
		margin-left: -476px;
		width: 952px;
		padding: 12px;
	}

	#planner_footer div.more_info  {
		float: left;
		width: 450px;
	}
	
		#planner_footer div.more_info h3 {
			font-size: 15px;
			color: #ffffff;
		}
		
		#planner_footer div.more_info h3 span {
			font-size: 13px;
		}
	
	#planner_footer div.links {
		float: left;
	}
	
		#planner_footer div.links ul {
			margin-top: 6px;
			list-style-type: none;
			list-style: none;
		}
		
		#planner_footer div.links ul li.first {
			border-left: 0;
		}
		
		#planner_footer div.links ul li {
			float: left;
			padding: 3px 6px;
			border-left: 1px solid #056669;
			border-right: 1px solid #3aacaf;
		}

		#planner_footer div.links ul li.small {
			font-size: 11px;
			border-right: 0;
		}
		
	div#planner_footer,
	div#planner_footer a {
		color: #a4e2e4;
		font-size: 11px;
	}

.float-corrector {
	display: block;
	clear: both;
	float: none !important;
	font-size: 1px;
	line-height: 1%;
	margin: 0 !important;
	padding: 0;
/*	border: 1px solid red;*/
}

div#content {
	overflow: hidden;
	width: 992px;
}

	div.left_flank {
		top: 0;
		width: 990px;
	}
	
	div.containers {
		float: left;
		margin: 0;
		padding: 20px 10px 10px 20px;
		overflow: hidden;
		font-size: 12px;
	}

	div.page {
		width: 960px;
		padding: 16px;
		background-color: #ffffff;
		border: 1px solid #98BFE7;
	}
	
		div.page h1 {
			margin-bottom: 10px;
		}

div#small_logo {
	position: absolute;
	top: 7px;
	z-index: 20;
	left: 50%;
	width: 100px;
	margin-left: -494px;
}


div#undo_state {
	position: absolute;
	top: 139px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	padding: 3px;
	font-size: 13px;
	background-color: #e16f16;
	color: #03265F;
	text-align: center;
}

	div#undo_state a {
		font-size: 13px;
		color: #fadac1;
		font-weight: bold;
	}

div.picker_button {
	float: right;
	cursor: pointer;
	width: 44px;
	height: 15px;
	padding: 5px 2px 1px 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/picker_button.gif);
	font-size: 11px;
	color: #ffffff;
}

.underlined {
	text-decoration: underline;
}

.display_as_link {
	color: #15428e;
	font-size: 13px;
	padding: 1px 1px 1px 004286;
	border: 1px solid #ffffff;
	font-weight: bold;
	cursor: pointer;
}

	.display_as_link:hover {
		background-color: #15428e;
		color: #ffffff;
	}

.display_as_selectbox {
	color: #565656;
	font-size: 13px;
	padding: 1px;
	border: 1px solid #f1f1f1;
	font-weight: bold;
	text-decoration: none;
}

.error_width {
	width: 20px;	
}

.has_error {
	width: 20px;
	background-image: url(../images/has_errors.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.icon_space {
	float: left;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
}

.error_icon {
	display: none;
	float: left;
	width: 17px;
	height: 17px;
	margin-right: 2px;
	background-image: url(../images/has_errors.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.remove_discount_icon {
	background-image: url(../images/delete_discount.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	cursor:pointer;
}

.info_hover {
	display: none;
	position: absolute;
	z-index: 99;
	padding: 5px 4px 4px 6px;
	background-image: url(../images/info_hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
	font-size: 11px;
}

.no_overflow {
  position:relative;
	overflow: hidden;
	margin-top: 1px;
	font-size: 11px;
}

	.no_overflow span {
		margin-right: 3px;
	}

/* letter spacing classes */
.frequency_discount_combined {
	letter-spacing: 2px;
}

/* 
campaign_upload_control
********************************************* */

div#campaign_upload_control {
	display: none;
	position: absolute;
	width: 380px;
	height: 40px;
	top: 51px;
	left: 50%;
	margin-left: -448px;
	z-index: 999;
	background-image: url('../images/campaign_upload_control.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 10px 10px 32px;
}

	div#campaign_upload_control p {
		margin-bottom: 4px;
	}

/* 
list table
********************************************* */

table.list {
	width: 956px;
	border-collapse: collapse;
	border-left: 1px solid #e1e2e6;
	border-right: 1px solid #e1e2e6;
}

	table.list tr th {
		text-align: left;
		padding: 6px 3px 6px 3px;
		color: #03265F;
		border-top: 1px solid #e1e2e6;
		border-bottom: 1px solid #d1d2d6;
	}
	
	table.list tr td.date_field {
		width: 200px;
	}
		
	table.list tr {
		background-color: #f1f2f6;
	}

	table.list tr.hover {
		background-color: #f6f7fb;
		cursor: pointer;
	}
	
	table.list tr td {
		border-bottom: 1px solid #e1e2e6;
		padding: 6px 3px 6px 6px;
	}
	
/*
campagne list page
********************************************* */

a.new_campagne_link {
	color: #03265F;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

/* 
modal lightbox-y window
********************************************* */
div.modal_window_container {
  background-image: url(../images/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

* html div.modal_window_container {
  background-color: #000;
  background-color: transparent;
  background-image: url(../images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/overlay.png", sizingMethod="scale");
}

	div.modal_window_container div.modal_window {
		border: 2px solid #e1e1e1;
		background: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		margin: 50px auto;
	}

div.modal_window h1
{
	font-size: 18px;
	margin-bottom: 10px;
}

/* 
notification_area
********************************************* */

#notification_area {
	display:none;
	margin-bottom: 10px;
}

	#notification_area div {
		background-color: #fff;
		padding: 15px;
		text-align: center;
	}

/*
Selectors
********************************************* */

.day_selector,
.position_selector,
.color_selector {
	z-index: 99;
	position: absolute;
	display: none;
	overflow: hidden;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 2px 2px;
	border-color: #d7d7d7;
}

.detail_area {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*
Repository picker
********************************************* */

div.repository_picker {
	display: none;
	background-color: #eeeeee;
	border-bottom: 1px solid #d7d7d7;
	background-image: url(../images/repository_picker_background_top.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 950px;
	padding: 20px;
	font-size: 12px;
	overflow: hidden;
}

	div.repository_picker_container {
		background-image: url(../images/repository_picker_background_bottom.gif);
		background-position: bottom left;
		background-repeat: repeat-x;
	}

	div.repository_picker_container .advertisement_type_picker {
		float: left;
		width: 170px;
	}
	
		div.repository_picker_container .advertisement_type_picker ul {
			list-style: none;
			list-style-type: none;
		}
	
		div.repository_picker_container .advertisement_type_picker ul li {
			font-size: 13px;
		}
		
		div.repository_picker_container .advertisement_type_picker ul li a {
			display: block;
			padding: 5px 7px 5px 3px;
		}
		
		div.repository_picker_container .advertisement_type_picker ul li a.selected {
			background-color: #ffffff;
			border-top:1px solid #D5D5D5;
			color: #000000;
			text-decoration: none;
			font-weight: bold;
		}
		
	div.repository_picker_container .repositories {
		float: left;
		border-top: 1px solid #d5d5d5;
		background-color: #ffffff;
		background-image: url(../images/repositories/blank.png);
		background-position: 185px 10px;
		background-repeat: no-repeat;
		width: 430px;
		padding: 10px;
		height: 260px;
	}
	
		div.repository_picker_container .repositories ul {
			list-style: none;
			list-style-type: none;
		}

		div.repository_picker_container .repositories ul li {
			padding: 3px;
			font-size: 13px;
			color: #03265F;
		}

		div.repository_picker_container .repositories ul li a {
			text-decoration: none;
			padding: 2px;
		}

		div.repository_picker_container .repositories ul li a img {
			margin-right: 1px;
		}

		div.repository_picker_container .repositories ul li a:hover {
			background-color: #15428e;
			color: #ffffff;
		}
		
		div.repository_picker_container .repositories ul li a.selected {
			text-decoration: none;
			font-weight: bold;
		}
		
		div.repository_picker_container .repositories ul li span {
			cursor: pointer;
		}
		
		div.repository_picker_container .repositories ul li.ndc div {
			clear:both;
			padding: 2px 0 0 18px;
			margin-left: 2px;
			background-image: url(../images/tree_holder.gif);
			background-position: left top;
			background-repeat: no-repeat;
		}
		
		div.repository_picker_container .repositories ul li.ndc div p {
			font-size: 12px;
			line-height: 15px;
			margin-bottom: 0;
		}
		
	div.repository_picker_container .templates {
		float: right;
		padding: 20px;
		border-top: 1px solid #d5d5d5;
		background-color: #ffffff;
		background-position: right top;
		background-repeat: no-repeat;
		width: 270px;
		height: 240px;
	}
	
		div.repository_picker_container .templates ul {
			list-style: none;
			list-style-type: none;
		}

		div.repository_picker_container .templates ul li {
			padding: 3px;
			height: 13px;
			border-bottom: 1px solid #ececec;
		}

		div.repository_picker_container .templates ul li div {
			width: 132px;
			margin-top: 1px;
			float: left;
			display: block;
		}

		div.repository_picker_container .templates ul li a {
			color: #545454;
			margin-left: 4px;
		}
		
		.repository_picker_container .templates .packets {
			margin-top: 5px;
			background-color: #eeeeee;
			border-style: solid;
			border-width: 0 1px 0 1px;
			border-color: #f1f1f1 #D5D5D5 #D5D5D5 #f1f1f1;
			overflow: hidden;
		}
		
		.repository_picker_container .templates .packets .active .header{
			font-weight: bold;
			background-color: #fefefe !important;
		}
		
		.repository_picker_container .small {
			font-size: 11px;
		}
		
		.repository_picker_container .templates .packets div.header {
			display: block;
			cursor: pointer;
			padding: 4px 5px 4px 5px;
			font-size: 12px;
			line-height: 12px;
			border-style: solid;
			border-width: 1px 0 1px 0;
			border-color: #f4f4f4 #D5D5D5 #D5D5D5 #f4f4f4;
		}
		
		.repository_picker_container .templates .packets div.regions {
			display: none;
			padding: 2px 0 2px 5px;
			background-color: #fefefe !important;
			border-bottom: 1px solid #e5e5e5;
		}
		
		.repository_picker_container .templates .packets div.regions a {
			background-image: url('../images/region_bullet.gif');
			background-position: left center;
			background-repeat: no-repeat;
			display: block;
			font-size: 12px;
			text-decoration: none;
			padding: 3px 3px 3px 15px;
		}
		
		.repository_picker_container .templates .packets div.regions a:hover {
			text-decoration: underline;
		}

/* 
CampaignItem container
********************************************* */

div.campaign_items_container
{
	background-color: #ffffff;
	border: 1px solid #98bfe7;
	width: 990px;
	font-size: 12px;
}

	div.campaign_item {
		position: relative;
		overflow: visible;
		width: 990px;
	}
	
	div.campaign_item_bar {
		position: relative;
		background-color: #f0f0f0;
		background-image: url(../images/campaign_item_bar_background.gif);
		background-position: bottom left;
		background-repeat: repeat-x;
		border-bottom: 1px solid #d7d7d7;
		width: 975px;
		height: 18px;
		padding: 5px 10px 5px 5px;
		text-align: right;
	}
	
		div.campaign_options {
			float: left;
			text-align: left;
			padding-left: 18px;
			padding-top: 10px;
		}

			a.create_new_campaign_item {
				font-family: 'Trebuchet MS';
				font-size: 13px;
				width: 120px;
				padding: 7px 3px 4px 22px;
				color: #ffffff;
				background-image: url(../images/new_campaign_item.gif);
				background-position: left top;
				background-repeat: no-repeat;
			}

		div.campaign_items_container div.summary
		{
			position: relative;
			padding: 9px 10px 10px 10px;
			height: 14px;
			cursor: pointer;
			background-color:#004286;
			background-image: url(../images/summary_background.jpg);
			background-position: top left;
			background-repeat: repeat-x;
			border-bottom:1px solid #356da5;
			color: #98bfe7;
		}

		div.summary div.info,
		div.summary div.price
		{
			font-family: 'Helvetica', 'Arial';
			font-size: 13px;
		}
	
		div.summary div.price
		{
			margin-top: 1px;
			height: 13px;
			text-align: right;
			float: right;
			font-weight: bold;
		}
		
		div.summary div.info
		{
			width: 830px;
			height: 14px;
			float: left;
		}
		
			div.info table {
				border-collapse: collapse;
				border: 0;
				margin: 0;
				width: 830px;
			}
			
			div.info table tr td.title_width {
				width: 310px;
			}

			div.info table tr td.position_width {
				width: 175px;
			}

			div.info table tr td.format_width {
				width: 90px;
			}
			
			div.info table tr td.day_width {
				width: 35px;
			}
			
			div.info table tr td.color_width {
				width: 40px;
			}
			
			div.info table tr td.tariff_width {
				width: 45px;
			}
			
		div.summary .warning_icon {
			margin-bottom: -3px;
		}
		
		div.active div.arrow {
			display: inherit !important;
			background-image: url(../images/arrow.jpg);
			background-repeat: no-repeat;
			background-position: left top;
			position: absolute;
			top: 0;
			left: 390px;
			width: 30px;
			height: 30px;
		}
		
		
		div.inactive div.arrow {
			display: none;
		}

		div.campaign_items_container div.details_wrapper {
			position: relative;
		}

		div.campaign_items_container div.details
		{
			float: right;
			width: 460px;
			padding: 15px 25px 25px 5px;
			background-color: #ffffff;
			color: #565656;
		}

		div.campaign_items_container div.details table
		{
			border-collapse: collapse;
			width: 460px;
			font-size: 13px;
		}
		
		div.campaign_items_container div.details table tr td {
			padding-top: 5px;
			padding-bottom: 5px;
		}

		div.campaign_items_container div.details table tr td div.description
		{
			width: 100px;
		}

		div.campaign_items_container div.details table tr td.small_label
		{
			padding-right: 1px;
			width: 50px;
			text-align: right;
		}
		
		div.campaign_items_container div.details table tr td.small_input
		{
			padding-right: 1px;
			width: 50px;
			text-align: right;
		}

			div.campaign_items_container div.details table tr td.small_input input
			{
				text-align: right;
			}

		div.campaign_items_container div.details table tr td.spacing
		{
			width: 12px;
			text-align: right;
		}


		div.campaign_items_container div.details table tr td.label
		{
			width: 75px;
			text-align: right;
		}
					 
		div.campaign_items_container div.details table tr td.value
		{
			width: 80px;
			text-align: right;
		}
		
		div.campaign_items_container div.details table tr.total th
		{
			padding-top: 4px;
			padding-bottom: 10px;
			text-align: right;
			border-top: 1px solid #d1d1d1;
		}
		
		div.campaign_warning {
			display: none;
			background-color: #FBEABE;
			border: 1px solid #d6b256;
			padding: 12px 12px 9px 16px;
			font-size: 12px;
			height: 14px;
			color: #a47808;
		}
		
		div.warnings {
			background-color:#FBEABE;
			border:1px solid #F8D376;
			color:#A47808;
			display:none;
			font-size:12px;
			left:763px;
			top:33px;
			padding:10px;
			position:absolute;
			width:181px;
			z-index:99;
		}
		
		.details .inline_text, 
		.details .default_contract_discount {
			display: inline;
		}
		
	div.campaign_items_container a.edit_number_of_placements {
		color: #2f2f31;
		font-size: 11px;
	}
		
	div.campaign_items_container a.delete_campaign_item {
		cursor: pointer;
		float: right;
		display: block;
		width: 38px;
		height: 14px;
		font-size: 11px;
		padding: 5px;
		text-decoration: none;
		color: #505050;

	}
	
	div.campaign_items_container a.copy_campaign_item {
		cursor: pointer;
		float: right;
		display: block;
		width: 32px;
		height: 14px;
		font-size: 11px;
		padding: 5px;
		text-decoration: none;
		color: #505050;
	}
	

	a.manage_discount {
		cursor: pointer;
		float: left;
		display: block;
		width: 32px;
		height: 14px;
		font-size: 11px;
		padding: 5px;
		text-decoration: none;
		color: #505050;
	}
	
	/* fixes for alignment */
	.position_surcharge_percentage, 
	.color_surcharge_percentage {
		font-weight: bold;
	}
		
/* 
campaign_summary_container
********************************************* */
div.campaign_summary_container
{
	float: right;
	color: #03265F;
	font-size: 12px;
	width: 465px;
}

	div.campaign_summary_container div.summary h3
	{
		font-size: 12px;
		padding-bottom: 5px;
		color: #03265F;
	}

	div.campaign_summary_container div.active {
		background-color: #0a8d9a !important;
	}

	div.campaign_summary_container div.summary
	{
		width: 465px;
		padding: 10px;
		overflow: hidden;
	}

	div.campaign_summary_container div.summary a:link,
	div.campaign_summary_container div.summary a:active,
	div.campaign_summary_container div.summary a:visited
	{
		padding-left: 2px;
		padding-right: 2px;
		font-weight: normal;
		font-size: 11px;
		color: #4c4e5b;
	}
	
		div.campaign_summary_container div.summary a:hover
		{
			color: #000000;
		}

	div.campaign_summary_container div.summary table
	{
		width: 445px;
		border-collapse: collapse;
	}

	div.campaign_summary_container div.summary table tr td
	{
		padding-bottom: 7px;
	}

	div.campaign_summary_container div.summary table tr td.net {
		font-family: 'Trebuchet MS';
		font-size: 22px;
		color: #ffffff;
	}

	div.campaign_summary_container div.summary table tr td.gross {
		font-family: 'Trebuchet MS';
		font-size: 19px;
		color: #58a8aa;
	}

	div.campaign_summary_container div.summary table tr td.small_label
	{
		width: 50px;
		text-align: right;
	}

	div.campaign_summary_container div.summary table tr td.label
	{
		text-align: right;
	}
				 
	div.campaign_summary_container div.summary table tr td.value
	{
		width: 140px;
		text-align: right;
	}

	div.campaign_summary_container div.summary table tr td input
	{
		text-align: center;
	}
	
	div.campaign_summary_container div.total
	{
		color: #2f2f31;
		padding: 3px;
		font-weight: bold;
		text-align: right;
	}
	
	div.campaign_totals {
		overflow: hidden;
		background-image: url(../images/light_on_background.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	div.campaign_totals div.options
	{
		padding: 10px;
		text-align: right;
	}
	
	div.left_flank h2 {
		text-align: center;
		font-size: 22px;
		color: #004286;
	}
	
		div.left_flank h2 span {
			font-size: 11px;
		}
	
.discount_active,
.discount_inactive {
	display: inline;
}

/*
fillers
********************************************* */
.fill_number_of_placements {
	background-color: #d7e9fa;
	padding: 5px 5px 0 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.fill_contract_discount
{
	background-color: #ffffff;
	padding: 5px 5px 0 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

	.fill_number_of_placements table,
	.fill_contract_discount table
	{
		width: 340px !important;
	}

	.fill_number_of_placements input,
	.fill_contract_discount input
	{
		text-align: center;
		padding: 1px;
		border: 1px solid #4f4f91;
	}
	
	.fill_number_of_placements a {
		font-size: 11px;
	}
	
	.fill_number_of_placements a.add_number_of_placements,
	.fill_contract_discount a.add_contract_discount
	{
		background-color: #e16f16;
		color: #ffffff !important;
		text-decoration: none;
		padding: 2px 5px;
	}


/* 
Color
********************************************* */  
div.color_selector
{
	width: 140px;
	overflow: hidden;
	background-color: #ffffff;
}

	div.color_selector ul
	{
		margin-top: 5px;
		margin-bottom: 5px;
		list-style: none;
		list-style-type: none;
	}

	div.color_selector ul li
	{
		background-color: #ffffff;
		color: #000000;
		padding: 4px 5px 4px 19px;
		font-size: 12px;
		cursor: pointer;
		width: 116px;
	}

	div.color_selector ul li:hover
	{
		background-color:#004286;
		cursor: pointer !important;
		color: #ffffff;
	}
	
	div.color_selector ul li.selected {
		background-color: #ffffff;
		background-image: url(../images/checked.gif);
		background-repeat: no-repeat;
		background-position: left center;
		color: #000000;
		font-weight: bold;
	}
	
	div.color_selector ul li.unavailable {
		background-color: #004286;
		color: #919191;
	}

/* 
Media
********************************************* */
.extra_top_margin {
	margin-top: 15px;
}

div.media_container
{
	cursor: pointer;
	position: relative;
	float: left;
	width: 275px;
	height: 165px;
	margin-bottom: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 18px 35px;
	margin-right: 10px;
	overflow: hidden;
}

	.media_container p.subline {
		padding-left: 2px;
		font-size: 11px;
		color: #656565;
	}

	div.media_container div.overlay
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 320px;
		height: 360px;
	}
	
 
/* 
Format
********************************************* */	
div.format_container
{
	position: relative;
	cursor: pointer;
	float: left;
	width: 175px;
	height: 165px;
	overflow: hidden;
	margin-bottom: 10px;
}

	.format_container p.subline {
		padding-left: 2px;
		font-size: 11px;
		color: #656565;
	}
	
	div.format_container .chosen_format {
		position: absolute;
		margin-left: 18px;
		margin-top: 35px;
		width: 52px;
		height: 75px;
		border: 1px solid #eeeeee;
		background-color: #d1d1d1;
		background-image: url(../images/krant_leeg_small.jpg);
	}
	
	div.format_container .chosen_format_twopage {
		position: absolute;
		margin-left: 4px;
		margin-top: 30px;
		width: 104px;
		height: 75px;
		border: 1px solid #eeeeee;
		background-color: #d1d1d1;
		background-image: url(../images/krant_leeg_twopage_small.jpg);
	}

		div.format_container .chosen_format_twopage .applied_format,	
		div.format_container .chosen_format .applied_format {
			background-color: #004286;
			width: 1px;
			height: 1px;
			margin-left: 56px;
			margin-top: 82px;
		}

		.format_container .format_preview .unavailable,
		.format_container .chosen_format_twopage .unavailable,
		.format_container .chosen_format .unavailable {
			background-color: #757575 !important;
		}

/* 
Position
******************************************** */

div.position_selector
{
	margin-top: 16px;
	width: 390px;
	background-color: #ffffff;
	overflow: hidden;
}

	div.position_selector ul.active
	{
		float: left;
		margin-top: 5px;
		list-style: none;
		list-style-type: none;
	}

	div.position_selector ul li
	{
		background-color: #ffffff;
		color: #000000;
		padding: 4px 5px 4px 19px;
		font-size: 12px;
		cursor: pointer;
		width: 160px;
	}

	div.position_selector ul li:hover
	{
		background-color:#004286;
		cursor: pointer !important;
		color: #ffffff;
	}
	
	div.position_selector ul.active li.selected {
		background-color: #ffffff;
		background-image: url(../images/checked.gif);
		background-repeat: no-repeat;
		background-position: left center;
		color: #000000;
		font-weight: bold;
	}
	
	div.position_selector ul.active li.unavailable {
		color: #aaaaaa;
	}
	
	div.position_selector ul.active li.unavailable_selected {
		background-color: #ffffff;
		background-image: url(../images/checked_unavailable.gif);
		background-repeat: no-repeat;
		background-position: left center;
		color: #919191;
		font-weight: bold;
	}

/* 
Day Placement
******************************************** */
div.day_selector
{
	margin-top: 16px;
	width: 140px;
	overflow: hidden;
}

* html div.day_selector,
* html div.position_selector,
* html div.color_selector { margin-left: -125px;}

	div.day_selector ul
	{
		margin-top: 5px;
		margin-bottom: 5px;
		list-style: none;
		list-style-type: none;
	}

	div.day_selector ul li {
		background-color: #ffffff;
		color: #000000;
		padding: 5px 5px 5px 19px;
		font-size: 12px;
		cursor: pointer;
		width: 140px;
	}

	div.day_selector ul li:hover {
		background-color:#004286;
		cursor: pointer !important;
		color: #ffffff;
	}

	div.day_selector ul li.selected {
		font-weight: bold;
		color: #000000;
		background-color: #ffffff;
		background-image: url(../images/checked.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}

	div.day_selector ul li.unavailable {
		background-color: #ffffff;
		color: #919191;
	}

	div.day_selector ul li.unavailable_selected {
		color: #919191;
		background-image: url(../images/checked_unavailable.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #ffffff;
		font-weight: bold;
	}

/* 
 containers
********************************************* */

div.repository_container {
	float: left;
	margin-left: 6px;
	margin-top: 3px;
	height: 17px;
}

	div.repository_container h2 {
		font-size: 13px;
		font-weight: normal;
	}
	
	div.repository_container a {
		padding: 1px;
		color: #15428e;
	}
	
	div.repository_container a:hover {
		text-decoration: none;
		background-color: #15428e;
		color:#ffffff;
	}

/* Overig */

table tr td.sign {
	width: 12px;
	width: 12px !important;
	text-align: center;
}

#version_info {
	width: 120px;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	text-align: right;
	position: absolute;
	top: 32px;
	right: 0px;
	padding: 5px;
}

	#version_info small {
		color: #444;
	}
	
	#version_info span {
		font-size: 18px;
	}

/* 
 Overig (website)
****************************************************************************************** */

.notice {
	background-image: url(../images/notice_background.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color:#cad9ff;
	border:1px solid #adcaff;
	color:#33568f;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding:16px 16px 15px 50px;
}

a.new_campaign_button {
	background-color: #f6f6f6;
	background-image: url(../images/button_background.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #c1c1c1;
	color:#212121;
	font-size: 13px;
	width: 115px;
	text-align: center;
	display: block;
	padding: 4px 7px 4px 7px;
	text-decoration:none;
}


div.page p {
	margin-bottom: 10px;
}

/* *************************************************************************************** */


/* 
 windows
********************************************* */

.discount_window {
	margin-left: -250px;
	width: 500px;
}

	.discount_window .message {
		margin-bottom: 10px;
	}

	.discount_window table {
		width: 290px;
		font-size: 12px;
		border-collapse: collapse;
		color: #565656;
		margin-bottom: 10px;
	}
	
	.discount_window table tr td.input {
		width: 95px;
		padding: 3px;
	}
	
	.discount_window table tr td.option {
		width: 15px;
	}
	
	.discount_window table tr td {
		border-top: 1px solid #f4f4f4;
		padding: 3px;
	}

	.discount_window table tr td input {
		text-align: right;
	}
	
		.discount_window .discount_sets_container {
			float: right;
			width: 150px;
			padding-left: 7px;
			padding-top: 3px;
			border-left: 1px solid #e6e7e9;
		}
		
			.discount_window .discount_sets_container h5 {
				font-size: 12px;
				color: #313234;
				margin-bottom: 5px;
			}
			
			.discount_window .discount_sets_container .scrollable {
				overflow: auto;
				height: 120px;
				width: 150px;
			}
			
			.discount_window .discount_sets_container ul {
				list-style: none;
			}
			
			.discount_window .discount_sets_container ul li {
				padding-bottom: 5px;
			}
			
			.discount_window .discount_sets_container div.toggle {
				margin-top: 7px;
			}
	
.format_window {
	margin-left: -425px;
	width: 805px;
}

	.format_window div.format_table {
		margin-top: 40px;
		float: left;
	}
	.format_window table {
		font-size: 12px;
		border-collapse: collapse;
		margin-right: 30px;
		color: #03265F;
	}

	.format_window table tr.unavailable {
		color: #757575 !important;
	}

	.format_window table tr th {
		text-align: left;
		font-size: 11px;
		padding-left: 3px;
	}
	
		.format_window table tr th.module { width: 63px; }
		.format_window table tr th.pageshare { width: 50px; }
		.format_window table tr th.width_and_height { width: 60px; text-align: right; }
		
	.format_window table tr td {
		border-top: 1px solid #f1f1f1;
		padding-top: 5px;
		padding-left: 3px;
		padding-bottom: 4px;
		font-size: 11px;
	}

	.format_window table tr td.width {
		padding-left: 1px;
		text-align: right;
	}
	.format_window table tr td.height {
		width: 21px;
		padding-left: 1px;
		padding-right: 3px;
		text-align: right;
	}
	
	.format_window table tr.hover {
		cursor: pointer;
		background-color: #004286;
		color: #ffffff;
	}

	.format_window table tr.selected {
		background-color: #004286;
		font-weight: bold;
		color: #ffffff;
	}

	.format_window table tr.down {
		font-weight: bold;
	}

	.format_window div.format_switch {
		position: absolute;
		top: 5px;
		left: 10px;
		width: 390px;
		height: 30px;
		border-bottom: 1px solid #004286;
		margin-bottom: 10px;
		padding-left: 10px;
	}

		.format_window div.format_switch div.switch_item {
			background-color: #ffffff;
			border-width: 0;
			border-style: solid;
			border-color: #ffffff #ffffff #004286 #ffffff;
			color:#004286;
			cursor: pointer;
			float: left;
			font-size: 16px;
			font-weight: bold;
			height: 20px;
			padding: 8px 5px 1px 5px;
			text-align: center;
			width: 50px;
		}
	
		.format_window div.format_switch .selected {
			border-width: 1px !important;
			border-color: #004286 #004286 #ffffff #004286 !important;
		}

	.format_window div.previews {
		width: 350px;
		float: left;
	}

	.format_window div.previews div.preview {
		cursor: pointer;
		float: left;
		width: 52px;
		height: 75px;
		margin: 2px 2px 2px 2px;
		border: 1px solid #f1f1f1;
		background-color: #d1d1d1;
		background-image: url(../images/krant_leeg_small.jpg);
		background-position: left top;
		background-repeat: no-repeat;
	}

	.format_window div.previews div.preview_twopage {
		cursor: pointer;
		float: left;
		width: 104px;
		height: 75px;
		margin: 2px 6px 2px 2px;
		border: 1px solid #f1f1f1;
		background-color: #d1d1d1;
		background-image: url(../images/krant_leeg_twopage_small.jpg);
		background-position: left top;
		background-repeat: no-repeat;
	}

	.format_window div.previews div.preview_hover {
		border-color: #004286 !important;
	}

	.format_window div.previews div.selected {
		border-color: #004286 !important;
	}

		.format_window div.previews div.preview_twopage div.applied_format,
		.format_window div.previews div.preview div.applied_format {
			background-color: #004286;
			width: 1px;
			height: 1px;
			margin-left: 51px;
			margin-top: 74px;
		}
		
		.format_window div.previews div.preview_twopage div.unavailable,
		.format_window div.previews div.preview div.unavailable {
			background-color: #757575;
			width: 1px;
			height: 1px;
			margin-left: 51px;
			margin-top: 74px;
		}

.media_window {
	margin-left: -410px;
	width: 820px;
}

	.media_window .tabmenu {
		background-color: #e6e7e9;
		position: relative;
		padding-top: 5px;
		padding-left: 10px;
		border-bottom: 2px solid #c6c7c9;
		height: 40px;
	}
	
		.media_window .tabmenu div {
			float: left;
			padding: 6px;
			height: 26px;
			margin-right: 2px;
			border-width: 2px 2px 0 2px;
			border-style: solid;
			border-color: #c6c7c9;
			cursor: pointer;
		}

		.media_window .tabmenu div.active {
			background-color: #ffffff;
			margin-top: 2px;
			margin-bottom: -2px;
			border-width: 2px 2px 0 2px;
			border-style: solid;
			border-color: #c6c7c9;
		}

	.media_window table {
		border-collapse: collapse;
	}
	
	.media_window table tr th {
		padding-left: 3px;
		text-align: left;
	}
	
	.media_window table tr th.align_right {
		text-align: right;
	}
	
	.media_window table tr td {
		padding: 6px 3px 5px 3px;
	}
	
		.media_window table tr td.title { width: 310px; }
		.media_window table tr td.circulation { text-align: right; }
		.media_window table tr td.medium_id { text-align: right;width: 68px; }
	
	.media_window table tr.hover {
		cursor: pointer;
		background-color: #004286;
		color: #ffffff;
	}

	.media_window table tr.selected {
		background-color: #004286;
		font-weight: bold;
		color: #ffffff;
	}

	.media_window table tr.down {
		font-weight: bold;
	}
	
	.media_window div.preview {
		float: right;
		padding: 10px;
	}
	
	.media_window div.image {
		border: 1px solid #f1f1f1;
		background-repeat: no-repeat;
		margin-left: 20px;
		width: 250px;
		height: 260px;
	}

.window {
	z-index: 999;
	position: absolute;
	top: 30px;
	left: 50%;
	background-color: #ffffff;
	border: 4px solid #eaedf1;
	-moz-box-shadow: 0px 3px 6px #333333;    
	-webkit-box-shadow: 0px 3px 6px #333333;
    filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=0,strength=2)
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=90,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=270,strength=2);
}



div.window div.heading {
	background-color: #004286;
	background-image: url(../images/heading_background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 8px 10px 8px 10px;
}
	div.window div.heading h2 {
		font-size: 12px;
		margin-top: 2px;
	}
	
		div.window div.heading div.close_window {
			padding: 2px 2px 0 2px;
			cursor: pointer;
			float:right;
		}

	div.window div.content {
		padding: 15px;
		overflow: hidden;
		position: relative;
	}
	
	div.window div.footer {
		text-align: right;
		padding: 10px;
	}

	div#viewport_overlay {
	  background-image: url(../images/overlay.png); 
	  position: absolute;
	  margin: auto;
	  top: 0;
	  left: 0;
	  z-index: 100;
	  width: 100%;
	  height: 100%;
	}

	* html div#viewport_overlay {
	  background-color: #000;
	  background-color: transparent;
	  background-image: url(../images/blank.gif);
	  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/overlay.png", sizingMethod="scale");
	}

	.week_counter {
		width: 170px;
		height: 63px;
		clear: both;
		padding: 4px;
		color: #212121;
		margin: 0 auto;
	}

		.week_counter div {
			width: 34px;
			height: 55px;
			text-align: center;
			float: left;
			font-weight: bold;
		}
		.week_counter small {
			font-size: 9px;
			font-weight: normal;
		}
		.week_counter div.text {
			width: 250px;
			height: 15px;
			margin: 3px 0 3px 0;
			font-size: 12px;
			text-align: left;
			font-weight: normal;
			padding-left: 3px;
		}
		.week_counter div {
			margin-right: 2px;
		}
		.week_counter div.days {
			width: 35px;
			clear: both;
			margin-right: 2px;
		}
		.week_counter div.seconds {
			margin-right: 0;
		}
		
		.week_counter div.seperator {
			margin: 7px 2px 0 0;
			width: 8px;
			height: 15px;
			font-size: 16px;
		}
		
			.week_counter div span {
				line-height: 25px;
				font-size: 21px;
			}
			
/* SCOPE Stuff */
#scope_container {
  overflow: hidden;
  width: 440px;
  height: 480px;
	background-color: #efefef;
}
  #scope_container .content {
  	padding: 20px;
   height: 380px;
	width: 400px;
	overflow: auto;
  }
  
  #scope_container h2 {
    margin-bottom: 5px;
  }
  
    #scope_container .relation_content {
      width: 380px;
      padding: 10px;
      float: left;
      border-bottom: 1px solid #fff;
    }
    
    #scope_container .spoken_relation_content {
      border-top: 1px solid #bbb;
      width: 380px;
      padding: 10px;
      float: left;
    }
    
    #scope_container .results {
		background-color: #fff;
      overflow: auto;
      height: 35px;
      border: 1px solid #ccc;
    }
    
    #scope_container .results .row.hover {
      background-color: #eee;
    }

    #scope_container .input input {
  		font-size: 16px;
  		width: 200px;
  		padding: 3px;
  		border: 1px solid #ccc;
    }
  
    #scope_container .input a {
      text-decoration: none;
  		background-color: #f6f6f6;
  		background-image: url(../images/button_background.gif);
  		background-position: bottom left;
  		background-repeat: repeat-x;
  		font-size: 15px;
  		color:#212121;
      border-width: 1px;
      border-color: #dedede #cdcdcd #cdcdcd #dedede;
      border-style: solid;
      padding: 3px 7px;
      font-weight: bold;
      margin-left: 5px;
    }

    #scope_container .results .row {
      float: left;
      width: 100%;
      padding: 7px 0;
      border-bottom: 1px solid #f1f1f1;
      overflow: hidden;
      cursor: pointer;
    }

    #scope_container .row .selectbox,  
    #scope_container .row .name,
    #scope_container .row .city,
    #scope_container .row .title {
      float: left;
      margin: 0 7px;
    }
  
    #scope_container .row .selectbox {
      width: 10px;
      margin-right: 3px;
    }
  
    #scope_container .row .name {
      width: 180px;
    }
  
    #scope_container .row .city {
      width: 140px;
    }

    #scope_container .row .title {
      width: 125px;
    }
    
    #scope_container .row.selected {
      font-weight: bold;
    }
    
    #scope_container .row.selected .selectbox {
      background-image: url('/planner/nrp/images/checked.gif');
      background-position: center center;
      background-repeat: no-repeat;
    }
  
    #scope_container .results .row.hover {
      background-color: #eee;
    }
  
    #scope_container .display {
      padding-top: 4px;
      margin-bottom: 20px;
    }
  
    #scope_container .display span {
      display: inline;
    }
  
    #scope_container .display .name {
      font-size: 18px;
    }
  
  #scope_container .footer {
		border-top: 1px solid #ccc;
		width: 400px;
		height: 24px;
		padding: 20px 20px 20px 20px;
		text-align: right;
  }

    #scope_container .footer .confirm {
  		font-weight: bold;
    }
  
    #scope_container .footer .confirm,
    #scope_container .footer .cancel {
      margin-left: 7px;
  		background-color: #f6f6f6;
  		background-image: url(../images/button_background.gif);
  		background-position: bottom left;
  		background-repeat: repeat-x;
  		font-size: 13px;
  		color:#212121;
      border-width: 1px;
      border-color: #c0c0c0 #a9a9a9 #a9a9a9 #c0c0c0;
      border-style: solid;
      padding: 3px;
      cursor: pointer;
    }
    
    #scope_container .footer .confirm.inactive {
      cursor: default;
      color: #aaa;
  		background-color: #f7f7f7;
      border-color: #eee #ddd #ddd #eee;
  		background-image: none;
    }
  