@charset "utf-8";
/* CSS Document */

/*@import url("panel.css");*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, label, select, hr
{
	font-family: Tahoma, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6d6e71;
	margin: 0;
	padding: 0;
	text-shadow: #000000 0 0 0px; /* Fix Safari Fat Fonts */
}
h1
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

h3
{
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

hr {
	border: none;
}

body
{
	background: #faf9f7;
	text-align: left;
	height: 100%;
}

select, input
{
	/* color border */
}

img
{
	border: 0 #000000 none;
}

label
{
	/*font-weight: bold;*/
	/*margin: 0 1em 0 1em;*/
}



a:link
{
	color: #3F7A8E;
	text-decoration: underline;
}

a:visited
{
	color: #3F7A8E;
	text-decoration: underline;
}

a:active
{
	color: #3F7A8E;
	text-decoration: underline;
}

a:hover
{
	color: #3F7A8E;
	text-decoration: underline;
}

a
{
	color: #3F7A8E;
	 cursor: pointer;
	 outline-style: none;
}

a.nostyle
{
	 /*color: default;*/
	 text-decoration: none;
}

.clear
{
	clear: both;
}

p.nomargin_noident {
	margin-top:0;
	text-indent:0;
}

/**************END DEFAULTS**************************/

.videothumb{
	border: 1px solid #6d6e71;
}

.videothumb:hover{
	border: 1px solid #ff0000;
}

.musicthumb{
	border: 1px solid #6d6e71;
}

.musicthumb:hover{
	border: 1px solid #ff0000;
}

#flashcontent {
		width: 400px;
		height: 300px;
		float: left;
}
#termsWindow{ 
	width:420px; 
	height:120px; 
	overflow-y: scroll;	
	margin:5px 0px 15px 0px;
	padding-right:10px;
	text-align:left;
}