/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
=>
=>                  adminarea.css
=>    all DNN administative related styles goes here
=>
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* ***BEGIN: edit if using white font no need to add if black *** */ /* *** add this to template going forward *** */
/* styles used in the FileManager */
.FileManager {border-right: #fff 1px solid;border-top: #fff 1px solid;border-left: #fff 1px solid;border-bottom: #fff 1px solid;height: 400px;}
.FileManager .Normal {color:#000;}
.FileManager input, .FileManager label {color: #2d363e;}
.FileManager tr.Normal td {color: #2d363e;}
.FileManager_ToolBar {border-bottom: #fff 1px solid;height: 25px;background-color: #555;}
.FileManager_Explorer {height: 100%;border: #696969 1px solid;background-color: White;margin: 2px;}
.FileManager_FileList {height: 100%;border: #696969 1px solid;background-color: White;margin: 2px;overflow: auto;}
.FileManager_MessageBox {text-align: center;vertical-align: middle;background-color: #999;padding: 25px 25px 25px 25px;}
.FileManager_Header {font-family:Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #E7E7FF;background-color: #ccc;border-bottom: #fff 1px solid;height: 25px;}
.FileManager_Pager {font-family:Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;background-color: #999;border-top: #696969 1px solid;height: 25px;}
.FileManager_StatusBar, .FileManager_StatusBar TD {font-family:Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;background-color: #999;height: 25px;margin: 2px;}
.FileManager_Item {font-family:Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: black;background-color: #eee;border-top: black 1px dashed;border-bottom: black 1px dashed;}
.FileManager_AltItem {font-family:Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: Black;background-color: #ddd;border-style: none;}
.FileManager_SelItem {font-family:Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: White;background-color: #a77;border-style: none;}
.FileManagerTreeNode {font-family:Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: Black;}
.FileManagerTreeNodeSelected {font-family:Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;background-color: #7d8676;color: #fff;}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {text-decoration: none;color: #999;}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {text-decoration: none;color: #999;}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {text-decoration: none;color: #999;}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {text-decoration: none;color: #999;}
label, span.Normal label {color:#000;} /* *** styles radio button text in fck editor, styles the recursive txt in file manager *** */
select.Normal {color:#000;} /* styles Items Per Page select box in filemanager perhaps other areas */
.normal option {color:#000;}/* *** use this when normal is #fff to override dropdown options text color like in the page item veiw in file manger *** *//* *** add this to template going forward *** */
/* *** END: white font fix *** */

/* *** START: Dark Skin fix *** */
.DataGrid_AlternatingItem, .DataGrid_AlternatingItem td {background-color: #fff;color: #2d363e;}
.DataGrid_Container {background-color: #ccc;border: solid 1px #fff;padding: 4px;}
.FCKImageGalleryHeaderContainer .head {font-size:18px;font-weight:bold;}
.FCKImageGalleryHeaderContainer .head, .FCKImageGalleryHeaderContainer a.CommandButton {color:#000;}
.FCKImageGalleryItemContainer, .FCKImageGalleryItemContainer td, a.FCKImageGalleryImageName:link, a.FCKImageGalleryImageName:visited, a.FCKImageGalleryImageName:active {color: #000;}
a.FCKImageGalleryImageName:hover, .FCKImageGalleryHeaderContainer a.CommandButton:hover {color: #000099;}
.FCKLinkGalleryLinksContainer label, .FCKLinkGalleryTitleContainer .Head, .FCKLinkGalleryLinksContainer .SubHead, .FCKLinkGalleryLinksTable .NormalBold, .FCKLinkGalleryContainer #cmdSelect, #ctlURL_cmdSelect, #ctlURL_URLRow .CommandButton, #ctlURL_FileRow .CommandButton {color:#000000;}
/* *** END: Dark Skin fix *** */

.FCKLinkGalleryLinksTable .NormalBold {color:#000;}
.DNNEmptyPane {width: 0px;display:none;}



