@charset "utf-8";

* {
	outline:0px none;
	text-align:justify;
}

html {
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	background-color:#FFF;
}
/*
table, td, th {
	border-collapse:collapse;
	border-color:#BBB;
	border-width: 1px;
	border-style: solid;
	vertical-align:top
}*/

table, td, th {
	border:none;
	vertical-align:top;
	text-align:left;
} 

img {
	border:none;
}

A:link, A:visited, A:active{
	color:#3C3C3B;
	text-decoration:underline;
	font-weight:bold;
}

A:hover{
	color:#3C3C3B;
	text-decoration:underline;
	font-weight:bold;
}

hr{
	height: 0;
	border: 0;
	border-bottom:#DDD thin dotted;
	}

#scroller {
	position:absolute;
	/*height:100%;*/
	width:100%;
}

#bgholder {
	position:absolute;
	width:100%;
	/*height:100%;*/
}

#logo-container {
	position:fixed;
	width:100%;
	margin:0;
	padding:0;
	z-index:999;
	padding:10px 0px 0px 0px;
	}

#logo {
	width:1024px;
	margin:auto!important;
	
	
}

#menu {
	float:right;
	margin-top:5px;
	font-weight:bold;
	font-size:11px;
	margin-right:-10px;
}

#menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	float:left;	
	margin: 0px 0px 0px 38px;
}

#menu ul ul{
	position:absolute;
	background-color:#FFF;
	top:120px;
	padding:0px 30px;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#menu ul ul li{
	padding:3px 30px;
	margin-left:0px;
}

#header {
	position:fixed;
	width:100%;
	margin:0px;
	padding:0px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	/*background:#450000;*/
	background-attachment: fixed;
	height:115px;
	z-index:998
}

#viewport {
	margin-top:65px;
	width:100%;
	padding:0px;
	height:199px;
	background-image:url(images/centerbg2.png)
}

#content-container {
	position:absolute;
	width:100%;
	margin:0px;
	padding:0px;
	top:274px;
	bottom:0px;
	color:#000;
}

#content-container .transparency{
	position:absolute;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	bottom:0px;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	background-color:#FFF;
}

#content {
	position:relative;
	width:1024px;
	height:auto;
	margin:auto!important;
}

#text {
	width:565px;
	float:left;
	padding:20px 0px 0px 0px;
	color:#3C3C3B;
}

#talen {
	position:absolute;
	width:1024px;
	margin:auto!important;
	text-align:right;
	top:0px;
}


#news {
	width:400px;
	padding:30px 0px 0px 0px;
	float:right;
}

#footer-container{
	height:25px;
	position: fixed;
	width:100%;
	margin:0px;
	padding:0px;
	bottom:0px;
	background-color:#3C3C3B;
	z-index:999
}

#footer {
	width:1024px;
	padding-top:6px;
	margin:auto!important;
	height:18px;
	font-size: 10px;
	color: #ffffff;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited{
	color: #ffffff;
	text-decoration:none;
}

.menuitem{
	cursor:pointer;
}
.menuitem a{
	text-decoration:none;
	color:#fff
}

.submenuitem{
	cursor:pointer;
	color:#000;
}
.submenuitem a{
	text-decoration:none;
	color:#000
}

iframe{
margin-left: -35px;
}

.title {
	font-family:"Arial Black",Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight: bold;
	color:#575756;
	margin: 0px;
	padding: 0px;
	text-align:left;
	line-height:90%
}

.text {
	color:#575756;
	margin: 0px;
	padding: 0px;
}

.image{
}

.loading {
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.grey{
	color: #666;
	}

.newsticker { 
	width:400px;
	height:300px;
	overflow: hidden;
}

.newsticker ul li{ 
	list-style:none; 
	display:block; 
	position:relative;
	width:400px;
	height:80px;
	background-color:#3C3C3B;
	float:right;
	margin-bottom:20px
}

.newsticker li{ 
	overflow: auto;
}

.newsticker .thumbnail { 
	float:left; 
	width:122px; 
}


.newsticker .info { 
	float:right; 
	width:278px;
	overflow:hidden;
}
.newsticker .itemtitle{
	float:left;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	margin: 5px 0px 0px 15px;
}

.itemtitle a{
	color:#FFF;
	text-decoration:none
}

.newsticker .itemtitle a:link, .newsticker .itemtitle a:active, .newsticker .itemtitle a:visited{
	color:#FFF;
	text-decoration:none
}

.newsticker .itemtitle a:hover{
	color:#FFF;
	text-decoration:underline
}

.newsticker .itemtext{
	float:left;
	text-align:left;
	width:248px;
	color:#DDD;
	margin: 0px 0px 0px 15px;
}

//begin login dialog
input, select, textarea {  
	text-decoration: none;
	border: 1px solid #C5C3C3;
	padding: 5px;
	margin-bottom: 5px;
}
input.text { margin-bottom:12px; width:95%; padding: .4em; }
textarea { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:10px; }

//end login dialog


UL.FileTree {
	font-family: Verdana, sans-serif;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

UL.FileTree LI {
	list-style: none;
	padding: 1px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.FileTree A {
	color: #333;
	padding: 0px 2px;
}


UL.FileTree .pageline:hover {
	background: #E5E5E5;
}
UL.FileTree .fileline:hover {
	background: #E5E5E5;
}
.pagetitle {
	width: 500px;
	float: left;
}
.filetitle {
	width: 500px;
	float: left;
}

.slideshow {
	width: 400px;
}

.nav {
	background-color:#E5E5E5;
	width: 400px;
	padding-top:5px;
	height:20px;
}

.prev {
	float:left;
	width:13px;
	height:13px;
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
	margin:3px;
}

.middle {
	float:left;
	width:362px;
	text-align:center;
	color:#454545;
}

.next {
	float:right;
	width:13px;
	height:13px;
	background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
	margin:3px;
}

/* Core Styles */
.FileTree LI.directory { background: url(images/directory.png) left top no-repeat; }
.FileTree LI.expanded { background: url(images/folder_open.png) left top no-repeat; }
.FileTree LI.file { background: url(images/file.png) left top no-repeat; }
.FileTree LI.wait { background: url(images/spinner.gif) left top no-repeat; }
/* File Extensions*/
.FileTree LI.ext_3gp { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_afp { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_afpa { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_asp { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_aspx { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_avi { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_bat { background: url(images/application.png) left top no-repeat; }
.FileTree LI.ext_bmp { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_c { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_cfm { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_cgi { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_com { background: url(images/application.png) left top no-repeat; }
.FileTree LI.ext_cpp { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_css { background: url(images/css.png) left top no-repeat; }
.FileTree LI.ext_csv { background: url(images/xls.png) left top no-repeat; }
.FileTree LI.ext_doc { background: url(images/doc.png) left top no-repeat; }
.FileTree LI.ext_exe { background: url(images/application.png) left top no-repeat; }
.FileTree LI.ext_gif { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_fla { background: url(images/flash.png) left top no-repeat; }
.FileTree LI.ext_h { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_htm { background: url(images/html.png) left top no-repeat; }
.FileTree LI.ext_html { background: url(images/html.png) left top no-repeat; }
.FileTree LI.ext_jar { background: url(images/java.png) left top no-repeat; }
.FileTree LI.ext_jpg { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_jpeg { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_js { background: url(images/script.png) left top no-repeat; }
.FileTree LI.ext_lasso { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_log { background: url(images/txt.png) left top no-repeat; }
.FileTree LI.ext_m4p { background: url(images/music.png) left top no-repeat; }
.FileTree LI.ext_mov { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_mp3 { background: url(images/music.png) left top no-repeat; }
.FileTree LI.ext_mp4 { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_mpg { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_mpeg { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_ogg { background: url(images/music.png) left top no-repeat; }
.FileTree LI.ext_pcx { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_pdf { background: url(images/pdf.png) left top no-repeat; }
.FileTree LI.ext_php { background: url(images/php.png) left top no-repeat; }
.FileTree LI.ext_png { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_ppt { background: url(images/ppt.png) left top no-repeat; }
.FileTree LI.ext_psd { background: url(images/psd.png) left top no-repeat; }
.FileTree LI.ext_pl { background: url(images/script.png) left top no-repeat; }
.FileTree LI.ext_py { background: url(images/script.png) left top no-repeat; }
.FileTree LI.ext_rb { background: url(images/ruby.png) left top no-repeat; }
.FileTree LI.ext_rbx { background: url(images/ruby.png) left top no-repeat; }
.FileTree LI.ext_rhtml { background: url(images/ruby.png) left top no-repeat; }
.FileTree LI.ext_rpm { background: url(images/linux.png) left top no-repeat; }
.FileTree LI.ext_ruby { background: url(images/ruby.png) left top no-repeat; }
.FileTree LI.ext_sql { background: url(images/db.png) left top no-repeat; }
.FileTree LI.ext_swf { background: url(images/flash.png) left top no-repeat; }
.FileTree LI.ext_tif { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_tiff { background: url(images/picture.png) left top no-repeat; }
.FileTree LI.ext_txt { background: url(images/txt.png) left top no-repeat; }
.FileTree LI.ext_vb { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_wav { background: url(images/music.png) left top no-repeat; }
.FileTree LI.ext_wmv { background: url(images/film.png) left top no-repeat; }
.FileTree LI.ext_xls { background: url(images/xls.png) left top no-repeat; }
.FileTree LI.ext_xml { background: url(images/code.png) left top no-repeat; }
.FileTree LI.ext_zip { background: url(images/zip.png) left top no-repeat; }



