﻿@charset "UTF-8";

*
{
	color: black;
	background-color: transparent;
	font-family: 'Helvetica', 'Arial', 'tahoma', 'verdana', sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 150%;
	outline-style: none;
}
html		/*		document root element		*/
{	
	width: 100%;
	height: 100%;
}
body		/*		document body		*/
{
	padding: 10px;
	background-color: #ECECEC;
}

td, th
{
	border-right: dashed 1px #666666;
	border-bottom: dashed 1px #666666;
	padding: 3px;
}

#aspnetForm
{

}

#contentVariable
{
	border-right: dashed 10px #666699;
width: 75%;	float: left;
	text-align: center;
}
#contentVariable *
{
	text-align: left;
}
h1+img
{
	float: left;
	margin: 0 10px 10px 0;
}

.text
{
}

.music
{
}

.AspNet-TreeView
{
	float: right;
	text-align: right;
	padding: 5px;
}

.AspNet-TreeView a
{
	font-size: 15px;
	padding: 5px;
	color: #5D6C9B;
}

.AspNet-TreeView-Selected>a
{
	font-style: oblique;
	color: #FFFFFF;
	background: #5D6C9B;
}

.AspNet-TreeView-Root>ul>li
{
	margin: 15px 5px 0 20px;
	background: #DDDDDD;
}

#footer
{
float: right;
	clear: right;
}

input
{
	border: solid 1px #000000;
}

table.legend1
{

}

table.legend1 td
{
	width: 1.5em;
	margin: 0 3px 3px 0;
	
	text-align: center;
	vertical-align middle;
}

.l1first { background-color: #E8E88D; }
.l1_2 { background-color: #8DA48D; }
.l1_3 { background-color: #8D8DBB; }
.l1_4 { background-color: #FF8D8D; }

/*----------------------------------------------------------------------*/
/*	BLOCK ELEMENTS ↓	*/
br		/*		forced line break		*/
{		}
blockquote		/*		long quotation		*/
{		}
div		/*		generic language/style container		*/
{		}
h1		/*		heading		*/
{
	font-size: 175%;
	font-weight: 500;
	background-color: #4A2918;
	color: #E6E5C9;
	padding: 0 0 0 5pt;
	margin: 0 0 10px 0;
}
h2		/*		heading		*/
{
	font-size: 140%;
	font-weight: 500;
	margin-bottom: 10px;
	border-bottom: 4px solid #E6E5C9;
	padding: 5pt 3pt 1pt 0;
}
h3		/*		heading		*/
{		}
h4		/*		heading		*/
{		}
h5		/*		heading		*/
{		}
h6		/*		heading		*/
{		}
hr		/*		horizontal rule		*/
{
	border-top: 1px solid #000000;
	clear: both;
}
p		/*		paragraph		*/
{
	margin: 0 0 15pt 0;
/*	text-shadow: 0 0 3px #FFFFFF;*/
}
pre		/*		preformatted text		*/
{		}

/*----------------------------------------------------------------------*/
/*	LIST ELEMENTS ↓	*/
dd		/*		definition description		*/
{		}
dl		/*		definition list		*/
{		}
dt		/*		definition term		*/
{		}
dfn		/*		instance definition		*/
{		}
li		/*		list item		*/
{		}
ol		/*		ordered list		*/
{		}
ul		/*		unordered list		*/
{	list-style-type: none;	}

/*----------------------------------------------------------------------*/
/*	TABLE ELEMENTS ↓	*/
caption		/*		table caption		*/
{		}
col		/*		table column		*/
{		}
colgroup		/*		table column group		*/
{		}
table		/*		table		*/
{		}
tbody		/*		table body		*/
{		}
td		/*		table data cell		*/
{		}
tfoot		/*		table footer		*/
{		}
th		/*		table header cell		*/
{		}
thead		/*		table header		*/
{		}
tr		/*		table row		*/
{		}

/*----------------------------------------------------------------------*/
/*	FORM ELEMENTS ↓	*/
button		/*		push button		*/
{		}
fieldset		/*		form control group		*/
{		}
form		/*		interactive form		*/
{		}
input		/*		form control		*/
{		}
legend		/*		fieldset legend		*/
{		}
label		/*		label		*/
{		}
optgroup		/*		option group		*/
{		}
option		/*		selectable choice		*/
{		}
select		/*		option selector		*/
{		}
textarea		/*		multi-line text field		*/
{		}


/*----------------------------------------------------------------------*/
/*	INLINE ELEMENTS ↓	*/
a		/*		anchor		*/
{		}
acronym
{
	font-size: 100%;
}
area		/*		client-side image map area		*/
{		}
cite		/*		citation		*/
{		}
code		/*		computer code fragment		*/
{		}
img		/*		embedded image		*/
{		}
map		/*		client-side image map		*/
{		}
object		/*		generic embedded object		*/
{		}
q		/*		short inline quotation		*/
{		}
samp		/*		sample program output, scripts, etc.		*/
{		}
span		/*		generic language/style container		*/
{		}

/*----------------------------------------------------------------------*/
/*	PHRASE ELEMENTS ↓	*/
em		/*		emphasis		*/
{	font-style: italic;	}
strong		/*		strong emphasis		*/
{		}
sub		/*		subscript		*/
{		}
sup		/*		superscript		*/
{		}