﻿/* layout */

#container {

}

	#top {
		background: none;
		height: auto;
	}
		
		#head {
			width: 100%;
			margin: 0;
			height: auto;
		}
		
			#logo {
				position: relative;
				left: 0;
				bottom: 0;
				float: none;
			}
			
			#languages {
				display: none;
			}
			
			#topbar, #topbar_left {
				display: none;
			}
		
		#ads_right {
			display: none;
		}
		
	#middle {
		
	}

		#body 	
		{
			background: none;
			width: 100%;
			margin: 0;	
		}

			#main {
				background: none;
				width: 100%;
				min-height: 0;
				height: auto;
				padding-top: 10px;
			}
				
				#content_start, #content_login, #content_info_small {
					display: none;
				}
				
				#menu {
					display: none;
				}

				#content {
					width: 100%;
					margin: 0;
				}
				
					#content img {
						display: none;
					}
					
				.faded {
					filter: none;
					-moz-opacity: 1; 
					opacity: 1;
				}
				
				.fadedIE {
					filter: none;
				}

	#bottom {
		display: none;
	}

.datePercentage {
	border: none;
	background: #ffffff;
}

.datePercentageBar {
	color: #000000;
	text-align: left;
	vertical-align: middle;
}

/* elements */


/* text markup */
.button_left {
	display: none;
}

.button_right {
	display: none;
}

/* table markup */

#content .default_table {
	border: solid 1px #000000;
	border-collapse: collapse;
	background: #ffffff;
}

#content .default_table table, #content .default_table table td {
	border: none;
}

#content .default_table th, #content .default_table td
{
	background: #ffffff;
	color: #000000;
	border: solid 1px #000000;
}

#content .default_table th a.small 
{
	color: #000000;
}

#content .default_table a {
	color: #000000;
}

.row_even {
	background: #ffffff;
}

.row_odd {
	background: #ffffff;
}

/* dtp_edit.asp */

#tdDetailButtons {
	display: none;
}