.filelisting .treeview, .filelisting .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.filelisting .treeview ul {
	margin-top: 4px;
}

.filelisting .treeview .hitarea {
	background: url(/images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.filelisting .treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.filelisting .treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.filelisting .treeview .hover { color: red; cursor: pointer; }

.filelisting .treeview li { background: url(/images/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.filelisting .treeview li.collapsable, .filelisting .treeview li.expandable { background-position: 0 -176px; }

.filelisting .treeview .expandable-hitarea { background-position: -80px -3px; }

.filelisting .treeview li.last { background-position: 0 -1766px }
.filelisting .treeview li.lastCollapsable, .filelisting .treeview li.lastExpandable { background-image: url(/images/treeview/treeview-default.gif); }  
.filelisting .treeview li.lastCollapsable { background-position: 0 -111px }
.filelisting .treeview li.lastExpandable { background-position: -32px -67px }

.filelisting .treeview div.lastCollapsable-hitarea, .filelisting .treeview div.lastExpandable-hitarea { background-position: 0; }

.filelisting .treeview-red li { background-image: url(/images/treeview/treeview-red-line.gif); }
.filelisting .treeview-red .hitarea, .filelisting .treeview-red li.lastCollapsable, .filelisting .treeview-red li.lastExpandable { background-image: url(/images/treeview/treeview-red.gif); } 

.filelisting .treeview-black li { background-image: url(/images/treeview/treeview-black-line.gif); }
.filelisting .treeview-black .hitarea, .filelisting .treeview-black li.lastCollapsable, .filelisting .treeview-black li.lastExpandable { background-image: url(/images/treeview/treeview-black.gif); }  

.filelisting .treeview-gray li { background-image: url(/images/treeview/treeview-gray-line.gif); }
.filelisting .treeview-gray .hitarea, .filelisting .treeview-gray li.lastCollapsable, .filelisting .treeview-gray li.lastExpandable { background-image: url(/images/treeview/treeview-gray.gif); } 

.filelisting .treeview-famfamfam li { background-image: url(/images/treeview/treeview-famfamfam-line.gif); }
.filelisting .treeview-famfamfam .hitarea, .filelisting .treeview-famfamfam li.lastCollapsable, .filelisting .treeview-famfamfam li.lastExpandable { background-image: url(/images/treeview/treeview-famfamfam.gif); } 


.filelisting .filetree li { padding: 2px 0 2px 16px;}
.filelisting .filetree span.folder { padding: 2px 0 1px 16px; display: block; }
.filelisting .filetree a.file { padding: 2px 0 1px 16px; display: block; }
.filelisting .filetree span.folder { background: url(/images/treeview/folder.gif) 0 0 no-repeat; }
.filelisting .filetree li.expandable span.folder { background: url(/images/treeview/folder-closed.gif) 0 0 no-repeat; }
.filelisting a.file { background: url(/images/icons/page.png) 0 0 no-repeat; }


.filelisting .filetree a.file[href$='.doc'], .filelisting .filetree a.file[href$='.docx'], .filelisting .filetree a.file[href$='.rtf'] {
	background: transparent url(/images/icons/icon_doc.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.ppt'], .filelisting .filetree a.file[href$='.pptx'] {
	background: transparent url(/images/icons/ppt.png) no-repeat center left;
}

.filelisting .filetree a.file[href$='.txt'] {
	background: transparent url(/images/icons/icon_txt.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.xls'], .filelisting .filetree a.file[href$='.xlsx'] {
	background: transparent url(/images/icons/icon_xls.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.rss'], .filelisting .filetree a.file[href$='.atom'] { 
	background: transparent url(/images/icons/icon_feed.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.opml'] { 
	background: transparent url(/images/icons/icon_opml.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.phps'] { 
	background: transparent url(/images/icons/icon_phps.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.phps'] { 
	background: transparent url(/images/icons/icon_phps.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.torrent'] { 
	background: transparent url(/images/icons/icon_torrent.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.vcard'] { 
	background: transparent url(/images/icons/icon_vcard.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.exe'] { 
	background: transparent url(/images/icons/icon_exe.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.dmg'], .filelisting .filetree a.file[href$='.app'] { 
	background: transparent url(/images/icons/icon_dmg.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.pps'] { 
	background: transparent url(/images/icons/icon_pps.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.pdf'] { 
	background: transparent url(/images/icons/icon_pdf.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.xpi'] { 
	background: transparent url(/images/icons/icon_plugin.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.fla'], .filelisting .filetree a.file[href$='.swf'] { 
	background: transparent url(/images/icons/icon_flash.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.zip'], .filelisting .filetree a.file[href$='.rar'], .filelisting .filetree a.file[href$='.gzip'], .filelisting .filetree a.file[href$='.bzip'], .filelisting .filetree a.file[href$='.ace'] { 
	background: transparent url(/images/icons/icon_archive.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.ical'] { 
	background: transparent url(/images/icons/icon_ical.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.css'] { 
	background: transparent url(/images/icons/icon_css.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.ttf'] { 
	background: transparent url(/images/icons/icon_ttf.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.jpg'], .filelisting .filetree a.file[href$='.gif'], .filelisting .filetree a.file[href$='.png'], .filelisting .filetree a.file[href$='.bmp'], .filelisting .filetree a.file[href$='.jpeg'], .filelisting .filetree a.file[href$='.svg'], .filelisting .filetree a.file[href$='.eps'] { 
	background: transparent url(/images/icons/icon_pic.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.mov'], .filelisting .filetree a.file[href$='.wmv'], .filelisting .filetree a.file[href$='.mp4'], .filelisting .filetree a.file[href$='.avi'], .filelisting .filetree a.file[href$='.mpg'] { 
	background: transparent url(/images/icons/icon_film.gif) no-repeat center left;
}

.filelisting .filetree a.file[href$='.mp3'], .filelisting .filetree a.file[href$='.wav'], .filelisting .filetree a.file[href$='.ogg'], .filelisting .filetree a.file[href$='.wma'], .filelisting .filetree a.file[href$='.m4a'] { 
	background: transparent url(/images/icons/icon_music.gif) no-repeat center left;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:2000;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 2002;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	font: 12px Arial, Helvetica, sans-serif;
}

#TB_ajaxContent{
	clear:both;
	padding: 2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}


#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:2003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:1999;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


body{
	margin:0 auto;
	padding: 0;
	filter:alpha(opacity=100);
	opacity: 1.0;
	text-align: center;
	font-family: Verdana, sans-serif;
}
.content{
 	overflow:hidden;
	background-color: #bbbbbb;
	width:100%;
	font-size: .7em;
}
#leftcolumn{
	 margin-left: .5%;
	 width:29%;
	 float:left;
	 margin-bottom:-5000px;
	 padding-bottom:5000px;
 }
#middlecolumn{
	 width:41%;
	 float:left;
	 margin-bottom:-5000px;
	 padding-bottom:5000px;
 }
#rightcolumn{
	 width:29%;
	 float:left;
	 margin-bottom:-5000px;
	 padding-bottom:5000px;
 }
 #links{
 	position:absolute;
	right:0;
	top:0;
	margin:15px;
 }
.widgetcontainer {
	margin: 10px;
	margin-top: 0px;
    position:relative;
	overflow:hidden;
}
.widgetbox{
	position:relative;
	overflow:hidden;
}
.handle {
	height:25px;
}

.handle a:hover {
	text-decoration: none;
}

img {
border: 0;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a .hidden {
display: none;
}

a:hover .hidden {
display: inline;
}

.container {
width: 730px;
margin: 0 auto;
text-align: left;
position: relative;
}

.column {float: left;}

.spacer {clear: both;}

/* PAGE HEADER
""""""""""""""""""""""""""*/

#header div {
border: 0px solid red;
}


#header .container {
height: 103px;
text-align: left;
}


#header #topspacer {
height: 35px;
}

#header h1 {
margin: 0;
padding: 0;
}

#header h1 a {
display: block;
width: 307px;
height: 40px;
}

#message {
margin: 0;
padding: 0;
color: #c90;
font-weight: bold;
font-size: .7em;
}

/* LOGIN PANEL
""""""""""""""""""""""""""*/
#loginpanel {
color: #aaa;
font-size: .7em;
}

#loginpanel .keyword {
font-weight: normal;
color: #fff;
}

#loginpanel a {
color: #eee;
}

#loginpanel .edit {
	font-family: verdana;
	font-size: 1em;
}

/* SOME MORE STUFF
""""""""""""""""""""""""""*/

#navbar {
height: 20px;
border-top: 1px solid #000;
border-bottom: 1px solid #555;
}

#navbar>.container {
width: 732px;
}

.content {
width: 100%;
float: left;
text-align: left;
}

#footer {
clear: both;
border-top: 1px solid #000;
height:74px;
}

/* NAVBAR
""""""""""""""""""""""""""*/

#tabs {
margin: 0;
padding: 0;
}

#tabs li {
list-style-type: none;
float: left;
position: relative;
}

#tabs li a, #tabs li strong {
float: left;
height: 20px;
padding: 0 7px;
color: #bbb;
font-weight: bold;
font-size: .65em;
text-transform: uppercase;
line-height: 20px;
}

#tabs li a:hover {
background: #888;
text-decoration: none;
}

#tabs li strong {
position: relative;
margin: 0 0 -1px 0;
background: #cccccc;
color: #111;
height: 21px;
border-left: 1px solid #555;
border-right: 1px solid #555;
}

/* SECTION NAVIGATION
""""""""""""""""""""""""""*/

.content #pages, .content #pages ul {
padding: 0 0 100px 0;
margin: 0 0px;
}

.content #pages ul {
font-size: .9em;
margin: 0;
border-top: 2px solid #bbb;
}

.content #pages li {
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 1px solid #bbb;
}

.content #pages li span {
display: block;
font-weight: bold;
padding: 20px 5px 5px 5px;
}

.content #pages ul li {
background: #f9f9f9;
}

.content #pages a, .content #pages strong {
margin: 0;
padding: 10px;
display: block;
font-size: .9em;
font-weight: bold;
text-decoration: none;
}

.content #pages strong {
background: #ddd;
color: #333;
}
	
.content #pages a:hover {
background: #eee;
}

.content #pages a:focus {
background: #aaa;
}

/* LISTS
""""""""""""""""""""""""""*/

dl.nav {
margin: 0;
padding: 0;
}

dl.nav a {
font-weight: bold;
}

dl.nav dt {
font-family: Georgia, serif;
font-size: .9em;
}

dl.nav dd {
margin: 0;
padding: 0 0 4px 0;
color: #666;
font-family: Arial, sans-serif;
font-size: .7em;
}

.content dl {
margin: 0;
padding: 5px 10px 10px 15px;
color: #333;
font-size: .725em;
}

.content dt {
padding: 0 0 3px;
margin: 0;
}

.content dt span {
color: #333;
}

.content dd {
padding: 0 5px 15px 15px;
margin: 0;
font-size: .975em;
}

.content dd span {
padding: 2px 0;
display: block;
font-style: italic;
font-size: 1.15em;
}

.content ul {
list-style-type: square;
color: #013;
padding: 0 25px 0px 25px;
margin: 0;
}

.content ul li {
margin: 0;
padding: 1px 0 5px 0;
}

.content ol {
color: #013;
padding: 0 35px 0px 35px;
margin: 0;
}

.content ol li {
margin: 0;
padding: 1px 0 5px 0;
}

.content hr {
	margin-top:2px;
	margin-bottom:2px;
	padding:0px;
}

/* FORMATTING
""""""""""""""""""""""""""*/

.invisible {
display: none;
}

.listing {
list-style-image: url(/images/email.gif);
font-size: 0.7em;
}

h2 {
margin: 0;
padding: 30px 0;
padding-top:10px;
padding-bottom:5px;
color: #666;
font-size: 2em;
font-weight: normal;
font-family: Times New Roman, serif;
}

.content h2 {
padding: 10px 0;
padding-top:3px;
padding-bottom:3px;
}

h3 {
margin: 0 28px 15px 18px;
padding: 10px 5px 5px 5px;
color: #555;
font-family: Times New Roman, serif;
font-size: 1.5em;
font-weight: normal;
letter-spacing: .05em;
border-bottom: 1px solid #aaa;
}

.content h3 {
padding:0px;
margin: 0;
margin-top:3px;
margin-bottom:3px;
}

h3 a {
color: #333;
}

h3 a:hover {
color: #000;
text-decoration: none;
}

h4 {
margin: 21px 0 12px 0;
padding: 0 55px 0 40px;
font-size: 1em;
font-weight: normal;
color: #555;
}

.content h4 {
font-size: 1.2em;
padding:0;
margin: 10px 0;
margin-top:3px;
margin-bottom:3px;
}

.content p {
margin: 0;
padding:0;
padding-bottom: 3px;
/*padding: 0 55px 10px 30px;*/
color: #333;
line-height: 1.5em;
}

div .nospacing p{
	margin: 0;
	padding:0;
	line-height: 1em;
}

div .nospacing{
	margin: 0;
	padding:0;
	line-height: 1em;
}

.content h5 {
margin: 10px 0 0 10px;
padding: 0px;
color: #333;
font-weight: bold;
font-size: .8em;
}

.content h5 a {
color: #333;
text-decoration: none;
}

.content h5 {
padding: 0 55px 10px 30px;
}

#footer div div {
display: block;
padding: 0 0 6px 0;
color: #999;
font-size: .7em;
}

#footer div div a {
color: #fff;
}

#footer .container {
	padding: 10px 0 0 10px;
}


/* The hint to Hide and Show (for form tooltips) */
.hint {
   	display: none;
    position: absolute;
    right: -180px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(/images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/images/pointer.gif) left top no-repeat;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

label {
	float: left;
	width: 75px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	width: 150px;
	padding: 1px;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}


#navlist {
	padding: 3px 0;
	margin-left: 0;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	background: #DDE;
	text-decoration: none;
}

#navlist li a:link { color: #448; }

#navlist li a:visited { color: #667; }

#navlist li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}

#navlist li a#current {
	background: white;
	border-bottom: 1px solid white;
}

.calendar {
	table-layout: fixed;
	width:100%;
	overflow:hidden;
}
.calendar td{
	height:60px;
	overflow:hidden;
	border: 1px solid black;
}
.calendar th{
	overflow:hidden;
	height:10px;
}

.filelist a {
	padding: 3px 0 3px 20px;
	display: block;
	background: transparent url(/images/icons/page.png) no-repeat center left;
}

.filelist a[href$='.doc'], .filelist a[href$='.docx'], .filelist a[href$='.rtf'] {
	background: transparent url(/images/icons/icon_doc.gif) no-repeat center left;
}

.filelist a[href$='.ppt'], .filelist a[href$='.pptx'] {
	background: transparent url(/images/icons/ppt.png) no-repeat center left;
}

.filelist a[href$='.txt'] {
	background: transparent url(/images/icons/icon_txt.gif) no-repeat center left;
}

.filelist a[href$='.xls'], .filelist a[href$='.xlsx'] {
	background: transparent url(/images/icons/icon_xls.gif) no-repeat center left;
}

.filelist a[href$='.rss'], .filelist a[href$='.atom'] { 
	background: transparent url(/images/icons/icon_feed.gif) no-repeat center left;
}

.filelist a[href$='.opml'] { 
	background: transparent url(/images/icons/icon_opml.gif) no-repeat center left;
}

.filelist a[href$='.phps'] { 
	background: transparent url(/images/icons/icon_phps.gif) no-repeat center left;
}

.filelist a[href$='.phps'] { 
	background: transparent url(/images/icons/icon_phps.gif) no-repeat center left;
}

.filelist a[href$='.torrent'] { 
	background: transparent url(/images/icons/icon_torrent.gif) no-repeat center left;
}

.filelist a[href$='.vcard'] { 
	background: transparent url(/images/icons/icon_vcard.gif) no-repeat center left;
}

.filelist a[href$='.exe'] { 
	background: transparent url(/images/icons/icon_exe.gif) no-repeat center left;
}

.filelist a[href$='.dmg'], .filelist a[href$='.app'] { 
	background: transparent url(/images/icons/icon_dmg.gif) no-repeat center left;
}

.filelist a[href$='.pps'] { 
	background: transparent url(/images/icons/icon_pps.gif) no-repeat center left;
}

.filelist a[href$='.pdf'] { 
	background: transparent url(/images/icons/icon_pdf.gif) no-repeat center left;
}

.filelist a[href$='.xpi'] { 
	background: transparent url(/images/icons/icon_plugin.gif) no-repeat center left;
}

.filelist a[href$='.fla'], .filelist a[href$='.swf'] { 
	background: transparent url(/images/icons/icon_flash.gif) no-repeat center left;
}

.filelist a[href$='.zip'], .filelist a[href$='.rar'], .filelist a[href$='.gzip'], .filelist a[href$='.bzip'], .filelist a[href$='.ace'] { 
	background: transparent url(/images/icons/icon_archive.gif) no-repeat center left;
}

.filelist a[href$='.ical'] { 
	background: transparent url(/images/icons/icon_ical.gif) no-repeat center left;
}

.filelist a[href$='.css'] { 
	background: transparent url(/images/icons/icon_css.gif) no-repeat center left;
}

.filelist a[href$='.ttf'] { 
	background: transparent url(/images/icons/icon_ttf.gif) no-repeat center left;
}

.filelist a[href$='.jpg'], .filelist a[href$='.gif'], .filelist a[href$='.png'], .filelist a[href$='.bmp'], .filelist a[href$='.jpeg'], .filelist a[href$='.svg'], .filelist a[href$='.eps'] { 
	background: transparent url(/images/icons/icon_pic.gif) no-repeat center left;
}

.filelist a[href$='.mov'], .filelist a[href$='.wmv'], .filelist a[href$='.mp4'], .filelist a[href$='.avi'], .filelist a[href$='.mpg'] { 
	background: transparent url(/images/icons/icon_film.gif) no-repeat center left;
}

.filelist a[href$='.mp3'], .filelist a[href$='.wav'], .filelist a[href$='.ogg'], .filelist a[href$='.wma'], .filelist a[href$='.m4a'] { 
	background: transparent url(/images/icons/icon_music.gif) no-repeat center left;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}

.validfield{
	color:#00CC00;
	font-weight:bold;
    margin:0 0 0 5px;
}
.invalidfield{
	color:#CC0000;
	font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.new_widget p, .new_widget, .new_widget span, .new_widget div, .new_widget li {
	color:#888;
}

/* GENERAL STYLES */

div.menu {
	position: absolute;
	top: 0;
	left: 0;
	font-family: verdana;
}
div.menu a {
	display: block;
	text-decoration: none;
	cursor: default;
	outline: none;
	font-size: 11px;
}
.menu .separator {
	height: 1px;
	padding: 0;
	overflow: hidden;
	display: block;
	font-size: 1px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	list-style-position: outside;
}


/* FIREFOX STYLES */

.menu.firefox {
	width: 7em;
	background: white;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 0;
}
.menu.firefox a {
	color: #555;
	padding: 0px;
	margin: 0px;
}
.menu.firefox a:hover {
	background: #006;
	color: #fff;
}
.menu.firefox a.disabled {
       color: #bbb;
}
.menu.firefox a.disabled:hover {
       background: #F4F5EB;
       color: #bbb;
}
.menu.firefox .separator {
       border-bottom: 1px solid #fff;
       background: #999;
       margin: 2px 4px;
}

    .chartlist li { 
      display: block;  
      border-bottom: 1px solid #EEE; 
      /* _zoom: 1; */
    }
    .chartlist .index { 
      background: #B8E4F5; 
      color: #999;
      overflow: visible;
      font-weight: bold; 
      font-size: 0.875em; 
      line-height: 2em;
    }


/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
.yui-calcontainer {
	position:relative;
	overflow:hidden;
	width:100%;
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	left:-1px;
	top:-1px;
	z-index:0;
	width:50em;
	height:50em;
}

.yui-calcontainer.multi {
	padding:0;
}

.yui-calcontainer.multi .groupcal {
	padding:5px;
	background-color:transparent;
	z-index:1;
	float:left;
	position:relative;
	border:none;
}

.yui-calcontainer .title {
	font:100% sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:25px;
	position:absolute;
	top:3px;left:5px;
	z-index:1;
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:3px;
	top:3px;
	border:none;
	z-index:1;
}

.yui-calcontainer .calclose {
	background: url("calx.gif") no-repeat;
	width:17px;
	height:13px;
	cursor:pointer;	
}

/* Calendar element styles */

.yui-calendar {
	font:100% sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;
	width:100%;
}

.yui-calcontainer.withtitle {
	padding-top:1.5em;
}

.yui-calendar .calnavleft {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
	z-index:1;
	background: url("http://us.i1.yimg.com/us.yimg.com/i/us/tr/callt.gif") no-repeat;
}

.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	right:2px;
	z-index:1;
	background: url("http://us.i1.yimg.com/us.yimg.com/i/us/tr/calrt.gif") no-repeat;
}

.yui-calendar td.calcell {
	padding:.1em .2em;
	border:1px solid #E0E0E0;
	text-align:center;
	background-color:#FFFFFF;
}

.yui-calendar td.calcell a {
	color:#003DB8;
	text-decoration:none;
}

.yui-calendar td.calcell.today {
	border:1px solid #999999;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border:1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
	color:#003DB8;
	background-color:#B3D4FF;
	border:1px solid white;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#0058a3;
	border:1px solid #0058a3;
}

.yui-calendar td.calcell.calcellhover a {
	color:#FFF;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }

.yui-calendar .calhead {
	vertical-align:middle;
	font-size:110%;
	padding-bottom:5px;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	text-align:center;
	color:#666;
	font-weight:normal;
	width:1.5em;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}
