/* CSS Document */

/* === redefinitions ========================================================*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
body {
	background: #FFFFFF url(../images/bg_page.gif) top left repeat-x;
	margin: 0px;
	padding: 0px;
}
a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	font-size: 230%;
	color: #f15728;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	border-bottom: solid 1px;
}
h3 {
	font-size: 110%;
	background: 0px 3px no-repeat url(../images/bullet_arrow_red.gif);
	padding-left: 10px;
	color: #444444;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #ad937a;
	border-bottom: solid 1px #e1e1e1;
}
ul.sList {
	margin-left: 15px;
	padding-left: 2px;
}
ul.sList li {	
	list-style-image: url(../images/bullet_arrow_black.gif);
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
ul.sList li ul {
	padding-top: 5px;
}
ul.sList li ul li {
	list-style: url(../images/bullet_arrow_red.gif);
}

/* === basic elements ========================================================*/
#page {
	width: 755px;
	margin: 0px auto 0px auto;
}

#header {
	background: url(../images/splash_top.jpg) top left no-repeat;
	height: 119px;
	position: relative;
}
#logoInvite {
	margin: 24px 34px 20px 24px;
	border: 0px;
	float: left;
}
#formBoxBorder {
	float: right;	
	width: 250px;
	background: #434343;
}
#formBox {	
	height: 98px;
	background: #e4d6cc url(../images/panel_biege_bg.gif) bottom left repeat-x;
	border: solid 1px;
	border-bottom-color: #8b8886;
	border-right-color: #8b8886;
	border-left-color: #fffaf8;
	border-top-color: #fffaf8;
	font-size: 10px;
	padding: 10px;
	color: #6e6e6e;
}
#formBox form td{	
	color: #beb0ab;
}
.article {
	width: 520px;
	margin: 60px 0px 10px 0px;
	float: right;
}
.justify{ 
	text-align: justify;
}
.noWrap {
	white-space: nowrap;
}
.reset {
border: 0px none;
margin: 0px;
padding: 0px;
float: none;
clear: both;
width: 0px;
height: 1px;
line-height: 0px;
font-size: 0px;
} 
/* === forms ========================================================*/
form {
	margin: 0px;
	padding: 0px;
}
input, select {
	font-size: x-small;
}
.editbox {
	background: #FFFFFF url(../images/editbox_bg.gif) top left repeat-x;
	border: solid 1px #c6c1bd;
}
button, .button {
	background: #df5100 url(../images/button_stripes_red.gif) top left repeat-x;
	font-weight: bold;
	font-size: x-small;
	color: white;
	border: solid 1px;
	border-bottom-color: #ca4900;
	border-right-color: #ca4900;
	border-top-color: #ef6b1f;
	border-left-color: #ef6b1f;
}

/* === mainmenu ========================================================*/
#mainMenu {
	width: 210px;	
	/*background: url(../images/splash_mouse.jpg) bottom left no-repeat;*/
	float: left;
}
#mainMenuPanel {
	padding: 60px 0px 20px 0px;
	background: url(../images/stripes_gray.gif) top left repeat;
}
#mainMenu ul {	
	padding: 0px;
	margin: 0px 10px 0px 10px;
	list-style: none;
}
#mainMenu ul li{
	padding: 4px 4px 4px 16px;
	margin: 0px 0px 4px 0px;
	background: #e9e3e0 url(../images/menuitem_bg.gif) top left no-repeat;
	border: solid 1px;
	border-top-color: #fbf8f7;
	border-left-color: #fbf8f7;
	border-bottom-color: #dbd6d4;
	border-right-color: #dbd6d4;
	list-style: none;
}

#mainMenu ul li, #mainMenu ul li a{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#mainMenu ul li a:hover{
	text-decoration: underline;
}
#mainMenu ul li#selected {
	background: #df5100 url(../images/menu_stripes_red.gif) top left repeat-x;
	font-weight: bold;	
	color: white;
	border: solid 1px;
	border-bottom-color: #ca4900;
	border-right-color: #ca4900;
	border-top-color: #ef6b1f;
	border-left-color: #ef6b1f;
}
#mainMenu ul li#selected a{
	color: white;
}
/* === submenu ========================================================*/
#mainMenu ul li ul{
	margin: 7px 0px 2px 0px;
	padding: 0px;
	background: #f9f4f0;
	list-style: none;
	list-style-image: none;	
}

#mainMenu ul li ul li{
	background: #f9f4f0 url(../images/bullet_arrow_red2.gif) 6px 6px no-repeat;
	padding: 3px 3px 3px 14px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
	border: none;
}
#mainMenu ul li ul li, #mainMenu ul li ul li a,  #mainMenu ul li#selected ul li a{
	color: #888888;
}
#mainMenu ul li ul li a:hover{
	text-decoration: underline;
}
/* === language menu ========================================================*/
#language {
	position: absolute;
	top: 110px;
	left: 15px;
}
#language .panel{
	background: white url(../images/language_bg.gif) top left repeat-x;
	border: solid 1px #acacac;
	margin: 0px 2px 0px 0px;
	padding: 4px;
	width: 20px;
	float: left;
	text-align: center;
}

#language .panel, #language .panel a{
	color: #aa5940;
	font-weight: bold;
}
/* === footer ========================================================*/
#footer {
	font-size: 90%;
}
.gradGrayBottom {
	padding: 8px 20px 8px 20px;
	background: url(../images/grad_gray_bottom.gif) bottom left repeat-x;
	border-bottom: solid 1px #cfc9c6;
}
.gradBiegeTop {
	padding: 8px 20px 8px 20px;
	background: url(../images/separator_biege.gif) top left repeat-x;
	border-top: solid 1px white;
}