/* \*/
* html .mspatial-tlc, * html .mspatial-trc {height: 1%;}
/* */

body {
	background: #fff url(../../images/pm2/background.gif) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #333;
	float: left;
	margin: 35px 0 10px 20px;
	width: 880px;
	letter-spacing: -1px;
	display: inline;
}

h1 span {
	font-weight: bold;
}

body.dashboard h1 {
	margin: 35px 0 -10px 20px;
}

h2 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 150%;
	letter-spacing: 0;
	font-weight: normal;
	color: #4d5a11;
}

h3 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 150%;*/
	font-size: 130%;
	letter-spacing: normal;
	line-height: 13px;
	color: #333;
	font-weight: bold;
	/*letter-spacing: -0.02em;*/
}

#content h2 {
	padding: 0 0 10px 0;
}

p {
	font-size: 105%;
}

body.default p {
	font-size: 105%;
	line-height: 140%;
	margin: 0 0 10px 0;
}

p img {
	float: left;
	padding: 0 20px 20px 0;
}

a {
	color: #217a00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.arrow {
	background: url(../../images/pm2/arrow.gif) 100% 70% no-repeat;
	padding: 0 10px 0 0;
}

body.default #bigbody ul {
	clear: both;
	list-style: disc;
	margin: 5px 0 15px 0;
	padding: 10px 20px 10px 30px;
	line-height: 180%;
	background: #fffae4;
	border: 1px solid #FFCC66;
}

#bigbody dl {

}

#bigbody dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}

#bigbody dd {
	margin: 0 0 20px 0;
}

body.tools div.tool {
	background: #fffae4;
	border: 1px solid #FFCC66;
	padding: 20px;
	margin: 0 0 20px 0;
}

body.tools dl {
	float: left;
	width: 100%;
	position: relative;
}

body.tools dt {
	position: absolute;
	float: left;
	font-size: 95%;
	width: 266px;
	text-align: center;
	height: 42px;
}

body.tools dd {
	width: 266px;
	float: left;
	text-align: center;
	padding: 52px 0 0 0;
}


body.tools dt.step2, body.tools dd.step2 {
	left: 266px;
}

body.tools dt.step3, body.tools dd.step3 {
	left: 532px;
}

body.tools dl img {
	padding: 1px;
	border: 1px solid #CCC;
}

#page {
	margin: 0 auto;
	padding: 0 20px;
	width: 920px;
}

#header {
	margin: 35px 0 0 0;
}

/* =LOGINBAR
---------------------------------*/
#loginbar {
	float: right;
	margin-top:-12px;
}

#loginbar ul {
	margin: 7px 1px 0 0;
}

#loginbar ul li {
	background: url(../../images/pm2/site-tools-divider.gif) 100% 75% no-repeat;
	float: left;
	margin: 0 9px 0 0px;
	padding: 0 10px 0 0;
	color: #fff;
	font-size: 85%;
}

#loginbar ul li.last-item {
	background: none;
	margin: 0;
	padding: 0;
}

#loginbar ul li a {
	color: #fff;
}

/* =TITLEBAR
--------------------------------*/
#titlebar {
	margin: 0 0 0 1px;
}

/* =PRIMARY-NAVIGATION (TABBAR)
--------------------------------*/

#tabbar ul {
	float: right;
	margin: -26px 1px 0 0;
}

#tabbar ul li {
	float: left;
	margin: 0 0 0 1px;
}

#tabbar ul li.disabled {
	display: none;
}

#tabbar ul li a {
	background: #195d00 url(../../images/pm2/tab-left.gif) top left no-repeat;
	display: block;
	position: relative;
	width: 89px;
	height: 33px;
	color: #fff;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}

body.homepage #tabbar ul li a {
	width: 136px;
}

#tabbar ul li a span {
	background: #195d00 url(../../images/pm2/tab-right.gif) top right no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 7px;
}

#tabbar ul li.current a {
	background: #fff url(../../images/pm2/tab-active-left.gif) top left no-repeat !important;
	color: #333;
}

#tabbar ul li.current:hover a {
	background: #fff url(../../images/pm2/tab-active-left.gif) top left no-repeat;
}

#tabbar ul li.current a span {
	background: #fff url(../../images/pm2/tab-active-right.gif) top right no-repeat !important;
}

#tabbar ul li.current:hover a span {
	background: #fff url(../../images/pm2/tab-active-right.gif) top right no-repeat;
}

#tabbar ul li a:hover {
	background: #4d5a11 url(../../images/pm2/tab-hover-left.gif) top left no-repeat;
}

#tabbar ul li a:hover span {
	background: #4d5a11 url(../../images/pm2/tab-hover-right.gif) top right no-repeat;
}


/* =STATUS BAR
----------------------------*/
#status-bar {
	display: none;
}

/* =BIGBODY
------------------------------*/
#bigbody {
	clear: both;
}

#content {
	width: 840px;
	padding: 20px;
	margin: 0 auto 0 auto;
	border: 1px solid #CCC;
	background: white;
	position: relative;
	clear: both;
}

body.profile #content {
	width: 877px;
	padding: 20px;
	margin: 0 auto 0 auto;
	border: 1px solid #CCC;
	background: white;
	position: relative;
	clear: both;
}

/* =FOOTER
------------------------------*/
.footer {
	float: left;
	width: 100%;
	margin: 17px 0 0 0;
	font-size: 85%;
	padding: 0 0 20px 0;
}

.footer a {
	color: #000;
}

.footer a:hover {
	text-decoration: none;
}

.footer ul {
	float: left;
}

.footer ul li {
	background: url(../../images/pm2/footer-divider.gif) 100% 70% no-repeat;
	float: left;
	margin: 0 9px 0 0;
	padding: 0 10px 0 0;
}

.footer ul li.copy {
	font-weight: bold;
}

.footer ul li.copy span {
	font-size: 75%;
	position: relative;
	top: -1px;
}

.footer ul li.last-item {
	background: none;
	margin: 0;
	padding: 0;
}

.footer p {
	float: right;
	font-size: 100%;
}

/* =HOMEPAGE
------------------------------*/
#home-blurb {
	width: 360px;
	float: left;
}

#home-blurb p {
	margin: 16px 15px 0 21px;
	line-height: 175%;
}

#home-blurb a {
	float: right;
	margin: 23px 20px 0 0;
	font-size: 95%;
}

img#home-image {
	float: left;
	margin: 0 0 0 13px;
}

#home-signup {
	float: left;
	margin: 27px 0 0 41px;
}

#home-signup p {
	margin: 35px 0 0 0;
	text-align: center;
}

a#home-login {
	float: left;
	margin: 20px 0 0 88px;
}

/* =HOME ACTIONS
-----------------------------*/
#home-actions {
	background: #fff url(../../images/pm2/home-action-bg.jpg) top left repeat-x;
	position: relative;
	clear: left;
	float: left;
	margin: 25px 0 0 1px;
	width: 916px;
	border: 1px solid #d0d0d0;
}

#home-actions h2 {
	/*float: left;
	display: inline;*/
	margin: 17px auto 0 auto;
	text-align: center;
}

/* =HOME-ACTION-1 */
#home-action-1 h2 {
	/*margin: 17px 0 0 22px;*/
}

#home-action-1 img {
	margin: 12px 0 0 52px;
}

#home-action-1 p {
	margin: -5px 0 0 26px;
	width: 240px;
	text-align: center;
	line-height: 175%;
}

#home-action-1 a {
	float: left;
	margin: 18px 0 27px 96px;
	font-size: 95%;
}

/* =HOME-ACTION-2 */
#home-action-2 h2 {
	/*margin: 17px 0 0 45px;*/
}

#home-action-2 img {
	margin: 12px 0 0 58px;
}

#home-action-2 p {
	margin: -5px 0 0 35px;
	width: 240px;
	text-align: center;
	line-height: 175%;
}

#home-action-2 a {
	float: left;
	margin: 18px 0 27px 105px;
	font-size: 95%;
}

/* =HOME-ACTION-3 */
#home-action-3 h2 {
	/*margin: 17px 0 0 60px;*/
}

#home-action-3 img {
	margin: 12px 0 0 66px;
}

#home-action-3 p {
	margin: -5px 0 0 43px;
	width: 240px;
	text-align: center;
	line-height: 175%;
}

#home-action-3 a {
	float: left;
	margin: 18px 0 27px 113px;
	font-size: 95%;
}

#home-actions .corner {
	width: 12px;
	height: 12px;
	position: absolute;
}

#home-actions .tl {
	background: url(../../images/pm2/corner-tl.gif) top left no-repeat;
	top: -1px;
	left: -1px;
}

#home-actions .tr {
	background: url(../../images/pm2/corner-tr.gif) top left no-repeat;
	top: -1px;
	right: -1px;
}

#home-actions .bl {
	background: url(../../images/pm2/corner-bl.gif) bottom left no-repeat;
	bottom: -1px;
	left: -1px;
}

#home-actions .br {
	background: url(../../images/pm2/corner-br.gif) bottom left no-repeat;
	bottom: -1px;
	right: -1px;
}

#home-action-1, #home-action-2, #home-action-3{
	float: left;
	width: 305px;
}

/* =DASHBOARD/MAP PAGE/SHOW ALL PAGES
-------------------------------------*/
#boxwrapper div.form,
#boxholder div.form {
	background: #fff;
	position: relative;
	float: left;
	width: 409px;
	height: 210px;
	margin: 19px 0 1px 0;
	padding: 19px;
	border: 1px solid #d9d6d6;
}

/* =generic dashboard boxes */

body.dashboard #boxholder {
	margin-left:20px;
	padding:0;
}

body.dashboard #boxholder div.form {
	background: #fff;
	position: relative;
	float: left;
	width: 389px;
	height: 230px;
	margin: 20px 20px 1px 0;
	padding: 19px;
	border: 1px solid #d9d6d6;
}


body.dashboard #boxholder h3.my-folder {
	background: url(../../images/pm2/my-folder.gif) 0% 0% no-repeat;
	color:#658F00;
	padding-left: 37px;
	height:35px;
}


/* =Make box wider for dashboard tabs
-------------------------------------*/

body.messages #boxholder div.form {
	width: 586px;
	height: auto;
	float: left;
}

body.map #boxholder div.form {
	height: auto;
}

#box-map {
	background: #fff;
	position: relative;
	float: right;
	width: 628px;
	height: 342px;
	margin: 19px 0 1px 0;
	padding: 0;
	border: 1px solid #d9d6d6;
}
/* Hakon change height to min height and fix in IE 6 file */
#box-details, #place-select {
	background: #fff;
	position: relative;
	float: left;
	width: 230px;
	min-height: 312px;
	margin: 19px 0 0 1px;
	padding: 10px 20px 20px 20px;
	border: 1px solid #d9d6d6;
	line-height: 140%;
}

#place-select {
	height: auto;
	float: right;
        min-height:50px;
        visibility:hidden;
}

#box-details h4 {
	font-weight: bold;
	font-size: 95%;
	padding: 10px 0 0 0;
}

#box-details p {
	padding: 0 0 0 10px;
}

.form p, div.boxblurb p {
	margin: 0 0 10px 0;
	line-height: 140%;
	clear: both;
	display: block;
}

.form p.tip {
	background: #fffae4;
	border: 1px solid #FFCC66;
	padding: 10px;
}

div.boxblurb {
	background: #FFF;
	border: 1px solid #217a00;
	padding: 10px;
}

.form p.tip span, div.boxblurb p.tip span {
	font-weight: bold;
}

div.boxblurb {
	width: 300px;
	position: absolute;
	top: 45px;
	right: 19px;
}

#box-details p {
	font-size: 85%;
}

#box-details a {
	font-weight: normal;
}

#box-details h4 a {
	font-size: 95%;
}

#box-details span {
	font-weight: normal;
	color: #CCC;
}

#poi {
	margin: 20px;
	width: 586px;
	height: 299px;
	border: 1px solid #217a00;
}

#boxwrapper .corner,#boxholder .corner, #box-map .corner, #box-details .corner, form fieldset .corner, #content .corner, #place-select .corner {
	position: absolute;
	width: 13px;
	height: 13px;
}

#boxwrapper .tl,#boxholder .tl, #box-map .tl, #box-details .tl, form fieldset .tl, #content .tl, #place-select .tl {
	top: -1px;
	left: -1px;
}
#boxwrapper .tr,#boxholder .tr, #box-map .tr, #box-details .tr, form fieldset .tr, #content .tr, #place-select .tr {
	top: -1px;
	right: -1px;
}
#boxwrapper .bl,#boxholder .bl, #box-map .bl, #box-details .bl, form fieldset .bl, #content .bl, #place-select .bl {
	bottom: -1px;
	left: -1px;
}
#boxwrapper .br,#boxholder .br, #box-map .br, #box-details .br, form fieldset .br, #content .br, #place-select .br  {
	bottom: -1px;
	right: -1px;
}
/* Changed by Hakon */
div.box .tl, div.leftbox .tl, div.rightbox .tl, #box-map .tl, #box-details .tl, form fieldset .tl, #content .tl, #place-select .tl {
	background: url(../../images/pm2/corner-tl.gif) top left no-repeat;
}
div.box .tr, div.leftbox .tr, div.rightbox .tr, #box-map .tr, #box-details .tr, form fieldset .tr, #content .tr, #place-select .tr {
	background: url(../../images/pm2/corner-tr.gif) top right no-repeat;
}
div.box .bl, div.leftbox .bl, div.rightbox .bl, #box-map .bl, #box-details .bl, form fieldset .bl, #content .bl, #place-select .bl {
	background: url(../../images/pm2/corner-bl.gif) bottom left no-repeat;
}
div.box .br, div.leftbox .br, div.rightbox .br, #box-map .br, #box-details .br, form fieldset .br, #content .br, #place-select .br {
	background: url(../../images/pm2/corner-br.gif) bottom right no-repeat;
}
/* end change */
#boxholder div.leftbox {
	margin-right: 20px;
	margin-left: 1px;
        clear:both;
}

#boxholder .form h3 {
	position: relative;
	top: -8px;
	float: left;
	margin: 0;
	padding-top: 8px;
	height: 35px;
}

body.map #boxholder .form h3 {
	margin-top: 15px;
}
/* Todo remove all dashboard h3 icons */

#boxwrapper .form ul.boxinfo,
#boxholder .form ul.boxinfo,
body.folders ul.boxinfo {
	float: right;
	margin: 1px 1px 0 0;
}
#boxwrapper .form ul.boxinfo li ,
#boxholder .form ul.boxinfo li {
	background: url(../../images/pm2/actions-divider.gif) 100% 45% no-repeat;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	font-size: 85%;
}

#boxwrapper .form ul.boxinfo li.show-more a,
#boxholder .form ul.boxinfo li.map a,
#boxholder .form ul.boxinfo li.help a,
#boxholder .form ul.boxinfo li.help-solo a,
#boxholder .form ul.boxinfo li.delete a,
#boxholder .form ul.boxinfo li.show-more a,
#boxholder .form ul.boxinfo li.add a {
	display: block;
	width: auto;
	height: 16px;
	padding-left: 20px;
}

#boxholder .form ul.boxinfo li.map a,
#boxholder .form ul.boxinfo li.show-more a,
#boxwrapper .form ul.boxinfo li.show-more a
{
	background: url(../../images/pm2/map.gif) 0 50% no-repeat;
}

#boxholder .form ul.boxinfo li.add a {
	background: url(../../images/pm2/add_16x16.gif) 0 50% no-repeat;
}

#boxholder .form ul.boxinfo li.help a, #boxholder .form ul.boxinfo li.help-solo a {
	background: url(../../images/pm2/help_16x16.gif) 0 50% no-repeat;
}

#boxholder .form ul.boxinfo li.delete a {
	background: url(../../images/pm2/del_16x16.gif) 0 50% no-repeat;
}
#boxwrapper .form ul.boxinfo li.link,
#boxholder .form ul.boxinfo li.link {
	background: none;
	padding: 0;
	margin: 0;
}

body.map #boxholder .form ul.boxinfo li.link {
	margin-top: 15px;
}
#boxwrapper .form ul.boxinfo li.link a,
#boxholder .form ul.boxinfo li.link a {
	background: none;
	padding-left: 0;
}

#boxwrapper .form ul.boxinfo li.last-item,
#boxholder .form ul.boxinfo li.last-item {
	background: none;
	margin: 0;
	padding: 0;
}

#boxholder .form ul.boxinfo li.first-item {
	background: none;
	margin:0;
}

#boxholder .form ul.boxinfo li.first-item span {
	color:#999;
}

body.dashboard #boxholder .form ul.boxinfo li.last-item {
	margin-right:-5px;
}

#boxwrapper .box-data ul,
#boxholder .box-data ul,
#boxholder .box-data dl {
	float: left;
	clear: both;
	width: 100%;
	margin: -6px 0 0 0;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
}
body.messages #boxwrapper .box-data ul,
body.messages #boxholder .box-data ul {
	margin-top:10px;
}
#boxwrapper .box-data ul li,
#boxholder .box-data ul li, #boxholder .box-data dl dt, #boxholder .box-data dl dd {
	position: relative;
	border-top: 1px solid #ccc;
}

#boxwrapper .box-data ul li.alt,
#boxholder .box-data ul li.alt {
	background: #fffae4;
}

#boxholder .box-data dt {
	background: #edf3fe;
	/*background: #fffae4;*/
}

#boxwrapper .box-data ul li a,
#boxholder .box-data ul li a, #boxholder .box-data dt, #boxholder .box-data dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 7px 0 8px 10px;
	color: #7e764f;
}

#boxholder .box-data dt {
	position: relative;
	font-weight: bold;
	color: #333;
}

#boxholder .box-data dt a.delete, #boxholder .box-data dt a.complain {
	position: absolute;
	right: 5px;
	top: 6px;
}

#boxholder .box-data dt a.edit, #boxholder .box-data dt a.reply {
	position: absolute;
	right: 25px;
	top: 6px;
}

#boxholder .box-data dd {
	color: #333;
	line-height: 155%;
	padding: 5px 0 6px 40px;
}

#boxholder .box-data dd p {
	margin: 1px 0 1px 0;
}

#boxholder .box-data dd img {
	float: left;
	width: 120px;
	height: 90px;
	margin: 5px 10px 9px 0;
	border: 1px solid #CCC;
	padding: 1px;
}

.box-data dt img {
	margin:0 3px 0 0;
}

#boxholder .box-data ul li a:hover {
	text-decoration: underline;
	color: #217a00;
}
#boxwrapper .box-data ul li span,
#boxholder .box-data ul li span, #boxholder .box-data dt span {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #7e764f;
}

#boxholder .box-data dt span {
	right: 50px;
}

#boxholder .box-data ul li a:hover span {
	color: #333;
	text-decoration: none;
}

#boxholder #send-message {
	background:url(../../images/pm2/mail_16x16.gif) no-repeat 0 40%;
	padding: 2px 0 2px 20px;
	line-height:19px;
}

#boxholder #fav-label {
	background:url(../../images/pm2/remfav_16x16.gif) no-repeat 0 40%;
	padding: 2px 0 2px 20px;
	line-height:19px;
}

#boxholder #add-details {
	background:url(../../images/pm2/edit_16x16.gif) no-repeat 0 40%;
	padding: 1px 0 2px 20px;
	line-height:19px;
}

#boxholder #box-details #badge {
	display: block;
	background:url(../../images/pm2/create_badge_new.gif) no-repeat 0 40%;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	z-index:100;
	position:relative;
}

/* =SECONDARY PLACES
--------------------------------*/

#secondary-places {
	width: 868px;
	display: inline;
	margin: 19px 0 0 19px;
	float: left;
	clear: both;
	font-size: 85%;
	padding: 3px 5px 5px 5px;
	background: #fffae4;
	border: 1px solid #FFCC66;
	line-height: 160%;
}

#secondary-places h6 {
	float: left;
	padding: 0;
	font-weight: bold;
	background: url(../../images/pm2/footer-divider.gif) no-repeat 100% 60%;
	padding: 0 7px 0 0;
}

#secondary-places ul {
	margin: 0 0 0 105px;
}

#secondary-places li {
	float: left;
	background: url(../../images/pm2/footer-divider.gif) no-repeat 100% 60%;
	padding: 0 7px 0 7px;
}

#secondary-places li.last {
	background: none;
}

/* =LIGHT-BOXES
--------------------------------*/

div#lightbox .center {
	float: left;
	position: relative;
	background: white;
	border: 1px solid #CCC;
	/*padding: 10px 20px 20px 20px;*/
	width: 518px;
	/*height: 363px;*/
	padding: 15px 0 15px 0;
	margin: 0;
}

/* =Light box rounded corners
--------------------------------*/

div#lightbox .center .corner {
	position: absolute;
	width: 13px;
	height: 13px;
}

div#lightbox .center .tl {
	top: -1px;
	left: -1px;
}
div#lightbox .center .tr {
	top: -1px;
	right: -1px;
}
div#lightbox .center .bl {
	bottom: -1px;
	left: -1px;
}
div#lightbox .center .br {
	bottom: -1px;
	right: -1px;
}

div#lightbox .center .tl {
	background: url(../../images/pm2/corner-tl.png) top left no-repeat;
}
div#lightbox .center .tr {
	background: url(../../images/pm2/corner-tr.png) top right no-repeat;
}
div#lightbox .center .bl {
	background: url(../../images/pm2/corner-bl.png) bottom left no-repeat;
}
div#lightbox .center .br {
	background: url(../../images/pm2/corner-br.png) bottom right no-repeat;
}
/* Hakon fixed this
div#lightbox .center a.close {
	background: url(../../images/pm2/close.gif) no-repeat 100% 50%;
	float: right;
	padding: 0 21px 0 0;
	margin: 10px 20px 10px 0;
	width: 65px;
}
*/
div#lightbox .center a.close {
	background: url(../../images/pm2/close.gif) no-repeat 100% 25%;
	float: right;
	padding: 2px 21px 2px 0;
	margin: 5px 20px 5px 0;
	width: 65px;
}

div#lightbox .center h1 {
	float: left;
	clear: both;
	width: 368px;
	padding: 0 20px 10px 20px;
	margin: 0;
}

div#lightbox .center p {
	width: 478px;
	font-size: 95%;
	padding: 0 20px 0 20px;
	margin: 0;
	line-height: 160%;
}



/* =TOOLS ACTIONS
-----------------------------*/

#tools-actions {
	background: #fff url(../../images/pm2/home-action-bg.jpg) top left repeat-x;
	position: relative;
	clear: left;
	float: left;
	margin: 0 0 0 1px;
	width: 916px;
	border: 1px solid #d0d0d0;
}

#tools-actions img {
		margin: 12px 0 5px 50px;
}

#tools-actions h2 {
	float: left;
	display: inline;
	margin: 17px 0 0 30px;
}

#tools-action-1, #tools-action-2, #tools-action-3 {
	float: left;
	width: 304px;
}

#tools-action-1 p, #tools-action-2 p, #tools-action-3 p {
	margin: 0 0 0 45px;
	width: 255px;
	text-align: left;
	line-height: 150%;
	font-weight:bold;
        clear:both;
}

#tools-action-3 {
	border:none;
}

#tools-action-1 ul, #tools-action-2 ul, #tools-action-3 ul {
 	padding: 10px 10px 30px 20px;
	margin: 10px;
	list-style: disc;
}

#tools-actions li {
	margin: 0 0 0 0;
	padding: 5px 0 0 24px;
	list-style:none;
	line-height: 175%;
	width: 240px;
}

#tools-actions li {
	background:transparent url(../../images/pm2/forwd_16x16.gif) no-repeat 0 10px;
}

/* =TOOLS-ACTION-1 */

#tools-action-1 a {
	float: left;
	margin: 0;
	font-size: 95%;
}

/* =TOOLS-ACTION-2 */

#tools-action-2 a {
	float: left;
	margin: 0;
	font-size: 95%;
}

/* =TOOLS-ACTION-3 */

#tools-action-3 a {
	float: left;
	margin: 0;
	font-size: 95%;
}

#tools-actions .corner {
	width: 12px;
	height: 12px;
	position: absolute;
}

#tools-actions .tl {
	background: url(../../images/pm2/corner-tl.gif) top left no-repeat;
	top: -1px;
	left: -1px;
}

#tools-actions .tr {
	background: url(../../images/pm2/corner-tr.gif) top left no-repeat;
	top: -1px;
	right: -1px;
}

#tools-actions .bl {
	background: url(../../images/pm2/corner-bl.gif) bottom left no-repeat;
	bottom: -1px;
	left: -1px;
}

#tools-actions .br {
	background: url(../../images/pm2/corner-br.gif) bottom left no-repeat;
	bottom: -1px;
	right: -1px;
}

/* =PLACE CAPTURE
-----------------------------*/

#lead-in {
	position:relative;
	display:block;
	width:450px;
	height:140px;
	top:10px;
	left:60px;
	margin-bottom:10px;
}

body.capture #lead-in p strong {
	float:right;
	display:block;
	height:100px;
	width:350px;
	position:absolute;
	top:10px;
	left:350px;
	padding:10px 10px 10px 70px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 150%;
	letter-spacing: 0;
	font-weight: normal;
	color: #4d5a11;
	background: url(../../images/pm2/forwd_32x32.gif) 0 30% no-repeat;
	line-height: 120%;
}

div.tool {
	position:relative;
}

div.tool img {
	border:solid 1px #d9d6d6;
}

body.tools div.tool p {
	float:right;
	display:block;
	height:100px;
	width:450px;
	position:absolute;
	top:40px;
	left:250px;
	padding:10px 10px 10px 70px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 150%;
	letter-spacing: 0;
	font-weight: normal;
	color: #4d5a11;
	background: url(../../images/pm2/forwd_32x32.gif) 0 30% no-repeat;
	line-height: 120%;
}

body.tools div.tool a {
	line-height:250%;
}

body.capture p strong {
	font-weight:bold;
}

body.capture p {
	padding:0 0 5px 0;
}

body.capture #lead-in img {
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	padding:1px;
	border: 1px solid #CCC;
}

body.capture #intro h2 {
	clear:both;
}


body.capture #content li p {
	margin:0;
	padding:0;
}

/* =profile
--------------------------------*/
.profile-section {
	clear:both;
	position:relative;
	height:auto;
	width:560px;
	margin-bottom:0;
	padding-bottom:0;
}

body.profile .last {
	border-bottom:none;
	margin-bottom:10px;
}

.profile h2 {
	width:auto;
	height:auto;
	border-bottom:solid 1px #ccc;
	margin-bottom:0;
	padding-bottom:3px !important;
}

.profile-section p {
	height:auto;
	margin:-7px 0 0 200px;
	color:#666;
	padding:5px;
	width:300px;
}

body.profile p strong {
	font-weight:bold;
	color:#000;
}

p.your-info {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	position:relative;
	top:-30px;
	left:200px;
	color:#000;
	margin:0;
	padding:7px 0 0 5px;
	height:auto;
	width:60%;
}

p.your-info strong {
	font-size:120%;
	color: #4d5a11 !important;
}

.profile-section p.hint {
	position:relative;
	top:-22px;
	margin-top:0;
	color: #7e764f;
	font-size: 85%;
}

.profile-section p.hint strong {
	color: #7e764f;
}

p.profile-privacy {
	width:240px;
	height:auto;
	background: #FFF4BF url(../../images/pm2/about_16x16.gif) no-repeat 10px 14px;
	border: 1px solid #4D5A11;
	position:absolute;
	top:23px;
	left:605px;
	padding:15px 15px 15px 30px;
}

p.profile-privacy strong {
	color:black !important;
}

p.edit-details {
	position:absolute;
	top:25px;
	left:-5px;
	margin:0;
	line-height:140%;
	height:auto;
	width:auto;
	background:none;
}
/* Take it out as it is duplicated. Perhps we should do these as background  though ?
a.edit {
	background:url(../../images/pm2/edit_16x16.gif) no-repeat 0 40%;
	padding: 1px 0 2px 20px;
	line-height:22px;
}
*/


/* =ADD FOLDERS
-----------------------------*/

.folder-wrapper {
	background: url(../../images/pm2/folder_bg.gif) top left repeat-y;
	position: relative;
	clear: left;
	float: left;
	margin: 10px 0 0 1px;
	padding:20px 20px 15px 20px;
	width: 880px;
	border: 1px solid #d0d0d0;
}

.folder-wrapper .corner {
	width: 12px;
	height: 12px;
	position: absolute;
}

.folder-wrapper .tl {
	background: url(../../images/pm2/corner-tl.gif) top left no-repeat;
	top: -1px;
	left: -1px;
}

.folder-wrapper .tr {
	background: url(../../images/pm2/corner-tr.gif) top left no-repeat;
	top: -1px;
	right: -1px;
}

.folder-wrapper .bl {
	background: url(../../images/pm2/corner-bl.gif) bottom left no-repeat;
	bottom: -1px;
	left: -1px;
}

.folder-wrapper .br {
	background: url(../../images/pm2/corner-br.gif) bottom left no-repeat;
	bottom: -1px;
	right: -1px;
}

.folder-wrapper h3 {
	margin:12px 0 0 20px;
	padding:8px 0 0 0 ;
	width:200px;
	position:absolute;
	top:0;
	left:0;
	height:35px;
}

.folder-wrapper h3#messages, .mspatial-box-content h3#messages {
	background: url(../../images/pm2/msg-ico.gif) 0% 0% no-repeat;
	padding-left: 40px;
}

.folder-wrapper h3#saved, .mspatial-box-content h3#saved {
	background: url(../../images/pm2/saved-ico.gif) 0% 0% no-repeat;
	padding-left: 33px;
}

.folder-wrapper h3#fav, .mspatial-box-content h3#fav  {
	background: url(../../images/pm2/fav-ico.gif) 0% 0% no-repeat;
	padding-left: 35px;
}

.folder-wrapper h3#recent, .mspatial-box-content h3#recent {
	background: url(../../images/pm2/recent-ico.gif) 0% 0% no-repeat;
	padding-left: 36px;
}

.folder-wrapper h3.my-folder, .mspatial-box-content h3.my-folder {
	background: url(../../images/pm2/my-folder.gif) 0% 0% no-repeat;
	color:#658F00;
	padding-left: 37px;
	height:35px;
}

.folder-wrapper p, .folder-wrapper p.tip {
	position:relative;
	top:-3px;
	left:260px;
	margin:0;
	padding:5px 5px 5px 5px;
	width:500px;
	height:auto;
	font-size: 85%;
}

.folder-wrapper p.tip {
	color: #7e764f;
	font-size: 85%;
	font-weight:normal;
}

.folder-wrapper p.tip strong {
	font-weight:bold;
}

.folder-wrapper p.tip a {
	color: #7e764f;
}

.folder-wrapper p.tip a:hover {
color: #217a00;
}

.folder-wrapper ul {
	width:80px;
	position:absolute;
	top:19px;
	left:825px;
}

.folder-wrapper li {
	background: url(../../images/pm2/actions-divider.gif) 100% 45% no-repeat;
	float: right;
	display: block;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	font-size: 85%;
}

.folder-wrapper li a {
	display: block;
	position:relative;
}


.folder-wrapper li.last-item {
	background: none;
	padding:0;
	margin:0;
}

.my p {
	background:#FFF4BF;
}

.my p strong{
	color:#658F00;
	font-weight:bold;
}

.my p.tip strong {
	color: #7e764f;
	font-weight:bold;
}

.folder  {
	float: left;
	width: 304px;
}

/* =2nd version of action links on add folders page */
.v2 {
	background: url(../../images/pm2/folder_v2_bg.gif) top left repeat-y;
}

.v2 p, .v2 p.tip {
	width:390px;
	margin-bottom:10px;
}

.v2 ul {
	width:200px;
	position:absolute;
	top:10px;
	left:715px;
}

.v2 ul li {
	background:none;
	padding:5px 10px 5px 5px;
	font-size:85%;
	float:right;
	display:block;
	width:180px;
}

.v2 ul a {
	padding-left: 20px;
	padding-top:4px;
}
.v2 ul a.remove {
	background: url(../../images/pm2/close.gif) 0 50% no-repeat;
}
.v2 ul a.folder-add {
	background: url(../../images/pm2/add_16x16.gif) 0 50% no-repeat;
}
.v2 ul a.show {
	background: url(../../images/pm2/map.gif) 0 50% no-repeat;
}


/* =dashboard link on add folders
--------------------------------*/

#dashboard-link {
	float:right;
	margin-top:-40px;
	padding:18px 15px 0 0;
	text-align: right;
	font-size: 85%;

}
#dashboard-link a {
	padding-left: 20px;
	padding-top:2px;
	background: url(../../images/pm2/dash_16x16.gif) 0 50% no-repeat;

}

/* =add folder link - dashboard
--------------------------------*/

#folder-add {
	float:right;
	position:relative;
	top:0;
	margin:-5px 0 -20px 0;
	padding:2px 20px 0 0;
	text-align: right;
	font-size: 85%;
}

#folder-add a {
	padding-left: 20px;
	padding-top:2px;
	background: url(../../images/pm2/folder.gif) 0 50% no-repeat;
}




/* mspatial new rounded corners technique
----------------------------------------------- */


#new-dashboard-link {
	position:relative;
	float:right;
	display:block;
	width:915px;
	left:0;
	top:-45px;
	margin-bottom:-45px;
	padding:18px 0 0 0;
	text-align: right;
	font-size: 85%;
}
#new-dashboard-link a {
	padding-left:20px;
	padding-top:2px;
	background: url(../../images/pm2/dash_16x16.gif) 0 50% no-repeat;
}

.mspatial-box-800px {
	clear:left;
	position: relative;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	width: 925px;	/* <-- use this for a set width or a % to tie width to viewport size */
	background: transparent url(../../images/pm2/folder_v2_bg.gif) top left repeat-y;
	}

.mspatial-box-content
	{
	padding:10px;
	background:transparent;
	}

.mspatial-box-content h3 {
	margin:0;
	padding:10px 0 0 0 ;
	height:30px;
}

.mspatial-box-content h3#messages {
	background: url(../../images/pm2/msg-ico.gif) 0% 0% no-repeat;
	padding-left: 40px;
}

.mspatial-box-content p, .mspatial-content p.tip {
	position:relative;
	top:-37px;
	left:260px;
	margin:0;
	padding:5px 5px 5px 5px;
	width:390px;
	height:auto;
	font-size: 85%;
}

.mspatial-box-content p.tip {
	color: #7e764f;
	font-size: 85%;
	font-weight:normal;
}

.mspatial-box-content p.tip strong {
	font-weight:bold;
}

.mspatial-box-content p.tip a {
	color: #7e764f;
}

.mspatial-box-content p.tip a:hover {
	color: #217a00;
}

.mspatial-box-content ul {
	width:80px;
	position:absolute;
	top:19px;
	left:825px;
}

.mspatial-box-content li {
	background: url(../../images/pm2/actions-divider.gif) 100% 45% no-repeat;
	float: right;
	display: block;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	font-size: 85%;
}

.mspatial-box-content li a {
	display: block;
	position:relative;
}


.mspatial-box-content li.last-item {
	background: none;
	padding:0;
	margin:0;
}


/* ---=== border code follows ===--- */
/*
	mspatial-tlc = top left corner
	mspatial-trc = top right corner
	mspatial-blc = bottom left corner
	mspatial-brc = bottom right corner
	mspatial-lb = left border
	mspatial-rb = right border
	mspatial-tb = top border
	mspatial-bb = bottom border
*/

.mspatial-tlc, .mspatial-trc, .mspatial-blc, .mspatial-brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.mspatial-tlc
	{
	background-image:url(../../images/pm2/mspatial-tlc.gif);
	background-position: 0% 0%;
	}

.mspatial-trc
	{
	background-image:url(../../images/pm2/mspatial-trc.gif);
	background-position: 100% 0%;
	}

.mspatial-blc
	{
	background-image:url(../../images/pm2/mspatial-blc.gif);
	background-position: 0% 100%;
	}

.mspatial-brc
	{
	background-image:url(../../images/pm2/mspatial-brc.gif);
	background-position: 100% 100%;
	}

.mspatial-tb, .mspatial-bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}

.mspatial-tb	{
	background-image:url(../../images/pm2/mspatial-tb.gif);
	background-position: 0% 0%;
	}

.mspatial-bb
	{
	background-image:url(../../images/pm2/mspatial-bb.gif);
	background-position: 50% 100%;
	}

.mspatial-rb
	{
	background-image:url(../../images/pm2/mspatial-r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.mspatial-lb
	{
	background-color:transparent;
	background-image:url(../../images/pm2/mspatial-l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}



/* =new rounded box version of action links on add folders page */

.mspatial-box-content ul {
	width:200px;
	position:absolute;
	top:10px;
	left:715px;
}

.mspatial-box-content ul li {
	background:none;
	padding:5px 10px 5px 5px;
	font-size:85%;
	float:right;
	display:block;
	width:180px;
}

.mspatial-box-content ul a {
	padding-left: 20px;
	padding-top:2px;
	padding-bottom:2px;
}
/* changed from 50% 1o 100% Hakon */
.mspatial-box-content ul a.remove {
	background: url(../../images/pm2/close.gif) 0 100% no-repeat;
}
.mspatial-box-content ul a.folder-add {
	background: url(../../images/pm2/add_16x16.gif) 0 100% no-repeat;
}
.mspatial-box-content ul a.show {
	background: url(../../images/pm2/map.gif) 0 100% no-repeat;
}
