/* Default resetting */
html, body, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0 0 1em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}

ul {
	margin-left: 1.6em;
}

li
{
	font-weight:normal;
}

ol {
	margin-left: 2em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

img {
    border: none;
}

/* Fonts */
html, body, fieldset {
	font: 100%/1.3 Arial, sans-serif;
}

body {
	font: 0.825em Verdana, Arial, Helvetica, sans-serif;
}

select {
	font-size: 1em;
}

h1 {
	font: bold 2em Arial, sans-serif;
}

h2, h3, h4 {
	font: bold 1.2em Arial, sans-serif;
	margin-bottom: 0.1em;
	padding-bottom: 0;
}

/* Basic element styles */
a {
	color: #b33924;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page-list h2 a
{
	text-decoration:underline;
}

body {
	color: #000100;
	background: #fff;
}

input {
	vertical-align: middle;
}

h1 {
	margin: 0 0 0.5em;
}

/* Structure */
#container {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 20px;
}

/* Header */
#header {
	overflow: hidden;
	width: 990px;
}

#logo {
	float: left;
	margin-bottom: 0;
	padding-left: 15px;
}

#site-navigation-and-search {
	display:none;
}

/* Navigation */
#navigation {
	display:none;
}

#header-forum-info {
}

a.forum-menu-item, a.forum-menu-item-selected {
}

a.forum-menu-item span, a.forum-menu-item-selected span {
}

a.forum-menu-item:hover, a.forum-menu-item-selected {
}

a.forum-menu-item:hover, a.forum-menu-item-selected:hover {
}

a.forum-menu-item:hover span, a.forum-menu-item-selected span {
}

.login-info {
}


/* Breadcrumb */
#breadcrumb {
	min-height: 17px;
	margin-bottom: 2px;
	padding: 2px 0 0 23px;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	margin: 0 3px 0 0;
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a:hover {
}

/* Main */
#main {
	overflow: hidden;
	margin-bottom: 10px;
}

#main.no-sub-navigation {
	background: none;
}

/* Sub navigation */
#sub-navigation 
{
	display:none;
}

/* Main content */
.low-footer
{
	margin-bottom:2em;
}

.high-footer
{
	margin-bottom:8em;
}

#main-content 
{
	position:relative;
	font-size:1.1em;
	float: left;
	width: 670px;
	min-height: 400px;
	padding: 5px 0 0 27px;
}

#main-content.wide {
	width: 729px;
	padding: 0;
}

.info-box, .form-box {
	border: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1em;
	padding: 10px;
}

.form-box .command
{
	margin-right:20px;
}

.image-box {
}

.info-box-right {
	border: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 10px;
    float: right;
	width: 159px;
}

.info-box-left {
	border: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1em;
	padding: 10px;
    float: left;
	width: 159px;
	margin-right: 1.5em;
}

.box-align-right {
	float: right;
	width: 159px;
	margin: 0 0 20px 40px;
}

.box-align-left {
	float: left;
	width: 159px;
	margin: 0 40px 20px 0;
}

.full-width {
	float: none;
	display:block;
	overflow:hidden;
	margin: 0 0 20px 0;
}

.full-width .image-and-caption 
{
	float:left;
	overflow:hidden;
	width: 159px;
	margin-left:12px;
}

.image-and-caption 
{
	padding-bottom:25px;
}

.box-align-right .byline, .full-width .byline {
	display: block;
	font-size: 0.9em;
	padding: 0 5px;
}

/* Forum */
.forum-header {
	border:solid 1px #c4d9d8;
	padding: 17px 16px 17px 0;
}

.forum-header h1 {
	margin-bottom: 0;
}

.forum-header-content {
	overflow: hidden;
	background: #f2f7dc;
	padding: 15px 20px 5px;
}

.forum-header-footer {
	height: 17px;
}

.forum-log-in {
	border:solid 1px #c4d9d8;
	padding:10px;
	width:17em;
}

.forum-start-page-log-in
{
	float:right;
	margin-left: 20px;
}

.forum-log-in a {
	font-weight: bold;
	text-decoration: none;
}

.forum-log-in a:hover {
	text-decoration: underline;
}

.forum-log-in p {
	margin-bottom: 0.3em;
}

.forum-log-in input.textbox
{
	width:12em;
}

#registration-form input.textbox
{
	width:15em;
}

.error
{
	width:100%;
}

.highlight-content
{
	margin: 20px 30px 0 30px;
	padding:15px 20px;
	background:#fff;
	border:solid 1px #c4d9d8;
}

.highlight-red
{
	font-weight:bold;
	color: #b33924;
}

/*span.quoteStyle
{
	display:block;
	background-color:#fff;
}*/

.quoteStyle
{
    background-color: #EEE;
    border: solid 1px #aaa;
    display:block;
    padding: 5px;
    margin-bottom: 5px;
    margin-bottom: 3px;    
}

.quoteStyle strong
{
    display:block;
    color: #aaa;
}

/* Forum room */
.forum-room-header {
	overflow: hidden;
	border-bottom: 1px solid #c4d9d8;
	margin-bottom: 1em;
}

.forum-room-header p {
	margin-bottom: 0;
}

.forum-room-header-image {
	float: right;
	margin-left: 20px;
}

.forum-discussions a {
	text-decoration: none;
}

.forum-discussions a:hover {
	text-decoration: underline;
}

.forum-discussions table {
	width: 100%;
	margin-bottom: 1em;
}

.forum-discussions th {
	text-align: left;
}

.forum-discussions table tbody th, .forum-discussions table tbody td {
	vertical-align: top;
	padding: 7px 0;
	border-bottom: 1px solid #b4cfd7;
}

.forum-discussions table tbody th {
	width: 350px;
	font-weight: normal;
	padding-left: 20px;
}

.forum-discussions table tbody td {
	padding: 7px;
}

.forum-discussions .thread-name {
	display: block;
	font-weight: bold;
}

.forum-discussions .latest-reply {
	font-weight: bold;
}

/* Forum thread */
.forum-thread a {
	text-decoration: none;
}

.forum-thread a:hover {
	text-decoration: underline;
}

.forum-thread table {
	width: 100%;
	margin-bottom: 1em;
}

.forum-thread th {
	text-align: left;
}

.forum-thread table tbody th, .forum-thread table tbody td {
	vertical-align: top;
	padding: 7px;
	border-bottom: 1px solid #b4cfd7;
}

.forum-thread table tbody th {
	width: 130px;
	font-weight: normal;
}

.forum-thread .date-day, .forum-thread .date-time {
	font-weight: bold;
}

.forum-thread .date-time {
	margin-bottom: 1em;
}

.forum-thread .action-link, div.action-link {
	padding-top: 12px;
}

.forum-thread .action-link a
{
    font-weight: bold;
    float: left;
} 

div.action-link a {
	font-weight: bold;
}

.quoteLink {
	font-weight: bold;
	margin-left: 10px;
	float: left;
	padding-top: 10px;
	
}

.abuseLink
{
    margin-top: 3px;
    margin-bottom: 8px;
}

.bottomLink
{
    padding-top: 10px;
    float:left;
}

.forum-thread .show-expert-replies {
	float: right;
}

.forum-thread .expert-reply {
	background: #e2ebb8;
}

.forum-thread .expert-reply a.button, .forum-header-content .expert-profile a.button {
	/* Floats necessary for IE 6 block bugs */
	float: left;
}

.forum-thread .expert-reply a.button span, .forum-header-content .expert-profile a.button span {
}

#password, #password
{
	display:none;
	visibility:hidden;
}

.last-edited
{
	font-size:0.9em;
	margin-top:1.2em;
}

/* Forum user profile */

#profile-menu {
	float:right;
	padding-right:1em;
}

.profile, .expert-profile 
{
	padding-left:1em;
	border-bottom:1px solid #C4D9D8;
	margin-bottom:1em;
}

profile-table-data table
{
/*	width:10em;*/
}

.profile-table-data th, .profile-table-data-presentation th
{
	text-align:right;
	vertical-align:middle;
	min-width:15em;
}

.profile-table-data-presentation th
{
	min-width:10em;
}

.profile-table-data td
{
	width:15em;
}

.profile-table-data-presentation td
{
	width:35em;
}

.expert-profile {
	background: #e2ebb8;
}

.profile .left-region, 
.profile .right-region, 
.expert-profile .left-region,
.expert-profile .right-region {
	float:left;
	margin-right:4em;
}

.expert-puff-top
{
	border:solid 1px #c4d9d8;
	float:right;
	margin:0 1em 1em 1em;
	padding:16px 0 0 0;
}

.expert-puff-bottom
{
	padding:0 2em 15px 2em;
}

.expert-puff-background
{
	width:217px;
}

.profile-info-label {
	font-weight:bold;
}

#profile-menu div
{
	padding-bottom: 3em;
}

th .valign-top
{
	vertical-align:top;
}

.float-right-button
{
	float:right;
}

/* End forum user profile */

/* Pagination */
.pagination {
	font-weight: bold;
	text-align: center;
}

.pagination ol {
	display: inline;
	margin: 0 10px;
}

.pagination ol li {
	display: inline;
	font-weight:bold;
}

/* Additional content */
#additional-content {
	display:none;
}

/* Push objects */
.push {
	/* Use as default rounded corner? */
	border:solid 1px #c4d9d8;
	margin-bottom: 1em;
}

.push h3 {
	min-height: 15px;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0;
	padding: 5px 16px 3px;
}

.push .push-content {
	overflow: hidden;
	background: #fff;
	border: 2px solid #c6dbe1;
	border-width: 1px 1px 1px 2px;
	padding: 10px 15px 10px 14px;
}

.push-blue {
	border:solid 1px #c4d9d8;
}

.push-green {
	border:solid 1px #e1e6cc;
}

.push-green .push-content {
	background: #f2f7dc;
}

/* Push pagepart */
.pageparts {
    overflow: hidden;
    margin-bottom:1em;
}

.pageparts .first {
    margin-right: 20px;
}

.push-pagepart-fullSize {
    width: 670px;
    background: url(images/push-header-blue-fullSize.png) no-repeat left;
	margin-bottom: 1em;
	padding-top: 15px;
	min-height: 111px;  
}

.push-pagepart-fullSize h2 {
	min-height: 15px;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0;	 
}



/*
div#events a:hover{ 
background: transparent; 
} 

*/

.push-pagepart {
    /* Use as default rounded corner? */
    display:block;
	background: url(images/push-header-blue.png) no-repeat;
	width: 327px;
	float: left;
	padding-top: 15px;
	min-height: 126px; 
}

a .push-pagepart, a .push-pagepart-fullSize 
{
	color:#000;
}

.pageparts a:hover .push-pagepart 
{
	background: url(images/push-header-dark-blue.png) no-repeat;
}

a .push-pagepart .h2 
{
	margin: 0 0 0.3em;
	padding: 0;
	font: bold 1.2em Arial, sans-serif;
}

a:hover .push-pagepart, a:hover .push-pagepart-fullSize 
{
	text-decoration:none;
	cursor:hand;
}

a:hover .push-pagepart .h2 
{
	color: #b33924;
	text-decoration:underline;
}
 
.push-pagepart-wide {
    display:block;
	width: 465px;
	margin-right: 8px;
	margin-bottom:1em;
}

.push-pagepart-green 
{
	border:solid 1px #c4d9d8
}

.push-pagepart .push-content {
	background: #e6eff2;
	padding: 0px 20px 10px 20px;
	overflow: hidden;
}

.push-pagepart-blue .push-content {
	background: #e6eff2;
	border-color: #c6dbe1;
}	
	
.push-pagepart-green .push-content {
	background: #f2f7dc;
	border-color: #c6dbe1;
	min-height:192px;
}

.push-pagepart .push-content ul a {
	text-decoration: none;
	font-weight: bold;
}

.push-pagepart .push-content ul a:hover {
	text-decoration: underline;
}

.push-pagepart h2  {
    min-height: 15px;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0;
}

.push-pagepart-footer 
{
	display:block;
	height:15px;
}

#main-content .push-content img {
    float: right;
	margin: 0 0 20px 40px;
}

/* User forum online status */
a.user {
	font-weight: normal;
	margin-left: 2px;
	padding-left: 12px;
}

a.user.online {
}

/* Button style */
.button-row-container {
	overflow: hidden;
}

.button-table-row {
	width: 55px;
	overflow: hidden;
}

a.button, a.button-whitebg {
	/* Floats necessary for IE 6 block bugs */
	float: left;
	display: block;
	font-weight: bold;
	color: #b33924;
	border:solid 1px #c4d9d8;
	text-decoration: none;
	padding: 0 0 0 11px;
}

a.button span, a.button-whitebg span {
	cursor: pointer;
	display: block;
	min-height: 18px;
	padding: 5px 11px 0 0;
}

a.button-whitebg {
}

a.button-whitebg span {
}

a.button:hover, a.button-whitebg:hover {
	text-decoration: underline;
}


/* Footer */
#footer {
	display:none;
}

.cooperation-logos {
	float: right;
	margin-left: 50px;
}

.cooperation-logos a {
	margin-left: 5px;
}

/* START: Start Page */
#startPage-content .push
{
    width: 712px;  
}

#startPage-content .push h1
{
	border:solid 1px #c4d9d8;
    min-height: 15px;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	padding: 3px 12px;
}


#startPage-content .push-pagepart
{
    /* Use as default rounded corner? */
	border:solid 1px #c4d9d8;
	margin-bottom: 1em;
	width: 224px;
	float: left;
	padding-top: 15px;
	margin: 0;
	margin-left: 20px; 
}

#startPage-content span.first
{
    margin-left: 0;
}
 
#startPage-content .push-blue
{
	border:solid 1px #c4d9d8;
}

#startPage-content a:hover .push-blue
{
}

#startPage-content .push-content
{
    background:#FFFFFF none repeat scroll 0 0;
    border-color:#C6DBE1;
    border-style:solid;
    border-width:1px 1px 1px 2px;
    overflow:hidden;
    padding:10px 12px;
}

#startPage-content .pageparts-medium .push-blue
{
	border:solid 1px #c4d9d8;
}

#startPage-content .pageparts-medium a:hover .push-blue
{
}

#startPage-content .pageparts-medium .push-pagepart
{
    width: 346px;
}

#startPage-content .push-content-blue
{
	display:block;
    min-height: 122px;
}

#startPage-content .pageparts .push-pagepart .push-content-blue
{
}

#startPage-content .push-pagepart
{
    min-height: 50px;
}

#startPage-content .push
{
    min-height: 111px;
}

#startPage-content .push-content
{
    min-height: 100px;
}

/* END: Start Page */


.push-pagepart h2 
{
    min-height: 15px;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
	/*min-height: 15px;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0;
    padding: 0px 20px 0px 20px;
    background: #e6eff2;
	border: 2px solid #c6dbe1;
	border-width: 0px 1px 0px 2px;*/
}

.push-content-blue
{
/*    background: #e6eff2;
	border: 2px solid #c6dbe1;
	border-width: 0px 1px 1px 2px;*/
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	min-height: 111px;
}

.pageparts
{
    overflow: hidden;
}

.pageparts-medium
{
    overflow: hidden;
    margin-bottom: 20px;
}

.pageparts-medium .push-content-blue
{
}

.pageparts-medium a:hover .push-content-blue
{
}

.pageparts .push-pagepart .push-content-blue
{
	display:block;
}

.pageparts a:hover .push-pagepart .push-content-blue
{
}

#startPage-content .pageparts a:hover .push-pagepart .push-content-blue
{
}

.pageparts .first
{
    margin-right: 8px;
}

.push-pagepart-fullSize
{
	display:block;
    width: 668px;
    color:#000;
	border:solid 1px #c4d9d8;
	margin-bottom: 1em;
	padding-top: 15px;  
}

.push-pagepart-fullSize .h2 {
	min-height: 15px;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0;
}

a:hover .push-pagepart-fullSize .h2
{
	color: #b33924;
	text-decoration:underline;
}

a:hover .push-pagepart-fullSize 
{
}

.push-content-blue img
{
    float: right;
	margin: 0 0 20px 40px;
    
}

.push-pagepart-fullSize .push-content-blue
{
	display:block;
}

a:hover .push-pagepart-fullSize .push-content-blue
{
}

/* Start Abuse */

#abuse-content
{
    border-bottom:1px solid #C4D9D8;
    border-top:1px solid #C4D9D8;
    padding: 1em 0 1em 0;
    margin-bottom:1em;
}

#abuse-form textarea
{
    width: 380px;
    height: 200px;
    margin-bottom: 1em;
}

/* End Abuse */

/* Start Password recovery */

#password-recovery input
{
    margin-bottom: 1em;
}


/* End Password recovery */

/* Start Paged List */
#page-list ul
{
    padding: 0;
    margin: 0;
    margin-top: 3em;
}

#page-list ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 3em;
}

#page-list ul li div
{
    font-size: 90%;
}

#page-list ul li h2
{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

#page-list ul li p
{
    margin: 0;
    padding: 0;
    font-size: 110%;
}

#page-list a
{
    color: #000;
    text-decoration: none;
}

#page-list a:hover
{
    text-decoration: underline;
    color: #b33924;
}
/* End paged list */

/* News list */

h4.news-list 
{
	font-size:110%;
	margin:0;
	padding:0;
}

div.news-list
{
}

div.news-list p
{
	display:inline;
	margin:0;
	padding:0;
}

.push-content-text p
{
	margin-bottom:0;
}

div.news-list ul, .push-content .push-content-text ul 
{
    padding: 0 0 0 0em;
    margin: 0 0 1em 0.3em;
    list-style-type:disc;
    list-style-position:inside;
}

div.news-list ul li, .push-content .push-content-text ul li
{
    list-style-type:disc;
    list-style-position:inside;
    margin:0;
}

div.news-list ol, .push-content-text ol 
{
    padding: 0 0 0 0em;
    margin: 0 0 1em 0.3em;
    list-style-type:disc;
    list-style-position:inside;
}

div.news-list ol li, .push-content-text ol li
{
    margin:0;
    list-style-type:decimal;
    list-style-position:inside;
}

.push-content ul
{
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
}

.push-content ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 1em;
}

/* End news list */

/* Start SiteMap */
#SiteMap li
{
    list-style-type:circle;
}

#SiteMap li
{
    font-size: 1.2em;
    margin-bottom: 0.7em;
}
#SiteMap li ul
{
    margin-bottom: 0;
}
#SiteMap li li
{
    font-size: 0.9em;
    margin-bottom: 2px;
}
/* End SiteMap */


.pagePart-wrapper
{
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Slideshow */
#picture-slides-container {
	position: relative;
	height: 229px;
	margin-bottom: 1em;
}

#picture-slides-image-container {
	/* Width necessary for opacity filter to work in IE */
	width: 100%;
}

#picture-slides-information-container {
	position: absolute;
	left: 634px;
	top: 180px;
	width: 350px;
	font-size: 1.2em;
	/*opacity: 0.9;
	 Opacity for IE 6 and IE 7 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);*/
	padding: 0;
	width: 70px;
	height: 25px;
}



#navigation-controls {
	text-align: left;
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding-left: 6px;
	padding-top: 5px;
}

#start-slideshow, #stop-slideshow {
	display: none;
}

#next-image
{
}

#navigation-controls a
{
    float: left;
}
/* Accessability form */

.accessability-form-block
{
	float:left;
	margin:0 2em 0 0;
}

.push a
{
    text-decoration: none;
}

.push a:hover
{
    text-decoration: underline;
}

.push-green a
{
    font-weight: bold;
}

span.introduction
{
    font-weight: bold;
    font-size: 1.1em;
}

/* Start RSS */
.push-rss div
{
	float:none;
}
.push-rss img
{
    float: left;
    margin-bottom: 1em;
    margin-right: 1.5em;
}

.push-rss input
{
    width: 100%;
}

/* end RSS */

.push h4
{
    font-size: 1.2em;
}

#search-content ul
{
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#search-content ul li
{
    float: left;
    padding: 5px;
    margin: 0;
    list-style: none;
    border: solid 2px #FFF;
    background-color: #EEE;
       
}

#search-content-search, #search-forum-search
{
	padding:15px 25px 10px 25px;
}

#search-forum-search 
{
	overflow: hidden;
	background: #f2f7dc; /*#e1e6cc;*/
	border: 2px solid #c6dbe1;
	border-width: 1px 1px 1px 2px;
}

#search-content-search dt, #search-forum-search dt
{
	margin-left:0;
	margin-bottom:0.2em;
	font: bold 1.2em Arial, sans-serif;
}

#search-content-search dd, #search-forum-search dd
{
	margin-left:0;
	margin-bottom:1.5em;
}

#search-content-search .ess-details 
{
	padding-top:0.4em;
}

#search-content-search .ess-details img
{
	vertical-align:middle;
}

#search-forum-search p 
{
	margin-bottom:0.2em;
}

#search-forum-search p div
{
	display:inline;
}

.forum-search-result-list
{
}

/* Start: Search */

.search-header {
	background: url(images/search/header-start.png) no-repeat;
	padding: 17px 16px 17px 0;
}

.search-header h1 {
	margin-bottom: 0;
}

.search-header-content {
	overflow: hidden;
	background: #f2f7dc;
	background: url(images/search/header-bg.png) repeat-y;
	padding: 15px 20px 5px;
}

.search-header-footer {
	height: 17px;
	background: url(images/search/header-end.png) no-repeat left top;
}

#search-sectionInfo
{
	width:650px;
	margin-bottom:1em;
}

#search-mode-tabs
{
	width:290px;
	float:left;
}

.search-mode-tab, .search-mode-tab-wide
{
	width:100px;
	float:left;
	text-align:center;
    border: solid 1px #dae7eb;
    margin-right:10px;
    padding: 10px;
    background-color: #fff;
}

.search-mode-tab-wide
{
	width:110px;
}

#search-count
{
	width:250px;
	float:left;
	padding-top:4px;
}

#search-count p
{
	margin:0;
	padding:0;
	color:#000;
}

#search-sectionInfo a, #search-sectionInfo div
{
    text-decoration: none;
    color: #9d9d9d;
}

#search-sectionInfo div.spelling
{
	color:#000;
}

#search-sectionInfo a:hover, #search-sectionInfo div.green a:hover, #search-sectionInfo div.blue a:hover
{
    text-decoration: underline;
    color: #b33924;
}

#search-sectionInfo div.green a, #search-sectionInfo div.blue a
{
	color: #000;
}

#search-sectionInfo div.blue 
{
    background-color: #e6eff2;
}

#search-sectionInfo div.green 
{
    background-color: #e1e6cc;
}

.sort-selection
{
	margin-bottom: 10px;
	margin-top: 5px;
	
}

.content-tabs
{
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    list-style: none;
    height: 23px;
}


.blue #wrapperContentTabs
{
}

.green #wrapperContentTabs
{
}

#wrapperContentTabs
{
    margin: 0px;
    padding: 0px;
    height: 23px;
    width: 100%;
    border-right: solid 1px #c0d7dd;
}


#wrapperContentTabs a, #wrapperContentTabs span
{    
    line-height: 20px;
    text-decoration: none;
    color: #000;        
}

#wrapperContentTabs a:hover
{
    text-decoration: underline;
    color: #b33924;    
}

.blue #wrapperContentTabs tr td div
{
	border:solid 1px #dae7eb;
}

.green #wrapperContentTabs tr td div
{
	border:solid 1px #dae7eb;
}
    
#wrapperContentTabs tr td div
{
    padding: 0;
    margin: 0;
    height: 23px;
    overflow:visible;
}

#wrapperContentTabs tr td.last div
{
    background: none;
}

.blue #wrapperContentTabs tr td div div
{
}

.green #wrapperContentTabs tr td div #firstTab
{
    height: 23px;
}

#wrapperContentTabs tr td div #firstTab
{
    height: 23px;
    width: 16px;
    float: left;
    border:none;
}

.blue #wrapperContentTabs tr td.pre-selected div
{
}

#wrapperContentTabs tr td.selected
{
	border:solid 3px #dae7eb;
}

.blue #wrapperContentTabs tr td.selected div
{
    height: 17px;
}

.green #wrapperContentTabs tr td.pre-selected div
{
}


.green #wrapperContentTabs tr td.selected div
{
}


#main-content #wrapperContentTabs tr td.selected div #firstTab
{
}

.blue #search-content-search
{
    border: solid 1px #c0d7dd;
}

.green #search-content-search
{
    border: solid 1px #c0d7dd;
}

/* Start: Search */
