/** 
	main style sheet for INFER, s.r.o.
**/

	html {
		height: 100%;
	}
	
	a {
		color: navy;
		text-decoration: none;
	}
	
	a:hover {
		color: #ff6600;
	}
	
	form {
		margin: 0;
		padding: 0;
	}
	
	h1 {
		font-size: 20px;
		font-weight: bold;
		font-family: Verdana;
		font-style: italic;
		margin: 15px 0 15px 0;
		padding: 3px 0 0 50px;
		height: 35px;
		background-image: url('/images/header_bullet.jpg');
		background-repeat: no-repeat;
	}
	
	h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
	h4 {
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		margin: 0 0 20px 0;
	}
	
	/* main layout */

	body {
		margin: 0;
		padding: 0;
		background-color: white;
		color: black;
		font-family: Verdana, Arial, 'Times New Roman';
		font-size: 12px;
		background-image: url('/images/background.jpg');
		background-repeat: repeat-x;
		background-attachment: fixed;
		height: 100%;
		text-align: center;
		cursor: default;
		overflow: hidden;
	}
	
	div#ie_bug {
		position: relative;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
	}
	
	div#layout_div {
		position: relative;
		margin: 0 auto;
		width: 960px;
		text-align: left;
	}
	
	div#header_section {
		position: relative;
		top: 0;
		width: 100%;
		height: 130px;
		background-image: url('/images/top.png');
	}
	
	div#content_section {
		position: relative;
		width: 100%;
		background-image: url('/images/content.png');
	}
	
	div#footer {
		position: relative;
		width: 100%;
		height: 60px;
		background-image: url('/images/footer.png');
		text-align: center;
		font-size: 10px;
		color: silver;
	}
	
	div#footer .copyright {
		position: relative;
		top: 15px;
	}
	
	div#footer .copyright a {
		color: silver;
		text-decoration: underline;
	}
	
	div#footer .copyright a:hover {
		color: orange;
	}
	
	div#left_panel {
		position: relative;
		float: left;
		left: 30px;
		width: 200px;
	}
	
	div#main_content_container {
		position: relative;
		float: right;
		right: 50px;
		width: 620px;
        min-height: 350px;
		text-align: justify;
		padding: 0 10px 0 40px;
        border-left: solid 1px silver;
	}
	
	div#main_content_container .content {
		position: relative;
		text-align: justify;
		font-family: Verdana, Arial;
	}
	
/** classes **/
	.clear_div {
		position: relative;
		clear: both;
		width: 100%;
		height: 1px;
	}
	
	.sub_header {
		position: relative;
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		margin: 0 0 30px 0;
	}
	
	.sub_content {
		position: relative;
		margin: 5px 10px 15px 10px;
		text-align: justify;
	}
	
	.logout_div {
	   margin-top: 15px;
       text-align: center;
	}
	
	.logout_div a {
		color: black;
		text-decoration: none;
        font-weight: bold;
	}
	
	.logout_div a:hover {
		color: orange;
	}

	.box {
		position: relative;
		width: 100%;
		height: 100%;
		border: solid 1px blue;
		margin: 5px 0 5px 0;
	}
	
	.box .title {
		position: relative;
		font-weight: bold;
		font-size: 12px;
	}
	
	.box .content {
		position: relative;
		padding: 15px 0 15px 0;
	}

	.button {
		position: relative;
		font-family: Verdana, Arial;
		padding: 3px;
		font-weight: bold;
		border: solid 1px orange;
		background-color: silver;
		color: navy;
		font-size: 11px;
	}
	
	.info_msg {
		position: relative;
		width: 100%;
		margin-top: 20px;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		text-align: center;
	}
	
	.table_header_cell {
		font-size: 11px;
		font-weight: bold;
		color: black;
		font-style: italic;
		background-color: #eeeeee;
		border-bottom: solid 1px gray;
		border-top: solid 1px gray;
	}
	
	.table_header_left {
		font-size: 11px;
		font-weight: bold;
		color: black;
		font-style: italic;
		background-color: #eeeeee;
		border-bottom: solid 1px gray;
		border-top: solid 1px gray;
		border-left: solid 1px gray;
	}
	
	.table_header_right {
		font-size: 11px;
		font-weight: bold;
		color: black;
		font-style: italic;
		background-color: #eeeeee;
		border-bottom: solid 1px gray;
		border-top: solid 1px gray;
		border-right: solid 1px gray;
	}
	
	.hidden {
		display: none;
	}
	
	.list-header {
		font-weight: bold;
	}
	
	.list-note {
		font-size: 75%;
		color: gray;
	}
    
    div#header_section marquee {
        position: absolute;
		width: 370px;
		height: 35px;
		top: 77px;
		left: 500px;
        color: gray;
        font-size: 14px;
        font-weight: bold;
    }
