body, table, td {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

td.header {
	background-image: url(../../images/background_header.gif);
	
	height: 100px;
}

td.header_bottom {
	background-color: #652B75;
	height: 1px;
}

td.left, td.right {
	background-color: #EAEAEA;
	
	width: 150px;
	height: 100%;
	
	padding: 5px;
	
	text-align: center;
	vertical-align: top;
	
	border-left: 1px solid #D6CDD6;
	border-right: 1px solid #D6CDD6;
}

td.content {
	background-color: #FFFFFF;
	
	width: 606px;
	height: 100%;
	
	padding: 10px;
	
	vertical-align: top;
}

td.menu {
	width: 100px;
	height: 100px;
	text-align: center;
	cursor: pointer;
}

td.menu_photo {
}

td.menu_text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	
	padding-bottom: 4px;
	padding-top: 4px;
	
	height: 20px;
}

td.menu_text_active {
	background-image: url(../../images/headmenu/background.jpg);
	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	
	padding-bottom: 4px;
	padding-top: 4px;
	
	height: 20px;
}

a.childmenu:link, a.childmenu:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
}

a.childmenu:hover {
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
}

table.navigation {
	width: 100%;
}

td.navigation {
	background-color: #CCCCCC;
	border: 1px solid #999999;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

a.navigation:link, a.navigation:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a.navigation:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

h1.navigation {
	background-color: #652B75;	
	
	padding: 3px;
	margin-bottom: 3px;
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

table.item {
	border-bottom: 1px solid #D07F14;

	width: 100%;
}

td.item {
	padding-top: 2px;
	padding-bottom: 2px;
}

a.item:link, a.item:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #D07E12;
	text-decoration: none;
}

a.item:hover {
	text-decoration: underline;
}

h1.item {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #652B75;
	padding: 3px;
	margin-bottom: 3px;
	text-align: left;
}

img.item {
	border: 1px solid #EF5200;
}

h1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#EF5200;
	margin-bottom: 1px;
}

h6 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	margin: 0px;
}

td.contentheader {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

td.contentitem {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #EAEAEA;
	height: 20px;
	padding: 2px;
}

a:link, a:visited {
	font-family: Tahoma;
	color: #D07E12;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.alert {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border: 1px solid #FF0000;
	margin:10px;
	padding: 10px;
	padding-left: 55px;
	background-image: url(../images/error.png);
	background-position: 10px;
	background-repeat: no-repeat;
}

hr {
	margin-top: 3px;
	margin-bottom: 0px;
	border: 0px;
	border-top: 1px solid #D07E12;
	height: 1px;
}

ul.item {
	list-style: none;
	margin: 0px;
}

ul.childmenu {
	list-style: none;
	margin: 0px;
}

td.inputfield {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	
	padding-top: 7px;
}

form {
	margin: 0px;
}

input, select, textarea {
	border: 1px solid #666666;
	
	font-family: Tahoma;
	font-size: 12px;
	width: 200px;
}

input.button {
	width: 80px;
	
	padding-left: 5px;
	padding-right: 5px;
}

input.checkbox {
	border: 0px;
	width: 15px;
}