@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	text-align:center;
	background-color:#FFFFFF;
	font-family: Verdana, sans-serif;
	font-size:12px;
} 
h1 {
	font-family:Verdana, sans-serif;
	font-size:20px;
	color:#000000;
	letter-spacing:1px;
	margin-bottom:5px;
}
ul {
	margin-left: 35px;
}
ol {
	margin-left: 35px;
}
.headline
	{
	color:#000000;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1px;
	line-height:40px;
}
p {
	text-align:left;
	padding-bottom: 20px;
}
a {
	font-weight:bolder;
	font-style:normal;
	color:#B41905;
	text-decoration: none;
	}
.hint {
	display:inline;
	position:relative;
	z-index:99;
}
.hint a{
	z-index:99;
}
.hint a span, .hint a:visited span {
	display:none;
	text-decoration: none; 
}
.hint a:hover span{
	position:absolute;
	width:150px;
	top:20px;
	left:0px;
	display:block;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	background:#FFFFFF;
	color:#000;
	border:1px solid #000000;
	padding:5px;
	text-decoration: none;
    line-height: normal;
	z-index:1000;
    /*filter:alpha(opacity=75);     Internet Explorer       */
    /*-moz-opacity:0.75;            Mozilla 1.6 and below   */
    /*opacity: 0.75;                newer Mozilla and CSS-3 */
	}
.hint2 {
	display:inline;
	z-index:99;
}
.hint2 a{
	z-index:99;
}
.hint2 a span, .hint a:visited span {
	display:none;
	text-decoration: none; 
}
.hint2 a:hover span{
	position:absolute;
	width:150px;
	top:20px;
	left:0px;
	display:block;
	font-family:arial;
	font-size:12px;
	background:#FFFFFF;
	color:#000;
	border:1px solid #000000;
	padding:5px;
	text-decoration: none;
    line-height: normal;
	z-index:1000;
    /*filter:alpha(opacity=75);     Internet Explorer       */
    /*-moz-opacity:0.75;            Mozilla 1.6 and below   */
    /*opacity: 0.75;                newer Mozilla and CSS-3 */
	}
.hint3 {
	display:inline;
	position:relative;
	z-index:99;
}
.hint3 a{
	z-index:99;
}
.hint3 a span, .hint a:visited span {
	display:none;
	text-decoration: none; 
}
.hint3 a:hover span{
	position:absolute;
	width:75px;
	top:20px;
	left:-25px;
	display:block;
	font-family:arial;
	font-size:12px;
	background:#FFFFFF;
	color:#000;
	border:1px solid #000000;
	padding:5px;
	text-decoration: none;
    line-height: normal;
	z-index:1000;
    /*filter:alpha(opacity=75);     Internet Explorer       */
    /*-moz-opacity:0.75;            Mozilla 1.6 and below   */
    /*opacity: 0.75;                newer Mozilla and CSS-3 */
	}
div {
	outline:none;
	}
hr {
	margin-bottom:10px;
	margin-top:10px;

	background-color:#FFFFFF;
	color:#FFFFFF;
	border:0;
	height:2px;
	}
img {
	vertical-align: middle;	
	}
img.ajax_load {
	display:block;
	margin:20px;
	margin-top:50px;
}

input {
	/*vertical-align: middle;	
	border:0;*/
	}
input.btn { 
	  color:#050; 
	  font-family: Verdana, sans-serif; 
	  background-color:#fed; 
	  border: 2px solid; 
	  border-color: #696 #363 #363 #696; 
	  filter:progid:DXImageTransform.Microsoft.Gradient 
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
	} 

.button {
	border:0;
	}
.center {
	margin-left:auto;
	margin-right:auto;
}
table{
	border:0;
	background-color: #f3d5a9;
	border-spacing:0px;
	}
table th {
	margin:0px;
	color:#FFFFFF;
	border-bottom-width:2px;
	border-top-width:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 5px 5px;
	border-style:solid;
	border-color: #e0c69f;
	background-color: #a58367;
	-moz-border-radius: 0px;
}
table tr.accurate {
	margin:0px;
	color:#FFFF00;
	border-bottom-width:2px;
	border-top-width:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 5px 5px;
	border-style:solid;
	border-color: #e0c69f;
	background-color: #FF0000;
	-moz-border-radius: 0px;
}
table tr.deleted {
	text-decoration: line-through;
}
table td {
	margin:0px;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 5px 5px;
	border-style:solid;
	border-color: #e0c69f;
	/* background-color: white; */
	-moz-border-radius: 0px;
}

.textimageleft {
	float: left;
	margin-right: 8px;
}
.textimageright {
	float: right;
	margin-left: 8px;
}
#container {
	top:0px;
	left:0px;
	width:auto;
	min-width:952px;
	/* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 957 ? "952px" : "100%" );
	background-color:#FFFFFF;

}
#header {
	margin: 17px;
	margin-bottom:2px;
	height: auto;
	width: auto;
	background-color:#b41905;
}
#header img {
	/* display: block; */
	margin:auto;
}
#mainmenu {
	color:#FFFFFF;
	text-align:left;
	height: 28px;
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 0px;
	width: auto;
	background-color:#000000;
}
#spacer_contact {
	background-color:#FFFFFF;
	width:2px;
	height:28px;
}
#submenu {
	position:relative;
	display:block;
	color:#000000;
	text-align:left;
	height: 18px;
	margin-right: 17px;
	margin-left: 17px;
	width: auto;
	background-color:#FFFFFF;
	z-index:2000;
}
#spacer {
	color:#000000;
	text-align:left;
	height: 12px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom:3px;
	width: auto;
	background-color:#aa845d;
}
#title_bg {
	background-color:#f3d5a9;
	color:#000000;
	height: 117px;
	margin-right: 17px;
	margin-left: 17px;
	width: auto;
	background-image:url(../img/title_bg.jpg);
	background-repeat:repeat-x;
}
#title_bg_index {
	background-color:#f3d5a9;
	color:#000000;
	height: 137px;
	margin-right: 17px;
	margin-left: 17px;
	width: auto;
	background-image:url(../img/title_bg.jpg);
	background-repeat:repeat-x;
}
#title {
	display:block;
	position:absolute;
	z-index:0;
	left:85px;
	top:231px;
	width:868px;
	height:51px;
	text-align:left;
}#title_index {
	display:block;
	position:absolute;
	z-index:0;
	left:85px;
	top:251px;
	width:868px;
	height:81px;
	text-align:left;
}
#subsubmenu1 {
	position:absolute;
	display:block;
	background-color:#efdbbe;
	left:10px;
	top:18px;
	width:auto;
	height:auto;
	z-index:2000;
	text-align: left;
	visibility:hidden;
	padding-bottom: 10px;
}
#subsubmenu1 a {
	display:block;
	height:18px;
	padding-left:15px;
	padding-right:15px;
	margin-left:5PX;
	background-color:#efdbbe;
	color:#333;
	z-index:2000;
	line-height: 22px;
	font-weight:normal;
}
#subsubmenu1 a:hover {
	background-image:url(../img/smarrow.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	color:#777;

}
#subsubmenu2 {
	position:absolute;
	display:block;
	background-color:#efdbbe;
	left:100px;
	top:17px;
	width:auto;
	height:auto;
	z-index:2000;
	text-align: left;
	visibility:hidden;
	padding-bottom: 10px;
}
#subsubmenu2 a {
	display:block;
	height:18px;
	padding-left:15px;
	padding-right:15px;
	margin-left:5PX;
	background-color:#efdbbe;
	color:#333;
	z-index:2000;
	line-height: 22px;
	font-weight:normal;
}
#subsubmenu2 a:hover {
	background-image:url(../img/smarrow.png);
	background-repeat:no-repeat;
	color:#777;

}
#content_container{
	margin-right: 17px;
	margin-left: 17px;
	width:auto;
	height:100%;
	background-color:#0FF;
	overflow:hidden;
}
#content_bg {
	display:block;
	background-color:#666666;
	width:auto;
	height:100%;
	text-align:left;
	margin-left:17px;
	margin-right:17px;
	margin-bottom:0px;
	background-color:#f3d5a9;
	background-image:url(../img/content_bg_l.jpg);
	background-repeat:no-repeat;

}
#content_bg_l {
	float:left;
	width:67px;
	height:1000px;
	background-image:url(../img/content_bg_l_a.jpg);
	background-repeat:repeat-y;
}
#content_bg_r {
	float:right;
	width:48px;
	height:1000px;
	background-image:url(../img/content_bg_r.jpg);
	background-repeat:repeat-y;
}
#content {
	display:block;
	margin-left:68px;
	margin-right:48px;
	height:100%;
	background-color:#f3d5a9;
	line-height:16px;
}
#content_index {
	display:block;
	margin-left:68px;
	margin-right:48px;
	height:100%;
	background-color:#f3d5a9;
	line-height:16px;
}

#contactYuri {
	position:absolute;
	text-align:left;
	left:258px;
	top:397px;
	width:288px;
	height:73px;
	z-index:2001;
}
#contactGunars {
	position:absolute;
	text-align:left;
	left:258px;
	top:543px;
	width:288px;
	height:73px;
	z-index:2001;
}
#contactEdzus {
    position:absolute;
    text-align:left;
    left:258px;
    top:500px;
    width:288px;
    height:73px;
    z-index:2001;
}

#notes {
	background-color:#FFF;
}
.topic
{
		width:100%;
		height:auto;
		border-bottom-color:#FFF;
		border-width:thin;
		border-bottom-style:solid;
		background-color:#ac926b;
		color:#FFF;
		font-weight:bold;
		font-variant:small-caps;
		letter-spacing:1px;
		line-height:30px;
	}
.reply
	{
		width:100%;
		height:auto;
		border-bottom-color:#FFF;
		border-width:medium;
		border-bottom-style:solid;
		background-color:#fddeb1;
	}
.post
	{
		width:100%;
		height:auto;
		border-bottom-color:#FFF;
		border-width:medium;
		border-bottom-style:solid;
		background-color:#f3d5a9;
	}
.editor
	{
		position:relative;
		width:200px;
		height:auto;
		border-bottom-color:#FFF;
		border-width:medium;
		border-bottom-style:none;
		background-color:#fddeb1;
	}

p {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;

}
.amber {
	color:#F07800;
}
.red {
	color:#B41905;
	}
.indented {
	padding-left:20px;
}
.indented1 {
	padding-left:40px;
}
.indented2 {
	padding-left:60px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}

a#bordwell { background-image:url(../img/bordwell.gif); height: 21px; width:128px; display:block; }
a#bordwell span { display:none; }
a#bordwell:hover { background-image:url(../img/bordwell_f2.gif); }

a#buckland { background-image:url(../img/buckland.gif); height: 21px; width:128px; display:block; }
a#buckland span { display:none; }
a#buckland:hover { background-image:url(../img/buckland_f2.gif); }

a#obrien { background-image:url(../img/obrien.gif); height: 21px; width:128px; display:block; }
a#obrien span { display:none; }
a#obrien:hover { background-image:url(../img/obrien_f2.gif); }

a#salt { background-image:url(../img/salt.gif); height: 20px; width:128px; display:block; }
a#salt span { display:none; }
a#salt:hover { background-image:url(../img/salt_f2.gif); }

a#tsivian { background-image:url(../img/tsivian.gif); height: 20px; width:128px; display:block; }
a#tsivian span { display:none; }
a#tsivian:hover { background-image:url(../img/tsivian_f2.gif); }

#preloader {
position:absolute;
top:-1000px;
height:100px;
width:100px;
overflow:hidden;
}
.hiddenPic {
	display:none;
}
	
#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
}
#status
{
position:absolute;
top: 5px;
left:0;
width:400px;
color:#B41905;

}
#end
{
position:absolute;
top: 635px;
left: 290px;

}
#graphcontrols 
{
position: absolute;
top: 635px;
left: 10px;
}
.graphcontrols
{
width:20px;
margin:0;
}
#vlcplayer
{
position:absolute;
top:35px;
left:0;
width:400px;
}
#vlcgraph
{
position:absolute;
top:330px;
left:0;
width:400px;
height:300px;
}
#vlcgraphloading
{
position:absolute;
background-color: #f3d5a9;
top:330px;
left:0;
width:400px;
height:300px;
}
#vlchelp
{
position:absolute;
left:0px;
width:auto;
background-color:#f3d5a9;
}
#vlchelp2
{
position:absolute;
left:400px;
width:auto;

}
#vlchelp3
{
position:absolute;
top:400px;
left:400px;
}
#black
{
position:absolute;
top:0;
left:0;
width:420px;
height:700px;
background-color:#000000;
z-index:100;
filter:alpha(opacity=65);
opacity: 0.65;
}
#customize
{
background-color: #f3d5a9;
position:absolute;
top:350px;
left:0;
width:400px;
height:100px;
border-style:solid;
border-width: 2px;
border-color: #ffffff;
z-index:101;
}
#subform
{
background-color: #f3d5a9;
position:absolute;
text-align: left;
top:35px;
left:0;
width:390px;
height:325px;
border-style:solid;
border-width: 2px;
border-color: #ffffff;
margin: 5px;
z-index:102;
}

#subform .tbox
{
position: absolute;
left:90px;
padding:0; 
}
#donesubmit {
height: 75px;
width: 65px;
}
#factadf
{
position:absolute;
top:205px;
left:718px;
width:183px;
height:40px;
background-color:#FFFFFF;
z-index:100;
filter:alpha(opacity=65);
opacity: 0.65;
}
#factada
{
position:absolute;
top:245px;
left:718px;
width:183px;
height:40px;
background-color:#FFFFFF;
z-index:100;
filter:alpha(opacity=65);
opacity: 0.65;
}
#factadc
{
position:absolute;
top:285px;
left:718px;
width:183px;
height:40px;
background-color:#FFFFFF;
z-index:100;
filter:alpha(opacity=65);
opacity: 0.65;
}
#factadt
{
text-align:left;
position:absolute;
top:325px;
left:718px;
width:183px;
height:40px;
background-color:#FFFFFF;
z-index:100;
filter:alpha(opacity=65);
opacity: 0.65;
}

/* CSS Document */
