
/*************************/
/* BUTTONS               */
/*************************/

.buttonToolbarModified 
{
    float: left;
	padding: 0 0 6px;
}

.WRbuttons
{
	float: right;
	padding: 1em 0 0.5em 0;
	}

.WRbuttonsLeft
{
	float: left;
	padding: 1em 0 0.5em 0;
	}
	
.WRbuttonsDiv
{
	width: 1em;
	height: 0.5em;
}

.createButton, .editButton, .deleteButton, .reportAbuseButton, .stickyButton, .lockButton, .upButton, .inviteButton
{
    padding: 0 4px 4px 18px !important;
    background-repeat: no-repeat !important;
	background-position: 0 0 !important;
    line-height: 1.4em !important;
}

.createButton
{
    background-image: url(Images/Add.png) !important;
}

.editButton
{
    background-image: url(Images/Edit.png) !important;
}

.deleteButton
{
    background-image: url(Images/Delete.png) !important;
}

.reportAbuseButton
{
    background-image: url(images/WRcommon/notice.png) !important;
}

.stickyButton
{
    background-image: url(Images/forum/sticky.png) !important;
}

.lockButton
{
    background-image: url(Images/forum/lock.png) !important;
}

.upButton
{
    background-image: url(Images/forum/up.png) !important;
}

.inviteButton
{
    background-image: url(Images/Invite.png) !important;	
}

.MMeditButton, .MMcreateButton, .MMinviteButton, .WReditButton, .WRcreateButton, .WRdeleteButton
{
	padding: 0 0 0.6em 2em;
	margin: 0 0 0 0.6em;
    background-repeat: no-repeat;
    line-height: 1.6em;
    width: auto;
    display: inline;
	}

.WReditButton
{
	background-image: url(Images/WRcommon/edit.png) !important;
	}
	
.WRdeleteButton
{
	background-image: url(Images/WRcommon/delete.png) !important;
	}

.MMcreateButton, .WRcreateButton
{
	background-image: url(Images/Managemembers/add.png) !important;
	}
	
.MMeditButton
{
	background-image: url(Images/Managemembers/edit.png !important);
	}
	
.MMinviteButton
{
	background-image: url(Images/Managemembers/invite.png) !important;
	}
	
.SendNotificationsConfirmation
{
    padding-left: 2em;    
}


/*************************/
/* FORUMS                */
/*************************/

.forumTable 
{
	width: 100%;
}
.forumTable th.title
{
	width: 50%;
}
.forumTable th
{
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
}
.forumTable th.replies, .forumTable td.replies
{
	text-align: right;
}
.forumTable td.info
{
	width: 20%;
}
.forumTable th
{
	padding: 0 8px;
}
.forumTable a 
{
}

.forumTable tr.even td, .forumTable tr.uneven td
{
	padding: 4px 8px;
}

.forumTable tr.even td
{
	background-color: #ebf0f3;
}

.forumTable tr.uneven td
{
}

.forumTable a:hover
{
	background-color: Transparent;
}

.forumTable a.default 
{
    display: block !important;
    background-image: url(images/forum/default.png) !important; 
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding: 8px 0px 8px 32px !important;
}

.forumTable a.information 
{
    display: block !important;
    background-image: url(images/forum/Information.png) !important; 
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding: 8px 0px 8px 32px !important;
}

.forumTable a.auction 
{
    display: block !important;
    background-image: url(images/forum/Auction.png) !important; 
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding: 8px 0px 8px 32px !important;
}

.forumTable a.bomb 
{
    display: block !important;
    background-image: url(images/forum/bomb.png) !important; 
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding: 8px 0px 8px 32px !important;
}

.forumTable a.sticky
{
    background-image: url(images/forum/sticky.png) !important; 
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding: 0px 24px 0px 0px !important;
}

.forumTable a.locked
{
    background-image: url(images/forum/lock.png) !important; 
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding: 0px 24px 0px 0px !important;
}

.forumTable a.stickylocked
{
    background-image: url(images/forum/stickylocked.png) !important; 
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding: 0px 40px 0px 0px !important;
}

.createForum label, .createThread label, .createReply label, .createWorkroom label
{
    display: block;
    float: left;
    width: 100px;
    text-align: left;
    margin-right:10px;
    line-height: 2em;
}

.createThread label
{
    /*width: 120px;*/
}

.createWorkroom label 
{
    width: 120px;
}

.createReply label
{
    width: 80px;
}

.createForum div, .createThread div, .createReply div, .createWorkroom div
{
    margin-bottom: 0.8em;
}

.createForum input.title
{
   width: 100%;
}

.createThread input.title, .createThread textarea, .createThread div.text
{
   width: 100%;
}

.createWorkroom input.title, .createWorkroom div.text
{
   width: 68%;
}

.createThread div.buttons, .createWorkroom div.buttons
{
	margin-left: 130px;
}

.createReply textarea
{
    width: 355px;
}

.createForum div.buttons
{
    padding-left: 0px;
    text-align: left;
}

.createReply div.buttons 
{
    margin-left: 90px;
}

.replyList
{
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.reply
{
    margin: 0 0 10px 0;
    padding: 10px 0;
    overflow: hidden;
}

.reply .content 
{
    background-image: url(images/forum/replyBg.png);
    background-repeat: repeat-y;
    background-position: 485px;
    width: 100%;
    overflow: hidden;
}

.reply .text 
{
    float: left;
/*    width: 330px;*/
    padding: 10px 15px;
    overflow: hidden;
}

.reply .info 
{
    float: left;
    width: 330px;
    padding: 0 0 10px 15px;
    overflow: hidden;
}

.container .containerCaptionModified
{
	padding: 8px 15px 10px 15px;
	height:1.8em;
	border:solid 1px #000000;
	margin-top: 18px;
    background: #CCCCCC;
    border-bottom: 0;

}

.container .containerContentModified
{
	border: 1px solid #777777;
	padding: 10px;
	padding-bottom:0px;
}
.container .containerContentModified:first-child {
	padding: 0;
	border: none;
}
.container .containerContentModified:first-child .text,
.container .containerContentModified:first-child .info {
	padding: 0;
}


/*************************/
/* BLOG                  */
/*************************/

.bloggerThumbnail 
{
    float: left; 
    width: 75px;
    padding: 7px; 
    border: 1px solid #dcdcdc; 
    background-color: White;
}
.bloggerImage
{
	width: 150px;
	padding: 5px;
	border: 1px solid #dcdcdc;
	background-color: White;
}
.blogItem
{
    width: 100%;
    overflow: hidden;
}

.blogItem .textWide
{
    width: 100%;
}

.blogItem .text
{
    float: left;
    margin-left: 15px;
    width: 260px;
}

.blogItem h2
{
    /*margin: 0 0 0.6em 0;
    font-size: 1.0em;
    font-style: italic;*/
}

.blogItem h2 a
{
	background: none !important;
	padding: 0 !important;
}

/* Tag links */
.tags 
{
    overflow: hidden;
}

.tags h3 {
    float: left;
    font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

.tags ul 
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tags li
{
    list-style: none;
    list-style-image: none;
    float: left;
    margin-left: 0.5em;
}

/* Tag cloud */
ul.tagCloud {
    margin: 0;
    padding: 0;
}

ul.tagCloud li  {   
    display:inline;
    list-style: none;
    list-style-image: none;
    margin: 0 0.4em 0 0;
    vertical-align: baseline;
}
ul.tagCloud li  a {
	background: none !important;
	padding: 0 !important;
	font-weight: normal !important;
}
ul.tagCloud h1, ul.tagCloud h2, ul.tagCloud h3, ul.tagCloud h4, ul.tagCloud h5, ul.tagCloud h6 {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
ul.tagCloud h1
{
    font-size: 1.4em;
    font-weight: 900;
}
ul.tagCloud h2
{
    font-size: 1.3em;
    font-weight: 700;
}
ul.tagCloud h3
{
    font-size: 1.2em;
    font-weight: 500;
}
ul.tagCloud h4
{
    font-size: 1.1em;
    font-weight: 400;
}
ul.tagCloud h5
{
    font-size: 1.0em;
    font-weight: 200;
}
ul.tagCloud h6
{
    font-size: 0.9em;
    font-weight: 100;
}

/* Date archive */
div.dateTree 
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
div.dateTree ul
{
    padding: 0;
    margin: 0;
}

div.dateTree ul ul
{
    margin: 0 0 0 2em;
}

div.dateTree li
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

/* Comments */

ol.comments 
{
	margin-bottom: 1.5em;
	padding-left: 2em;
	list-style-type: decimal;
	margin-left:0;
}

/*ol.comments ul
{
	margin-left: 2.8em;
}*/

ol.comments li
{
	margin-bottom: 0.1em;
	background-color: #efefef;
	padding: 0.5em;
	list-style-type: decimal;
}

ol.comments li ol
{
    margin-top:0; 
    margin-bottom:0;
}

ol.comments li ul li
{
	list-style-type: disc;
}

ol.comments li li
{
    margin: 0 0 0 10px;
}

ol.comments .footer
{
	margin-top: 0.4em;
	text-align: right;
}
ol.comments .footer h2
{
	margin: 0.5em 0;
    margin-top: 0.2em;
    font-size: 1.1em;
    font-style: italic;
}
ol.comments .footer a
{
    font-style: normal;
}
ol.comments img, .newsBody img, .eventBody img, div.WRbody img, div.text img
{
	padding: 0.5em;
	background: #fff;
	border: solid 1px #dcdcdc;
	}

ol.comments img
{
	max-width: 27.1em;
	}

.newsBody img, div.WRbody img, div.text img 
{
	max-width: 31em;
	}

.eventBody img
{
	width: 22em;
	}

* html ol.comments img, ol.comments p
{
	width: expression(this.clientWidth > 217? "21.7em": "auto");
	}

* html .newsBody img, div.WRbody img, div.text img, .newsBody p, div.WRbody p, div.text p 
{
	width: expression(this.clientWidth > 310? "31em": "auto");
	}

* html .eventBody img, .eventBody p
{
	width: expression(this.clientWidth > 220? "22em": "auto");
	}
	
.WRnote
{
	display: block;
	margin: 1.5em 0;
	padding-left: 0.5em;
	color: #e99636;
	}

/* Post comment */
fieldset.comment
{
}

fieldset.comment ul
{
	/* Validation summary */
    font-style: normal;
    font-size: 0.8em;
	background-color: #eeeeee;
	margin: 1em 0;
	padding: 1em;
}

fieldset.comment li
{
	margin-left: 1.4em;
	list-style-image: none;
    margin-bottom: 0.7em;
    padding: 0;
}

fieldset.comment label, fieldset.comment input, fieldset.comment textarea
{
	display: block;
}

fieldset.comment input.textinput, fieldset.comment textarea
{
	width: 325px;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
fieldset.comment textarea
{
	height: 140px;
}

/*************************/
/* CAPTCHA               */
/*************************/

fieldset.captcha 
{
	margin-top: 1em;
	padding: 0;
	border: 0;
}
fieldset.captcha legend
{
	display: none;
}
fieldset.captcha label
{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.7em;
    width: 115px;
}
fieldset.captcha img
{
    float:left;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
}
fieldset.captcha input
{
	clear: both;
	width: 325px;
}
fieldset.captcha span
{
	/* validator */
	float: right;
}

/*************************/
/* DOCUMENTS             */
/*************************/

#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

.documentList a, .document
{
    padding: 0 0 2px 20px !important;
	background-image:url(images/extensions/default.gif) !important;
	background-repeat: no-repeat;
	line-height: 1.4em;
}

.folder
{
	padding: 0 0 2px 20px !important;
	background-image: url(images/filemanager/folder.png) !important;
	background-repeat: no-repeat;
	line-height: 1.4em;
}
.folderup
{
	padding: 0 0 2px 20px !important;
	background-image: url(images/filemanager/folderup.png) !important;
	background-repeat: no-repeat;
	line-height: 1.4em;
}


.bmpExtension
{
	background-image: url(images/extensions/bmp.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.docExtension
{
	background-image: url(images/extensions/doc.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.gifExtension
{
	background-image: url(images/extensions/gif.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.htmExtension, .htmlExtension
{
	background-image: url(images/extensions/htm.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.jpgExtension, .jpegExtension
{
	background-image: url(images/extensions/jpg.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.mp3Extension
{
	background-image: url(images/extensions/mp3.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.mpgExtension
{
	background-image: url(images/extensions/mpg.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.pdfExtension
{
	background-image: url(images/extensions/pdf.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.pngExtension
{
	background-image: url(images/extensions/png.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.pptExtension
{
	background-image: url(images/extensions/ppt.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.tifExtension, .tiffExtension
{
	background-image: url(images/extensions/tif.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.txtExtension
{
	background-image: url(images/extensions/txt.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.wavExtension
{
	background-image: url(images/extensions/wav.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.xlsExtension
{
	background-image: url(images/extensions/xls.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}
.zipExtension
{
	background-image: url(images/extensions/zip.gif) !important;
	background-repeat: no-repeat;
	padding: 0 0 2px 20px !important;
	line-height: 1.4em;
}

/**********************************/
/*   File Manager                 */
/**********************************/

div.filemanager
{
}

.filetree
{
    margin-top:.6em;
    margin-bottom: 1em;
}

.filetree td
{
}

.filetree td a
{
    padding:.1em .2em;
}

.filetree td.selectednode a
{
    font-weight:bold;
}

/**********************************/
/*   File Manager Control         */
/**********************************/
div.filemanagercontrol
{
}

div.filemanagercontrol h1, div.filemanagercontrol h2, div.filemanagercontrol h3, div.filemanagercontrol h4
{
}
div.filemanagercontrol h1
{
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0;
	margin: 0.3em 0em 0.2em 0em;
}
div.filemanagercontrol h2
{
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	padding: 0;
	margin: 0.2em 0em;
}
div.filemanagercontrol h3
{
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 0.4em 0em;
}
div.filemanagercontrol h4
{
	font-weight: bold;
	font-size: 0.9em;
	padding: 0;
	margin: 0.4em 0em;
}

div.filemanagercontrol p
{
	margin: 0.3em 0em 0.4em 0;
}
div.filemanagercontrol fieldset
{
	margin: -0.5em 0.8em 1em 0.2em;
}
div.filemanagercontrol label
{
	display: block;
	padding-top: 0.3em;
	float: left;
	width: 7em;
}


div.filemanagercontrol .toolbar
{
	background: url(images/filemanager/toolbarbg.png) no-repeat;
	padding: 7px;
	width: 651px;
}
div.filemanagercontrol .toolbarbuttonarea
{
	overflow: hidden;
	width: 100%;
	padding-bottom: 0.1em;
	clear: both;
	text-align: center;
}

div.filemanagercontrol .toolbarbuttonsectionleft, div.filemanagercontrol .toolbarbuttonsectionright
{
	overflow: hidden;
	float: left;
}

div.filemanagercontrol .toolbarbuttonsectionleft
{
	padding-right: 0.3em;
	margin-right: 0.3em;
	border-right: dotted 1px #aaa;	
	}

div.filemanagercontrol .toolbarbuttonsectionright
{
	padding-left: 0.3em;
	margin-left: 0.3em;
	border-left: dotted 1px #aaa;
	float: right;	
	}

div.filemanagercontrol .toolbarmessage
{
	margin-left: 0.4em;
	color: #ff6600;
}

div.filemanagercontrol .crumbs
{
/*	color: #006ea0; */
	font-size: 0.9em;
	background: url(images/filemanager/toolbarcrumbsbg.png) no-repeat;
	padding: 0.3em;
	padding-left: 1.1em;
	width: 651px;
}

div.filemanagercontrol .validator ul
{
	list-style-type:none;
	list-style-image: none;
    margin: 0;
    margin-left: 0.4em;
    padding: 0;
    font-weight: bold;
    font-size: 0.9em;
}

div.filemanagercontrol .body
{
	border: 1px solid #DCDCDC;
	min-height: 400px;
	overflow: hidden;
	width: 663px;
}

div.filemanagercontrol .body .leftpanel, div.filemanagercontrol .body .rightpanel
{
	overflow: auto;
	padding-top: 0.7em;
}
div.filemanagercontrol .body .leftpanel
{
	float:left;
	width:23%;
	border-right: 1px solid #DCDCDC;
}
div.filemanagercontrol .body .rightpanel
{
	width:100%;
}

div.filemanagercontrol a
{
	text-decoration: none;
	color: #3e3e3e;
	border: 0;
	}

div.filemanagercontrol .toolbar a
{
	text-decoration: none;
	color: #3e3e3e;
	border: 0;
	min-width: 3.8em;
	max-width: 5.2em;
}

* html div.filemanagercontrol .toolbar a
{
	text-decoration: none;
	color: #3e3e3e;
	border: 0;
	width: 4.1em;
}

/* --------------- */
/* ToolBar BUTTONS */
/* --------------- */

div.filemanagercontrol .toolbar a[disabled="disabled"], div.filemanagercontrol .toolbar a:hover.addfile_dis, div.filemanagercontrol .toolbar a:hover.addfolder_dis, div.filemanagercontrol .toolbar a:hover.copy_dis, div.filemanagercontrol .toolbar a:hover.cut_dis, div.filemanagercontrol .toolbar a:hover.checkin_dis, div.filemanagercontrol .toolbar a:hover.checkout_dis, div.filemanagercontrol .toolbar a:hover.undocheckout_dis, div.filemanagercontrol .toolbar a:hover.delete_dis, div.filemanagercontrol .toolbar a:hover.details_dis, div.filemanagercontrol .toolbar a:hover.paste_dis, div.filemanagercontrol .toolbar a:hover.rename_dis, div.filemanagercontrol .toolbar a:hover.version_dis
{
	color: #888 !important;
	text-decoration: none;
	border: 0;
}

.toolbar a.addfile_dis, .toolbar a.addfolder_dis, .toolbar a.copy_dis, .toolbar a.cut_dis, .toolbar a.checkin_dis, .toolbar a.checkout_dis, .toolbar a.undocheckout_dis, .toolbar a.delete_dis, .toolbar a.details_dis, .toolbar a.paste_dis, .toolbar a.rename_dis, .toolbar a.version_dis
{
	color: #888;
	display: block;
	float: left;
	background-position: top center !important;
	background-repeat: no-repeat;
	font-size: 1.0em !important;
	line-height: 1.6em !important;
	text-align: center !important;
	padding-top: 18px !important;
	margin: 0 0.4em !important;
	text-decoration: none;
	border: 0;
}

div.filemanagercontrol a:hover
{
	color: #000 !important;
	text-decoration: none;
/*	border-bottom: dotted 1px #888; */
	background-color: transparent;
}

.toolbar a.addfile, .toolbar a.addfolder, .toolbar a.copy, .toolbar a.cut, .toolbar a.checkin, .toolbar a.checkout, .toolbar a.undocheckout, .toolbar a.delete, .toolbar a.details, .toolbar a.paste, .toolbar a.rename, .toolbar a.version
{
	display: block;
	float: left;
	background-position: top center !important;
	background-repeat: no-repeat;
	font-size: 1.0em !important;
	line-height: 1.6em !important;
	text-align: center !important;
	padding-top: 18px !important;
	margin: 0 0.4em !important;
	color: #000 !important;
	border: 0;
}

* html .toolbar a
{
	letter-spacing: -0.1em;
    }

div.filemanagercontrol .toolbar a:hover
{
	color: #ff6600;
	background-color: Transparent;
	text-decoration: none !important;
	border: 0 !important;
}


div.filemanagercontrol a.addfile
{
	background-image: url(images/filemanager/buttonaddfile_off.png) !important;
}
div.filemanagercontrol a.addfolder
{
	background-image: url(images/filemanager/buttonaddfolder_off.png) !important;
}
div.filemanagercontrol a.copy
{
	background-image: url(images/filemanager/buttoncopy_off.png) !important;
}
div.filemanagercontrol a.cut
{
	background-image: url(images/filemanager/buttoncut_off.png) !important;
}
div.filemanagercontrol a.checkin
{
	background-image: url(images/filemanager/buttoncheckin_off.png) !important;
}
div.filemanagercontrol a.checkout
{
	background-image: url(images/filemanager/buttoncheckout_off.png) !important;
}
div.filemanagercontrol a.undocheckout
{
	background-image: url(images/filemanager/buttonundocheckout_off.png) !important;
}
div.filemanagercontrol a.delete
{
	background-image: url(images/filemanager/buttondelete_off.png) !important;
}
div.filemanagercontrol a.details
{
	background-image: url(images/filemanager/buttondetails_off.png) !important;
}
div.filemanagercontrol a.paste
{
	background-image: url(images/filemanager/buttonpaste_off.png) !important;
}
div.filemanagercontrol a.rename
{
	background-image: url(images/filemanager/buttonrename_off.png) !important;
}
div.filemanagercontrol a.view
{
	background-image: url(images/filemanager/buttonview_off.png) !important;
}
div.filemanagercontrol a.version
{
	background-image: url(images/filemanager/buttonversion_off.png) !important;
}
div.filemanagercontrol a:hover.addfile
{
	background-image: url(images/filemanager/buttonaddfile_on.png) !important;
}
div.filemanagercontrol a:hover.addfolder
{
	background-image: url(images/filemanager/buttonaddfolder_on.png) !important;
}
div.filemanagercontrol a:hover.copy
{
	background-image: url(images/filemanager/buttoncopy_on.png) !important;
}
div.filemanagercontrol a:hover.cut
{
	background-image: url(images/filemanager/buttoncut_on.png) !important;
}
div.filemanagercontrol a:hover.checkin
{
	background-image: url(images/filemanager/buttoncheckin_on.png) !important;
}
div.filemanagercontrol a:hover.checkout
{
	background-image: url(images/filemanager/buttoncheckout_on.png) !important;
}
div.filemanagercontrol a:hover.undocheckout
{
	background-image: url(images/filemanager/buttonundocheckout_on.png) !important;
}
div.filemanagercontrol a:hover.delete
{
	background-image: url(images/filemanager/buttondelete_on.png) !important;
}
div.filemanagercontrol a:hover.details
{
	background-image: url(images/filemanager/buttondetails_on.png) !important;
}
div.filemanagercontrol a:hover.paste
{
	background-image: url(images/filemanager/buttonpaste_on.png) !important;
}
div.filemanagercontrol a:hover.rename
{
	background-image: url(images/filemanager/buttonrename_on.png) !important;
}
div.filemanagercontrol a:hover.view
{
	background-image: url(images/filemanager/buttonview_on.png) !important;
}
div.filemanagercontrol a:hover.version
{
	background-image: url(images/filemanager/buttonversion_on.png) !important;
}


div.filemanagercontrol a.addfile_dis
{
	background-image: url(images/filemanager/buttonaddfile_dis.png) !important;
}
div.filemanagercontrol a.addfolder_dis
{
	background-image: url(images/filemanager/buttonaddfolder_dis.png) !important;
}
div.filemanagercontrol a.copy_dis
{
	background-image: url(images/filemanager/buttoncopy_dis.png) !important;
}
div.filemanagercontrol a.cut_dis
{
	background-image: url(images/filemanager/buttoncut_dis.png) !important;
}
div.filemanagercontrol a.checkin_dis
{
	background-image: url(images/filemanager/buttoncheckin_dis.png) !important;
}
div.filemanagercontrol a.checkout_dis
{
	background-image: url(images/filemanager/buttoncheckout_dis.png) !important;
}
div.filemanagercontrol a.undocheckout_dis
{
	background-image: url(images/filemanager/buttonundocheckout_dis.png) !important;
}
div.filemanagercontrol a.delete_dis
{
	background-image: url(images/filemanager/buttondelete_dis.png) !important;
}
div.filemanagercontrol a.details_dis
{
	background-image: url(images/filemanager/buttondetails_dis.png) !important;
}
div.filemanagercontrol a.paste_dis
{
	background-image: url(images/filemanager/buttonpaste_dis.png) !important;
}
div.filemanagercontrol a.rename_dis
{
	background-image: url(images/filemanager/buttonrename_dis.png) !important;
}
div.filemanagercontrol a.view_dis
{
	background-image: url(images/filemanager/buttonview_dis.png) !important;
}
div.filemanagercontrol a.version_dis
{
	background-image: url(images/filemanager/buttonversion_dis.png) !important;
}

div.filemanagercontrol ul.folderlist
{
    list-style-type:none;
	list-style-image: none;
    margin: 0em 0 0 0.8em !important;
    padding: 0 !important;
}
div.filemanagercontrol ul.folderlist li
{
	background-image: url(images/filemanager/folder.png) !important;
	background-repeat: no-repeat;
	padding-left: 1.7em;
}
div.filemanagercontrol ul.folderlist li.parent
{
	background-image: url(images/filemanager/folderup.png) !important;
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

div.filemanagercontrol table.fileList
{
	width: 98%;
	border-collapse: collapse;
	margin: 0;
}

div.filemanagercontrol table.fileList tr.selected
{
	background-color: #eee;
}

div.filemanagercontrol .fileList th
{
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0em 0.3em 0em;
}

div.filemanagercontrol .fileList th a, div.filemanagercontrol .crumbs a
{
/*	border-bottom: dotted 1px #888; */
	background: none !important;
	padding: 0 !important;
}
div.filemanagercontrol .crumbs a {
	text-decoration: underline !important;
}

div.filemanagercontrol .fileList th a:hover, div.filemanagercontrol .crumbs a:hover
{
	border-bottom: none;
}

div.filemanagercontrol .fileList td
{
    font-size: 0.9em;
    padding-top: 0.3em;
    padding-left:4px;
}

div.filemanagercontrol .fileList td a
{
	padding: 3px 0 2px 20px !important;
	line-height: 1.4em !important;
	background-position: left top !important;
}
div.filemanagercontrol .fileList td a:hover {
	background-position: left top !important;
}
div.filemanagercontrol ul.documentList
{
	list-style-type:none;
	list-style-image: none;
	margin-bottom: 1em;
    font-size: 0.9em;
    padding-top: 0.3em;
}

/* File summary css styling */
/* Applied to override what is in the filesummary.config */
div.filemanagercontrol fieldset.editfilesummary
{
}

div.filemanagercontrol .editfilesummary p
{
	padding-left: 20.3em;
}
div.filemanagercontrol fieldset.editfilesummary fieldset
{
	margin-top: 0.2em;
}
div.filemanagercontrol fieldset.editfilesummary label
{
	float:none;
	display: inline;
	width: auto;
}
div.filemanagercontrol fieldset.editfilesummary td
{
	vertical-align: top;
	padding-top: 0.3em;
	width: 20em;
}

div.filemanagercontrol fieldset.editfilesummary a
{
	cursor: text;
	text-decoration: none;
	color: #606060;
}

div.filemanagercontrol fieldset.editfilesummary a:hover
{
	background: none;
}

.sort 
{
	padding: 0 0 2px 4px; 
	line-height: 1.2em;
}

.Ascending 
{
	background-image: url(images/Filemanager/ascending.png); 
	background-repeat: no-repeat; 
	background-position: left;
	padding: 0 0 2px 14px; 
	line-height: 1.2em;
}
.Descending 
{
	background-image: url(images/Filemanager/descending.png); 
	background-repeat: no-repeat; 
	background-position: left;
	padding: 0 0 2px 14px; 
	line-height: 1.2em;
}

.loginView
{
	float:right;
	padding-top:36px;
	padding-right:10px;
	display:block;
}

a.loginButton
{	
	display:block;
	height:14px;
}

a.logoutButton
{	
	display:block;
	height:14px;
}

/*ReadSpeaker styling*/
#xp1{position:absolute; left:170px; width:380px;}
#topLinks #xp1 a{float:none;}


