/* Blackout div */
.blackout {
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.ajaxBlackout {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #3F3F3F;
    filter: alpha(opacity=70);
    opacity: 0.7;
    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. */
.foxoneA {
    color: #007FBC;
    text-decoration: none;
}
.foxoneA:hover {
    color: black;
}
/* Main wrapper of the Foxone windows. */
.foxoneWindow {
    position: absolute;
    font-family: Tahoma;
    text-align: left;
    font-size: 12px;
    border: 1px solid #C4C4C4;
    display: none;
}
/* Title bar related CSS. */
.titleBar {
    height: 25px;
    cursor: move;
    background-color: #E3E4E6;
}
.windowTitle {
    float: left;
    height: 20px;
    padding-top: 5px;
    padding-left: 5px;
    font-family: Tahoma;
    color: #6F6F6F;
    font-weight: bold;
}
.windowOptions {
    float: right;
    width: 74px;
    padding-top: 1px;
    height: 24px;
    padding-right: 5px;
    text-align: right;
}
.optionImage {
    border: none;
}
.optionButton {
    text-decoration: none;
    border: none;
}
.windowMainContainer {
    background-color: #F7F7F7;
    padding: 12px;
    min-height: 85px;
}
/* End of title bar related CSS. */
/* Bottom area of the window related CSS. */
.bottomBtnContainer {
    font-family: Tahoma;
    background-color: #F7F7F7;
    padding-top: 6px;
}
.button {
        margin-right: 10px;
        margin-bottom: 10px;
	display: inline-block;
        float: right;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
        font-size: 12px;
        padding: 0.4em 1.5em 0.42em;
        /*font-size: 11px;
        padding: 0.2em 1em 0.275em;*/
}
.button:hover {
	text-decoration: none;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.button:active {
	position: relative;
	top: 1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.contentText {
    color: #6F6F6F;
    padding: 5px;
}
.inputLabelContainer {
    width: 120px; 
    float: left;
    padding-top: 4px;
    font-family: Verdana;	
}
.inputContainer {
    float: left;
    padding-top: 3px;
    font-family: Tahoma;
    color: #6F6F6F;
}
.inputContainer input {
    width: 220px;
    font-family: Tahoma;
    color: #6F6F6F;
}
.inputLabel {
    cursor: pointer;
    padding-left: 5px;
    font-family: Tahoma;
    color: #6F6F6F;
}
/* End of bottom area of the window related CSS. */
/* Top Menu related CSS. */
.topMenuBar {
    z-index: 500;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 46px;
    width: 100%;
    font-size: 12px;
    font-family: Tahoma;
    color: #6F6F6F;
    background-image: url('/shared/img/2/top.png');
    background-repeat: repeat-x;
}
.topMenuBarContainer {
    width: 1000px;
    margin: 0 auto;
    height: 46px;
}
.topMenuItem {
    float: left; 
    padding-left: 5px; 
    padding-right: 5px;
    padding-top: 11px;
    width: 78px;
    height: 29px;
    cursor: pointer;
    font-family: Tahoma;
    color: #6F6F6F;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-left: 1px solid #E4E4E4;
}
.topMenuItemH {
    background-image: url('/shared/img/2/mouseover.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
}
.topMenuPopUp {
    z-index: 500;
    position: fixed; 
    top: 40px;
    left: 0px; 
    display: none;
    min-width: 140px;
    padding: 12px;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #F7F7F7;
}
.topMenuSubItem {
    cursor: pointer;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #6F6F6F;
    border-bottom: 1px solid #6F6F6F;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.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;
    z-index: 10;
}
.swapUpComponentBtn {
    position: absolute; 
    top: 2px; 
    right: 44px; 
    padding: 2px;
    display: none; 
    z-index: 10;
}
.swapDownComponentBtn {
    position: absolute; 
    top: 2px; 
    right: 86px; 
    padding: 2px;
    display: none; 
    z-index: 10;
}
.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: 400px;
}
.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: transparent;
    filter: alpha(opacity=10); 
    opacity: 0.1;
}
#resizeDiv {
    background-color: #DFDFDF;
    filter: alpha(opacity=35); 
    opacity: 0.35;
    border: 1px solid black; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100px; 
    height: 63px; 
    z-index: 3;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#cropConsole {
    position: absolute;
    z-index: 4;
    right: 0px; 
    bottom: 0px; 
    text-align: right;
    height: 25px;
    width: 100%;
    background-color: #F7F7F7;
    color: #333;
    border-top: 1px solid #DEDEDE;
}
#cropConsole a {
    display: block;
    color: #333;
    float: right; 
    padding-right: 5px; 
    padding-left: 5px; 
    padding-top: 3px; 
    height: 100%;    
}
#cropConsole a:hover {
    background-color: #AAA;
    color: #FFF;    
}
#cropConsoleDimensions {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 20px;
    width: 420px;
    color: #333;
    padding-left: 5px; 
    padding-top: 3px; 
    z-index: 5;
}
/* 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;
}
.cropPageBody {
    background-color: #FFFFFF;
    margin:0;
    font-family: Tahoma;
    font-size: 12px;
}
