/* CORE CSS - 20060601 */


/* BODY */

body /* These becomes the initial settings for most other elements */
{
    /*background-color: #464346;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #535548;;
    text-align: center;  IE method for centering page if it has fixed width 
    margin: 0;
    padding: 0;*/
	font-family:"arial";
	font-size:12px;
	color:#575a5c;
	background:#FFF;
}
.body-home {
	background:#343434;
	color:#575a5c;
	font-family:"arial";
	font-size:12px;
	}
/* button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
}  */

/* HEADINGS */

/*h1, h2, h3, h4, h5, h6  Set general styles for all headings; some may be overridden later 
{
    font-weight: bold;
    font-style: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
}

h1
{
    font-size: 1.4em;
    font-weight: normal;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 1em;
    font-weight: normal;
}*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;	
	}
fieldset,img {
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}
li	{
	list-style:none;
	}
caption,th {
	text-align:left;
	}
h1{
	font-size:100%;
	font-weight:normal;	
	margin-bottom:7px;
	
}
* html h1{
	margin-bottom:0px;
}

h2{
	font-weight:bold;
	font-size:14px;
	margin-bottom:2px;
	margin-top:8px;
}
h3{
	font-size:13px;
	font-weight:bold;
}
.custom h2{
	font-size:16px;
}
.subscription-middle h2{
	font-size:13px;
	margin-bottom:5px;
	color:#8A8B8D;
}
.subscription-content p{
	font-size:11px;
}




h4
{
font-size:12px;
width:100%;
margin-bottom:2px;
}
.formnote{
	float:left;
	padding:10px 0px 10px 92px;
}
* html .formnote{
	padding-left:95px;
}
.formfield-text{
	font-size:12px;
	width:90px;
	float:left;
}
.formfield-textarea{
	font-size:12px;
	width:90px;
	float:left;
}
* html .formfield-textarea{
	width:93px;
}
abbr,acronym {
	border:0;
	font-variant:normal;
	}

/* PARAGRAPHS */

p
{
    margin: 0px 0 5px 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

.list p
{
    margin: 0 0 5px 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/* LINKS */

a
{
    color: #575A5C;
    text-decoration: none;
}

a:hover
{
    /*text-decoration: underline;*/
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0;
}

pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */
{
    white-space: normal;
}

pre.wordwrap span.line /* Style for tag wrapping around each line of text */
{
    display: block;
}


/* TABLES */

table
{
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    /*width: 100%;
    margin: 1em 0 1em 0;
    border: none;*/
	background:transparent url('../images/middle.gif') repeat-y;
	background-position:0 30px;
	/*padding:20px 0;*/
	text-align:center;
	font-size:11px;
}


table.list td{
	padding:0px;
	margin:0px;
}

/*table.list th, table.list td
{
    padding: 20px;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(../images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.list td
{
    border-top: 1px solid #f8f8f8;
    font-weight: normal;
}

table.list th:first-child, table.list td:first-child
{
    border-left: 1px solid #ffffff;
}

table.list tr.bglight
{
    background-color: #F1F1ED;
}

table.list tr.bgdark
{
    background-color: #EAE9E1;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover 
{
    background-color: #ffffff;
}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{
    border-color: #ffffff;
}

table.list a
{
    border-bottom-color: #EAE9E1;
}

table.list img
{
    vertical-align: middle;
}*/

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    margin: 0px 0 10px 25px;
    padding: 0;
    list-style-type: none;
	list-style-type: none
}


ul ul, ol ul
{
    /*margin: 0.3em 0 0.5em 1.3em;*/
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}
ul li ul li{
	margin-bottom:3px;
}
li
{
	margin: 0;
    padding: 10px 0 0px 10px;
   /* padding: 0 0 0 14px;
    background-image: url(../images/li-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 0.4em;*/
	
     list-style-type: disc;
}

#footer ul
{
    margin: 0.75em 0 1em 0;
    padding: 0;
    list-style-type: none;
}

#footer li{

	list-style-type: none;
}

/* DEFINITION LISTS */

dl
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}


/* FORM ELEMENTS */

form
{
    margin: 0;
    padding: 0;
}

label
{
    font-weight: bold;
    padding-right: 10px;
    display: block;
    /*white-space: nowrap;*/
	float:left;
	padding-top:5px;
	width:120px;
}

.user-edit label
{
    font-weight: bold;
    padding-right: 10px;
    display: block;
    /*white-space: nowrap;*/
	float:left;
	padding-top:0px;
	width:120px;
}

input, select
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */
	margin:2px;
}

input.box, input.halfbox
{
    font-size: 1em;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
	margin:2px;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button, input.defaultbutton
{
    background-image: url(../images/button-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    border: 1px solid #b9b7b7;
    font-size: 0.8em;
    color: #787979;
    vertical-align: middle;
    margin: 0.25em 0 0.25em 0;
}
.submitbutton {
	background:transparent url(../images/contact.jpg) no-repeat scroll 0 0;
	border:0 solid #B9B7B7;
	color:#FFFFFF;
	font-weight:bold;
	height:34px;
	padding:0px 13px 8px 0px;	
	text-align:center;
	text-transform:capitalize;
	vertical-align:middle;
	width:110px;
	cursor:pointer;
	margin-top:5px;
}
* html .submitbutton{
	padding-bottom:10px;
	margin-top:0px;
}
*:first-child+html .submitbutton{
	padding-bottom:10px;
}
.newsbutton{
	background:transparent url(../images/submit.jpg) no-repeat scroll 0 0;
	border:0 solid #B9B7B7;
	color:#FFFFFF;
	cursor:pointer;	
	font-size:11px;
	width:79px;
	height:28px;	
	margin-left:-4px;	
}
.newsbuttonnl{
	background:transparent url(../images/submit-nl.jpg) no-repeat scroll 0 0;
	border:0 solid #B9B7B7;
	color:#FFFFFF;
	cursor:pointer;	
	font-size:11px;
	width:79px;
	height:28px;	
	margin-left:-4px;	
}
.box{
	border: 1px solid #808587;
	width:70%;
}

.mybox{
  width:250px;
 /* height:17px;*/
  border: 1px solid #808587;
  color:#abadb8;
  }
.smallbox{
  width:140px; 
  border: 1px solid #A5A9AC;
  color:#898A8E;
  font-size:10px;
  padding-left:3px;  
  margin-bottom:5px;
  margin-left:0px;
  }
.myboxrequired{
  width:250px;
  border: 1px solid #808587;
  color:#abadb8;
  }

 .red{
  border: 1px solid #fa9706;
  }

.myboxarea{
  width:250px;
  color:#abadb8;
  height:140px;
  border: 1px solid #808587;
  float:left;
  }

.errorcontact{
	padding:0px 0px 15px 92px;
	color:#FA9706;
}
.errorsubscription{
color:#FA9706;
}

 .halfbox{
  width:200px;
  height:20px;
  border: 1px solid #808587;
  }

.user-login{
	width:500px;
	padding-top:20px;
	padding-left:20px;
}
/*input.halfbox, textarea.halfbox
{
    width: 50%;
}*/


div.input, div.textarea
{
    margin: 0.5em 0 0.5em 0;
    padding: 0 0.25em 0 0.25em;
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}
.content-action{
	float:left;
	width:100%;
	margin-left:90px;
}
*:first-child+html .content-action {
	margin-left:45px;
}
* html .content-action{
	margin-left:30px;
	width:80%;
	padding-left:3px;
}
div.textarea
{
    padding-right: 0;
}

div.input input, div.textarea textarea
{
   /* width: 100%;*/
    margin: 0;
    padding: 0;
    border: none;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

fieldset input.button
{
    margin-top: 0.5em;
}

/* HORIZONTAL RULERS */

hr /* General formatting for all horizontal rulers */
{
    color: #ffffff; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0; /* This single top border is the one replacing the default look of the ruler */
    height: 1px;
    margin: 0.35em 0 0.35em 0; /* Be aware that these margins may not be calculated consistently across browsers */
}


/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning
{
    margin: 0.5em 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    border: 6px solid #808080;
    background-color: #f8f8f8;
}

div.message-feedback
{
    border-color: #40b040;
}

div.message-warning, div.warning
{
	float:left;
	width:100%;
}

div.message-error
{
    border-color: #c04040;
}


/* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */

/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

div.object-left /* Used for floating images and other content elements to the left inside other content */
{
/*    margin: 0.25em 0.25em 0.25em 0;*/
    float: left;
    clear: left;
}

div.object-right /* Used for floating images and other content elements to the right inside other content */
{
	float:right;
   /* margin: 0.25em 0 0.25em 0.25em;
    float: right;
    clear: right;*/
}

.view-embed
{
	/*border-left:1px solid #D9DADB;
	border-right:1px solid #D9DADB;
	border-bottom:1px solid #D9DADB;*/
	padding-bottom:15px;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}


/* MISCELLANEOUS STYLES */

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */
{
    display: none;
}

#preview{	
	background:#fff;
	padding:5px;	
	color:#fff;	
	}
#taxmodellink{
	text-decoration:underline;
}
.comparison ul{
	padding:0px;
	margin:0px;
}
.comparison ul li{
	list-style-type:none;
}
.comparison ul li ul li {
	margin-left:20px;
	line-height:15px;
	}
#manfield{
	margin-bottom:10px;
}
table.renderedtable a.orange, table.renderedtable a.orange:hover,a.orange,a.orange:hover {
	color:#F46C20;
}
table.renderedtable a.underline{
	text-decoration:underline;
}

.horizontalborder {
	padding:10px 0 10px 0;
	/*border-top: 1px solid #E6E6E6;*/
	background-image:url(../images/gray-line.gif);
	background-position:center center;
	background-repeat:repeat-x;

}

.thankscontent{
	width:570px;
	padding:10px 0px 0px 0px;
}
.thankscontent a,.thankscontent table td a{
	color:#f47f3d;
}
.thankscontent a:hover{
	text-decoration:underline;
}
.subscription-content{
    float:right;
	width:275px;
	padding:5px 0px 0px 40px;
	/*border:1px solid red;*/
}
*:first-child+html .subscription-content{
	padding-left:51px;
}
.subscription-top{
	background: url(../images/subscription-top.jpg);
	background-repeat:no-repeat;
	width:263px;
	height:35px;
	float:left;
}
.subscription-middle{
	background: url(../images/subscription-middle.jpg) repeat-y;
	padding:0px 25px 0px 35px;	
/* 	float:left; */
}
* html .subscription-middle{
	margin-top:-2px;
}
.subscription-middle p {
	color:#898A8E;
	line-height:14px;
	margin-right:30px;
	
/* 	padding-left:30px; */
}

.subscription-middle-new {
	background: url(../images/subscription-middle.jpg) repeat-y;
	padding:0px 25px 0px 35px;	
/* 	float:left; */
}
* html .subscription-middle-new {
	margin-top:-2px;
}
.subscription-middle-new p {
	color:#898A8E;
	line-height:14px;
	margin-right:10px;
	
/* 	padding-left:30px; */
}





.subscription-bottom{
	background: url(../images/subscription-bottom.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:263px;
	float:left;
}
.subscription-middle h3{
padding-bottom:10px;
}
/*.subscription-content{
	background: url(../images/newletter-bg.jpg);	
	background-repeat:no-repeat;
	width:270px;
	float:left;
	padding-top:35px;
	height:200px;
	margin-left:5px;
}
.subscription-middle h2{
	margin-left:30px;
	font-family:Arial;
	font-weight:bold;
	color:#898b8d; 
	font-size:12px;
	float:left;
	width:100%;
}
.subscription-middle h3{
	margin-left:30px;
	font-family:Arial;
	font-weight:bold;
	color:#898b8d; 
	font-size:12px;
	float:left;
	width:100%;
}
.subscription-middle p{	
	margin-left:30px;
	margin-top:7px;
	font-family:Arial;
	color:#898b8d; 
	font-size:12px;
	float:left;	
	width:200px;
}
#subscriptionform .smallbox {	
	margin-left:30px;
	font-family:Arial;
	color:#abacad; 
	
	border:1px #a6a9ab solid;
	float:left;
	padding-left:5px;
	padding-top:2px;
	height:18px;	
}
#subscriptionform .submitbutton {	
	margin-left:27px;
	margin-top:7px;
	float:left;
}
#subscriptionform .errorsubscription{
	margin-left:30px;
	float:left;
	width:100%;
}*/
td.imagesettings img {
	margin-top:-3px;
}
*:first-child+html td.imagesettings img{
	margin-top:0px;
}
*:first-child+html .imagetext{
	padding-top:2px;
}
* html td.imagesettings img{
	margin-top:0px;
	vertical-align:bottom;
}
* html .imagetext{
	padding-top:2px;
}
.messageclass{
	font-size:16px;
	font-weight:bold;
}
.stips{
	float:left;
}
.advances{
	float:left;
	width:100%;
}
.flash-right{
	float:right;	
	margin-right:10px;	
}
.object-right.makemeright, .makemeright{
	float:right;
	border:1px solid #e6e6e6;
}
.imageborder{
	border:1px solid #e6e6e6;
	}
.verticalshadowborder{
	background:url(../images/vertical-shadow.gif);
	background-repeat:repeat-y;
	background-position:center center;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.aligncenter{
	text-align:center;
}
table.renderedtable td.aligncenter a, td.aligncenter a{
	color:#f46c20;
	font-weight:normal;
	padding-bottom:10px;
}
table.renderedtable td.aligncenter a:hover, td.aligncenter a:hover{
	text-decoration:underline;
}
* html .attribute-message textarea{
	margin-left:-1px;
}
.contenttable{
	float:left;
	margin-top:25px;
}
* html .contenttable{
	margin-top:25px
}
.righttable{
	float:left;
	margin-top:13px;
}
.rightcolumntd .view-embed{
	padding-bottom:0px;	
}
* html .rightcolumntd .view-embed{
	margin-right:15px;	
}
.anchorLink{
	text-decoration:underline;
}
.shadowboxp{
	
	padding-right:10px;
	text-align:center;		
}
.shadowboxp p{	
	color:#575A5C;
}
.name{
	margin:0px;
	float:right;
}
.comp{
	margin:0px;
	float:right;
}
*:first-child+html .name{
	width:100%;	
	text-align:right;
}
* html .name{
	width:100%;	
	text-align:right;
}
.noimageul {
	margin-left:0px;
	padding-left:0px;
}
.noimageul li{
	list-style-type:none;
}
.imageul li{
	list-style-type:disc;
}
ol li{
	list-style-type:decimal;
}
.rightcolumn {
	float:left;
	margin-top:25px;
	margin-left:20px;
	padding-right:15px;
	padding-left:15px;
	}
ul.round_bullet  {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-left:10px;
	}
ul.round_bullet  li {
	background:transparent url(../images/round_bullet.jpg) no-repeat scroll left top;
	padding:0px 0px 10px 20px;
	margin:0px;
	list-style-type:none;
	}
.landingleft{
	float:left;
	width:610px;	
}
.landingleft h1 {
	display:block;
	color:#959593;
	font-size:18px;
	padding:0px 0px 10px 0px;
	margin:0px;
	}
.landingleft h2 {
	font-size:14px;
	padding:0px 0px 0px 0px;
	color:#f46c20;
	font-weight:bold;
	margin:0px;
	}
.list_container {
	float:left;
	width:350px;
	margin:0px 0px 0px 15px;
	display:inline;
	}
ul.tick_bullet  {
	padding:0;
	list-style-type:none;
	margin-top:10px;
	display:block;
	margin-left:0px;
	}
*:first-child+html ul.tick_bullet{ 
	margin-left:15px;
}

*:first-child+html .list_container h2{
	margin-left:15px;
}
* html ul.tick_bullet{ 
	padding-left:15px;
}

* html .list_container h2{
	padding-left:15px;
}
ul.tick_bullet  li {
	background:transparent url(../images/tick.jpg) no-repeat scroll left top;
	padding:0px 0px 10px 20px;
	margin:0px;
	list-style-type:none;
	}
.landingleft .default{
	margin-top:10px;
}
.landingright{
	float:right;
	width:270px;
}

.contact_top{
	background:transparent url(../images/bg_top.jpg) no-repeat scroll left top;
	height:17px;
}
.contact_middle{
	background:#eaeaea;
	padding:0px 15px 0px 15px;
	height:290px;
}
.contact_bottom{
	background:transparent url(../images/bg_bottom.jpg) no-repeat scroll left top;
	height:17px;
}
.contact_middle  {
	background:#eaeaea;
	padding:0px 15px 0px 15px;
	height:auto;
	}

.input_row {
	float:left;
	margin:15px 0px 0px 0px;
	width:100%;
	clear:both;
	}
.input_label {
	float:left;
	width:90px;
	}
.input_text{
	float:left;
	width:147px;
	background-image:url(../images/input_bg.jpg);
	background-repeat:repeat-x;
	display:inline;
	height:18px;
	border:0 none;
	vertical-align:middle;
	margin:0px;
	}
* html .input_text{
	background-attachment : fixed;
	}
.input_label span {
	font-weight:bold;
	}
input.submit {
	float:right;
	background:transparent url(../images/download_button.jpg) no-repeat scroll 0 0;
	display:inline;
	height:30px;
	border:0 none;
	vertical-align:middle;
	cursor:pointer;
	width:130px;
	}
.contact_middle span {
	font-weight:bold;
	}
.contact_middle {
	clear:both;
	}
.contact_middle p {
	padding-top:10px;
	margin:0px;
	}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	}
.fullwidth{
	width:911px;
	color:#959593;	
	padding:15px;	
	margin:0px 15px 0px 15px;
	height:350px;
}
.contact_middle h2{
	margin-top:0px;
}
#footerme {
	border-top:1px solid #D9DADB;
	padding:5px 5px 0px 5px;	
	color:#959593;
	}
#footerme p img {
	margin:0px 5px 0px 5px;
	}
.footer_left {
	float:left;
	}
.footer_logo {
	float:right;
	}
.footer_logo img {
	margin-left:15px;
	}
.contact_middle a{
	 color:#959593;
}
.required{
	color:#959593;
}
#errordisplay1{
	display:none;
	color:#FA9706;
	margin-top:10px;
}
.orangeborder{
	background:transparent url(../images/input_bg_org.jpg) no-repeat scroll 0 0;
	float:left;
	width:147px;
	display:inline;
	height:18px;
	border:0 none;
	vertical-align:middle;
	margin:0px;
}
.searchrecord{
	float:left;	
	width:100%;	
	margin-top:10px;
}
.searchrecord a{
	text-decoration:underline;
}
.searchrecord h2{
	margin-top:0px;
}
.searchrecord p{
	margin:0px;
}
.searchresult{ 
	margin-top:20px;
}
.class-article-mainpage{
	padding-top:10px;
}
.topborder{
border:1px solid #D9DADB;
}
.bottommargin{
	margin-bottom:10px;
	height:10px;
}
.defaultborder{
	margin-bottom:5px;
	margin-top:5px;
}
table.defaultborder td{
	padding:5px;
}