html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p
{margin:0; padding:0;}

h1 {
	padding: 0 0 5px 0;
	margin-bottom:5px;
	color: #69c; /* light blue */ 
	font-size: 2.4em;
	letter-spacing:-1px;
	line-height:100%;
	font-weight:normal;
}
h1 sup {letter-spacing:normal;}
h2 {
	padding:5px 0 1px;
	margin-bottom:5px; 
	color:#69c; 
	font-size: 2em;
	font-weight:normal;
	border-bottom:2px dotted #eee;
	line-height:normal;
}
h3 {
	color: #690;
	font-size: 1.6em;
	font-weight: normal;
	padding:10px 0 5px 0;
}
h4 {
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
	padding:10px 0 2px 0;
}
a:link, a:active, a:visited {
	color:#069;
	text-decoration:underline;
}
a:hover {
	color:#06c;
	text-decoration: none;
}
a {outline: none;}
a img {border:0 none}
p {margin-bottom:1em; }
ol, ul {list-style: none;}
br {line-height:0}
.fl {float:left}
.fr {float:right;}
.clear {clear:both; display:block; height:1px; line-height:1px;}
.sml {font-size:xx-small; font-weight:normal}
.txt-ctr {text-align:center}

#logo img {border:none}
/* end: side bar */


.SubLink {
	background: #3E4548;
	padding: 4px 0 4px 45px;
	border-top: 1px #495155 solid;
  width:100%;
  display:table;
}
.SubLink-text, a.SubLink-text:link, a.SubLink-text:visited, a.SubLink-text:active {
	font-weight: normal;
	font-size: 90%;
	color: #98A6B5;
	text-decoration: none;
}
a.SubLink-text:hover {
	font-weight: normal;
	font-size: 90%;
	color: #73C231;
	text-decoration: none;
}
.DottLine {
	height: 1px;
}

.BtmBoxCenter h1
{
	color: #5F9315;
	margin: 0px;
	font-weight: normal;
}
.BoxCenter h1
{
	margin: 0px; 
	padding: 0px;  
	color: #07264C;
	padding-left: 45px;
	height:35px;
	font-weight: normal;
}


.note {
	display:block;
	font-size:90%;
	color:#333;
	padding:5px 5px 5px 25px;
	margin:10px 0;
	background: #fffeee url(images/ico-note.gif) no-repeat 5px 5px;
	font-size:1.1em;
	border:1px solid #E8E8BE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.note p {font-size:100%;}

/* Add this class to "note" ex: class="note important" */
.important {
	border-color:#f3c8c8;
	padding-left:42px;
	background: #ffeaea url(images/ico-note-important.gif) no-repeat 5px 5px;
}

.side-note {
	float:right;
	padding: 10px;
	margin-left:5px;
	font-size: 1.2em;
	line-height:1.6em;
	width: 160px;
	background: #f6f6f6; 
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dgResults {font-size:100%;}
.dgResults td {padding:15px 5px; vertical-align:top; border-bottom:1px dotted #ccc;}
.dgResults td span {font-size:1.5em; }
.dgResults td a:link, .dgResults td a:visited {white-space:normal; font-size:1.1em;}
.dgResults .SubHead {font-size:1.3em;}

.pager td {background:#f6f6f6; text-align:center; padding:5px;}
.pager span {padding-left:5px; color:#690;}
.pager a:link,
.pager a:visited 
{margin-left:5px;}


  
.quote {
	margin:10px auto; padding-top:10px; width:70%; font-size:1.1em;
	background:url(/images/blueQuotes_left.gif) no-repeat 25px 0; 
}
.quote p {line-height:140%; padding:0 60px 10px 60px; margin:0;}
.quote a:hover {text-decoration:none; color:#06f;}
.quote a.external-url {
	display:block;
	float:right;
	height:30px;
	text-align:right;
	padding-right:40px;
	margin:0 30px 0 0;
	background:url(/images/blueQuotes_right.gif) no-repeat right 0;
}

/* external files and links */
a.link-pdf { 
	padding: 1px 2px 1px 22px;
	background: transparent url(/Portals/0/Images/icon_pdf.png) no-repeat 2px center;
}
a.link-word { 
	padding: 1px 2px 1px 22px;
	background: transparent url(/Portals/0/Images/icon_word.png) no-repeat 2px center;
}
a.link-excel { 
	padding: 1px 2px 1px 22px;
	background: transparent url(/Portals/0/Images/icon_excel.png) no-repeat 2px center;
}





.noresult {font-size:1.6em;}
.noresult em {color:green}

/* ================================
    End: Box container 
   ================================ */

/* ================================
    Start: HR tag styling
   ================================ */ 
div.hr { 
	background:url(images/hr.gif) no-repeat center center;
	height:10px;
	text-align:center;
	clear:both;
}
div.hr hr {display:none;}
/* ================================
    End: HR tag styling
   ================================ */
 
.GoogleSearchWrap, .ClarizenSearchWrap
{
  float: right;
	width:280px;
	text-align:left;
	position:relative;
}

.GoogleSearchBox, .ClarizenSearchBox
{
	position:absolute;
	right:70px;
	top:14px;
	width: 160px;
	height:1.6em;
	padding:2px 4px;
	color:#069;
	font-size:1.6em;
	line-height:normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 1px solid;
	border-color:#6098db #9bc3f0 #9bc3f0 #6098db;
	background:#fff url(Images/bg-txt-input.gif) repeat-x top;
}

.GoogleSearchBtn, .ClarizenSearchBtn
{
	position:absolute;
	right:0px;
	top:10px;
	width:6em;
	background:transparent  url(Images/ico-search.png) no-repeat;
	border:none;
	height:30px;
	padding-left:33px;
	cursor:pointer;
	vertical-align:middle;
	font-size:1.4em;
	text-align:left;
	color:#fff;
}
.GoogleSearchBtn:hover, ClarizenSearchBtn:hover {color:#cff}



/* -----------------------------------
		LIST TYPE
----------------------------------- */

ul.list-type-a {
	margin:20px 0;
	padding:0 10px;
	list-style-type:none;
	font-size:1.2em;
}
ul.list-type-a li {
	margin:0 0 15px 0;
	padding:0;
	list-style-type:none;
}
ul.list-type-a li a:link,
ul.list-type-a li a:visited {
	display:block;
	padding:3px 10px 3px 20px;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	font-size:1.3em;
}
ul.list-type-a li a:hover {color:#09c; background: #fff url(i/bg-links.gif) repeat-x bottom; }
ul.list-type-a li a span {background-color:#fc0; padding:0 3px; color:#000;}
ul.list-type-a li em {font-size:0.9em; color:#666; padding-left:20px; display:block; font-style:normal;}


/* -----------------------------------
		INFO BOX
----------------------------------- */
.info-box {
	width:220px;
	margin:20px 0 0 0;
	padding-bottom:5px;
	background:url(/Portals/0/Images/info-box-bottom.gif) no-repeat center bottom;
}
.info-box h3 {
	color:#666;
	font-size:medium;
	text-align:center;
	padding:6px 0;
	border-bottom:1px solid #9cf;
	background: url(/Portals/0/Images/info-box-top.gif) no-repeat center top;
}
.info-box ul {
	font-size:1.3em;
	list-style-type:disc;
	padding:10px;
}
.info-box ul li {list-style-type:disc; margin:0 0 5px 15px; text-align:left;}

.info-box div.ver {
	background:#f60;
	color:#fff;
	font-size:1.5em;
	padding:2px 10px;
	display:block;
	margin:5px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 1px #7c2a06;
}


.product-updates {margin-top:42px;}
.on-air {
	height:52px;
	font-size:1.8em;
	color:#069;
	margin:5px 15px 0 15px;
	line-height:50px;
	text-align:left;
	background: url(/Portals/0/Images/on-air.png) no-repeat right center;
}



/* -----------------------------------
		TRAINING CENTER
----------------------------------- */

#training-center-container {
	width:667px;
	height:312px;
	position:relative;
	background: url(/Portals/0/Images/clarizen-training-center.jpg) no-repeat 0 0;
}
#tc-text-box {
	position:absolute;
	top:20px;
	left:10px;
	width:205px;
}
#tc-text-box p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	padding:20px;
	line-height:normal;
}


/* -----------------------------------
		VIDEO
----------------------------------- */
#media
{
	margin-top: 5px;
}
#noUpdate
{
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #cccccc;
	text-align: left;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}



/* -----------------------------------
		COLUMNS
----------------------------------- */

div.col-1-3 {
	width:228px;
	float:left;
}
div.col-1-3 div {padding:0 18px;}
div.col-1-3 h2 {border:none; font-size:100%; padding:0; margin:0;}
div.col-1-3 p {line-height:1.5em; padding-left:4px;}
div.col-1-3 ul {padding:10px 0 0 0; margin:0; list-style-type:none;}
div.col-1-3 ul li {line-height:1.4em; padding:0 0 5px 26px; margin:0; list-style-type:none;}
div.col-1-3 ul li a:link,
div.col-1-3 ul li a:visited {
	text-decoration:none;
}
div.col-1-3 ul li a:hover {color:#000;}
div.col-1-3 ul li a span {font-size:0.85em; color:#666; line-height:normal;}

/* ------------ start: sprite ------------- */
.forums h2 a:link,
.blogs h2 a:link,
.training h2 a:link,
.forums h2 a:visited,
.blogs h2 a:visited,
.training h2 a:visited,

.forums ul li,
.blogs ul li,
.training ul li,

.product, a.linkedin, a.facebook, a.twitter, a.btn-register
{
	background: url(/images/buttons.png) no-repeat;
}
/* ------------ end: sprite ------------- */



.forums h2 a:link, .blogs h2 a:link, .training h2 a:link,
.forums h2 a:visited, .blogs h2 a:visited, .training h2 a:visited  {
	height:65px;
	padding-left:70px;
	display:block;
	line-height:60px;
	text-decoration:none;
	font-size:1.6em;
	white-space:nowrap;
}
.forums h2 a:link, .forums h2 a:visited     {background-position: 0 0;}
.blogs h2 a:link, .blogs h2 a:visited       {background-position: -201px 0;}
.training h2 a:link, .training h2 a:visited {background-position: -402px 0; padding-left:65px}

.forums h2 a:hover   {background-position: 0 -73px; line-height:61px;}
.blogs h2 a:hover    {background-position: -201px -73px; line-height:61px;}
.training h2 a:hover {background-position: -402px -73px; line-height:61px;}


.forums ul li {background-position:-774px -153px;}
.blogs ul li {background-position:-774px -252px;}
.training ul li {background-position:-774px -358px;}

.forums ul li:hover {background-position:-1026px -153px;}
.blogs ul li:hover {background-position:-1026px -252px;}
.training ul li:hover {background-position:-1026px -358px;}


.col-3-3 {padding-bottom:20px;}




.news {padding-left:70px; margin-right:30px; background: url(/images/ico-latest-news.gif) no-repeat;}
.news ul {margin-left:0;}
.news ul ul {margin-left:10px;}
.news ul, .news li {list-style-type:none !important; font-size:12px !important;}
.news ul li strong {display:inline-block; background:#690; color:#f6f6f6; padding:1px 4px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
}
.news ul ul {margin-bottom:10px;}
.news ul ul li {padding:4px 0 4px 16px; border-bottom:1px dotted #ccc; width:100%; background: url(/images/ico-r-arrow.gif) no-repeat left center;}

.news ul ul li a:link, .news ul ul li a:visited {text-decoration:none;}

.news ul ul li a:hover {text-decoration:undeline; color:black;}
.news ul ul li a span {display:inline-block; background-color:#eee; color:#666; font-size:11px; padding:0 4px;}
sup.new {
	font-size:10px;
	line-height:normal;
	width:28px;
	height:9px;
	background: url(/images/icon-new.gif) no-repeat 0 0;
	text-indent:-9999px;
	display:inline-block;
}


/* ---------------------------------------------------------- */

#box-lastest-updates h2 {border:none; padding:0; margin:0;}

#box-lastest-updates h2 a:link,
#box-lastest-updates h2 a:visited 
{
	padding:5px 0 8px 45px;
	display:block;
	line-height:22px;
	background: url(/images/buttons1.png) no-repeat;
}

#box-lastest-updates .f_forums h2 a:link, #box-lastest-updates .f_forums h2 a:visited     {background-position: 0 -2px;}
#box-lastest-updates .t_training h2 a:link, #box-lastest-updates .t_training h2 a:visited {background-position: 0 -89px;}
#box-lastest-updates .b_blogs h2 a:link, #box-lastest-updates .b_blogs h2 a:visited       {background-position: 0 -181px;}

#box-lastest-updates ul {padding: 0 0 20px 24px;}
#box-lastest-updates ul li {padding:2px 0;}
#box-lastest-updates ul li a:link,
#box-lastest-updates ul li a:visited
{
	text-decoration:none; border-bottom:1px solid #fff;
}
#box-lastest-updates ul li a:hover
{
	text-decoration:none; border-bottom:1px dotted #666; color:#333;
}

#box-lastest-updates .b_blogs ul li
 {font-size:100% !important;}

#box-lastest-updates .b_blogs ul li a:link,
#box-lastest-updates .b_blogs ul li a:visited
{
	font-size:1.6em;
}
#box-lastest-updates .b_blogs ul li a:link span,
#box-lastest-updates .b_blogs ul li a:visited span
{
	font-size:0.7em; color:gray;
}

/* ---------------------------------------------------------- */



/* WHATS NEW - CLARIZEN VERSION */

#nav-features {text-align:left; border-bottom:1px dotted #666; margin-bottom:15px; padding-bottom:10px;}
#nav-features strong.product {
	font-size:1.4em;
	height:4em;
	line-height:4em;
	font-weight:normal;
	color:#390;
	border-bottom:1px dotted #666;
	display:block; 
	padding-bottom:2px;
	margin-bottom:10px;
	padding-left:60px;
	background-position: -10px -415px;
}
#nav-features ul {font-size:1.3em; list-style-type:none; padding:0; margin:0;}
#nav-features ul li {height:2em;}
#nav-features ul li a:link, #nav-features ul li a:visited {
	text-decoration:none;
	display:block;
	padding:2px;
	background:#fff;
	border:1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#nav-features ul li a:hover {
	border-color:#9cf;
	background:#ebf4ff;
}



#nav-features ul li a span {background:#f60; cursor:pointer; color:#fff; display:inline-block; padding:0 2px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}




/* -----------------------------------
		SOCIAL GROUP
----------------------------------- */
.social-group {padding:10px 0 0 0}
.social-group p {float:left; padding:9px 10px 0 30px; margin:0}
.social-group ul {float:left; padding:0; margin:0; list-style-type:none;}
.social-group ul li {float:left; margin-right:10px; padding:0; list-style-type:none;}
.social-group ul li a {
	width:24px;
	height:32px;
	float:left;
	display:block;
	text-indent:-9999px;
	border-bottom:2px solid #fff;
}
.social-group ul li a:hover {
	border-bottom-color:#69c;
}
a.linkedin {background-position:-34px -164px; margin-top:7px;}
a.facebook {background-position:-107px -164px; margin-top:7px;}

a.twitter  {background-position:-149px -156px;}
.social-group ul li a.twitter {width:auto; text-indent:0; padding-left:50px; height:40px; line-height:40px; font-size:medium; margin-left:20px}

/* ---------------------------------------------------------- */

.social-grp {padding:10px 0 0 0; text-align:left;}
.social-grp p {float:left; padding:2px 5px 2px 0; margin:0}
.social-grp ul {float:left; padding:0; margin:0; list-style-type:none;}
.social-grp ul li {float:left; margin-right:5px; padding:0; list-style-type:none;}
.social-grp ul li a {
	width:24px;
	height:32px;
	float:left;
	display:block;
	text-indent:-9999px;
	border-bottom:2px solid #fff;
	background: url(/images/social-group.gif) no-repeat;
	margin:0;
}
.social-grp ul li a:hover {
	border-bottom-color:#69c;
}
.social-grp ul li a.linkedin {background-position:0 0;}
.social-grp ul li a.facebook {background-position:-34px 0;}
.social-grp ul li a.twitter  {background-position:-68px 0;}
.social-grp ul li a.youtube  {background-position:-101px 0;}

/* ---------------------------------------------------------- */



/* sidebar social group */

.side {padding:0;}
.side ul {float:none; padding-bottom:10px;}
.side ul li {float:none; margin:0;}
.side ul li a.twitter {margin-left:0; float:none; font-size:1.6em; text-align:left;}



/* ================================
    Start: Login | Registeration pages
   ================================ */ 


.login-container {
	width:220px;
	margin:20px 0;
	background:#f6f6f6 url(/images/bg-sidebox-top.gif) no-repeat top;
}
.login-content {padding:0 30px; text-align:left;}
.login-tbl {margin:10px 0}
.login-tbl td {padding-top:5px;}

.login-tbl .inpt
{ 
	font-size:15px;
	height:28px;
	width:160px;
	padding:4px;
	background:#fff url(/images/bg-txt-input.gif) repeat-x top;
	border:1px solid;
	border-color:#666 #eee #eee #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.login-tbl .StandardButton {
	font-size:80% !important;
	padding:2px 10px !important;
	width:auto;
	overflow:visible;
	background:#69c url(/images/btn-bg.gif) repeat-x top;
	border:1px solid #69c;
	cursor:pointer;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.login-tbl .StandardButton:hover {border-color:#666;}
.cbx-login label {font-size:1.1em;}
.cbx-login input {width:1.2em; height:1.2em; margin-right:4px; vertical-align:middle;}

.btn-password {font-size:1.1em;}

.login-footer {
	background: url(/images/bg-sidebox-btm.gif) no-repeat bottom;
	height:20px;
	font-size:1.1em;
	text-align:left;
}
.login-footer span.lbl-login {display:none;}


/* ================================
    Start: Login popup homepage
   ================================ */ 
	 
#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #dfebf7;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: none;
}
	 
.sidebar-login-btns {text-align:center; padding:20px 0 0 0; clear:both; overflow:hideen;}
.sidebar-login-btns em {font-size:1.3em; padding-top:15px; display:block; font-family:georgia; color:#690}
.sidebar-login-btns a.btn-login:link,
.sidebar-login-btns a.btn-login:visited {
	display:block;
	margin:5px auto;
	font-size:1.6em;
	line-height:1.6em;
	text-decoration:none;
	border:1px solid #a2bdd5;
	background:#f2f9ff url(/images/bg-headers.gif) repeat-x bottom;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.sidebar-login-btns a.btn-login:hover {color:#000; border-color:#0099CC}


.sidebar-login-btns a.btn-register:link,
.sidebar-login-btns a.btn-register:visited {
	padding:2px 5px;
	margin:4px 0;
	display:inline-block;
	line-height:1.3em;
	text-decoration:none;
	border:1px solid #a2bdd5;
	background:#f2f9ff url(/images/bg-headers.gif) repeat-x bottom;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.sidebar-login-btns a.btn-register:hover {color:#000; border-color:#0099CC}



#dnn_ctr501_ContentPane {
	display:none;
	position:absolute;
	z-index:101;
	margin:0;
	width:300px; 
	background:#fff; 
	border:10px solid #A2BDD5; 
	padding:20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}
#dnn_ctr501_ContentPane a.close {
	display:block;
	width:16px;
	height:16px;
	text-indent:-9999px;
	position:absolute;
	right:4px;
	top:4px;
	background:url(/Portals/0/Images/ico_close.gif) no-repeat 0 0;
}
#dnn_ctr501_ContentPane #dnn_ctr501_Login_tdRegister {
	display:none;
}
#dnn_ctr501_Login_pnlLogin {margin:0 auto;}
#dnn_ctr501_Login_pnlLogin,
#dnn_ctr501_Login_pnlLogin .login-footer
{background:none;}



#dnn_ctr373_Login_tdRegister {display:none;}




.register {
	margin:auto;
	font-size:100%;
}
.register .NormalTextBox { 
	width:10em;
	padding:4px;
	font-size:16px;
	line-height:normal;
	background:#fff url(Images/bg-txt-input.gif) repeat-x top;
	border:1px solid;
	border-color:#666 #eee #eee #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.register table {width:350px}
.register table td {padding:5px 0;}
.register table td label {width:150px;}
.register a.CommandButton:link,
.register a.CommandButton:visited {
	padding:.5em 1em;
	font-size:medium;
}
.pnl-register a.CommandButton,
{padding:.5em 1em; font-size:1.3em;}


/* ================================
    End: Login | Registeration pages
   ================================ */ 





/* ================================================================ */
/* ============= Start: Tutorials images with tooltip ============= */
/* ================================================================ */
#map {
	position:relative;
	margin:20px 0 0 0;
	padding:0;
	width:670px;
	background-repeat:no-repeat;
}
	
#map a {
	position:absolute;
	display:block;
	border:1px solid #FF6600;
}

#map a span {display:none;}

#tooltipContainer {
	display:none;
	position:absolute;
	z-index: 20;
	width:240px;
	padding-bottom:12px;
}

#tooltip {
	border:3px solid #c9e5ea;
	background: #f6fbfc;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:left;
}
#tooltip strong {border-bottom:1px dotted #d5d5a4; display:block; padding-bottom:2px; margin-bottom:4px; }
#tooltip em {font-style:normal; font-weight:bold; color:#339900}



.nu-none {background:url(i/blank.gif)}
.nu-1 {background:url(i/nu-1.gif) no-repeat}
.nu-2 {background:url(i/nu-2.gif) no-repeat}
	.nu-2_1 {background:url(i/nu-2_1.gif) no-repeat}
	.nu-2_2 {background:url(i/nu-2_2.gif) no-repeat}
.nu-3 {background:url(i/nu-3.gif) no-repeat}
.nu-4 {background:url(i/nu-4.gif) no-repeat}
	.nu-4_1 {background:url(i/nu-4_1.gif) no-repeat}
	.nu-4_2 {background:url(i/nu-4_2.gif) no-repeat}
.nu-5 {background:url(i/nu-5.gif) no-repeat}
.nu-6 {background:url(i/nu-6.gif) no-repeat}
.nu-7 {background:url(i/nu-7.gif) no-repeat}
.nu-8 {background:url(i/nu-8.gif) no-repeat}
.nu-9 {background:url(i/nu-9.gif) no-repeat}
.nu-10 {background:url(i/nu-10.gif) no-repeat}


ul.note {margin:20px 0 0 0; width:635px}
ul.note li {list-style:none; padding:5px 10px 5px 20px;  background: url(/Portals/0/Images/right-arrow.gif) no-repeat left 8px;}

ul.note table {
	width:98%;
	margin:0 auto 10px auto;
	border-collapse:collapse;
}
ul.note table caption {text-align:left; padding:10px 0 4px 0; font-size:0.9em;}
ul.note table th, ul.note table td  {border:1px solid #ccc; padding:3px 5px; font-size:0.9em;}
ul.note table th {background: url(i/bg-links.gif) repeat-x bottom;}
ul.note table td {background-color:#fff;}

a.btn-t-index {position:absolute; top:10px; right:10px; display:block; text-indent:-9999px; width:87px; height:17px;
	background:url(i/btn-tutorials-list.gif) no-repeat 0 0;
}
a.btn-t-index:hover {background-position: -104px 0}

.admin-main {height:413px; background-image: url(/Portals/0/Images/Tutorials/scr-admin.gif)}

.admin-main a.admin-01 {top:37px; left:170px; width:55px; height:25px;}
.admin-main a.admin-02 {top:1px; left:275px; width:50px; height:50px;}
.admin-main a.admin-03 {top:135px; left:30px; width:50px; height:50px;}
.admin-main a.admin-04 {top:100px; left:150px; width:115px; height:95px;}
.admin-main a.admin-05 {top:65px; left:315px; width:70px; height:120px;}




/* =============================================== */
/* ============== GENERAL TUTORIALS ============== */
/* =============================================== */

.organization-settings {height:445px; background-image: url(/Portals/0/Images/Tutorials/_organization-settings.gif)}
.organization-settings a.organization-settings-01 {top:0px; left:328px; width:60px; height:23px;}
.organization-settings a.organization-settings-02 {top:21px; left:443px; width:100px; height:25px;}
.organization-settings a.organization-settings-03 {top:44px; left:4px; width:151px; height:46px;}
.organization-settings a.organization-settings-04 {top:94px; left:210px; width:121px; height:26px;}
.organization-settings a.organization-settings-05 {top:120px; left:210px; width:121px; height:26px;}
.organization-settings a.organization-settings-06 {top:191px; left:4px; width:403px; height:89px;}
.organization-settings a.organization-settings-07 {top:296px; left:4px; width:113px; height:112px;}
.organization-settings a.organization-settings-08 {top:286px; left:147px; width:498px; height:79px;}
.organization-settings a.organization-settings-09 {top:412px; left:595px; width:42px; height:26px;}

/* .module-activation  - see in 2.5 ver tutorials */

.license-activation {height:620px; background-image: url(/Portals/0/Images/Tutorials/_license-activation.gif)}
.license-activation a.license-activation-01 {top:0px; left:297px; width:80px; height:30px;}
.license-activation a.license-activation-02 {top:35px; left:350px; width:73px; height:23px;}
.license-activation a.license-activation-03 {top:142px; left:5px; width:658px; height:27px;}
.license-activation a.license-activation-04 {top:78px; left:0px; width:103px; height:27px;}
.license-activation a.license-activation-05 {top:360px; left:175px; width:65px; height:25px;}
.license-activation a.license-activation-06 {top:428px; left:232px; width:122px; height:93px;}

.personal-settings {height:735px; background-image: url(/Portals/0/Images/Tutorials/_personal-settings.gif)}
.personal-settings a.personal-settings-01 {top:0px; left:230px; width:63px; height:25px;}
.personal-settings a.personal-settings-02 {top:24px; left:74px; width:62px; height:22px;}
.personal-settings a.personal-settings-03 {top:115px; left:220px; width:138px; height:37px;}
.personal-settings a.personal-settings-04 {top:265px; left:436px; width:121px; height:33px;}
.personal-settings a.personal-settings-05 {top:320px; left:625px; width:45px; height:24px;}
.personal-settings a.personal-settings-06 {top:376px; left:159px; width:106px; height:30px;}
.personal-settings a.personal-settings-07 {top:530px; left:320px; width:305px; height:165px;}


.organization-roles {height:691px; background-image: url(/Portals/0/Images/Tutorials/_organization-roles.gif)}
.organization-roles a.organization-roles-01 {top:0px; left:314px; width:76px; height:31px;}
.organization-roles a.organization-roles-02 {top:31px; left:223px; width:77px; height:27px;}
.organization-roles a.organization-roles-03 {top:102px; left:0px; width:98px; height:29px;}
.organization-roles a.organization-roles-04 {top:399px; left:13px; width:590px; height:131px;}


.user-management {height:359px; background-image: url(/Portals/0/Images/Tutorials/_user-management.gif)}
.user-management a.user-management-01 {top:0px; left:466px; width:60px; height:24px;}
.user-management a.user-management-02 {top:26px; left:127px; width:48px; height:20px;}
.user-management a.user-management-03 {top:82px; left:0px; width:81px; height:23px;}
.user-management a.user-management-04 {top:82px; left:85px; width:77px; height:23px;}
.user-management a.user-management-05 {top:82px; left:258px; width:73px; height:23px;}
.user-management a.user-management-06 {top:82px; left:398px; width:70px; height:23px;}

.user-profile {height:448px; background-image: url(/Portals/0/Images/Tutorials/_user-profile.gif)}
.user-profile a.user-profile-01 {top:101px; left:229px; width:161px; height:40px;}
.user-profile a.user-profile-02 {top:196px; left:15px; width:150px; height:34px;}
.user-profile a.user-profile-03 {top:229px; left:15px; width:150px; height:34px;}
.user-profile a.user-profile-04 {top:149px; left:430px; width:210px; height:80px;}
.user-profile a.user-profile-05 {top:289px; left:10px; width:410px; height:124px;}


.tasks-reporting-policy {height:457px; background-image: url(/Portals/0/Images/Tutorials/_tasks-reporting-policy.gif)}
.tasks-reporting-policy a.tasks-reporting-policy-01 {top:0px; left:232px; width:58px; height:23px;}
.tasks-reporting-policy a.tasks-reporting-policy-02 {top:19px; left:376px; width:78px; height:26px;}
.tasks-reporting-policy a.tasks-reporting-policy-03 {top:39px; left:0px; width:170px; height:23px;}
.tasks-reporting-policy a.tasks-reporting-policy-04 {top:83px; left:0px; width:170px; height:40px;}
.tasks-reporting-policy a.tasks-reporting-policy-05 {top:128px; left:0px; width:251px; height:236px;}
.tasks-reporting-policy a.tasks-reporting-policy-06 {top:407px; left:601px; width:43px; height:28px;}


.time-tracking-settings {height:442px; background-image: url(/Portals/0/Images/Tutorials/_time-tracking-settings.gif)}
.time-tracking-settings a.time-tracking-settings-01 {top:0px; left:240px; width:61px; height:22px;}
.time-tracking-settings a.time-tracking-settings-02 {top:22px; left:388px; width:84px; height:21px;}
.time-tracking-settings a.time-tracking-settings-03 {top:168px; left:0px; width:162px; height:24px;}
.time-tracking-settings a.time-tracking-settings-04 {top:215px; left:0px; width:162px; height:70px;}
.time-tracking-settings a.time-tracking-settings-05 {top:291px; left:0px; width:162px; height:21px;}
.time-tracking-settings a.time-tracking-settings-06 {top:315px; left:0px; width:162px; height:21px;}
.time-tracking-settings a.time-tracking-settings-07 {top:339px; left:0px; width:162px; height:27px;}
.time-tracking-settings a.time-tracking-settings-08 {top:410px; left:0px; width:162px; height:25px;}
.time-tracking-settings a.time-tracking-settings-09 {top:35px; left:628px; width:41px; height:25px;}


.user-interface-settings {height:368px; background-image: url(/Portals/0/Images/Tutorials/_user-interface-settings.gif)}
.user-interface-settings a.user-interface-settings-01 {top: 0px; left: 236px; width: 60px; height: 24px;}
.user-interface-settings a.user-interface-settings-02 {top: 24px; left: 319px; width: 86px; height: 21px;}
.user-interface-settings a.user-interface-settings-03 {top: 189px; left: 0px; width: 180px; height: 20px;}
.user-interface-settings a.user-interface-settings-04 {top: 236px; left: 0px; width: 132px; height: 16px;}
.user-interface-settings a.user-interface-settings-05 {top: 256px; left: 0px; width: 205px; height: 16px;}
.user-interface-settings a.user-interface-settings-06 {top: 276px; left: 0px; width: 132px; height: 16px;}
.user-interface-settings a.user-interface-settings-07 {top: 296px; left: 0px; width: 132px; height: 16px;}
.user-interface-settings a.user-interface-settings-08 {top: 332px; left: 630px; width: 39px; height: 24px;}



.alerts-highlights-settings {height:476px; background-image: url(/Portals/0/Images/Tutorials/_alerts-highlights-settings.gif)}
.alerts-highlights-settings a.alerts-highlights-settings-01 {top: 0px; left: 239px; width: 64px; height: 20px;}
.alerts-highlights-settings a.alerts-highlights-settings-02 {top: 23px; left: 387px; width: 81px; height: 22px;}
.alerts-highlights-settings a.alerts-highlights-settings-03 {top: 58px; left: 0px; width: 190px; height: 22px;}
.alerts-highlights-settings a.alerts-highlights-settings-04 {top: 164px; left: 0px; width: 172px; height: 16px;}
.alerts-highlights-settings a.alerts-highlights-settings-05 {top: 230px; left: 0px; width: 237px; height: 23px;}
.alerts-highlights-settings a.alerts-highlights-settings-06 {top: 38px; left: 628px; width: 42px; height: 20px;}


.create-a-project {height:731px; background-image: url(/Portals/0/Images/Tutorials/_create-a-project.gif)}
.create-a-project a.create-a-project-01 {top: 46px; left: 179px; width: 452px; height: 246px;}
.create-a-project a.create-a-project-02 {top: 488px; left: 169px; width: 436px; height: 84px;}
.create-a-project a.create-a-project-03 {top: 583px; left: 169px; width: 436px; height: 84px;}


.work-plan {height:309px; background-image: url(/Portals/0/Images/Tutorials/_work-plan.gif)}
.work-plan a.work-plan-01 {top: 0px; left: 156px; width: 116px; height: 21px;}
.work-plan a.work-plan-02 {top: 134px; left: 0px; width: 182px; height: 24px;}
.work-plan a.work-plan-03 {top: 189px; left: 200px; width: 152px; height: 18px;}
.work-plan a.work-plan-04 {top: 134px; left: 418px; width: 25px; height: 25px;}
.work-plan a.work-plan-05 {top: 134px; left: 494px; width: 25px; height: 25px;}
.work-plan a.work-plan-06 {top: 134px; left: 252px; width: 40px; height: 25px;}


.report-progress-email {height:718px; background-image: url(/Portals/0/Images/Tutorials/_report-progress-email.gif)}
.report-progress-email a.report-progress-email-01 {top: 322px; left: 0px; width: 227px; height: 75px;}
.report-progress-email a.report-progress-email-02 {top: 322px; left: 385px; width: 270px; height: 75px;}
.report-progress-email a.report-progress-email-03 {top: 247px; left: 21px; width: 167px; height: 12px;}
.report-progress-email a.report-progress-email-04 {top: 234px; left: 21px; width: 167px; height: 12px;}
.report-progress-email a.report-progress-email-05 {top: 531px; left: 354px; width: 296px; height: 111px;}
.report-progress-email a.report-progress-email-06 {top: 670px; left: 254px; width: 54px; height: 25px;}


.schedule-progress-report {height:822px; background-image: url(/Portals/0/Images/Tutorials/_schedule-progress-report.gif)}
.schedule-progress-report a.schedule-progress-report-01 {top: 0px; left: 244px; width: 64px; height: 26px;}
.schedule-progress-report a.schedule-progress-report-02 {top: 25px; left: 396px; width: 87px; height: 24px;}
.schedule-progress-report a.schedule-progress-report-03 {top: 211px; left: 150px; width: 107px; height: 17px;}
.schedule-progress-report a.schedule-progress-report-04 {top: 229px; left: 0px; width: 138px; height: 120px;}
.schedule-progress-report a.schedule-progress-report-05 {top: 186px; left: 150px; width: 107px; height: 17px;}
.schedule-progress-report a.schedule-progress-report-06 {top: 162px; left: 150px; width: 107px; height: 17px;}
.schedule-progress-report a.schedule-progress-report-06 {top: 596px; left: 232px; width: 152px; height: 29px;}


.users-global-roles {height:444px; background-image: url(/Portals/0/Images/Tutorials/_users-global-roles.gif)}
.users-global-roles a.users-global-roles-01 {top: 145px; left: 430px; width: 210px; height: 82px;}


.projects-specific-roles {height:508px; background-image: url(/Portals/0/Images/Tutorials/_projects-specific-roles.gif)}
.projects-specific-roles a.projects-specific-roles-01 {top: 73px; left: 497px; width: 137px; height: 16px;}
.projects-specific-roles a.projects-specific-roles-02 {top: 12px; left: 513px; width: 30px; height: 30px;}
.projects-specific-roles a.projects-specific-roles-03 {top: 302px; left: 632px; width: 36px; height: 30px;}
.projects-specific-roles a.projects-specific-roles-04 {top: 317px; left: 328px; width: 52px; height: 27px;}
.projects-specific-roles a.projects-specific-roles-05 {top: 277px; left: 467px; width: 122px; height: 25px;}



.external-user {height:444px; background-image: url(/Portals/0/Images/Tutorials/_external-user.gif)}
.external-user a.external-user-01 {top: 238px; left: 226px; width: 100px; height: 23px;}


/* =============================================== */
/* ============== 2.5 ver tutorials ============== */
/* =============================================== */

.alap {height:446px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-alap.gif)}
.alap a.alap-01 {top:270px; left:383px; width:217px; height:69px;}


.shortcuts {height:312px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-Shortcuts.gif)}
.shortcuts a.shortcuts-01 {top:146px; left:4px; width:193px; height:40px;}
.shortcuts a.shortcuts-02 {top:188px; left:383px; width:30px; height:30px;}


.user {height:446px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-UserProperties.gif)}
.user a.user-01 {top:141px; left:424px; width:221px; height:93px;}
.user a.user-02 {top:191px; left:10px; width:157px; height:74px;}
.user a.user-03 {top:282px; left:10px; width:427px; height:134px;}


.jobtitle {height:762px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-JobTitle.gif)}
.jobtitle a.jobtitle-01 {top:88px; left:307px; width:148px; height:50px;}
.jobtitle a.jobtitle-02 {top:171px; left:9px; width:106px; height:36px;}
.jobtitle a.jobtitle-03 {top:480px; left:13px; width:600px; height:150px;}


.work-item-rates {height:680px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-WorkItemRates.gif)}
.work-item-rates a.work-item-rates-01 {top:47px; left:556px; width:88px; height:34px;}
.work-item-rates a.work-item-rates-02 {top:316px; left:13px; width:519px; height:81px;}
.work-item-rates a.work-item-rates-03 {top:440px; left:348px; width:80px; height:25px;}


.project-specific-rates {height:236px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-ProjectRates.gif)}
.project-specific-rates a.project-specific-rates-01 {top:85px; left:462px; width:96px; height:30px;}


.module-activation {height:368px; background-image: url(/Portals/0/Images/Tutorials/_module-activation.gif)}
.module-activation a.module-activation-01 {top:0px; left:239px; width:57px; height:21px;}
.module-activation a.module-activation-02 {top:24px; left:322px; width:84px; height:22px;}
.module-activation a.module-activation-03 {top:98px; left:0px; width:172px; height:18px;}
.module-activation a.module-activation-04 {top:141px; left:0px; width:304px; height:93px;}
.module-activation a.module-activation-05 {top:341px; left:632px; width:38px; height:22px;}


.reportable-billing {height:600px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-ReportableBilling.gif)}
.reportable-billing a.reportable-billing-01 {top:320px; left:129px; width:251px; height:52px;}
.reportable-billing a.reportable-billing-02 {top:467px; left:389px; width:270px; height:120px;}


.tt-settings {height:585px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-TTsettings.gif)}
.tt-settings a.tt-settings-01 {top:315px; left:2px; width:220px; height:30px;}
.tt-settings a.tt-settings-02 {top:379px; left:2px; width:220px; height:32px;}
.tt-settings a.tt-settings-03 {top:416px; left:2px; width:220px; height:137px;}


.tt-submission {height:386px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-TTsubmission.gif)}
.tt-submission a.tt-submission-01 {top:45px; left:296px; width:72px; height:32px;}
.tt-submission a.tt-submission-02 {top:225px; left:585px; width:73px; height:28px;}
.tt-submission a.tt-submission-03 {top:263px; left:315px; width:198px; height:51px;}
.tt-submission a.tt-submission-04 {top:141px; left:4px; width:82px; height:31px;}


.tt-approvals {height:567px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-TTapprovals.gif)}
.tt-approvals a.tt-approvals-01 {top:82px; left:187px; width:72px; height:32px;}
.tt-approvals a.tt-approvals-02 {top:150px; left:110px; width:100px; height:36px;}
.tt-approvals a.tt-approvals-03 {top:456px; left:371px; width:86px; height:51px;}


.budget-timesheet-reports {height:477px; background-image: url(/Portals/0/Images/Tutorials/scr-2.5-TTbudget.gif)}
.budget-timesheet-reports a.budget-timesheet-reports-01 {top:51px; left:165px; width:98px; height:40px;}
.budget-timesheet-reports a.budget-timesheet-reports-02 {top:259px; left:192px; width:368px; height:196px;}




/* =============================================== */
/* ============== 2.6 ver tutorials ============== */
/* =============================================== */

.resource-load-view {height:446px; background-image: url(/Portals/0/Images/Tutorials/scr-2.6-ResourceLoadView.gif)}
.resource-load-view a.resource-load-view-01 {top:47px; left:570px; width:95px; height:28px;}
.resource-load-view a.resource-load-view-02_1 {top:47px; left:0px; width:240px; height:24px;}
.resource-load-view a.resource-load-view-02_2 {top:62px; left:252px; width:24px; height:25px;}
.resource-load-view a.resource-load-view-03 {top:75px; left:140px; width:104px; height:15px;}
.resource-load-view a.resource-load-view-04_1 {top:110px; left:283px; width:45px; height:15px;}
.resource-load-view a.resource-load-view-04_2 {top:75px; left:5px; width:124px; height:15px;}
.resource-load-view a.resource-load-view-05 {top:62px; left:332px; width:40px; height:30px;}


.multiple-dependencies {height:262px; background-image: url(/Portals/0/Images/Tutorials/scr-2.6-MultipleDependencie.gif)}
.multiple-dependencies a.multiple-dependencies-01 {top:111px; left:5px; width:37px; height:83px;}
.multiple-dependencies a.multiple-dependencies-02 {top:18px; left:605px; width:38px; height:35px;}


.resource-calendar-view {height:745px; background-image: url(/Portals/0/Images/Tutorials/scr-2.6-ResourceCalendar.gif)}
.resource-calendar-view a.resource-calendar-view-01 {top:81px; left:218px; width:161px; height:31px;}
.resource-calendar-view a.resource-calendar-view-02 {top:354px; left:122px; width:200px; height:33px;}
.resource-calendar-view a.resource-calendar-view-03 {top:599px; left:5px; width:661px; height:139px;}
.resource-calendar-view a.resource-calendar-view-04 {top:312px; left:576px; width:83px; height:39px;}


.highlight-changes {height:281px; background-image: url(/Portals/0/Images/Tutorials/scr-2.6-HighlightChanges.gif)}
.highlight-changes a.highlight-changes-01 {top:14px; left:448px; width:58px; height:45px;}
.highlight-changes a.highlight-changes-02 {top:133px; left:70px; width:222px; height:83px;}


.runtime-parameters-reports {height:600px; background-image: url(/Portals/0/Images/Tutorials/scr-2.6-RunParamReports.gif)}
.runtime-parameters-reports a.runtime-parameters-reports-01 {top:263px; left:509px; width:73px; height:32px;}
.runtime-parameters-reports a.runtime-parameters-reports-02 {top:435px; left:255px; width:88px; height:46px;}


.online-po-form {height:1330px; background-image: url(/Portals/0/Images/Tutorials/scr-2.6-OnlinePoForm.gif)}
.online-po-form a.online-po-form-01 {top:25px; left:80px; width:509px; height:220px;}
.online-po-form a.online-po-form-02 {top:290px; left:229px; width:72px; height:48px;}
.online-po-form a.online-po-form-03 {top:290px; left:302px; width:180px; height:48px;}
.online-po-form a.online-po-form-04 {top:564px; left:481px; width:121px; height:34px;}
.online-po-form a.online-po-form-05 {top:952px; left:226px; width:215px; height:49px;}





/* =============================================== */
/* ============== 2.7 ver tutorials ============== */
/* =============================================== */


.currencies-maintenance {height:206px; background-image: url(/Portals/0/Images/Tutorials/scr-2.7-CurrMaintenance.gif)}
.currencies-maintenance a.currencies-maintenance-01 {top:0px; left:410px; width:64px; height:20px;}
.currencies-maintenance a.currencies-maintenance-02 {top:22px; left:216px; width:70px; height:22px;}
.currencies-maintenance a.currencies-maintenance-03 {top:61px; left:0px; width:111px; height:14px;}
.currencies-maintenance a.currencies-maintenance-04 {top:77px; left:0px; width:74px; height:16px;}
.currencies-maintenance a.currencies-maintenance-05 {top:77px; left:78px; width:80px; height:16px;}
.currencies-maintenance a.currencies-maintenance-06 {top:77px; left:161px; width:68px; height:16px;}
.currencies-maintenance a.currencies-maintenance-07 {top:77px; left:232px; width:63px; height:16px;}
.currencies-maintenance a.currencies-maintenance-08 {top:94px; left:534px; width:70px; height:106px;}
.currencies-maintenance a.currencies-maintenance-09 {top:159px; left:10px; width:27px; height:24px;}
.currencies-maintenance a.currencies-maintenance-10 {top:38px; left:579px; width:34px; height:20px;}


.entering-monetary {height:700px; background-image: url(/Portals/0/Images/Tutorials/scr-2.7-EnteringMonetary.gif)}
.entering-monetary a.entering-monetary-01 {top:136px; left:439px; width:70px; height:19px;}
.entering-monetary a.entering-monetary-02 {top:482px; left:28px; width:87px; height:34px;}


.early-reporting {height:480px; background-image: url(/Portals/0/Images/Tutorials/scr-2.7-EarlyReporting.gif)}
.early-reporting a.early-reporting-01 {top:73px; left:176px; width:90px; height:28px;}
.early-reporting a.early-reporting-02 {top:212px; left:157px; width:194px; height:40px;}
.early-reporting a.early-reporting-03 {top:418px; left:455px; width:30px; height:24px;}


.time-tracking-view {height:255px; background-image: url(/Portals/0/Images/Tutorials/scr-2.7-TimeTrackingView.gif)}
.time-tracking-view a.time-tracking-view-01 {top:2px; left:115px; width:121px; height:26px;}
.time-tracking-view a.time-tracking-view-02 {top:133px; left:509px; width:96px; height:31px;}


.work-item-identifier {height:199px; background-image: url(/Portals/0/Images/Tutorials/scr-2.7-WorkItemIdentifier.gif)}
.work-item-identifier a.work-item-identifier-01 {top:143px; left:68px; width:78px; height:33px;}


.gantt-and-resource {height:762px; background-image: url(/Portals/0/Images/Tutorials/scr-2.7-GanttResources.gif)}
.gantt-and-resource a.gantt-and-resource-01 {top:70px; left:199px; width:157px; height:22px;}
.gantt-and-resource a.gantt-and-resource-02 {top:450px; left:150px; width:375px; height:30px;}
.gantt-and-resource a.gantt-and-resource-03 {top:181px; left:281px; width:109px; height:22px;}
.gantt-and-resource a.gantt-and-resource-04 {top:563px; left:166px; width:147px; height:28px;}
.gantt-and-resource a.gantt-and-resource-05 {top:726px; left:150px; width:375px; height:30px;}



.invite-new-users {height:465px; background-image: url(/Portals/0/Images/Tutorials/scr-2.7-InviteNewUsers.gif)}
.invite-new-users a.invite-new-users-01 {top:259px; left:4px; width:198px; height:31px;}
.invite-new-users a.invite-new-users-02 {top:194px; left:562px; width:30px; height:30px;}
.invite-new-users a.invite-new-users-03 {top:127px; left:623px; width:30px; height:30px;}
.invite-new-users a.invite-new-users-04 {top:434px; left:587px; width:36px; height:32px;}


.import-users {height:675px; background-image: url(/Portals/0/Images/Tutorials/scr-2.7-ImportUsers.gif)}
.import-users a.import-users-01 {top:27px; left:8px; width:129px; height:47px;}
.import-users a.import-users-02 {top:124px; left:66px; width:80px; height:30px;}
.import-users a.import-users-03 {top:327px; left:424px; width:46px; height:38px;}
.import-users a.import-users-04 {top:551px; left:30px; width:36px; height:26px;}
.import-users a.import-users-05 {top:644px; left:581px; width:41px; height:31px;}



/* =============================================== */
/* ============== 2.8 ver tutorials ============== */
/* =============================================== */
.defining-work-policy {height:805px; background-image: url(/Portals/0/Images/Tutorials/scr-2.8-defining-wk-py.gif)}
.defining-work-policy a.defining-work-policy-01 {top:0px; left:407px; width:63px; height:23px;}
.defining-work-policy a.defining-work-policy-02 {top:23px; left:260px; width:85px; height:22px;}
.defining-work-policy a.defining-work-policy-03 {top:201px; left:0px; width:118px; height:24px;}
.defining-work-policy a.defining-work-policy-04 {top:246px; left:0px; width:260px; height:24px;}
.defining-work-policy a.defining-work-policy-05 {top:286px; left:617px; width:40px; height:26px;}
.defining-work-policy a.defining-work-policy-06 {top:716px; left:218px; width:152px; height:35px;}

.defining-work-items {height:258px; background-image: url(/Portals/0/Images/Tutorials/scr-2.8-defining-wk-is.gif)}
.defining-work-items a.defining-work-items-01 {top:0px; left:102px; width:90px; height:20px;}
.defining-work-items a.defining-work-items-02 {}
	.nu-2_1 {top:203px; left:185px; width:40px; height:15px;}
	.nu-2_2 {top:70px; left:545px; width:43px; height:47px;}
.defining-work-items a.defining-work-items-03 {top:203px; left:229px; width:35px; height:15px;}
.defining-work-items a.defining-work-items-04 {top:70px; left:594px; width:45px; height:47px;}




/* ================================================================ */
/* ============== End: Tutorials images with tooltip ============== */
/* ================================================================ */


/* =============================================== */
/* =================== Expenses ================== */
/* =============================================== */
.expenses-module-activation {height:400px; background-image: url(/Portals/0/Images/Tutorials/_expenses-module-act.gif)}
.expenses-module-activation a.expenses-module-activation-01 {top: 26px; left: 154px; width: 45px; height: 21px;}
.expenses-module-activation a.expenses-module-activation-02 {top: 66px; left: 305px; width: 90px; height: 23px;}
.expenses-module-activation a.expenses-module-activation-03 {top: 98px; left: 0px; width: 118px; height: 30px;}
.expenses-module-activation a.expenses-module-activation-04 {top: 187px; left: 0px; width: 153px; height: 22px;}
.expenses-module-activation a.expenses-module-activation-05 {top: 78px; left: 636px; width: 34px; height: 34px;}


.expenses-settings {height:486px; background-image: url(/Portals/0/Images/Tutorials/_expenses-settings.gif)}
.expenses-settings a.expenses-settings-01 {top: 274px; left: 0px; width: 258px; height: 26px;}
.expenses-settings a.expenses-settings-02 {top: 337px; left: 0px; width: 258px; height: 39px;}


.expense-sheets-page {height:274px; background-image: url(/Portals/0/Images/Tutorials/_expense-sheets-page.gif)}
.expense-sheets-page a.expense-sheets-page-01 {top: 81px; left: 0px; width: 100px; height: 24px;}
.expense-sheets-page a.expense-sheets-page-02 {top: 81px; left: 99px; width: 39px; height: 24px;}
.expense-sheets-page a.expense-sheets-page-03 {top: 81px; left: 142px; width: 103px; height: 24px;}
.expense-sheets-page a.expense-sheets-page-04 {top: 81px; left: 272px; width: 102px; height: 24px;}
.expense-sheets-page a.expense-sheets-page-05 {top: 81px; left: 381px; width: 75px; height: 24px;}
.expense-sheets-page a.expense-sheets-page-06 {top: 81px; left: 461px; width: 28px; height: 24px;}
.expense-sheets-page a.expense-sheets-page-07 {top: 44px; left: 164px; width: 128px; height: 24px;}


.expenses-page {height:677px; background-image: url(/Portals/0/Images/Tutorials/_expenses-page.gif)}
.expenses-page a.expenses-page-01 {top: 255px; left: 7px; width: 635px; height: 19px;}
.expenses-page a.expenses-page-02 {top: 239px; left: 431px; width: 30px; height: 14px;}
.expenses-page a.expenses-page-03 {top: 101px; left: 439px; width: 130px; height: 30px;}
.expenses-page a.expenses-page-04 {top: 213px; left: 440px; width: 55px; height: 15px;}
.expenses-page a.expenses-page-05 {top: 528px; left: 271px; width: 40px; height: 17px;}
.expenses-page a.expenses-page-06 {top: 545px; left: 332px; width: 46px; height: 15px;}


.expense-sheet-approvals {height:276px; background-image: url(/Portals/0/Images/Tutorials/_expense-sheet-appr.gif)}
.expense-sheet-approvals a.expense-sheet-approvals-01 {top: 27px; left: 138px; width: 65px; height: 21px;}
.expense-sheet-approvals a.expense-sheet-approvals-02 {top: 82px; left: 96px; width: 75px; height: 22px;}
.expense-sheet-approvals a.expense-sheet-approvals-03 {top: 127px; left: 96px; width: 137px; height: 23px;}
.expense-sheet-approvals a.expense-sheet-approvals-04 {top: 127px; left: 655px; width: 15px; height: 12px;}
.expense-sheet-approvals a.expense-sheet-approvals-05 {top: 65px; left: 0px; width: 96px; height: 15px;}


.expenses-budget {height:849px; background-image: url(/Portals/0/Images/Tutorials/_expenses-budget.gif)}
.expenses-budget a.expenses-budget-01 {top: 289px; left: 636px; width: 34px; height: 23px;}
.expenses-budget a.expenses-budget-02 {top: 161px; left:366px; width: 98px; height: 21px;}
.expenses-budget a.expenses-budget-03 {top: 161px; left: 467px; width: 96px; height: 21px;}
.expenses-budget a.expenses-budget-04 {top: 177px; left: 55px; width: 44px; height: 20px;}
.expenses-budget a.expenses-budget-05 {top: 412px; left: 140px; width: 70px; height: 22px;}
.expenses-budget a.expenses-budget-06 {top: 650px; left: 29px; width: 132px; height: 34px;}
.expenses-budget a.expenses-budget-07 {top: 650px; left: 178px; width: 132px; height: 34px;}
.expenses-budget a.expenses-budget-08 {top: 650px; left: 338px; width: 132px; height: 34px;}
.expenses-budget a.expenses-budget-09 {top: 650px; left: 483px; width: 132px; height: 34px;}


/* =============================================== */
/* ==================== Issues =================== */
/* =============================================== */
.issues-module-activation {height:400px; background-image: url(/Portals/0/Images/Tutorials/_issues-module-act.gif)}
.issues-module-activation a.issues-module-activation-01 {top: 27px; left: 151px; width: 52px; height: 15px;}
.issues-module-activation a.issues-module-activation-02 {top: 66px; left: 303px; width: 92px; height: 24px;}
.issues-module-activation a.issues-module-activation-03 {top: 101px; left: 0px; width: 160px; height: 26px;}
.issues-module-activation a.issues-module-activation-04 {top: 172px; left: 0px; width: 160px; height: 16px;}
.issues-module-activation a.issues-module-activation-05 {top: 210px; left: 0px; width: 160px; height: 16px;}
.issues-module-activation a.issues-module-activation-06 {top: 228px; left: 0px; width: 160px; height: 23px;}
.issues-module-activation a.issues-module-activation-07 {top: 254px; left: 0px; width: 160px; height: 16px;}
.issues-module-activation a.issues-module-activation-08 {top: 77px; left: 636px; width: 34px; height: 30px;}

.issues-management-settings {height:328px; background-image: url(/Portals/0/Images/Tutorials/_issues-management-settting.gif)}
.issues-management-settings a.issues-management-settings-01 {top: 190px; left: 0px; width: 180px; height: 23px;}
.issues-management-settings a.issues-management-settings-02 {top: 216px; left: 0px; width: 180px; height: 23px;}
.issues-management-settings a.issues-management-settings-03 {top: 242px; left: 0px; width: 180px; height: 23px;}
.issues-management-settings a.issues-management-settings-04 {top: 270px; left: 0px; width: 180px; height: 20px;}

.issues-page {height:972px; background-image: url(/Portals/0/Images/Tutorials/_issues-page.gif)}
.issues-page a.issues-page-01 {top: 38px; left: 0px; width: 103px; height: 25px;}
.issues-page a.issues-page-02 {top: 38px; left: 107px; width: 87px; height: 25px;}
.issues-page a.issues-page-03 {top: 38px; left: 193px; width: 101px; height: 25px;}
.issues-page a.issues-page-04 {top: 317px; left: 0px; width: 137px; height: 28px;}
.issues-page a.issues-page-05 {top: 578px; left: 77px; width: 135px; height: 26px;}
.issues-page a.issues-page-06 {top: 531px; left: 272px; width: 174px; height: 40px;}
.issues-page a.issues-page-07 {top: 864px; left: 634px; width: 36px; height: 22px;}

.issues-properties {height:884px; background-image: url(/Portals/0/Images/Tutorials/_issues-properties.gif)}
.issues-properties a.issues-properties-01 {top: 25px; left: 19px; width: 66px; height: 30px;}
.issues-properties a.issues-properties-02 {top: 487px; left: 77px; width: 66px; height: 30px;}
.issues-properties a.issues-properties-03 {top: 397px; left: 566px; width: 48px; height: 26px;}

.issues-customers {height:237px; background-image: url(/Portals/0/Images/Tutorials/_issues-customers.gif)}
.issues-customers a.issues-customers-01 {top: 104px; left: 636px; width: 29px; height: 21px;}
.issues-customers a.issues-customers-02 {top: 61px; left: 370px; width: 41px; height: 21px;}
.issues-customers a.issues-customers-03 {top: 106px; left: 439px; width: 24px; height: 44px;}
.issues-customers a.issues-customers-04 {top: 120px; left: 500px; width: 112px; height: 15px;}

.issues-related-work {height:714px; background-image: url(/Portals/0/Images/Tutorials/_issues-related-work.gif)}
.issues-related-work a.issues-related-work-01 {top: 123px; left: 635px; width: 29px; height: 21px;}
.issues-related-work a.issues-related-work-02 {top: 61px; left: 372px; width: 40px; height: 22px;}
.issues-related-work a.issues-related-work-03 {top: 117px; left: 550px; width: 80px; height: 13px;}
.issues-related-work a.issues-related-work-04 {top: 317px; left: 68px; width: 272px; height: 33px;}
.issues-related-work a.issues-related-work-05 {top: 317px; left: 23px; width: 44px; height: 33px;}
.issues-related-work a.issues-related-work-06 {top: 354px; left: 30px; width: 128px; height: 25px;}
.issues-related-work a.issues-related-work-07 {top: 664px; left: 543px; width: 42px; height: 42px;}

.issues-notifications {height:800px; background-image: url(/Portals/0/Images/Tutorials/_issues-notifications.gif)}
.issues-notifications a.issues-notifications-01 {top: 81px; left: 242px; width: 131px; height: 26px;}
.issues-notifications a.issues-notifications-02 {top: 168px; left: 242px; width: 134px; height: 24px;}
.issues-notifications a.issues-notifications-03 {top: 332px; left: 195px; width: 101px; height: 26px;}
.issues-notifications a.issues-notifications-04 {top: 555px; left: 160px; width: 206px; height: 145px;}
.issues-notifications a.issues-notifications-05 {top: 712px; left: 403px; width: 55px; height: 33px;}




.bx {padding:20px; font-size:1.3em;}
.bx a h2 {font-size:small}
.bx a:link, .bx a:visited {display:block; clear:both; text-decoration:none; color:#666; position:relative;}
.bx a {margin-bottom:15px;}
.bx a img {float:left; background-color:#fff; border:3px solid #b1d8ff; margin:0 10px 10px 0; padding:1px}
.bx a span {margin-left:120px; display:block}
.bx a span strong {color:#333; border-bottom:2px dotted #ccc; margin-bottom:10px; font-size:160%; font-style:normal; font-weight:normal; padding-bottom:5px; display:block}
.bx a span em {text-decoration: underline; color:#09f; display:block;}
.bx sup {position:absolute; top:2px; right:2px; background-color: #999; color:#fff; float:right; font-size:70%; padding:2px 5px;}
.bx a:hover sup {color:#fff; background-color:#09c }
.bx a:hover {color:#000;}
.bx a:hover img {border-color:#9cf; background-color:#9cf}
.bx a:hover span em {text-decoration:none; color:#f90}
.bx a:hover h2 {color:#09c;}
.bx br {display:none;}

.bx hr {visibility:hidden; display:block; clear:both; height:1px; line-height:1px; margin:1px 0;}



.sidebar span.NormalBold
{
display:none;
}


.clarizen-login-message {
	font-size:11px;
	padding:0 0 15px 10px;
}
.clarizen-login-message strong {color:#39c }

.afcontainer  td a.CommandButton
{
  padding:4px !important;  
}

* .afcontainer blockquote {
border:1px solid #A9A9A9;
display:block;
font-family:Tahoma,Arial,Verdana;
font-size:8pt;
margin:10px;
padding:5px;
}
