/* Blackout div */
.blackout {
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute; 
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.ajaxBlackout {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute; 
    background-color: #656565;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 400;
}

.ajaxLoaderImage {
    position: absolute;
    top: 0px; 
    left: 0px; 
    width: 220px; 
    height: 45px;
    text-align: center;
    background-color: #ADADAD;
    border: 2px solid #999999;
}

.ajaxLoaderClose {
    position: absolute;
    top:1px;
    right:8px;
}
/* End of blackout CSS. */

/* Main wrapper of the Foxone windows. */
.foxoneWindow {
    position: absolute;
    font-family: Verdana;	
    text-align: left;
    font-size: 12px;
}

.foxoneWindowAlpha {
    filter: alpha(opacity=80); 
    opacity: 0.8;
}

/* Title bar related CSS. */
.titleBar {
    height: 45px;
    cursor: move;
}

.topLeftCorner {
    float: left;
    height: 45px;
    width: 35px;
}

.windowTitle {
    float: left;
    height: 35px;
    padding-top: 10px;
    font-family: Verdana;
}

.windowOptions {
    float: right;
    width: 74px;
    padding-top: 8px;
    height: 37px;
    text-align: right;
}

.optionImage {
    border: none;
}

.optionButton {
    text-decoration: none;
    border: none;
}

.topRightCorner {
    float: right;
    height: 45px;
    width: 11px;
}
/* End of title bar related CSS. */

/* Bottom area of the window related CSS. */

.bottomBtnContainer {
    height: 30px; 
    font-family: Verdana;	
}

.bottomBtn {
    height: 18px; 
    padding-top: 2px; 
    float: right; 
    padding-left: 5px; 
    padding-right: 5px;
    cursor: pointer;
    font-family: Verdana;	
}

.bottomLeftCorner {
    float: left;
    height: 11px;
    width: 9px;
}

.windowBottom {
    float: left;
    height: 11px;
}

.bottomRightCorner {
    float: right;
    height: 11px;
    width: 9px;
}

.inputLabelContainer {
    width: 120px; 
    float: left;
    padding-top: 4px;
    font-family: Verdana;	
}

.inputContainer {
    float: left;
    padding-top: 3px;
    font-family: Verdana;	
}

.inputContainer input {
    width: 220px;
    font-family: Verdana;	
}

.inputLabel {
    cursor: pointer;
    padding-left: 5px;
    font-family: Verdana;	
}
/* End of bottom area of the window related CSS. */

/* Top Menu related CSS. */
.topMenuBar {
    z-index: 500;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 100%;
    font-size: 12px;
    filter: alpha(opacity=90);
    opacity: 0.9;
    font-family: Verdana;	
}

.topMenuItem {
    float: left; 
    padding-left: 5px; 
    padding-right: 5px;
    width: 78px;
    height: 19px;
    cursor: pointer;
    font-family: Verdana;	
    font-size: 12px;
    text-align: center;
}

.topMenuItemSelected {
    float: left; 
    padding-left: 5px; 
    padding-right: 5px;
    width: 76px;
    height: 19px;
    cursor: pointer;
    font-family: Verdana;	
    font-size: 12px;
    text-align: center;
}

.topMenuPopUp {
    z-index: 500;
    position: fixed; 
    top: 20px; 
    left: 0px; 
    display: none;
    filter: alpha(opacity=90); 
    opacity: 0.9;
    width: 130px;
    padding-left: 10px;
    font-family: Verdana;	
    font-size: 12px;
}

.topMenuSubItem {
    cursor: pointer;
    font-family: Verdana;	
    font-size: 12px;
}

.topMenuMessage {
    z-index: 501;
    position: fixed; 
    top: 0px; 
    right: 10px; 
    padding-left: 5px; 
    padding-right: 5px;
    width: 400px;
    font-family: Verdana;	
    font-size: 12px;
}

.topMenuItemInner {
    font-family: Verdana;
    font-size: 12px;
    padding: 1px;
    text-align: left;
}

/* End of Top Menu related CSS. */

.templateThumbnail {
    float: left; 
    padding-left: 5px;
    cursor: pointer;
}

.componentThumbnail {
    float: left; 
    padding-left: 5px;
    cursor: pointer;
}

/* Clear both class. */
.clear {
    clear: both;
}

/* Shared component related CSS */

/* Component related CSS. */
.deleteComponentBtn {
    position: absolute; 
    top: 2px; 
    right: 2px; 
    padding: 2px;
    display: none; 
}

.swapUpComponentBtn {
    position: absolute; 
    top: 2px; 
    right: 44px; 
    padding: 2px;
    display: none; 
}

.swapDownComponentBtn {
    position: absolute; 
    top: 2px; 
    right: 86px; 
    padding: 2px;
    display: none; 
}

.addComponentDiv {
    cursor: pointer;
    border: 1px dashed black; 
    text-align: center; 
    font-size: 20px;
    font-family: Verdana;
}

.componentContainerDiv {
    position: relative; 
    min-height: 100px; 
    min-width: 150px;
}
/* End of component related CSS. */

/* Structure Tree related CSS. */
.treeContainer {
    overflow-y: scroll; 
    height: 100%;
}

.treeRow_section {
    padding-top: 10px;
    padding-left: 2px;
}

.treeRow_page {
    padding-top: 2px;
    padding-left: 12px;
}

/* End of Structure Tree related CSS. */

/* Access related CSS. */
.accessFrame {
    float: left; 
    width: 290px; 
    height: 160px; 
    margin: 6px 0px 0px 12px; 
    border: 1px solid black; 
    overflow-y: scroll;
}

.accessItem {
    height: 20px; 
    width: 270px; 
    padding-left: 2px;
    padding-top: 3px;
}

.accessItem img {
    border: none;
}

#accessDropZone {
    width: 594px; 
    height: 110px; 
    margin-left: 12px; 
    border: 1px solid black;
    overflow-y: scroll;
}

#accessDropZone img {
    border: none;
}
/* End of Access related CSS. */

/* Help Window related CSS. */
.helpWindowInnerFrame {
    padding: 5px;
}

.helpWindowTopRow {
    margin-bottom: 5px; 
    padding-bottom: 5px; 
}

.helpTopicsFrame {
    padding-top: 3px; 
    float: left; 
    width: 200px; 
    height: 390px; 
    overflow-y: scroll; 
    background-color: #FFFFFF;
    font-size: 10px;
}

.helpTopicsFrame a {
    color: #000000;
    text-decoration: none;
}

.helpContentFrame {
    color: black;
    float: right; 
    padding: 3px; 
    width: 650px; 
    height: 387px; 
    overflow-y: scroll; 
    background-color: #FFFFFF;
}

.helpTopic {
    padding-left: 10px; 
    font-family: Verdana; 
    font-size: 12px;
}
/* Changes have been made in this class for the help title. Everything that are in comments are the original settings */
.helpTitle {
    font-size: 18px; 
    font-family: Verdana; 
    /* border-bottom: 1px solid black; */
    /*width: 300px;*/
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}
/* Changes have been made in this class for the helpcontent. Everything that are in comments are the original settings */
.helpContent {
    /* font-size: 12px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#searchResults {
    width: 420px; 
    height: 290px; 
    overflow-y: scroll; 
    background-color: #FFFFFF; 
    color: #000000;
}

#searchResults a {
    text-decoration: none;
    color: #000000;
    background-color: #E5ECEF;
    font-weight: bold;
}

#searchResults a:hover {
    background-color: #008CBE;
}
/* End of Help Window related CSS. */

/* Backup Window related CSS. */

.backupContainer {
    padding: 3px; 
    font-size: 12px; 
    font-family: Verdana;
}

.backupList {
    width: 430px; 
    overflow-y: scroll; 
    height: 178px; 
    border: 1px solid black; 
    margin-left: 3px;
    margin-top: 8px;
}

.backupItem {
    color: #000000;
    margin: 3px;
    border-bottom: 1px solid #CCCCCC;
}

.backupItemTimestamp {
    padding-top: 9px;
    padding-left: 4px;
    float: left; 
    height: 35px;
    background-color: #E5ECEF;
}

/* End of Backup Window related CSS. */

/* Image croping related CSS. */

.iframeImage {
    width: 800px; 
    height: 524px; 
    background-color: #FFFFFF; 
    border: none;
}

.firstLayerFilter {
    position: absolute;
    z-index: 2;
    background-color: #666666;
    filter: alpha(opacity=10); 
    opacity: 0.1;
}

#resizeDiv {
    background-color: #FFFFFF;
    filter: alpha(opacity=40); 
    opacity: 0.4;
    border: 1px solid black; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100px; 
    height: 63px; 
    z-index: 3;
}

#cropConsole {
    position: fixed;
    z-index: 4;
    right: 0px; 
    bottom: 0px; 
    height: 21px;
    width: 100%;
    border-top: 2px solid white;
    text-align: right;
    font-size: 10px;
    color: #FFFFFF;
    padding-right: 3px;
    padding-top: 4px;
    background-color: #333333;
}

#cropConsoleDimensions {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 20px;
    width: 350px;
    font-size: 10px;
    color: #FFFFFF;
    padding-left: 3px;
}

#cropConsole a {
    text-decoration: none;
    color: #FFFFFF;
}

/* End of Image croping related CSS. */


/* blog categories window related CSS. */
.blogCatTdNotHighlighted {
    
}

.blogCatTdHighlighted {
    background-color: #CCCCCC;
}
/* End of blog categories related CSS. */


.logsTable {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 100%;
}

.logsTable tr td {
    text-align: left;
    padding-left: 10px;
}

.logsTable tr th {
    text-align: left;
    padding-left: 10px;
    border-bottom: 2px solid #333;
}

div.blog-bloc{
    margin: 10px 20px 10px 20px;
}

div.blog-bloc a img{
    border: none;    
}

div.blog-bloc h1{
    border: none;
    margin: 0;
    padding: 0;
    font: bold 16px 'Trebuchet MS';
    color: #333;
    text-decoration: none;
}

div.blog-bloc h1 a{
    font: bold 16px 'Trebuchet MS';    
}

div.blog-bloc h2{
    margin: 0;
    padding: 0;
    font: normal 12px 'Trebuchet MS';   
    line-height: 12px;
    color: #000; 
}


.extMenuOptions {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 15px;
}

.extMenuOption {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
}