body {
	color: #41484E;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;

	overflow: -moz-scrollbars-vertical;
}

body.popup {
}

body.popup-box {
	margin: 10px;
	border: 3px solid #68AF21; /* #D0D3D8; */
}


/* LINKS */

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #458632;
}

a:hover {
	color: #e11b3f;
}

a.tos:link,
a.tos:active,
a.tos:visited {
	text-decoration: none;
	color: #253F68;
}

a.tos:hover {
	color: #029A9A;
}

a.link-1,
a.link-1:link,
a.link-1:active,
a.link-1:visited {
	text-decoration: none;
}
a.link-1:hover {
	color: #41484E;
}

a.more,
a.more:link,
a.more:active,
a.more:visited {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	
	padding-left: 14px;
	text-decoration: none;
	font-weight: normal;

	color: #df1b3f;
	font-size: 11px;
}
a.more:hover {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;

	padding-left: 14px;
	color: #87bf50;
	font-weight: normal;
	text-decoration: underline;
}


a.button,
a.button:link,
a.button:visited {
	display: inline-block;

	padding: 0px 0px 0px 0px;
	margin: 3px 0px 3px 0px;

	color: #DF1B3F;
	font-size:15px;
	
	text-align: center;

	text-decoration: none;
}

a.button:hover,
a.button:active,
a.button.focused {
	color: #68af21; /* #87bf50; */
	
	text-decoration: none;
}

a.overlay-img {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 3px;
	background-color: #FFFFFF;
	font-size: 0px;
	border: 2px #606060 solid;
}

a.overlay-img:hover {
	border: 2px #00588D solid;
}

/* HEADLINES */

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 {
	/*border-left: 3px solid #949EAA;*/
/*	background-image: url(../images/customize/h1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 7px;*/ 
	font-size: 22px;
	color: #df1b3f;
	font-weight: normal;
}

h1.headline {
	color: #015D96;
	font-size: 19px;
	font-weight: normal;
}	

h2 {
	font-size: 22px;
	color: #87bf50;
	font-weight: normal;
}

h2.small {
	border-bottom: 1px solid #B3B2AE;
	/*background-image: url(../images/customize/banner_small.png);*/
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 0px 0px 2px 50px;
}

h2.large {
	border-bottom: 1px solid #B3B2AE;
	/*background-image: url(../images/customize/banner.png);*/
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 0px 0px 2px 80px;
}

h3 {
	font-size: 14px;
	color: #df1b3f;
	font-weight: normal;
}

.tabbox-content h3 {
	font-size: 16px;
	color: #029A9A;
}

h3.tabbox {
}

.tabbox-content h4 {
	font-size: 18px;
	color: #029A9A;
}

h4.tabbox {
	font-size: 15px;
	color: #B4B2AE;
	border-bottom: 1px solid #B3B2AE;
	/*background-image: url(../images/customize/banner_small.png);*/
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 0px 0px 2px 50px;
}

.tabbox-content h5 {
	font-size: 14px;
	color: #606060;

	margin-bottom: 5px;
}

h5.tabbox {
}


.layer-content h4 {
	font-size: 16px;
	color: #df1b3f;
}

.layer-content h5 {
	font-size: 14px;
	color: #606060;

	margin-bottom: 5px;
}



/* IDEA */

.idea-title {
	color: #029A9A;
	font-weight: bold;
}

.idea-text-1 {
	color: #606060;
	font-size: 11px;
}

.idea-text-2 {
	color: #263E6A;
}

.idea-text-3 {
	color: #606060;
	font-size: 10px;
	margin-bottom: 5px;
}



/* MEMBER */

.member-title {
	color: #029A9A;
	font-weight: bold;
}



/* CONTAINERS */

#bg-container {
	margin-right:auto;
	margin-left:auto;
	border-left:5px solid #68AF21;
	border-right:5px solid #68AF21;
	border-bottom:5px solid #68AF21;
	width:970px;
}

#bg-container-end {
	height:24px;
	background-image:url(../images/customize/footer_green.png);
}

.text_login
{
	font-size:10px;
}

#base-container {
	background-color: #FFFFFF;
	text-align: center;
/*	margin: 0px auto 0px auto;*/
	border:0px solid red;
}


#header-container {
	position: relative;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border:0px solid green;
	
	
	/*border-top: 3px solid #D0D3D8;
	border-left: 3px solid #D0D3D8;
	border-right: 3px solid #D0D3D8;
	border-bottom: 2px solid #D0D3D8;*/ 
}

#main-container {
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;

	/*border-bottom: 1px solid #D0D3D8;
	border-left: 1px solid #D0D3D8;
	border-right: 1px solid #D0D3D8;*/
}

#footer-container {
	display: block;
	margin: 0px auto 0px auto;
	height: 56px;
	width: 971px;
	vertical-align:middle;
	border:0px solid red;
}



/* NAVI */

ul.navi {
	display: inline;
	list-style: none;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

li.navi-menucell0 {
	display: inline;
	float: left;
	list-style: none;
/*	background-image: url(../images/customize/slash.png);
	background-repeat: no-repeat;
	background-position: 5px 50%; */

	cursor: pointer;
	padding: 7px 5px 7px 5px;
	margin: 0;
	margin-left: 35px;
}

li.navi-menucell {
	display: inline;
	float: left;
	list-style: none;
	background-image: url(../images/customize/slash.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;

	cursor: pointer;
	padding: 7px 5px 7px 15px;
	margin: 0;
}

.navi-menucell.navi-menucell-active {
	color: #000000;
	font-weight: bold;
		/*background-color: #D0D3D8; */
	/*background-image: url(../images/dot-grey.png);*/
}

.navi-menucell.navi-menucell-highlighted {
	color: #000000;
	font-weight: bold;
	/* background-color: #D0D3D8; */
	/*background-image: url(../images/dot-grey.png);*/
}

.navi-menucell-active {
	color: #000000;
	font-weight: bold;
}

.navi-menucell0.navi-menucell-active {
	color: #000000;
	font-weight: bold;
}

.navi-menuitem {
}

.navi-menuitem.navi-menuitem-active {
}

.navi-menuitem-highlighted {
	color: #000000;
	font-weight: bold;
}

.navi-menuitem.navi-menuitem-highlighted {
	color: #000000;
	font-weight: bold;
}

.navi-menuitem-text {
}

.navi-menuitem a.navi {
	color: #666666;
	font-weight: bold;
}
.navi-menuitem a.navi:hover {
	color: #000000;
	font-weight: bold;
	/* background-color: #D0D3D8; */
}

.navi-menuitem-highlighted a.navi {
	color: #000000;
	font-weight: bold;
	/* background-color: #D0D3D8; */
}
.navi-menuitem-highlighted a.navi:hover {
	color: #000000;
	font-weight: bold;
}

.navi-menuitem-active a.navi {
	color: #000000;
	font-weight: bold;
}
.navi-menuitem-active a.navi:hover { }



#member-details {
	z-index: 200;
}


/* TAGCLOUD */

.tagcloud-container {
	background-color: #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}

a.tagcloud-item,
a.tagcloud-item:link,
a.tagcloud-item:active,
a.tagcloud-item:visited {
	color: #458632;
}

a.tagcloud-item:hover {
	color: #e11b3f;
}

a.tagcloud-item-active,
a.tagcloud-item-active:link,
a.tagcloud-item-active:active,
a.tagcloud-item-active:visited {
	color: #e11b3f;
}

a.tagcloud-item-active:hover {
	color: #d10b2f;
}


/* PAGING */

.paging {
	margin: 30px auto 0px auto;
}

.paging p {
	text-align: center;
}

.paging a,
.paging a:link,
.paging a:active,
.paging a:visited {
	padding: 0px 3px 0px 3px;
	color: #458632;
}

.paging a:hover {
	color: #e11b3f;
}



.paging span.active-page {
	font-size: 18px;
	color: #e11b3f;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

.paging a.page-prev
{
	background-image: url(../images/page_prev.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 50px 10px 50px;
}

.paging a.page-next
{
	background-image: url(../images/page_next.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 50px 10px 50px;
}
/* TOOLTIPS */

.tooltip-wrapper {
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	display: none;
}

.tooltip-container {
	border: 2px solid #D1D4D9;
	background-color: #ECEAE6;
}

.tooltip-content {
	padding: 5px;
}

.tooltip-image {
	cursor: pointer;
}



/* LAYERS */

.layer-wrapper {
	/*margin-left:260px;
	margin-top: 300px;*/
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	width: 500px;
	border: 2px solid #D1D4D9;
	z-index: 200;
}

.layer-container {
	position: relative;
	zoom: 1;
}

.layer-content {
	background-color: #ECEAE6;
	zoom: 1;

	padding: 15px;
}

.layer-addlink {
	z-index: 500;
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom: 2px solid #D1D4D9;
	border-left: 2px solid #D1D4D9;
	

	cursor: pointer;
}

.layer-addlink-text {
	color: #3F464D;
	font-size: 11px;
	text-align: center;
	padding: 1px 10px 2px 10px;
}

.layer-addlink.layer-addlink-highlighted .layer-addlink-text {
	color: #FFFFFF;
	background-color: #C7C7C7;
}

.layer-addlink .box-transparent-tr {
}

.layer-addlink.layer-addlink-highlighted .box-transparent-tr {
}

.layer-addlink .box-transparent-tl {
}

.layer-addlink.layer-addlink-highlighted .box-transparent-tl {
}



/* BOXES */

.tabbox-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #B4B2AE;
}

.tabbox-menu-wrapper {
}

.tabbox-menu {
	position: relative;
	width: auto;
	margin: 0px 0px 0px 0px;
	top: 1px;
	z-index: 100;
	border-collapse: separate;

	border-bottom: 1px solid #FFFFFF;
	
	font-weight: bold;
}

.tabbox-menucell {
	border-collapse: separate;

	padding: 0px 1px 0px 0px;
	background-color: transparent;
	vertical-align: bottom;
}

.tabbox-menuitem {
	position: relative;
	width: 100%;

	cursor: pointer;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #B4B2AE;
}

.tabbox-menuitem.tabbox-menuitem-inactive {
	cursor: default;
}

.tabbox-menuitem.tabbox-menuitem-active {
	color: #5F97BB;
	background-color: #FFFFFF;
	border-right: 1px solid #B4B2AE;
	border-bottom: 1px solid #FFFFFF;
}

.tabbox-menuitem.tabbox-menuitem-highlighted {
	color: #5F97BB;
	background-color: #FFFFFF;
	border-right: 1px solid #B4B2AE;
}

.tabbox-menuitem.tabbox-menuitem-highlighted.tabbox-menuitem-active {
}

.tabbox-menuitem-text {
	text-align: center;
	padding: 7px 10px 7px 10px;
}

.tabbox-container {
	position: relative;
	zoom: 1;

	background-color: #FFFFFF;
}

.bordered .tabbox-container {
	border: 0px solid #cccccc;
	/* background-image: url(../images/tabbox_grad_2.jpg);
	background-position: top left;
	background-repeat: no-repeat; */
}

.tabbox-content {
	position: relative;
	zoom: 1;

	padding: 10px;
}

.tabbox-addlink {
	position: absolute;
	top: 0px;
	right: 0px;

	cursor: pointer;
	color: #FFFFFF;
	background-color: #029A9A;
}

.tabbox-addlink.tabbox-addlink-highlighted {
	color: #FFFFFF;
	background-color: #00007E;
}

.tabbox-addlink-text {
	text-align: center;
	padding: 2px 10px 3px 10px;
}

.tabbox-addtablink {
	position: absolute;
	z-index: 500;
	top: 0px;
	right: 0px;

    cursor: pointer;
    color: #FFFFFF;
    background-color: #B4B2AE;
}

.tabbox-menuitem-active .tabbox-addtablink,
.tabbox-menuitem-highlighted .tabbox-addtablink {
    color: #FFFFFF;
    background-color: #029A9A;
}

.tabbox-menuitem-active .tabbox-addtablink.tabbox-addtablink-highlighted,
.tabbox-menuitem-highlighted .tabbox-addtablink.tabbox-addtablink-highlighted {
	color: #FFFFFF;
	background-color: #00007E;
}

.tabbox-addtablink-text {
	text-align: center;
	font-weight: bold;
    padding: 0px 7px 1px 7px;
}



/* GENERAL */

.error { color: #FF0000; }

.hint { color: #029A9A; }

.tabbox-spacer-top { margin-top: 10px; }

.text-diff-1 {
	color: #263E6A;
}

.text-diff-2 {
	color: #029A9A;
}

.spacer {
	margin: 10px 0px 20px 0px;
}

.dot-separator {
	margin: 5px 0px 5px 0px;
	height: 3px;
	font-size: 0px;
	line-height: 0px;

	background-image: url(../images/dot_3x2_transparent.png);
	background-repeat: repeat-x;
	border: 0px none #FFFFFF;
}

a.image-boxed,
span.image-boxed {
	/* border: 1px solid #606060; */
	text-align: center;
	display: block;
}

a.image-boxed-highlighted {
	border: 1px solid #029A9A;
}

a.c1 {
	/* border: 1px solid #FF6766; */
	border: 1px solid #cccccc;
}

a.c2 {
	/* border: 1px solid #66CDCC; */
	border: 1px solid #cccccc;
}

a.c3 {
	/* border: 1px solid #FFCC00; */
	border: 1px solid #cccccc;
}

a.tc1 {
	/* color: #FF6766; */
	color: #666666;
}

a.tc2 {
	/* color: #66CDCC; */
	color: #666666;
}

a.tc3 {
	/* color: #FFCC00; */
	color: #666666;
}

.tc1 {
	color: #666666;
}

.tc2 {
	color: #666666;
}

.tc3 {
	color: #666666;
}

.busy-indicator {
	display: none;
	background-image: url(../images/indicators/ajax_loader_3_transparent_000000.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

div.busy-overlay {
	background-color: #FF0000;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

div.ajax-overlay {
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

div.ajax-indicator {
	background-color: #00588D;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

img.ajax-indicator {
	vertical-align: bottom;
}

tr.colored,
td.colored {
	background-color: #CBCBCB;
}

div.button-context {
	background-color: transparent;
	border: 1px solid #FFFFFF;
}

div.button-context-highlighted {
	background-color: #DDDDDD;
	border: 1px solid #EB7024;
}

div.checkbox-context {
	background-color: transparent;
	border: 1px solid #FFFFFF;
}

div.checkbox-context-highlighted {
	background-color: #DDDDDD;
	border: 1px solid #029A9A;
}

.flyover {
	background-color: transparent;
}

.flyover-highlighted {
	background-color: #DDDDDD;
}

.plain {
	border: none;
	background-color: inherit;
	cursor: pointer;
}

textarea.editidea {
	width: 100%;
	height: 80px;
	font-family: Arial, sans-serif;
}

input.editidea {
	width: 100%;
	font-family: Arial, sans-serif;
}

img.quickvote {
	margin-right: 2px;
	width: 12px;
	vertical-align: middle;
}

.admin-debug-container {
	border: 2px solid #000000;
	color: #000000;
	background-color: #CCCCCC;
	padding: 10px;
}

#admin-container {
	position: absolute;
	top: 0px;
	left: 0px;
}

#debug-container {
	margin: 20px auto 10px auto;
	width: 800px;
	color: #FF0000;
}

.enterImage {
	width: 240px;
	height: 240px;
	/* background-color: #D0D3D8; */
	color: #41484E;
	border: 1px solid #cccccc;
	cursor: pointer;
	background-image:url(../images/customize/bg_enteridea.png);
}

.pool-settings {
	margin-top: 20px;
}

#tnc_popup {
	height: 100%;
	width: 100%;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	filter:alpha(opacity=75);
}

#tnc_window {
/*	width: 600px;
	height: 300px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #ffffff;
	position: absolute;
	z-index: 999;
	top: 200px;
	left: 25%; */
}

.news_all {
	display: none;
}

li {
	margin-left: 30px;
}

.sidenews {
	background-image: url(../images/customize/arrow2.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
}

.hdiv {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0px;
	width:100%;
	height:1px;
	background-color:#949EA8;
	overflow:hidden;
}

.hdiv2 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0px;
	width:100%;
	height:2px;
	background-color:#949EA8;
	overflow:hidden;
}

h2.jury {
	font-size:14px;
	height: 16px;
	color: #666666;
	display: inline;
}

h3.jury {
	font-size:12px;
	/* height: 12px; */
	color: #029A9A;
	/* padding-left:20px; */
}

.ijury {
	border: 1px solid #666666;
}

.catleft {
	padding-left: 50px;
}

.catright {
	padding-left: 391px;
}

a.totop {
	display: block;
	text-align: right;
	padding-right: 5px;
	margin-top:10px;
}

td.feat {
	padding: 5px;
	border: 1px solid #ddd;
}

td.feat3 {
	padding: 5px;
}

tr.feat {
	background-color: #B0B4BF;
	color: #ffffff;
}

.header2 {
	background-image:url(../images/customize/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 822px;
	height: 133px;
	float:auto;
}

.divider {
	height:14px;
	background-image:url(../images/customize/divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:5px;
	margin-bottom:5px;
}

.divider2 {
	height:14px;
	background-image:url(../images/customize/divider2.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:5px;
	margin-bottom:5px;
}

.divider3 {
	height:14px;
	background-image:url(../images/customize/divider3.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:5px;
	margin-bottom:5px;
}

.divider4 {
	height:5px;
	margin-top:5px;
	border-top:1px dotted #df1b3f;
}

.lb {
	/* border: 2px solid #004FA4; */
	/* border: 2px solid #FFD100; */
	border: 2px solid #2C5A93;
	color: #2C5A93;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	display:table-cell;
	margin: 0px;
}

.bordered-bottom {
	width: 820px;
	height: 32px;
	background-image: url(../images/tabbox_bottom_grad.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.cfiprev {
	border: 1px solid #cccccc;
}

.showidea {
	border: 1px solid #cccccc;
	background-image: url(../images/tabbox_grad_2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.ideabox {
	border-left: 1px dotted #df1b3f;
	padding: 10px;
	padding-left: 30px;
	width: 540px;
	/*background-image: url(../images/customize/idea_bg.png);
	background-repeat: no-repeat;
	background-position: left top; */
}

/* Contest box styling */

.contest-box { 
  background-image: url(../images/tabs-cont-1.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 822px;
  height: 74px;
}
.contest-box a {
  border: 0px solid #DDD;
  color: #666666;
  text-decoration: none;
  background-color: none;
}
.contest-box a.contestactiveLink { 
	border-bottom: 0; 
}

.contesttabcontent {
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/tabs-cont-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 820px;
}
.contesthide { 
	display: none;
}

.contestParagraphs {
	line-height: 16px;
	margin-bottom:20px;
}

ul.contestParagraphsList {
	list-style-type: square;
	font-weight: bold;
	margin-top: 20px;
}

ul.contestParagraphsList li {
	padding: 5px 0px 5px 0px;
}

div.example-idea {
	padding:10px;
	margin:10px;
	background-color:#ECEFFE;
	border:1px solid #dddddd;
}

div.example-idea p.headline {
	font-weight: bold;
	margin-bottom: 10px;
}

.prj {
	border: 1px solid #ccc;
}

table.prj {
	border-collapse:collapse;
}

a.small,
a.small:link,
a.small:active,
a.small:visited {
	text-decoration: underline;
	font-size: 10px;
}

h3.prizes {
	color: #036FB0;
	text-decoration: underline;
}

h2.contest_description {
	color: #036FB0;
	font-size:16px;
}

div.c1 {
	/* border: 1px solid #FF6766; */
	border: 1px solid #cccccc;
}

input.loginfield {
	width: 175px;
	border: 1px solid #448831;
	color: #448831;
	height: 20px;
	font-size: 14px;
	margin-top: 7px;
}

input.searchfield {
	width: 130px;
	border: 1px solid #df1b3f;
	color: #df1b3f;
	height: 20px;
	font-size: 14px;
	margin-top: 7px;
}

.maincontent {
	padding:17px;
	padding-right:7px;
}

.tabbing .ui-widget-header {
	background:none;
	border:0px solid white;
}

.tabbing .ui-widget-content {
	background:none;
	border:0px solid white;
}
	
.tabbing .ui-tabs {
	padding:0;
}

.tabbing .ui-tabs .ui-tabs-nav {
	padding:0;
}

.tabbing .ui-tabs .ui-tabs-panel {
	padding:0;
	padding-top:20px;
	background-image:url(../images/customize/divider3.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.tabbing .ui-state-default, .tabbing .ui-widget-content .ui-state-default {
	background:none;
	border:0px solid white;
	background-color:#ffffff;
}

.tabbing .ui-state-active, .tabbing .ui-widget-content .ui-state-active {
	background:none;
	border:0px solid white;
	background-color:#F7CCD5;
}

.tabbing .ui-state-active a, .tabbing .ui-state-active a:link, .ui-state-active a:visited {
	color:#DF1B3F;
	font-size:16px;
}

.tabbing .ui-state-default a, .tabbing .ui-state-default a:link, .ui-state-default a:visited {
	color:#DF1B3F;
	font-size:16px;
}

.tabbing .ui-tabs .ui-tabs-nav li a {
	text-decoration: underline;
}

