@charset "utf-8";
/* CSS Document */

#tabsheader {
		background-color: white;
		margin-left: 30px;
	}
	
    #tabsheader ul {
		list-style: none;
		padding: 0;
		margin: 0;
		background: white;
		float: left;
		width: 100%;
    }
    
	#tabsheader li {
		float: left;
		margin: 0 1em 0 0;
	
    }
    
	#tabsheader a {
		text-decoration: none;
		display: block;
		width: 12em;
		padding: 0 0;
		font-weight: bold;
		font-size: 14pt;
		color: black;
		border-bottom: 0.5em solid #fc6;
		color: #fc6;
	
    }
	#ques {

		margin-right: 10px;
	}
	#tabsheader a:hover {
		color: #fa3;
		border-bottom: 0.5em solid #fa3;
				text-decoration: none;
		display: block;

	}
	
	#tabsheader #selected a {
		color: #8a9198;
		border-color: #dadfe5;
	}
	
	#tabscontent {
		font-family: Arial, Helvetica, sans-serif;
		clear: both;
		*clear: none;
		background-color: #dadfe5;
		padding: 1em;
		width: 803px;
		*width: auto;
		margin-left: 30px;
		*margin-top: -60px;

	}
	
		.polltext{
		font-family: Arial, Helvetica, sans-serif;

	}
	#tabscontent p {
		margin: 0 0 0 0;
	}
	#case-description {
		width: 300px;
		float: none;
		height: 100%;
		margin: 20px 50px 0px 20px;

	}
	#float {
		float: left;
			width: 300px;
	}
