* {
	padding: 0;
	margin: 0;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	font-size: 0.9em;
	background: #EBDDBA url('/images/common/top-corner.jpg') top left no-repeat;
}

body, td, th {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #847060;
}

h1 sup { font-size: 0.5em; top: -3px; position: relative; }

.hidden {
	display: none;
}

.clear { clear: both; }

a img {
	border: none;
}

a {
	color: #3F2007; text-decoration: none; cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.pseudolink { cursor: pointer; }

.errorBorder { border: 1px solid Red; }

img.pseudolink { border: 0; text-decoration: none; }

option.important { font-weight: bold; }

h1 {
	font-family: Georgia;
	font-size: 24px;
	color: #3F2007;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 76px;
}

h2 {
	font-family: Georgia;
	font-size: 30px;
	color: #3F2007;
	margin: 33px 0 25px 0;
	font-weight: normal;
}

h3 {
	font-family: Georgia;
	font-size: 24px;
	color: #3F2007;
	margin: 23px 0 15px 0;
	font-weight: normal;
}

h4 {
	font-family: Georgia;
	font-weight: bold;
	color: #847060;
	font-size: 14px;
}

td {
	vertical-align: top;
}

img {
	vertical-align: bottom;
}

#page {
	/*min-height: 100%;*/
}

div.base {
	margin: 0 auto;
	width: 900px;
}

div.invisible {
	display: none;
}

button, .button {
	color: #FFFFFF;
	background-color: #7FADB8;
	border: 1px solid #5B7C84;
	padding: 0 5px;
	white-space: nowrap;
	cursor: pointer;
}

#header {
	padding: 31px 15px;
}

	#header table {
		width: 100%;
		border-collapse: collapse;
	}

	#header table td {
		vertical-align: top;
	}
	
	#auth {
		padding: 3px;
		background-color: #F9F0DD;
		margin-top: -6px;
		font-family: Arial;
		font-size: 12px;
	}
	
		#auth a {
			color: #3F2007;
		}

		#auth a.mail-indicator {
			text-decoration: none;
		}

			#auth a.mail-indicator img {
				vertical-align: middle;
				margin-left: 3px;
			}

		#auth .logout { text-align: center; border-left: 1px dotted #C1B19C; width: 45px; }
		#auth .login { text-align: center; border-left: 1px dotted #C1B19C; width: 45px; }
		
#floating-auth {
	padding: 14px;
	margin: -100px 0 0 -125px;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 2000;
	background-color: #FFFFFF;
	border: 6px solid #CDB69C;	
	width: 250px;
}

	#close-auth {
		position: absolute;
		right: 10px;
		top: 0;
	}

	#floating-auth p.header {
		text-align: left;
		text-indent: 16px;
		background: transparent url('/images/profile/auth-key.gif') left center no-repeat;
		font-size: 16px;
		color: #847060;
	}

	#floating-auth p.little {
		text-align: left;
		width: 153px;
		float: right;
		padding: 0;
		margin-top: -5px;
	}
	
		#floating-auth p.little a {
			font-size: 10px;
			text-decoration: none;
			color: #AC9E93;
		}
	
	#floating-auth p {
		padding: 6px 0 0;
		font-size: 14px;
		white-space: nowrap;
		color: #AC9E93;
		clear: both;
	}
	
		#floating-auth p input {
			margin-right: 10px;
		}
	
		#floating-auth p input.right {
			float: right;
			margin: 0;
		}
	
		#floating-auth p input.text {
			width: 150px;
		}
		
		#auth-message {
			text-align: right;
			color: #AC9E93;
			font-size: 12px;
			line-height: 30px;
		}
		
		#auth-loader {
			left: 170px;
			position: absolute;
			bottom: 10px;
		}
		
#menu {
	position: relative;
	left: 50%;
	width: 1000px;
	margin-left: -488px;	
}
		
#menu img {
	float: left;
	margin: 31px 12px 0 0;
}

#menu table {
	border-collapse: collapse;
}

#menu a {
	display: block;
	padding-bottom: 5px;
}

		
#menu div {
	float: left;
	background-image: url('/images/common/menu-element-bg.gif');
	background-repeat: no-repeat;
	height: 35px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	padding: 10px 3px 0 3px;
}
	
	#menu div.first {
		background-position: bottom right;
		width: 19px;
	}
	
	#menu div.element {
		background-position: bottom left;
		min-width: 106px;
		white-space: nowrap;		
	}
	
		#menu div.element a:link, #menu div.element a:visited {
			color: #B4A587;
			cursor: default;
		}
	
		#menu div.element a:hover {
			color: #3F2007;
			text-decoration: none;
			background: transparent url('/images/repetitor/menu-dot.gif') center bottom no-repeat;
		}
	
		
	#menu div.current a:link, #menu div.current a:visited {
		color: #3F2007;
	}

	#menu div.current a:hover {
		color: #3F2007;
		text-decoration: none;		
		background: transparent url('/images/repetitor/menu-dot.gif') center bottom no-repeat;
	}	
	
	#menu div.current div.submenu {
		display: none;
	}
	
	#menu div.element div.submenu {
		display: none;
	}
	
	#menu div.hover div.submenu {
		display: block !important;
	}
	
	#menu div div.submenu {
		position: absolute;
		background: none;
		color: #B4A587;
	}
	
	#menu div.current div.submenu p a {
		color: #B4A587;
	}
	
	#menu div div.submenu p {
		text-indent: 20px;
	}
	
	#menu div div.hover p {
		background: transparent url('/images/repetitor/submenu-dots.gif') left center no-repeat;		
	}
	
		#menu div div.hover p a:link, #menu div div.hover p a:visited, #menu div div.hover p a:hover {
			color: #3F2007;
			display: inline;
			background: none;
			cursor: pointer;
		}
		

		
	
#container {
	clear: both;
	padding-top: 40px;
}

#tabs {
	border-collapse: collapse;
	position:relative;
	z-index:1;
	margin: 0 0 0 0;
}

	#tabs td {
		color: #FFFFFF;
		font-size: 15px;
		vertical-align: middle;
		text-align: center;
	}

		#tabs td div {
			height: 28px;
			padding: 10px 10px 0 10px;
			border: 1px solid;
			border-color: #AA8879;
			border-bottom: 1px solid #724D3D;
			border-bottom: 0;
			-moz-border-radius-topleft: 6px;
			-moz-border-radius-topright: 6px;
			-webkit-border-top-left-radius: 6px;
			-webkit-border-top-right-radius: 6px;
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
		}

	#tabs td.delimiter {
		width: 3px;
		padding: 0;
		border: 0;
	}

	#tabs td.active { }

		#tabs td.active div {
			background: #724D3D;
		}
	
	#tabs td.passive {}

		#tabs td.passive div {
			background: #E1D4B2;
		}
		
			#tabs td div a {
				color: #3F2007;
				text-decoration: underline;
			}
	
	
	
#content {
	border-width: 6px 1px 1px 1px;
	border-style: solid;
	border-color: #724D3D #BCB191 #BCB191 #BCB191;
	padding: 0 55px 55px 55px;
	background: #FFFFFF url('/images/common/content-bg.gif') top center no-repeat;
	clear: both;
	min-height: 400px;
}

	#content p { margin: 0.5em 0 0.5em 0; line-height: 1.5em; font-family: Georgia; font-size: 14px;}


	
	#content div.notify {
		background: transparent url('/images/profile/notice.gif') top left no-repeat;
		height: 90px;
		padding: 0 30px;
		font-size: 14px;
		margin: 0 auto;
		color: #A5ACB2;
	}

	#content div.notify table {
		width: 100%;
		border-collapse: collapse;
	}

	#content div.notify td {
		vertical-align: middle;
		height: 73px;
		font-size: 12px;
		font-family: Georgia;
		text-align: center;
	}

		#content div.notify .dotted {
			width: 57px;
			padding: 0 10px;
			background: transparent url('/images/profile/button-line.gif') center center no-repeat;
		}


		

#ballast {
	height: 30px;
}

#footer {
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #B4A587;
}
	#footer p { margin: 0.5em 0; }
	#footer a { color: #72583C; text-decoration: none; }

	#footer table {
		width: 100%;
	}
		
		#footer th, #footer td {
			text-align: left;
			font-family: Georgia;
		}
		
		#footer td.right {
			text-align: right;
			color: #AE957C;
		}
		
			#footer td.right a {
				color: #AE957C;
			}
		
		#footer td.empty {
			width: 32px;
		}
		
		#footer th.empty {
			width: 10px;
		}

.inmail_compose {
	color: #847060;
}
	.inmail_compose a {
		color: #92BEEB;
		padding: 0 0 0 22px;
		background: url('/images/common/inmail-compose.gif') 0 3px no-repeat;
	}

	
.link_delete {
	color: #847060;
}

	.link_delete a {
		background:transparent url(/images/profile/icon-delete.png) no-repeat scroll 2px 3px;
		color:#C17955;
		padding:0 0 0 20px;
		text-decoration:none;
	}
	
	
#recaptcha_response_field {
	font-size: 12px !important;
	line-height: 14px !important;
}

div.notification { position: absolute; left: 50%; top: 50%; width: 520px; z-index:100; background-color: #FFFFFF; padding: 5px; border: 3px solid #D6C8A6; }
	div.notification img { float: right; cursor: pointer; }
	div.notification div { margin: 10px; width: 480px; background-color: #F2F7FC; padding: 10px; font-family: Georgia; font-size: 14px; }
	div.notification div p { padding: 5px 0; }
	
#notification_enmeshed { display: none; left: 100%; margin-left: -550px; top: 70px; }


