/************************************
	Elements
************************************/
body {
	font-family: Verdana, Helvetica, Arail, Ms Sans Serif;
	-moz-box-sizing: padding-box;
	font-size: 11px;
	background-color: #DAF38D;
	 
}
table {
	font-size: 12px;
	width: 100%;
}
td {
	vertical-align: top;
}
form {
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-family:  Arial, Verdana, sans-serif;
}
p {
	margin: 15px 0;
}
a{
	color: #4469CC;
}
a:hover {
	text-decoration: underline;
}
a.noline {
	text-decoration: none;
}
a.noline:hover {
	text-decoration: underline;
}
a.nohover {
	text-decoration: none;
}
a.nohover:hover {
	text-decoration: none;
}
strong {
	font-weight: bold
}

/************************************
	Quicks
************************************/
.loading {
	position: absolute;
	padding: 15px 20px;
	background-color: white;
	border: 3px solid #DADADA;
	top: 0;
	width: auto;
	opacity: 0;
	filter: alpha(opacity: 0);
}
.colored {
	color: #E82067;	
}
.black {
	color: black;
}
.gray {
	color: gray;
}
.left {
	float: left;	
}
.right {
	float: right;
}
.hidden {
	display: none;	
}
.faded {
	opacity: 0;
	filter: alpha(opacity=0);
}
.show {
	display: block;
}
.disabled {
	disabled: true;
}
.enabled {
	disabled: false;	
}
.close {
	background: url(/images/global/delete.gif) no-repeat;
	height: 19px;
	width: 19px;
	font-size: 19px; 	
}
.pointer {
	cursor: pointer;	
}
.disabled a {
	color: gray;
}
.small {
	font-size: 11px;	
}
.dots {
	background: url(/images/global/dots.gif) repeat-x;
	height: 5px;
}
.leftPanel {
	float: left;
	width: 600px;	
}
.center {
	text-align: center;
}
.arrow {
	background: url(/images/global/arrow.gif) no-repeat;
	padding-left: 25px;	
}

.arrowBack {
	background: url(/images/global/arrow_back.gif) no-repeat;
	height: 16px;
	padding-left: 25px;	
}
.clear {
	clear: both;
}
/************************************
	Headers
************************************/
.pageTitle {
	margin: 10px;	
}

/************************************
	Main
************************************/
.main {
	padding-top: 1px;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
	padding: 0 10px;
}
.language {
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
}

.intro {
	float: left;
	width: 500px;
	margin-right: 50px;
	
font-stretch: ultra-condensed
}
.sidebar {
	float: left;
	background: url(/images/global/sidebar_background.gif) 100% 0 no-repeat;
	height: 122px;
	width: 265px;
}
.sidebar .sidebarContent {
	margin: 20px;	
}
.sidebar .sidebarContent h2 {
	color: #3f4f11;
}

/************************************
	Top
************************************/
.top {
	background: url(/images/global/top.jpg) no-repeat 50% 50%;
	height: 255px;
	border: 1px solid white;
	margin-bottom: 20px;
	margin-top: 10px;
}
.tabsContainer {
	margin-left: 300px;
	margin-top: 225px;
}
.tab {
	font-family: Verdana, Helvetica, Arail, Ms Sans Serif;
	float: left;
	width: 100px;
	height: 25px;
	background-color: #7B9E10;
	margin-top: 5px;
	color: white;
	font-size: 11px;
	text-align: center;
	margin-right: 2px;	
	cursor: pointer;
}
.tab div {
	margin-top: 5px;
}
.tab.hover {
	background-color: #B9EA2D;	
}
.tab.active {
	background-color: #B9EA2D;	
	height: 30px;
	margin-top: 0;
	color: #394907;
	font-size: 11px;	
}
.tab.active div {
	margin-top: 7px;
}
	
.composities h2 {
	color: #7B9E10;
}
.duration {
	font-size: 11px;	
}
.composition {
	margin-bottom: 15px;
}

/************************************
	Content
************************************/
.content {
	padding-left: 20px;
}
	
/************************************
	CV
************************************/

.biography {
	margin-top: 50px;
	padding: 20px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}


/************************************
	Contact
************************************/
form.contact {
	width: 600px;
	margin-top: 40px;
	background-color: #F2F2F2;
	padding: 20px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}
form.contact .separator {
	height: 20px;
}
form.contact label{
	display: block;
}
form.contact .field {
	width: 200px;
}
form.contact textarea {
	width: 500px;
	height: 200px;
}
form.contact .submit {
	margin-left: 400px;
	width: 100px;
}
/************************************
	Footer
************************************/
.footer {
	border-top: 1px dotted gray;
	color: gray;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	margin-top: 200px;
} 
