#pow
{
	text-decoration: none;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc3300;
	border-right-color: #cc3300;
	border-bottom-color: #cc3300;
	border-left-color: #cc3300;
	
	background-color: #ffffff;
	background-image: url(/images/pb_grad.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	
	width: 400px;
	height: auto;
	position: absolute;
}

#pow p
{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0pt;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 10px;
	text-align: left;
	font-size: 85%;
	line-height: 125%;
	color: #333;
}

/* Titlebars */
.titlebar, 
.tbar h3, 
.tbarhigh h3 {
  border-top: 1px solid #bcd; 
  background: #eef0f3 url("/images/sfx_titlebar_bg2.png") repeat-x top left; font-size: 82.3%; color: #456; padding: .3em .5em 1.7em .5em;
}

.titlebar_orange {
  background: #ffdcb7 url("/images/titlebar_orange2.png") repeat-x top left; 
  font-size: 100%; 
  color: #930; 
  padding: .3em;
}
.titlebar_orange a,
.titlebar_orange a:visited {
  color: #930;
}
.titlebar_orange a:hover{
  color: #f80;
}

.tbar b, 
.tbarhigh b {
  display: none; 
  margin: 0; 
  padding: 0;
}

.downloadbar {
	position: relative;
	border-top: 1px solid #008000;
	background: #0a0 url("/images/sfx_dl_bg2.png") repeat-x bottom left;
	font-size: 100%;
	color: #456;
	padding: .3em 4.5em 1.7em .5em !important;
	margin: 0 0 -.5em 1em;
	width: 30em;
}
.downloadbar a {color: #fff !important; margin: 0 3.5em 0 0 !important;}
.downloadbar a:hover {color: #efe !important;}
.downloadbar small {color: #fff; padding: 20px; position: absolute; right: 0; bottom: 0; background: url("/images/sfx_dl_arrow2.png")  bottom left no-repeat;}

/* Files view */
/* ########################################################## */

.files	{ float:left; margin:-5px 10px 10px 2px;  width:192px; background:url(/images/folder-middle-bg.png) bottom left; z-index:1; }

.files div.panel {background:url(/images/folder-bottom-bg.png) no-repeat bottom left;}

.files h2, .files h3	{background:url(/images/folder-top-bg.png) no-repeat top left; margin:0; padding:15px 10px 5px 10px; font-size:100%; color:#7791c4; }

.files h4	{ margin:10px 2px 0px 2px; padding:10px 8px 10px 8px; font-size:100%; color:#7791c4; border-top:1px solid #9ab0d7; }

.files a { text-decoration:none; }

.files .categories { margin:0px 6px 0px 10px; }
.files .categories li a { background:url(/images/icons/category-closed.png) no-repeat; padding:2px 2px 0px 24px; display:block; min-height:16px; }
.files .categories li.current a { background:url(/images/icons/category-open.png) no-repeat; font-weight:bold; }

.files .special { margin:5px 6px 0px 10px; }
.files .special li a.favorites { background:url(/images/icons/favorites.png) no-repeat; padding:2px 2px 0px 24px; display:block; min-height:16px; height: 16px; line-height: 16px; }
.files .special li a.history { background:url(/images/icons/clock.png) no-repeat; padding:2px 2px 0px 24px; display:block; min-height:16px; height: 16px; line-height: 16px; }
.files .special li a.trash{ background:url(/images/icons/trash.png) no-repeat; padding:2px 2px 0px 24px; display:block; min-height:16px; height: 16px; line-height: 16px; }

.files a:hover { color:#2e4e8c; }

/* Preview iframe */
#preview { width: 170px; height: 170px; padding: 0px; margin: 0px; background-color: #f2f0ed; visibility: hidden; }
#previewwrap { border: 1px solid #9ab0d7; width: 170px; height: 170px; }

#previewpath { overflow: hidden; width: 170px; padding-bottom: 5px;}

#filepreview { padding:0px 0px 20px 10px; }
#filepreview .actions ul, #filepreview .actions li { display: inline; }
#filepreview .actions li.end { display: none; }
#filepreview .actions { padding-top: 10px; text-align: center; width: 170px; }
#filepreview .actions a { color: #aaa; text-decoration:none; cursor: text; }
#filepreview .actions a:hover { color: #aaa; text-decoration:none; cursor: text; }
#filepreview .actions a.active, #filepreview .actions a.active:visited { text-decoration:none; color:#3f5f9f; cursor: pointer; }
#filepreview .actions a.active:hover { text-decoration:underline; color:#3f5f9f; }

#filepreview .actions .disabled a.active { color: #aaa; text-decoration:none; cursor: text; }
#filepreview .actions .hidden { display: none; }

/*
  A blue based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    Light Blue: bbccff 
    White: eeddee
    Turq: 003355
    Cream: ffffdd
*/

.calendar {
  margin: auto;
}

.monthName th {
  font-weight: normal;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
}

.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
  border-right: 1px solid white;

}

.otherMonth {
  color: #eeeeee;
  background-color: white;
}

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #bbccff;
}
.specialDay {
  background-color: #003355;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #ffffdd;
}