@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f3f3f3;
	margin:10px 0 10px 0;
	padding:0;
	/* background-image:url(/i/bg_main.png);
	background-repeat:repeat-x; */
}
.container {
	background-image:url(/i/bg_container.gif);
	background-repeat:repeat-y;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.nobg {
	background-image: none;
}
#topmenu {
	height: 133px;
}
#contextmenu {
}
.separator {
	height: 6px;
}
#top {
	background-image:url(/i/bg_top.gif);
	width:1000px;
	height:4px;
}
#bottom {
	background-image:url(/i/bg_bottom.gif);
	width:1000px;
	height:4px;
}
#middle {
	min-height: 450px;
}
#header {
	background-image:url(/i/bg_header.gif);
	background-repeat:repeat-x;
	margin:0 4px 0 4px;
	width: 993px;
	height: 200px;
}
#logo {
	display:block;
	background-image:url(/i/bg_logo.gif);
	background-repeat:no-repeat;
	height:60px;
	width:300px;
	position:relative;
	top:20px;
	left:20px;
}
#mscrm {
	width:339px;
	height:43px;
	background-image:url(/i/logobar.png);
	float:right;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
#menu {
	font-size: 13px;
	margin-top: 39px;
	margin-bottom: 6px;
}
#menu ul {
	margin:0;
	list-style-type:none;
	width: 988px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5px;
	background-image: url(/i/bg_navi.png);
	background-color: #323232;
	height: 22px;
	/*
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;	
	*/
}
#menu li {
	list-style-type: none;
	display: block;
	background-image: url(/i/bg_navisep.png);
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-right: 23px;
	padding-top: 6px;
	float: left;
	padding-right: 0px;
	height: 20px;
	-webkit-user-select:none;
	-moz-user-select:none;	
}
#menu ul li.f {
	background-image:none;
}
#menu ul li#login {
	background-image:none;
	width: 102px;
	display: block;
	padding-top: 3px;
	margin: 0px;
	float: right;
	color: white;
}
#menu ul li#right {
	background-image: none;
	float: right;
	padding-left: 0;
	padding-right: 1px;
}
#menu li a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	outline: medium none;	
}
#menu li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#topics div.frame {
	height:65px;
	background-image:url(/i/bg_topics.png);
	background-repeat:no-repeat;
	padding-left:10px;
}
#topics {
	margin:0 4px 0 4px;
}
#topics div.frame div {
	color:#fff;
	padding:10px 5px 0 80px;
}
#topics div.frame div h2 {
	margin:0;
	font-size:22px;
	font-family:Arial, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}
#topics div.frame div h2 a {
	color:#fff;
	text-decoration:none;
}
#topics div.frame div h2 a:hover {
	text-decoration:underline;
}
#topics div.frame div p {
	margin:0;
	font-size:12px;
}
#topic1 {
	background-color:#f90;
	border-top:5px solid #ffab2e;
	background-position:20px 0px;
}
#topic2 {
	background-color:#ff6000;
	border-top:5px solid #ff7d2e;
	background-position:20px -70px;
}
#topic3 {
	background-color:#d40000;
	border-top:5px solid #dc2e2e;
	background-position:20px -140px;
}
#mtopic {
	overflow:hidden;
	background-color:#fff;
	/*background-image:url(bg_topic.png);
	background-repeat:no-repeat;
	background-position:right bottom;*/
	width:452px;
	height:184px;
	float:right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #fff;
	margin-top: 10px;
	margin-right: 13px;
	/*margin-bottom: 0;
	margin-left: 0;*/
	/*padding-top: 20px;
	padding-right: 17px;
	padding-bottom: 6px;
	padding-left: 15px;*/
}
#mtopic h2 {
	margin:0;
	font-family:Arial, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
	margin-bottom:5px;
}
#mtopic p {
	margin:0;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333;
}
#mtopic ul {
	margin:0;
	padding:0;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333;
	list-style-type:none;
	padding-top:10px;
}
#mtopic ul li {
	background-image:url(/i/bg_linkbullet.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 5px 20px;
}
#mtopic p a {
	display:block;
	color:#333;
	margin-top:12px;
	background-image:url(/i/bg_linkbullet.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	text-decoration:none;
	background-position:2px 4px;
	padding:2px 0 2px 20px;
}
#mtopic p a:hover {
	color:#d40000;
}
#mtopic p a.unstyle {
	background-image:none;
	font-weight:normal;
	padding:0;
	margin:0;
	color: white;
	display:inline;
}

.container div#lightboxbg {
	display: block;
	position: relative;
	width: 992px;
	height: 200px;
	border: 2px solid #D9D9D9;
	margin-left: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(/i/bg_lightbox.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.container div#lightbox {
	display: block;
	position: relative;
	width: 996px;
	height: 204px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	background-image: url(/i/lightbox_1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.container div#lightboxTmp {
	display: block;
	position: relative;
	width: 996px;
	height: 204px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	background-image: url(/i/lightbox_1Tmp.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.container div#lightboxTmp div.showRef {
	position: absolute;
	z-index: 1;
	float: left;
	display: none;
	width: 90px;
	height: 62px;
	border-top: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	/*opacity: 0.93;
	filter:	alpha(opacity = 93);*/
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	/*background-color: #302f2f;*/
	/*-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	opacity: 0.93;
	filter:	alpha(opacity = 93);
	-moz-box-shadow: -4px 4px 4px #bbb;
	-webkit-box-shadow: -4px 4px 4px #bbb;*/
}

.container div#lightboxTmp div#ref1 {
	margin-top: 50px;
	margin-left: 745px;
}
.container div#lightboxTmp div#ref2 {
	margin-top: 50px;
	margin-left: 838px;
}
.container div#lightboxTmp div#ref3 {
	margin-top: 116px;
	margin-left: 745px;
}
.container div#lightboxTmp div#ref4 {
	margin-top: 116px;
	margin-left: 838px;
}

#crumb {
	height:25px;
	background-image:url(/i/bg_crumb.gif);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 6px;
}
#content {
	padding:0 5px 30px 35px;
	float:left;
	width:735px;
}
#content .cblock {
	margin-bottom:30px;
}
#content h1 {
	margin:0;
	margin-bottom:15px;
	/*
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:23px;
	*/
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-size: 19px;	
}
#content h2 {
	margin:0px 0 4px 0;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	/*
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;	
	font-size:18px;
	*/
}
#content h3 {
	margin:15px 0 2px 0;
	/*
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	*/
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;	
	font-size:17px;	
	font-weight:normal;
}
#content a {
	color:#000;
}
#content a:hover {
	color:#d40000;
}
#content p, #content ul {
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
#content ul {
	padding:0;
	margin:0 0 15px 0;
	list-style-type:none;
	line-height:20px;
}
#content ul li {
	background-image:url(/i/bg_linkbullet.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 10px 20px;
}
#content .full_width {
	width: 960px;
}
#sidebar {
	float:right;
	width:189px;
	border-left:1px dotted #aaa;
	padding:15px 15px 15px 15px;
}
#sidebar div.sblock img.logo{
	padding:30px 0 0 30px;
}
#sidebar div.sblock{
	margin-top:15px;
}

#sidebar .submenu ul {
	margin:0 0 15px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	list-style-type:none;
}

#sidebar .submenu ul li {
	background-image:url(/i/bg_linkbullet.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 8px 20px;
}

#sidebar .submenu ul li a {
	color:#000;
}

#btm {
	margin:20px 30px 10px 30px;
}
#footer {
	margin:0 auto;
	font-size:12px;
	border-top:1px dotted #ccc;
	text-align:left;
	padding:8px 0 6px 0;
}
#footer address {
	font-style:normal;
}
#footer ul {
	padding:0;
	margin:0;
}
#footer ul li {
	width:211px;
	list-style-type: none;
	display: block;
	float:left;
	border-right:1px dotted #ccc;
	line-height:17px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#footer ul li.l {
	border:none;
}
#footer ul li a {
	color:#333;
}
#content .ppblock h2, #content .ppblock p {
	margin:0 0 3px 0;
}

#content .ppblock {
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
	background-color:#f8f8f8;
}

#content form {
	margin:0;
}
div#form_basic {
	width:520px;
}
#content fieldset {
	border:1px solid #ddd;
	padding:0 10px 5px 10px;
	margin-bottom:10px;
	background-color:#fff;
	margin-right:15px;
}
#content fieldset p {
	margin-top:0;
}
#content fieldset legend {
	color:#000;
	font-family:'Trebuchet MS', Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	margin-bottom:7px;
	padding-top:3px;
	margin-left:-7px;
	padding-bottom:3px;
}

#content div.tbl {
	margin-bottom:15px;
	padding:6px 5px 5px 9px;
	/*background-image:url(/i/bg_tbl2.gif);
	background-repeat:no-repeat;
	background-position:bottom;*/
	border:1px solid #eee;
}
#content table {
	width:98%;
}
#content div.tbl table td {
	padding:2px 10px 2px 0;
	vertical-align:top;
	font-size:12px;
	text-align:left;
}
#content table caption {
	text-align:left;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
	padding:0 0 4px 0;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}

fieldset dl.info, fieldset dl {
	padding:0;
	margin:0;
}

fieldset dl.info dt {
	float:left;
	margin-right:5px;
	text-align:center;
}

fieldset dl.info dt label {
	display:block;
	text-align:left;
	padding:0;
	margin:0;
	color:#000;
}

fieldset dl.info dt input {
	margin-top:4px;
}

fieldset dl.info dt label.r {
	text-align:center;
}

#cont fieldset dl.info dt label {
	color:#000;
	font-weight:normal;
}

div.nf {
	clear:both;
}

#content fieldset div {
	float:left;
	width:225px;
	margin-right:10px;
}
#content fieldset.count div {
	width:225px;
}
#content fieldset div label {
	display:block;
	color:#000;
}
#content fieldset div input {
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-top:1px;
	width:220px;
}
#content fieldset.count div input {
	width:220px;
}
#content fieldset textarea {
	border:1px solid #ccc;
	width:460px;
	margin-bottom:5px;
	margin-top:1px;
}
#sendinfo,#rsubmit,#closeinfo, #sendfeed {
	background-image: url(/i/bg_login_btn.png);
	background-repeat: repeat-x;
	border:1px solid #ccc;
	width:90px;
	padding:1px 3px 1px 3px;
	margin-top:5px;
}

div.bmmenu #bookmark_list, #sidebar div.sblock ul, div.bmmenu #news_list {
	margin:0;
	padding:0;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333;
	list-style-type:none;
}

#bookmark_list li, #sidebar div.sblock ul li, #news_list li {
	background-image:url(/i/bg_linkbullet.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 5px 20px;
}

#bookmark_list li a, #sidebar div.sblock ul li a, #news_list li a {
	color:#444;
	text-decoration:none;
}

#bookmark_list li a:hover, #sidebar div.sblock ul li a:hover, #news_list li a:hover {
	color:#333;
	text-decoration:underline;
}

#kiitos {
	width:515px;
	height:319px;
	background-color:#fff;
	background-image:url(/i/kiitos.gif);
}

#sidebar div.sblock h3 {
	margin: -15px 0 0 0;
	/*
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	*/
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;	
	font-size: 15px;	
}
#sidebar div.sblock p {
	margin:0 0 10px 0;
	font-size:12px;
}

#sidebar div.sblock h3 a {
	color:#000;
	text-decoration:none;
}

#newsmain .subject {
	/*
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;	
	font-size: 16px;
	*/
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;	
	font-size:18px;
	color:#000;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#newsmain .message {
	color:#000;
	font-size:14px;
	font-weight:normal;
}

#newsmain div.subject a {
	/*
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;	
	*/
	color:#000;
	text-decoration:none;
}

#newsmain div.subject a:hover {
	text-decoration:underline;
}

#newsmain div {
	margin:0px 0px 20px 0px;
}

hr {
	color: #ddd;
	background-color: #ddd;
	background-image: url(/i/bg_hr.png);
	background-repeat: no-repeat;
	border: 0px;
	height: 1px;
	margin-bottom: 20px;
}

#newsmain .readmore {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px 0px 0px 5px;
	font-size:14px;	
	text-decoration:underline;
}

#newsmain #readmore:hover {
	color:#d40000;
	margin:0px 0px 0px 5px;
	font-size:14px;	
	text-decoration:underline;
}

.mainlink {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px 0px 0px 0px;
	font-size:14px;	
	text-decoration:underline;
}

.mainlink:hover {
	color:#d40000;
	margin:0px 0px 0px 0px;
	font-size:14px;	
	text-decoration:underline;
}

#listitems {
	margin:0 0 20px 0;
}

#listitems ul {
	margin:0px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

#listitems ol {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

#listitems ul li {
	background-image:url(/i/bg_linkbullet.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 0px 20px;
}

#listitems ol li {
	margin:5px 0 0 0;
}

.listitems_bg {
	border: 2px #F79646 solid;
	-moz-border-radius: 10px;
	padding: 10px 0 10px 0;
}

#listitems ul li.bg_linkline {
	background-image:url(/i/bg_linkline.gif);	
}

#myMap {
	position:relative;
	float:right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
}

#listcolumns ul {
    float: left;
    width: 12em;
    margin: 0;
    padding: 0;
    list-style: none;
	line-height:20px;	
}
 
#listcolumns li {
    float: left;
    width: 6em;
    margin: 0;
    padding: 0;
} 

#tableitems #tbl_type1 {
	width:100%;
	border:2px #aaa solid;
	-moz-border-radius:10px;
	padding:15px;
	margin:5px;
}

#tableitems #tbl_type1 tr {
	vertical-align:top;
}

#tableitems #tbl_type2 {
	width:100%;
	border:1px #ddd solid;
	margin:15px 15px 15px 0;
	background-color:#f8f8f8;
}

#tableitems #tbl_type2 td {
	padding:10px 15px 10px 15px;
	vertical-align:top;	
}

#tableitems #tbl_type2 td.cell_ul {
	width:27%;
	border-right:1px #aaa solid;
	border-bottom:1px #aaa solid;
	text-align:center;
	font-weight:bold;
}

#tableitems #tbl_type2 td.cell_uc {
	border-bottom:1px #aaa solid;
	text-align:center;
	font-weight:bold;	
}

#tableitems #tbl_type2 td.cell_ur {
	width:27%;
	border-left:1px #aaa solid;
	border-bottom:1px #aaa solid;
	text-align:center;
	font-weight:bold;	
}

#tableitems #tbl_type2 td.cell_dl {
	border-right:1px #aaa solid;
}

#tableitems #tbl_type2 td.cell_dr {
	border-left:1px #aaa solid;
}

.indexTopic {
	color: #000000;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

.page1 {
	background: url(/i/bg_topic.jpg) no-repeat right bottom;
	margin-bottom: 2px;
}

.page2 {
	background: url(/i/tfabanner.png) no-repeat 0px -5px;
	cursor: pointer;
}

.page3 {
	background: url(/i/newsbg3.jpg) no-repeat 0px -5px;
}

.rotator {
	width:452px;
	height:184px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.areaContentShadow1 h2 {
  padding:10px;			
  text-shadow: #ccc 1px 3px 3px;				 
}

.areaContentShadow1 li, .areaContentShadow1 a, .areaContentShadow1 a:hover, .areaContentShadow1 a:visited {
  margin: 0 10px 0 10px;
  text-shadow: #ccc 1px 3px 3px;						
}

.areaContentShadow2 h2 {
  padding: 10px 10px 0 10px;			
  text-shadow: #773300 1px 2px 1px;					
  FILTER: Shadow(Color=#995500, Direction=155, Strength=4);			 
}

.areaContentShadow2 p {
  padding: 0 10px 0 10px;
  text-shadow: #773300 1px 2px 1px;
  FILTER: Shadow(Color=#995500, Direction=155, Strength=2);
}

a.Facebook {
  display: block;
  background: url(/i/b_facebook.png) top no-repeat;
  width: 32px;
  height: 32px;
  text-decoration: none;
  float: left;
  margin-left: 28px;
}

a.Facebook:hover {
  background-position: bottom;
}

a.LinkedIn {
  display: block;
  background: url(/i/b_linkedin.png) top no-repeat;
  width: 32px;
  height: 32px;
  text-decoration: none;
  float: left;
  margin-left: 5px;  
}

a.LinkedIn:hover {
  background-position: bottom;
}

a.loginButton {
  margin: 0;
  padding: 0;
  display: block;
  background: url(/i/btn_login.png) top no-repeat;
  width: 98px;
  height: 23px;
  text-decoration: none;
  float: left;
  border: 0;
}

a.loginButton:hover {
  background-position: bottom;
}

a.loginButtonShort {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  display: block;
  background: url(/i/btn_loginshort.png) top no-repeat;
  width: 67px;
  height: 23px;
  text-decoration: none;
  float: left;
  border: 0;  
}

a.loginButtonShort:hover {
  background-position: bottom;
}

span.media {
  /*background: url(/i/bg_media3.png) top no-repeat;*/
  width: 126px;
  height: 63px;
  font-size: 13px;
  float: left;
  margin-left: 20px;
}

table#productmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0px solid #ccc;
	margin: 0;
	padding: 0;	
	border-collapse:collapse;
}

table#productmain td {
	text-align: center;
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px 5px 3px 5px;
	
}

table#productmain td.left {
	text-align: left;
	margin-left: 10px;
}

table#productmain td a.moreinfo {
	text-decoration: none;
}

table#productmain td div.showDropbox
{
	display: none;
	position: relative;
	height: 100px;
	margin: 15px 5px 5px 5px;
	color: #444;
}

span.propChecked
{
	background: url(/i/checked.png) top no-repeat;
	width: 16px;
	height: 17px;
}

table#loginform {
	width: 350px;
	height: 179px;
	font-size: 12px;
	/*background-color: #eee;*/
	background: url(/i/bg_login.png) top no-repeat;
	border: 0;
	/*-moz-border-radius: 10px;*/
	margin-top: 40px;
	margin-left: 40px;
	/*margin-right: auto;*/
	padding: 0px 10px 10px 10px;
}

table#loginFormButtonMenu {
	height: 85px;
	font-size: 12px;
	border: 0;
	margin-top: 15px;
	margin-left: 30px;
	color: #e5e5e5;
}

.loginButtonMenu {
	top: -6px;
	position: relative;
	z-index: 2;
	float: right;
	display: none;
	width: 300px ! important;
	height: 115px;
	background-color: #403f3f;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	opacity: 0.95;
	filter:	alpha(opacity = 93);
	-moz-box-shadow: -4px 4px 4px #bbb;
	-webkit-box-shadow: -4px 4px 4px #bbb;
}

table#loginFormButtonMenu input[type="text"], table#loginFormButtonMenu input[type="password"] {
	width: 130px;
	background-color: #eee;
	border-top: 0;
	border: 1px solid #f0f0f0;
	border-left: 0;	
}

table#loginFormButtonMenu td.r {
	padding-right: 10px;
	text-align: right;
}


a#openAll {
	color: #555;
	text-decoration: underline;
}

a#openAll:hover {
	color: #000;
	text-decoration: underline;
}

table#loginform td {
	padding: 0px 3px 0px 0px;
}

