/*DEFAULT*/
h1{
	font-size:3.25em;	
	font-weight:normal;
	padding-bottom:15px;
}
.project-container h1{
	font-size:2.5em;	
}
h2{
	font-size:2.0em;
	font-weight:normal;
	padding-top:20px;
	padding-bottom:12px;
}

h2.ListTitle
{
	font-size:1.8em;
	padding-bottom:6px;
	padding-top:8px;
}

h3{
	font-size:1.3em;
	padding-top:11px;
	padding-bottom:3px;
}
h4{
	font-size:1.25em;
}
h5, p, a, td, li, input, textarea{
	font-size:1.0em;
}

h2 a
{
	text-decoration:none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, 
li a, li p, li textarea, li input, 
p a, p textarea, p input, 
td a, td p, td textarea, td input{
	font-size:1em;
}
a{
	color:#0062a6;
}
a:hover{
	color:#343434;	
}
html{
	background:#fff url( ../image/html-bg.jpg ) repeat-x left top;	
}
body{
	color:#343434;
	background:transparent url( ../image/body-bg.jpg ) no-repeat center top;	
}

.input-text  {
	border:0 none;
	display:block;
	height:14px;
	margin:0;
	padding:0;
	width:195px;
}

/*MAIN*/
#main-container{
	width:975px;
	margin:0 auto;
	background-color:#fff;
	position:relative;
	background:#fff url( ../image/header-bg.jpg ) repeat-x center top;
}
#header{
	margin:0 20px;
	height:130px;
	position:relative;
	z-index:99999999;
	border-bottom:1px solid #cfcfcf;
}
.logotype{
	width:215px;
	height:127px;
	position:absolute;
	text-indent:-999px;
	overflow:hidden;
	top:0;
	background:transparent url( ../image/logotype.jpg ) no-repeat left top;
}
#main-content{

	padding:30px 0 6px 20px;
	overflow:hidden;
	width:955px;
}
#footer{
	border-top:1px dotted #cfcfcf;
	padding:15px 0 15px 235px;
	margin:0 20px;
}
#footer p{
	font-size:1.1em;
	color:#646464;
}


/*COLUMNS*/
.small-column{
	width:155px;
	padding-top:6px;
}
.medium-column{
	width:235px;
}
.half-column {
	width: 360px;
		
}
.large-column{
	width:535px;
	margin-right:0px;
}

.column-content{
	margin-right:20px;	
}
.small-column .column-content{
	margin:0;	
}
.list-container .column .column-content{
	margin-right:0;
}
.column-container{
	width:720px;
}
.list-container{
	width:720px;	
}
.project-container {
	margin: 0 -10px;
	background-color: #faeaea;
	padding:5px 0 5px 10px; /* padding: 5px 10px; */
	width: 700px;
	_height:500px;
	min-height:500px;


}

/*MENUS*/
.top-menu {
	position:absolute; 	
	left:235px;
	bottom:9px;
	border-right:1px solid #e2e2e2;
}
.top-menu li {
	float:left;
	position:relative;
}
.top-menu a{
	border-left:1px solid #e2e2e2;
	color:#343434;
	float:left;
	font-size:1.5em;
	line-height:30px;
	padding:0 20px;
	text-decoration:none;
}
.top-menu li.has-children a:hover,
.top-menu li.has-children:hover a{
	background-color:#fff;
	border:1px solid #e2e2e2;
	border-bottom:0;
	margin:-11px -1px -10px 0;
	padding:10px 20px;
	z-index:12;
	position:relative;
}	
.top-menu a:hover,
.top-menu :hover a,
.top-menu li.selected a{
	color:#0062a6;
}
.topsub-menu {
	background-color:#fff;
	border: 1px solid #e2e2e2;
	border-top:0;
	display:none;	
	left:0px;
	top:40px;
	position:absolute;
}
* html .topsub-menu{
	top:55px;	
	left:-1px;
}
.topsub-menu li{
	float:none;
}
.top-menu li.has-children:hover .topsub-menu a,
.top-menu li.has-children a:hover .topsub-menu a{
	background-color:#fff;
	border:0;
	border-bottom:1px solid #e2e2e2;
	color:#0062a6;
	display:block;
	float:none;
	font-weight:bold;
	line-height:1.2em;
	margin:0 20px;
	padding:3px 50px 3px 0;
	white-space:nowrap;
	font-size:12px;
	position:static;
}
.top-menu a:hover, 
.topsub-menu a:hover{
	background:#fff;
}
.top-menu li:hover .topsub-menu,
.top-menu a:hover .topsub-menu{
	display:block;
}
.top-menu li.has-children :hover .topsub-menu li.first-child a,
.top-menu li.has-children:hover .topsub-menu li.first-child a{	
	margin-top:9px;
}
.top-menu li.has-children :hover .topsub-menu li.last-child a,
.top-menu li.has-children:hover .topsub-menu li.last-child a{
	border-bottom:0;	
	margin-bottom:9px;
}	
.top-menu li.has-children :hover .topsub-menu li a:hover,
.top-menu li.has-children :hover .topsub-menu li.selected a,	
.top-menu li.has-children:hover .topsub-menu li a:hover,
.top-menu li.has-children:hover .topsub-menu li.selected a{
	color:#343434;
}	

.tool-menu{
	position:absolute;
	right:0;
	top:15px;
}
.tool-menu li a{
	text-decoration:none;
	float:left;
	padding:0 6px 1px;
	border-left:1px solid #343434;
	line-height:0.9em;
	color:#343434;
	font-size:0.9em;
}
.tool-menu li.first-child a{
	border-left:0;
	padding-left:0;
}
.tool-menu li a:hover,
.tool-menu li.selected a{
	color:#0062a6;
}


.bread-menu{
	width:100%;
	margin-top:-22px;
	position:relative;
	float:left;
}
.bread-menu li a{
	float:left;	
	text-decoration:none;
	padding:0 11px 0 4px;
	font-size:0.9em;
	white-space:nowrap;
	background:transparent url( ../image/breadcrumb.jpg ) no-repeat right center;
}
.bread-menu li.selected a{
	font-weight:bold;
}
.bread-menu li.last-child a{
	background:none;	
}

.footer-menu{
	margin-bottom:12px;
	float:left;
}
.footer-menu li a{
	text-decoration:none;
	float:left;
	padding:0 8px 1px;
	border-left:1px solid #0062a6;
	line-height:0.9em;
	font-size:1.1em;
}
.footer-menu li.first-child a{
	border-left:0;
	padding-left:0;
}
.footer-menu li.selected a{
	color:#343434;
}

.assoc-menu li a{
	width:130px;
	float:left;
}

/*FORMS*/
.search-form{
	position:absolute;
	right:0;
	top:40px;
	width:50%;
}
.search-form .button{
	float:right;
	padding:4px 0;
	width:46px;
	font-size:1.3em;
}
.search-form .input-text{
	height:14px;
	border:0;
	padding:0;
	margin:0;
	width:195px;
	display:block;
}
.input-textwrapper{
	float:right;	
	padding:8px;
	margin:1px 20px 0 0;
	background:transparent url( ../image/search-bg.jpg ) no-repeat left center;	
}

/*TEASER*/
.teaser{
	clear:both;
	margin-bottom:20px;
}
.teaser-block .teaser {
	margin: 0;
	margin-bottom: 7px;
}
.teaser-content{
	padding:5px 18px;	
	background:#f8f8f8;
}
.teaser h2{
	padding:0;
	margin:0;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
	background:#6ed1f1 url( ../image/sidebar-gradient-backgrounds.gif ) repeat-x left top;
}
.teaser a{
	text-decoration:none;
}
.teaser h2 .teaser-header{
	padding:10px 30px 10px 18px;
	display:block;
	color:#fff;
	line-height:1.3em;
}
.teaser h2 a.teaser-header:hover {
	color: #fff;	
}


/*
.teaser-header

.ToggleHandle
{
	background-image:url(/image/collapsearrow_white.gif);
	background-position:right -100px;

}

*/


a.teaser-header.ToggleHandle
{
	background-image:url(/image/collapsearrow_white.gif) ;
	background-position:190px -100px;
}


a.teaser-header.ToggleHandle.Expanded
{
	background-position:190px 0px;
}


.teaser ul {
	list-style: none;
	padding:0;	
	background:#f8f8f8;
	clear:both;
}
.teaser li a{
	display: block;
	padding:1px 0;
	background:#f8f8f8;
	font-weight:normal;
	color:#098bbb;
}
.teaser ol li a{
	display:inline;
}
.teaser li.more-link a{
	border-top:1px dotted #098bbb;	
	padding:4px 0 1px 15px;
	margin:6px 0 0;
	background:transparent url( /image/expand-icon.jpg ) no-repeat left 7px;	
}

.teaser li.more-link a.expanded 
{
	background:transparent url( /image/contracted-icon.jpg ) no-repeat left 7px;	
}

.teaser li.subpages a{
	padding:1px 0;
	background: transparent url( /image/subpage-icon.gif ) no-repeat right 7px ;	
}

.teaser li a:hover,
.teaser li.selected a{
	color:#343434;
}

.locked-teaser .teaser-content{
	padding-top:10px;
}
.locked-teaser .teaser-content p{
	font-size:0.9em;
	color:#686868;
}
.locked-teaser .teaser-content a{
	font-size:1.1em;
}

.teaser-content li 
{
	margin:0.5em 0 0 0;
}





.expandable-teaser a .collapse{
	position:relative;
	top:-10px;
	left:170px;
	margin-right:-14px;
	float:left;
	width:14px;
	height:28px;
	background:transparent url( ../image/section-collapse.jpg ) no-repeat right top;
}
.expandable-teaser h2.expanded a .collapse{
	background:transparent url( ../image/section-collapse.jpg ) no-repeat left top;
}

.main-teaser .teaser-content{
	/*
	min-height: 144px;
	height: auto!important;
	height: 144px;
	*/
	color: #fff;
	padding:14px 20px 10px 20px;
	background:#767676 url(../image/main-gradient-backgrounds.gif) repeat-x scroll left top;
	margin-right: 20px;
}
.main-teaser h1 {
	font-size: 2em;
	padding-bottom: 5px;
}
.main-teaser a{
	color:#fff;
	font-weight:bold;
}

.image-teaser .teaser-content{
	padding-top:15px;
	background:#fff2f2 url(../image/sidebar-gradient-backgrounds.gif) repeat-x scroll left -100px;
}
.image-teaser a{
	color:#343434;
	font-weight:bold;
}

.project-teaser .teaser-content{
	padding-top:15px;
	background:#fff2f2 url(../image/sidebar-gradient-backgrounds.gif) repeat-x scroll left -200px;
}
.project-teaser a{
	color:#343434;
	font-weight:bold;
}
.project-teaser a img {
	float:left;
	margin-left:-5px;
	margin-top:-10px;
}
.large-project-teaser {
	margin: 0;	
}
.large-project-teaser .teaser-content{
	min-height: 135px;
	height: auto!important;
	height: 135px;
	padding-top:11px;
	background:#fff2f2 url(../image/main-gradient-backgrounds.gif) repeat-x scroll left -300px;
}
.large-project-teaser h2 {
	background: 0;
	color: #343434;
	font-weight: normal;
}
.large-project-teaser a{
	font-weight:bold;
}

.instruction-teaser .teaser-content{
	padding-top:15px;
	background:#949494 url(../image/sidebar-gradient-backgrounds.gif) repeat-x scroll left -400px;
}
.instruction-teaser a{
	color:#fff;
	font-weight:bold;
}
.instruction-teaser a img {
	float:right;
	margin-right:-5px;
	margin-top:-10px;
}

.mostread-teaser h2 {
	float: left;
	font-size: 0.9em;
	overflow: hidden;
}
.mostread-teaser h2.inactive {
	background:#FFF2F2 url(../image/sidebar-gradient-backgrounds.gif) repeat-x scroll left -300px;	
}
.mostread-teaser h2.mostread-read {
	width: 82px;
}
.mostread-teaser h2.mostread-commented {
	width: 133px;
}
.mostread-teaser h2.mostread-read a{
	padding:10px 7px 10px 18px;
}
.mostread-teaser h2.mostread-commented a{
	padding:10px 7px 10px 9px;
}
.mostread-teaser h2.active a.teaser-header {
	background:transparent url(../image/mostread-icon.gif) no-repeat scroll bottom center;	
}
.mostread-teaser ol.inactive {
	display: none;	
}
/*GUI*/
.divider{
	border-bottom:1px solid #e2e2e2;
	visibility:visible;
}
.date{
	margin-top:-9px;
	font-size:1.1em;
	margin-bottom:4px;
	display:block;
}
.time {
	font-size: 1.1em;
	color: #686868;
}
.link{
	margin-top:-7px;
	margin-bottom:10px;
	font-size:1.1em;
	display:block;
}
.large-project-teaser .time {
	color: #b46e6e;
	padding-left: 6px;
}
/*INTERACTION*/
.interaction-area{
	background-color:#f8f8f8;
	padding:8px 8px;
}

.project-container .interaction-area
{
	background-color: #ffefef;	
}
.interaction-area .divider{
	margin:10px -10px 15px;
}
.interaction-area h2{
	padding:0 0 12px 0;
	font-size:1.3em;
}
.interaction-area p{
	padding-bottom:2px;
}
.interaction-area a{
	text-decoration:none;
}
/*CONTEXT*/
.context-area
{
	float:right;
	background-color:#f3dbdb;	
	padding:15px 20px;
	margin-top:8px;
	width:115px;
	overflow:hidden;
}

.context-area:first-child
{
	margin-top:0;
}
.context-area h2{
	padding:0 0 12px 0;
	font-size:1.3em;
}
.context-area p{
	padding-bottom:2px;
	font-size:0.9em;
}
.context-area a{
	text-decoration:none;
}


.context-area .label
{
	display:block;
	font-weight:bold;

}



/*START PAGE*/

.news-item {
	/*float: left;*/
	display: inline;
	/*margin: 0 20px 15px 0;*/
	margin: 0 20px 0 0;
	/*width: 340px;*/
}
.news-item h2 {
	font-size: 2.2em;
	padding: 5px 0 3px 0;
}
.news-item h2 a { color: #222; }

.news-item h3 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	padding: 0 0 3px 0;
}
.news-item p {
	padding-bottom: 6px;	
}
.news-item a {
	text-decoration: none;
}
h2.older-articles {
	font-size: 1.5em;
	padding: 13px 0 8px 0;
}	
ul.older-articles {
	list-style: none;
	padding-left: 0;
	margin-right: 20px;
}
ul.older-articles li {
	font-size: 0.9em;
	border-top: 1px dotted #c4c4c4;
	padding: 5px 0 8px 0;
}
ul.older-articles li:first-child {
	border-top: none;
}
ul.older-articles li span {
	font-size: 1em;
	padding-right: 14px;
}
ul.older-articles li a {
	font-size: 1em;
	text-decoration: none;
}


/*SITE CONTENT*/
.sitecontent-head {
	background-color: #f8f8f8;
	padding: 9px 18px 10px; 

	margin-right: 20px;
}
.sitecontent-head a {
	text-decoration: none;
	padding-right: 2px;
	font-size: 1.3em;
}
.sitecontent-head a.selected {
	color: #343434;
	font-weight: bold;
}
.sitecontent-head span {
	float: right;
	padding: 4px 0;
	font-size: 1em;
	font-weight: bold;
}
.sitecontent-head span a {
	color: #343434;
	font-size: 0.8em;
}
.sitecontent-column {
	float: left;
	display: inline;
	width: 160px;
	margin-right: 20px;
}
.sitecontent-column h2 {
	padding: 24px 0 16px 0;
}
.sitecontent-column ul {
	list-style: none;
	padding: 0;
}
.sitecontent-column a {
	text-decoration: none;
}


/*THEME GALLERY*/
.theme-gallery{
	height:209px;
	background:#9b9b9b url( ../image/theme-gallery-bg.gif ) repeat-x left top;
	overflow:hidden;

	position:relative;
	width:975px;
	/*top:-29px;*/
	/*left:-20px;*/
	overflow:hidden;
}
.gallery-container{
	width:901px;
	overflow:hidden;
	margin:0 37px;
	position:relative;
}
.theme-gallery li{
	float:left;
	height:209px;
}
.theme-gallery li.selected{
	background:#9b9b9b url( ../image/theme-gallery-bg.gif ) repeat-x left bottom;
}
.theme-gallery li a{
	float:left;
	display:inline;
	width:204px;
	height:127px;
	margin:35px 11px 0;
	background:transparent url( ../image/theme-gallery-frame.gif ) repeat-x left top;
	text-decoration:none;
}
.theme-gallery li.selected a{
	background:transparent url( ../image/theme-gallery-frame-selected.gif ) repeat-x left top;
}
.theme-gallery li a span.image{
	display:block;
	height:121px;
	margin:3px;
	
	background-repeat:no-repeat;
	background-position:center center;	
}
.theme-gallery li a:hover span.image,
.theme-gallery li.selected a span.image{
	height:117px;
	margin:5px;
	cursor:pointer;
}
.theme-gallery li a span.text,
.theme-gallery li.selected a:hover span.text{
	color:#fff;
	font-size:1.1em; /* changed from 1.2em; 2010-04-26 */
	font-weight:bold;
	position:relative;
	top:127px;
	left:0;
}
.theme-gallery li a:hover span.text{
	left:-2px;
	top:125px;
	
}
.theme-gallery li a:hover {
	height: 126px;
}
.gallery-navigation{
	position:absolute;
	z-index:10;
	top:0;
	width:34px;
	background:#9b9b9b url( ../image/theme-gallery-bg.gif ) repeat-x left top;
}
.gallery-navigation span{
	text-indent:-999px;
	display:block;
	height:209px;
	width:18px;
	cursor:pointer;
}
.nav-prev{
	left:0;
}
.nav-prev span{
	margin-left:12px;
	background:transparent url( ../image/gallery-nav.gif ) no-repeat left top;
}
.nav-next{
	right:0;
}
.nav-next span{
	background:transparent url( ../image/gallery-nav.gif ) no-repeat right top;
}
.theme-gallery .disabled span{
	background-image:none;	
}
.theme-gallery .show-all{
	position:absolute;	
	right:46px;
	text-decoration:none;
	color:#fff;
	background:transparent url( ../image/theme-show-bg.gif ) repeat-x left top;
	padding:10px 9px 2px 0;
	z-index:1;
}
.theme-gallery .show-all span{
	background:transparent url( ../image/theme-show-icon.gif ) no-repeat 5px top;
	padding:10px 0 0 23px;
}

/*Images*/
.align-left{
	float:left;	
	margin:4px 20px 11px 0;
}
.align-right{
	float:right;
	margin:4px 0 11px 20px;	
}



.preamble
{
	/*color:Red;*/
	/*font-size: 1.2em;*/
	font-weight:bold;
	margin-top:0px;
	display:block;
	/* padding-bottom: 8px; */
}
.anchor{
	margin-top:50px;
	margin-left:15px;
}
.anchor a{
	text-decoration:none;
}
a.all{
	font-weight:bold;
	padding:4px 0pt;
	float:right;
	font-size:1.2em;
}


.normalContent
{
	font-size:1.2em;
}


.PageFooter
{ font-size:0.9em;
}

.RelatedLinks
{
	display:block;
	background-color:#f8f8f8;
	padding:0 16px 16px 16px;
	margin:16px 0 8px 0;
}

.RelatedLinks a
{
	display:block;
}

.Date 
{
	/*font-size:1.1em;*/
	font-size:0.9em;


}

/*
.date{
	margin-top:-9px;
	font-size:1.1em;
	margin-bottom:4px;
	display:block;	
}
*/
.Tags
{
	display:block;
	margin:0;
	/*
	border:solid 1px #eee;
	padding:2px 4px;
	*/
}
.PageFacts
{
	font-size:0.9em;
	color: #888;
}

.PageFacts .Label
{
	font-weight:bold;
	margin-right: 4px;
}

.PageFacts .Tags a
{
	display:inline-block;
	padding:2px 4px;
	background-color:#f8f8f8;
	text-decoration:none;
	margin-right:2px;
	font-size:0.8em;
	font-family:Verdana;
	vertical-align: middle;
	color:#2887b3;
}

.MultiRow a
{
	margin-bottom: 4px;
}
.Capitalize
{
	text-transform:capitalize;
}

.CapitalizeSelected
{
	font-weight: bold;
	text-transform:capitalize;
}

.PageFacts
{
	margin:0 0 8px 0;
}

.FoUSubjectAreaListing a
{
	text-decoration:none;
	display:block;
}

.SubjectArea
{
	margin:1px 0 0 0;
	position:relative;
	overflow:hidden;	
}

.SubjectAreaLink
{
	font-weight:bold;
	background-color:#f0f0f0;
	padding:4px 8px;
}

.SubjectAreaLink:hover
{
	background-color:#ddd;
}


.ProjectLink
{
	border-top:solid 1px #eee;
	margin:0;
	padding: 4px 120px 4px 8px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
}

.ProjectLink:hover
{
	background-color:#f9f9f9;
}


.ProjectLink:first-child
{
	border-top:0;
}


.ProjectLink .Status
{
	position:absolute;
	right:4px;
	top:4px;
}

.ProjectLink .SerialNo
{

	
}

.FouProjectInfo
{
	background-color:#f0f0f0;
	padding:12px 8px 8px 8px;
	margin-bottom:8px;	
}

.FouProjectInfo h2
{
	margin:0 0 12px 0;	
	padding:0;
	font-size:1.3em;
	font-weight:bold;
}

.FouProjectInfo p
{
	margin:0 0 4px 0;
	padding:0;
}


.FouProjectInfo .Label
{
	font-weight:bold;
}

/*
.FoUSubjectAreaListing ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:bold;}

.FoUSubjectAreaListing li
{
	margin-bottom:6px;
}

.FoUSubjectAreaListing ul ul
{
	margin:6px 0 0 0;
	padding-left:18px;
	list-style-type:disc;
	font-weight:normal;
}
*/

.ProjectInfo p
{
	padding-bottom:0.5em;
}


.ProjectInfo .Label
{
	display:inline-block;
	font-weight:bold;
	font-size:1.1em;
	width:130px;
}





/**********************************/
/*   Image  classes for content    */
/**********************************/
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}

img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
}




.SocialMediaToolBar
{
      border-top: dotted 1px #ccc;
      padding: 10px 0 10px 0px;
}

.SocialMediaToolBar a
{
      text-align: center;
      vertical-align: middle;
      display: inline-block;
      margin: 0px 0px;
      padding: 0px 8px;
}


.idebanken_searchform
{
	margin:32px 0 32px 0;	
}


.idebanken_searchform .searchbutton
{
	padding:4px 0;
	width:46px;
	font-size:1.3em;
}
.idebanken_searchform .textbox
{
	height:14px;
	border:0;
	padding:0;
	margin:0;
	width:195px;
	/* display:block; */
}
.idebanken_searchform .textboxwrapper
{
display:inline-block;

	padding:8px;
	margin:1px 20px 0 0;
	background:transparent url( ../image/search-bg.jpg ) no-repeat left center;	
}

.idebanken_searchform table
{
	margin:12px 0 0 0;
}

.idebanken_searchform select
{
	width:250px;
}

.idebanken_searchform table .label
{
	padding-right:24px;
}

.idebanken_reportform .label
{
	display:block;
	margin:12px 0 6px 0;
	font-weight:bold;
}


.idebanken_reportform .textbox
{
	width:100%;
}





.CaptionLeft
{
	float:left;
	margin-right:18px;
}

.CaptionRight
{
	float:right;
	margin-left:18px;
}

.CaptionLeft p, .CaptionRight p
{
	padding:6px 0 6px 0;
	font-size:0.9em;
	color:#666;
	font-style:italic;
}


.Source
{
	display:block;
	padding-right: 4px;
	margin-right: 4px;
	font-weight: bold;

}

.CommentsInput
{
	background-color:#F8F8F8;
	display:block;
	margin:16px 0 0 0;
	padding:0 16px 16px;
}

#CommentsBlock
{
	background-color:#F8F8F8;
	padding:16px;	
}


#CommentsBlock .ToggleHandle
{
	font-size:1.2em;
	font-weight:bold;
	background-image:url(/image/collapsearrow_blue.gif) ;
	padding:2px 18px 2px 2px;
	background-position:right -96px;
	text-decoration:none;
}

#CommentsBlock .ToggleHandle.Expanded
{
	background-position:right 4px;
}

.CommentsInput .Label
{
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin-top:4px;
}

.CommentsInput .TextBox
{
	display:block;
	float:left;
	width:370px;
	margin:0 0 0 6px;
	max-height:100px;
	margin-top:4px;
	border:solid 1px #ccc;
}

.CommentsInput .DropDown
{
	margin:0 0 0 6px;
	margin-top:4px;
	border:solid 1px #ccc;
}


.CommentsInput .Buttons
{
	text-align:right;
	margin-top:10px;
}

.CommentTerms
{
	margin:12px 0 12px 0;
	border:solid 1px #cccccc;
	background-color:#ffffff;
	font-size:0.9em;
	padding:6px;
}

.CommentTerms ul
{
	padding-bottom:0;
}


.CommentsList
{
	/*
	background-color:#F8F8F8;
	display:block;
	margin:16px 0 0;
	padding:0 16px 16px;
	*/
}

.Comment
{
	border-top:solid 1px #cccccc;
	padding:12px 0;
}



.CommentInfo
{
	font-size:0.9em;
	color:#666;
	margin-bottom:4px;	
}

.CommentInfo .Name
{
	
}

.CommentInfo .Time
{
	border-left:solid 1px #cccccc;
	margin-left:6px;
	padding-left:6px;
}

#CommentInfoLink
{
	position:relative;
}


.HighTextBox
{
	height:100px;
}

.MediumTextBox
{
	height:80px;
}
LowTextBox
{
	height:60px;
}




/* tooltip styling */ 

.tooltip_frame 
{
	display:none;
	background-image:url(/image/tooltip_bg_bottom.png); 
	background-repeat:no-repeat;
	background-position:bottom left;
	width:380px;
	padding-bottom:45px;	
}


.tooltip_content { 
    background-image:url(/image/tooltip_bg_top.png); 
    background-position:top left;
    padding:30px 30px 0 30px; 
    font-size:11px; 
    color:#000;
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}


.SuntlivForm
{
	border:solid 1px #ccc;
	padding:12px;
	margin-bottom:8px;
}

.SuntlivForm .heading
{
	font-weight:bold;

}