body {
	background: #eeeeee;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

div.main_container {
	background: white;
	width: 85%;
	position: relative;
	overflow: auto;
	text-align: left;
	margin: 0;
}

div.login div.language {
	text-align: left;
	left: 0;
	width: 200px;
	float: left;
}

div.header {
	background: #eeeeee;
	background-image: url("pic/tisma_cms_top.jpg");
	height: 120px;
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid black;
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

div.header p.page_title {
	margin: 0;
	margin-left: 40px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 95px;
	font-size: 28pt;
}

div.header img {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
p.updated {
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	border-top: 1px solid #6d1717;
}

div.main_content {
	margin-left: 170px;	
	min-height: 500px;
	height: auto !important;
	height: 240px;
}

div.main_table {
	background: #ffffff;
	padding: 10px;
	margin: 0;
	border: 1px solid black;
	border-top: 0;
}

div.mainmenu {
	margin: 0;
	border: 1px solid black;
	border-right: 1px solid black;
	padding: 2px;
	clear: both;
	font-weight: bold;
	background-image: url("pic/bg.jpg");
	background-repeat: repeat-x;
	height: 16px;
}
div.mainmenu ul.topmenu {
	list-style-type: none;
	margin: 0;
}
div.mainmenu li a:link,
div.mainmenu li a:visited {
	color: #090909;
}
div.mainmenu li a:hover {
	color: #eeeeee;
}
div.mainmenu li {
	float: left;
	width: 15%;
	text-align: center;
}

div.mainmenu ul.submenu {
	display: none;
}

div.attachment {
	border: 1px dotted gray;
	padding: 20px;
	background-image: url("pic/attachment.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin: 10px;
}

div.title {
	position: relative;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 13pt;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	color: #6d1717;
}

td {
	vertical-align: top;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

div.main_table ul.topmenu {
	list-style: none;
	padding: 0;
	margin: 10px;
	margin-left: 20px;
	text-align: left;
	width: 9em;
	font-weight: bold;
	font-size: 10pt;
	padding: 1em;
	margin: 0;
}

div.navig_1 {
	background: #f9f9f9;
	border: 1px solid #6d1717;
	float: left;
	width: 160px;
}

div.main_table ul.submenu {
	list-style: none;
	padding-left: 1em;
	margin-left: 0;
	font-weight: normal;
	font-size: 10pt;
}

ul.topmenu a, ul.submenu a {
	text-decoration: none;
}

div.footer, div.login {
	background-image: url("pic/bg_2.jpg");
	background-repeat: repeat-x;
	color: #eeeeee;
	font-weight: bold;
	font-size: 9pt;
	padding: 2px;
	margin: 0;
}

.clear {
	clear: both;
	display: none;
}

div.footer {
	text-align: right;
}

div.login {
	text-align: right;
}

div.footer a, div.login a{
	color: #eeeeee;
	text-decoration: none;
}
div.footer a:hover, div.login a:hover {
	color: #d8241e;
	text-decoration: none;
}

.table p {
	width: 45%;
}

.table input {
	position: absolute;
	left: 50%;
}


div.help {
}

div.help a  {
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: black;
	text-decoration: none;
	background: #eeee00;
}

div.help a:hover {
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #eeee00;
	text-decoration: none;
	background: black;
}
table.stat_table {
	margin: 10px auto;
	border-collapse: collapse;
}
table.stat_table tr {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid black;
}

table.stat_table td {
	text-align: right;
	padding: 4px;	
}

div.main_table img {
	margin: 2px auto;
	padding: 2px;	
	border: 1px solid #dedede;
}

a {
	color: #6d1717;
}

a:hover {
	color: #d8241e;
}

h1 {
	font-weight: bold;
	font-size: 13pt;
}
h2 {
	font-weight: bold;
	font-size: 12pt;
}
h3 {
	font-weight: bold;
	font-size: 12pt;
}
h4 {
	font-weight: bold;
	font-size: 11pt;
}
h5 {
	font-weight: normal;
	font-size: 11pt;
}
h6 {
	font-weight: bold;
	font-size: 10pt;
	color: #6d1717;
}
