﻿body
{
    font-family: Arial,verdana,Helvetica;
    font-size: 11px;
}
input, select, textarea
{
    font-family: arial;
    font-size: 11px;
}

a img { border:0; }


/* edit wrappers */

div.cms_addLinkWrapper
{
    position: relative;
    margin: 10px 0px 10px 0px;
}

div.cms_addLinkWrapper img
{
    position: relative;
    top: 3px;
    border: 0px;
}

a.cms_editButton
{
    float: right;
}


div.cms_editWrapper 
{
   position:relative;
   border-bottom:2px solid gray;
   margin-bottom:10px;
  padding-bottom:5px;
  font-family:Arial,helvetica;
  font-size:11px; 
}
div.cms_editWrapper a { color:blue; }

div.cms_editWrapper div.popupMsg 
{ 
position:absolute; 
top:8px; 
right:8px;
min-width:200px;
min-height:80px; 
background-color:#efefef;
z-index:100; 
border:3px solid #bbbbbb; 
padding:10px;
font-weight:bold;
}

div.cms_dynamicPanel { display:inline; }

div.cms_deleteWrapper { width:100%; text-align:right; }

div#cms_sectionListWrapper
{
    font-size:11px;
    position: absolute;
    border: 1px solid gray;
    display: none;
    background-color: white ;
    padding: 10px;
    margin-top:23px;
    margin-left:5px;
    min-width:200px;
}
div#cms_sectionListWrapper input { position:absolute;right:5px; top:5px; font-size:10px; }
div.cms_sectionSelectionWrapper { position:absolute; margin-top:23px;margin-left:5px; padding:10px; width:360px; height:400px; background-color:White; border:1px solid gray; overflow:auto; }

div#cms_extendedProperties
{
    position: absolute;
    width: 280px;
    height: 300px;
    border: 1px solid black;
    display: none;
    background-color: White;
    left: 240px;
    margin-top: 0px;
    padding: 5px;
}

div.cms_editWrapper input.cms_title { width:98.3%; font-weight:bold; font-size:12px; padding:2px; }



div.cms_boxheader
{
    background-color: #efefef;
    padding: 5px;
}

div#cms_extendedProperties div
{
    margin-bottom: 10px;
}

iframe.adminBox
{
    width: 350px;
    height: 30px;
    padding: 4px;
    background-color: White;
    border: 1px dashed gray;
    margin-top: 10px;
}
div.adminBox a, div.adminBox a:visited
{
   padding:1px;
   color:blue;
   font-size:11px;
   font-family:Arial,helvetica;
}
div.adminBox a:hover { font-weight:bold; }

div#admin
{
    position: relative;
    margin-top: 10px;
    width: 100%;
    padding: 5px;
    border: 1px solid gray;
    background-color: #efefef;
}

.adminBtn
{
    font-weight: bold;
}
.adminBtnActive
{
    font-weight: bold;
    border: 1px solid gray;
    padding: 2px;
    background-color: #efefef;
}

/* toolbar */
div.toolbar
{
    background-color: #efefef;
    border: 1px solid #DDD;
    margin: 0px 0px 3px 0px;
    padding: 1px 3px 5px 3px;
}
div.toolbar span.pageSize
{
    position: absolute;
    right: 6%;
}
div.toolbar a, div.toolbar a:visited
{
    vertical-align: middle;
    font-size: 12px;
    color: black;
    margin-right: 10px;
}
div.toolbar img
{
    vertical-align: middle;
}
/* end toolbar */

/* Profile form */
table.cms_profileForm
{
    width: 100%;
    padding: 0;
}

table.cms_profileForm { font-size:11px; }
table.cms_profileForm td.left,table.cms_profileForm td.mid, table.cms_profileForm td.right
{
    background-color: #efefef;
    vertical-align: top;
    padding: 5px;
    width: 33%;
}

table.cms_profileForm td.streched {
background-color: #efefef;
    vertical-align: top;
    padding: 5px;
}

table.cms_profileForm td.left div input, table.cms_profileForm td.mid  div input { width:95%; }
table.cms_profileForm td.streched div input { width:60%; }
table.cms_profileForm span.header
{
    font-weight: bold;display: block;
}


table.cms_profileForm textarea
{
    width: 99%;
    height: 100px;
}

table.cms_profileForm div img
{
    display: block;
}

table.cms_profileForm div
{
    padding-bottom: 5px;
}

table.cms_profileForm th
{
    text-align: left;
    font-weight: bold;
    background-color: #5A9EFA;
    color: White;
    padding: 1px 5px 1px 5px;
}
.changePassword td
{
    text-align: left;
    vertical-align: top;
    padding: 0px;
    margin: 0px; 
}
.changePasswordLabel
{
    font-weight: bold;
    width: 120px;
}
.changePassword table td input
{
    display: block;
    width: 60px;
}

.changePassword.hiddenButton
{
    display: none;
}

/* end Profile form */

/* DynamicForm */
div.cms_dynamicForm
{
    width: 95%;
    padding: 5px;
    background-color: #efefef;
    border: 1px solid gray;
}
div.cms_dynamicForm div
{
    margin-bottom: 10px;
}
div.cms_dynamicForm span.header
{
    font-weight: bold;
    display: block;
}

div.cms_dynamicDataList div.item { margin-bottom:10px;}
div.cms_dynamicDataList div.item a { font-weight:bold;}

div.cms_dynamicDataDetail span.header { display:block; font-weight:bold; }
div.cms_dynamicDataDetail div { margin-bottom:10px; }

/* end DynamicForm*/

a img, a:visited img
{
    border: 0;
}

div.item img.cms_thumb
{
    float: left;
    margin-right: 5px;
}
.date
{
    font-style: italic;
    color: gray;
    font-size: 11px;
}

div.unPublished a
{
    color: gray;
}
div.item div.action
{
    float: right;
    font-weight: bold;
    font-family: Verdana;
}
div.item div.action a
{
    color: blue;
}

/* take away unwanted space caused by <p> tags in the blurb */
div.blurb p
{
    padding: 0;
    margin: 0;
}

div.cms_paging
{
    margin: 5px 0px 5px 0px;
}
div.cms_paging a.selected
{
    border-top:1px solid gray; border-bottom:1px solid gray; background-color:#efefef; color:black; 
}

table.list select, table.list input
{
    font-size: 10px;
}

input.pubdate
{
    font-size: 10px;
    width: 63px;
}
input.pubtime
{
    font-size: 10px;
    width: 30px;
}

div.cms_errorPopup
{
    position: absolute;
    width: 300px;
    height: 200px;
    border: 2px solid red;
    background-color: White;
}
table.multicol
{
    width: 100%;
}
table.multicol td
{
    vertical-align: top;
}

/* ******* defaults *****/



/* ******** article comments ******** */


div.cms_comments div.item
{
    width:100%;
    overflow:auto;
    margin-bottom: 10px;
    border-bottom: 1px dashed gray;
    padding-bottom: 5px;
}

div.cms_comments div.cms_commentImage  
{
    float:right;
    margin-right:5px;
}
div.cms_comments div.cms_commentImage img 
{
    border:1px solid gray;
}
div.cms_comments div.cms_commentFile  
{
    background-color:#efefef;
}
div.cms_attachMsg { margin-top:5px; }



div.cms_articleCommentBoxWrapper { position:relative; }
div#cms_attachment { display:none; position:absolute; width:100%; height:150px; background-color:#efefef; border:1px solid gray; }

div.cms_comments textarea { width: 100%; height: 150px; }

span.cms_spamControl {  }

div.cms_errorMsg { border:1px solid red; background-color:Yellow; padding:10px; font-weight:bold; }



/* tabstrip */
table.cms_tabs { }
table.cms_tabs td
{
 padding:0;
 vertical-align: bottom;
}

table.cms_tabs span
{
    display: block;
    border-right: 1px solid gray;
    height: 19px;
    width: 5px;    
}
table.cms_tabs td.cms_tabStart
{
     border-bottom: 1px solid gray;
}
table.cms_tabs td.cms_tabEnd
{
     width:100%;
     text-align:right;
     border-bottom: 1px solid gray;
}
table.cms_tabs td.cms_tabEnd a 
{
display:inline;
}

table.cms_tabs td input
{
    text-align: center;    
    padding: 1px 3px 2px 3px;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom:1px solid gray;
    border-left:0px solid gray;
}

table.cms_tabs td input.cms_tab
{
    background-color: #EAF4FD;
    cursor:pointer;  
    
}
table.cms_tabs td input.cms_tabDisabled
{
    background-color: #fafafa;
   color:gray;
}
table.cms_tabs td input.cms_tabActive
{    
    background-color: #efefef;    
    padding: 3px 3px 3px 3px;
    border-left: 1px solid gray;
    border-bottom: 1px solid #efefef; 
}

table.cms_tabs td.cms_tabExt
{
    background-color: #efefef;
    line-height:5px;
}

div.cms_editBar { font-size:11px;background-color:#efefef; padding:3px; border-bottom:1px solid gray; margin-bottom:5px; }
div.cms_editBar  img { vertical-align:bottom; margin-bottom: 2px;}

/* sub tabs */
div.cms_subTabs
{
 padding:1px;
}
div.cms_subTabs a
{
   display:inline-block;
   padding:1px 5px;
   color:black; 
  
}
div.cms_subTabs a.cms_tabActive
{    
     background-color: white;
    border:1px solid #cccccc;
    
}

/* end tabs */

ul.cms_dynamicTreeView { margin:0px; padding:0px; list-style-type:none;list-style-position:outside; }
ul.cms_dynamicTreeView li { padding:2px 0px; vertical-align:bottom;  }
ul.cms_dynamicTreeView li img { margin-right:3px; vertical-align:bottom; }
ul.cms_dynamicTreeView li a { color:Blue; }
ul.cms_dynamicTreeView_sub { margin-left:10px; padding:0px; list-style-type:none;list-style-position:outside; display:none; }
ul.cms_dynamicTreeView_sub li { margin-left:10px; padding:2px 0px; vertical-align:bottom;  }
ul.cms_dynamicTreeView_sub li img { margin-right:3px; vertical-align:bottom; }


table.cms_relationsEdit strong.header { display:block; padding:2px 4px; background-color:Gray; color:White; margin-bottom:2px; }
div.cms_relationsTree { width:100%;height:500px; overflow:auto; font-size:11px; }
div.cms_relatedItems { width:100%; height:78px; overflow:auto; font-size:11px; }
div.cms_relatedItems div { margin-bottom:2px; }
div.cms_relatedItems div img { vertical-align:bottom; }
div.cms_itemsInNode {  font-size:11px;height:380px; overflow:auto; }
div.cms_itemsInNode div { margin-bottom:2px; }
div.cms_itemsInNode div img { vertical-align:bottom; }


div.cms_tagsEdit { height:400px;font-size:11px; }
div.cms_tagsEdit td { padding:3px 10px; }

table.cms_fileManager { margin-top:10px; font-size:11px;}
table.cms_fileManager td { vertical-align:middle; }
table.cms_fileManager td img { margin-right:2px; }
table.cms_fileManager .selected a { background-color:#5A9EFA; padding:3px; color:White; }

div.fileManagerDetail { width:220px; position:relative;  }
div.fileManagerDetail table { width:100%; margin-bottom:15px;background-color:#ececec;  }
div.fileManagerDetail table th { padding:3px; background-color: #5A9EFA; color:White; }
div.fileManagerDetail table td { padding:3px; }
div.fileManagerDetail textarea { width:98%; height:100px; }

div#cms_popupMsg { position:absolute;z-index:100; margin-top:30px; margin-left:20%; width:300px;  background-color:#FBFAFA;  }
div#cms_popupMsg table th { background-color:#efefef; padding:4px; border-bottom:1px solid gray; font-weight:bold; text-align:left; }
div#cms_popupMsg table td { padding:10px; }
div.cms_popupConfirmationMsg { border:3px solid green; }
div.cms_popupWarningMsg { border:3px solid gray; }
div.cms_popupErrorMsg { border:3px solid red; }
div.cms_popupConfirmationMsg table td { color:green; font-weight:bold; }
div.cms_popupWarningMsg table td { color:red; }
div.cms_popupErrorMsg table td { color:red; }

a.cms_finishSaveLink { border:1px solid gray; color:black; padding:3px; background-color:#efefef; }
div.cms_tagCloud { text-align:center;  }
div.cms_tagCloud a { vertical-align:middle; margin:6px; white-space: nowrap }
div.cms_tagCloud a.w1 { font-size:0.9em; }
div.cms_tagCloud a.w2 { font-size:1em; }
div.cms_tagCloud a.w3 { font-size:1.1em; }
div.cms_tagCloud a.w4 { font-size:1.2em; }
div.cms_tagCloud a.w5 { font-size:1.3em; }
div.cms_tagCloud a.w6 { font-size:1.4em; }
div.cms_tagCloud a.w7 { font-size:1.5em; }
div.cms_tagCloud a.w8 { font-size:1.6em; }
div.cms_tagCloud a.w9 { font-size:1.7em; }
div.cms_tagCloud a.w10 { font-size:1.8em; }
div.cms_tagCloud a.w11 { font-size:1.9em; }
div.cms_tagCloud a.w12 { font-size:2.0em; }
div.cms_tagCloud a.w13 { font-size:2.1em; }
div.cms_tagCloud a.w14 { font-size:2.2em; }
div.cms_tagCloud a.w15 { font-size:2.3em; }
div.cms_tagCloud a.w16 { font-size:2.4em; }
div.cms_tagCloud a.w17 { font-size:2.5em; }
div.cms_tagCloud a.w18 { font-size:2.6em; }
div.cms_tagCloud a.w19 { font-size:2.7em; }
div.cms_tagCloud a.w20 { font-size:2.8em; }

div.cms_articlesBySearch div.results { font-weight: bold; margin: 10px 0px 10px 0px; }
div.cms_articlesBySearch div.item { margin-bottom: 15px; }
div.cms_articlesBySearch div.item a { font-weight: bold; }
div.cms_articlesBySearch div.url  { color: Green; font-size: 11px; }

div.cms_articlesByTag div.item { margin-bottom:10px; }
div.cms_articlesByTag div.item a { font-weight:bold; }

div.cms_articlesByRelation h2 { border:0; }
div.cms_articlesByRelation div.item { margin-bottom:10px; }

body.cms_fileUpload { margin:0px;background-color:#efefef; }
body.cms_fileUpload a, body.cms_fileUpload a:visited { text-decoration:none;color:Blue; }

div.cms_openImage div.cms_header { margin-bottom:10px; border-bottom:1px solid gray;}
div.cms_openImage a { text-decoration:none; }
div.cms_openImage div.cms_image { margin:5px; }

span.cms_prevArticle { color:#cccccc; }
span.cms_nextArticle { color:#cccccc; }


/*********************** defaults ***********************************/

/* #ArticleNavigation(layout=timespan)# - articles by year and month */
div.cms_timeSpan { }
div.cms_timeSpan div { margin-bottom:2px; padding:2px; font-weight:normal; }
div.cms_timeSpan div.selected { background-color:#efefef; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc;}
div.cms_timeSpan div.cms_year a { font-weight:bold; }
div.cms_timeSpan div.cms_month {  padding-left:10px; text-transform:capitalize; }

/* Menu() */
div.cms_menu div.cms_subItem { margin-left:5px; }


/* fckeditor - custom templates */
table.cms_imageBoxLeft { float:left;margin-right:8px;margin-bottom:5px; font-size:11px; padding:5px; }
table.cms_imageBoxRight { float:right;margin-left:8px; margin-bottom:5px;font-size:11px;padding:5px; }
table.cms_imageBoxRight i, table.cms_imageBoxLeft i { display:block;padding:2px; }
table.cms_imageBoxDouble { width:100%;margin-bottom:5px;font-size:11px;padding:5px; }
table.cms_imageBoxDouble td.cms_mid { width:6%; } 
table.cms_imageBoxFull { width:100%;margin-bottom:5px;font-size:11px;padding:5px; }
table.cms_textWithImage { font-size:11px;}
table.cms_textWithImage img { margin:5px; font-size:11px;}
table.cms_contentBox { float:right;margin:5px; padding:5px;border:1px solid #cccccc;  }
table.cms_downloadBox { margin:5px; padding:5px;border:1px solid #cccccc; background-color:#efefef; }
table.cms_downloadBox a.cms_downloadButton { border:1px solid gray; background-color:#cccccc; padding:0px 3px;  }
table.cms_downloadBox a.cms_downloadButton:hover { border:1px solid orange; text-decoration:none;  }

table.cms_fileshare { }
table.cms_fileshare div.item { border-bottom:1px solid #cccccc; margin-bottom:10px;}
table.cms_fileshare div.item a { font-weight:bold;}
table.cms_fileshare div.item span.cms_dateAuthor { color:gray;font-size:10px; font-style:italic;}
table.cms_fileshare div.item span.cms_url { color:green;font-size:10px; font-style:italic;}
div.cms_folderProperties { margin-top:20px; border-top:1px solid gray;border-bottom:1px solid gray; background-color:#efefef; padding:3px; }
div#cms_fileshareUploadBox { position:relative;display:none;border:1px solid gray;margin-bottom: 10px; }


