/* How to setup a new skin: 
1- Copy-paste completly a new skin after the others 
(ex: lign 7 to 85 is the code for skin1)
2- Make sure to change the path for each images of the skin in 
every subsection of the skin (for ex: 
background-image: url(/shared/img/skin1/top_left.gif ....
you have to make sure that ''skin1'' in this path is the right 
folder for your images) */

/***************************************************
 *                      SKIN1
 ***************************************************/ 

/* Hyper Links. */
.a_skin1 {
    color: white;
    text-decoration: none;
    border: none;
}

/* Window, top left corner. */
.topLeftCornerBg_skin1 {
    background-image: url(/shared/img/skin1/top_left.png);
}

/* Window, top right corner. */
.topRightCornerBg_skin1 {
    background-image: url(/shared/img/skin1/top_right.png);
}

/* Window, title bar - text area. */
.windowTitleBg_skin1 {
    color: #FFFFFF;
    font-weight: bold; 
    background-image: url(/shared/img/skin1/top.png);
}

/* Background of the body area of the window. */
.mainContainerBg_skin1 {
    padding: 15px 8px 0px 8px;
    border-left: 3px solid #008CBE; 
    border-right: 3px solid #008CBE;
    background-color: #000000;
    color: #FFFFFF;
}

/* The inner body area of the body of the window. */
.mainContainerInner_skin1 {
    background-color: #004364;
    border: 3px solid #FFFFFF;
}

/* The entire bottom row. */
.bottomContainerBg_skin1 {
    background-color: #000000;
    border-left: 3px solid #008CBE; 
    border-right: 3px solid #008CBE;
}

/* The inner container of buttons. */
.bottomBtnContainerBg_skin1 {
    background-color: #333333;
    height: 20px;
    border-left: 3px solid white; 
    border-bottom: 3px solid white; 
    border-right: 3px solid white; 
    margin-right: 8px;
    float: right;
    width: 220px;
}

/* The bottom buttons. */
.bottomBtn_skin1 {
    background-color: #333333;
}

/* The link of the bottom buttons. */
.bottomBtn_skin1 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
}

/* The effect hover of bottom buttons. */
.bottomBtnHoverBg_skin1 {
    background-color: #666666;
}

/* The effect when hovering over a bottom button link. */
.bottomBtnHoverBg_skin1 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
}

/* The bottom left corner of the window. */
.bottomLeftCornerBg_skin1 {
    background-image: url(/shared/img/skin1/bottom_left.png);
}

/* The bottom right corner of the window. */
.bottomRightCornerBg_skin1 {
    background-image: url(/shared/img/skin1/bottom_right.png);
}

/* The bottom border of the window. */
.windowBottomBg_skin1 {
    background-image: url(/shared/img/skin1/bottom.png);
}

/* The color of text labels. */
.labelText_skin1 {
    color: #FFFFFF;
}

/* The color of text to display in windows. */
.contentText_skin1 {
    color: #FFFFFF;
    padding: 5px;
}

/* The color of error messages in the window. */
.erroMessage_skin1 {
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
}

/* Top menu bar. */
.topMenuBar_skin1 {
    background-color: #004364;
}

/* Top menu items. */
.topMenuItem_skin1 {
    color: #FFFFFF;
}

/* Top menu item that is selected. */
.topMenuItemSelected_skin1 {
    background-color: #DEDEDE;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

/* Menu pop ups for the submenus. */
.topMenuPopUp_skin1 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

/* Links in the menu pop ups. */
.topMenuPopUp_skin1 a {
    color: black;
}

/* Status message at the top right of the page. */
.topMenuMessage_skin1 {
    color: #FFFFFF; 
}

/* The container div in the structure tree window. */
.treeContainer_skin1 {
    background-color: #FFFFFF;
    color: #000000;
}

/* The tree rows for sections. */
.treeRow_section_skin1 {
    border-bottom: 1px solid #CCCCCC;
}

/* The tree rows for the pages. */
.treeRow_page_skin1 {
    
}

/* The links in the tree rows for the pages. */
.treeRow_page_skin1 a {
    color: #000000;
}

/* The background of list of users and groups in the access rights window. */
.accessFrame_skin1 {
    background-color: #E5ECEF; 
}

/* The background in the frame at the bottom of the access rights window. */
.accessFrameBottom_skin1 {
    background-color: #FFFFFF;
}

/* Links inside the access frames. */
.accessFrame_skin1 a {
    color: #000000;
    text-decoration: none;
}

/* Links inside the bottom access frames. */
.accessFrameBottom_skin1 a {
    color: #000000;
    text-decoration: none;
}

/* List of restore points container. */
.backupList_skin1 {
    background-color: #FFFFFF;
}

/* The upper part of each restore point. */
.backupListTop_skin1 {
    background-color: #E5ECEF;
}

/***************************************************
 *                   END OF SKIN1
 ***************************************************/

/***************************************************
 *                      skin2
 ***************************************************/ 

/* Hyper Links. */
.a_skin2 {
    color: white;
    text-decoration: none;
    border: none;
}

/* Window, top left corner. */
.topLeftCornerBg_skin2 {
    background-image: url(/shared/img/skin2/top_left.png);
}

/* Window, top right corner. */
.topRightCornerBg_skin2 {
    background-image: url(/shared/img/skin2/top_right.png);
}

/* Window, title bar - text area. */
.windowTitleBg_skin2 {
    color: #FFFFFF;
    font-weight: bold; 
    background-image: url(/shared/img/skin2/top.png);
}

/* Background of the body area of the window. */
.mainContainerBg_skin2 {
    padding: 15px 8px 0px 8px;
    border-left: 3px solid #000000; 
    border-right: 3px solid #000000;
    background-color: #949494;
    color: #FFFFFF;
}

/* The inner body area of the body of the window. */
.mainContainerInner_skin2 {
    background-color: #464646;
    border: 3px solid #FFFFFF;
}

/* The entire bottom row. */
.bottomContainerBg_skin2 {
    background-color: #949494;
    border-left: 3px solid #000000; 
    border-right: 3px solid #000000;
}

/* The inner container of buttons. */
.bottomBtnContainerBg_skin2 {
    background-color: #454545;
    height: 20px;
    border-left: 3px solid #FFFFFF; 
    border-bottom: 3px solid #FFFFFF; 
    border-right: 3px solid #FFFFFF; 
    margin-right: 8px;
    float: right;
    width: 220px;
}

/* The bottom buttons. */
.bottomBtn_skin2 {
    background-color: #454545;
}

/* The link of the bottom buttons. */
.bottomBtn_skin2 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
}

/* The effect hover of bottom buttons. */
.bottomBtnHoverBg_skin2 {
    background-color: #666666;
}

/* The effect when hovering over a bottom button link. */
.bottomBtnHoverBg_skin2 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
}

/* The bottom left corner of the window. */
.bottomLeftCornerBg_skin2 {
    background-image: url(/shared/img/skin2/bottom_left.png);
}

/* The bottom right corner of the window. */
.bottomRightCornerBg_skin2 {
    background-image: url(/shared/img/skin2/bottom_right.png);
}

/* The bottom border of the window. */
.windowBottomBg_skin2 {
    background-image: url(/shared/img/skin2/bottom.png);
}

/* The color of text labels. */
.labelText_skin2 {
    color: #FFFFFF;
}

/* The color of text to display in windows. */
.contentText_skin2 {
    color: #FFFFFF;
    padding: 5px;
}

/* The color of error messages in the window. */
.erroMessage_skin2 {
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
}

/* Top menu bar. */
.topMenuBar_skin2 {
    background-color: #333333;
}

/* Top menu items. */
.topMenuItem_skin2 {
    color: #FFFFFF;
}

/* Top menu item that is selected. */
.topMenuItemSelected_skin2 {
    background-color: #CCCCCC;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

/* Menu pop ups for the submenus. */
.topMenuPopUp_skin2 {
    background-color: #DEDEDE;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

/* Links in the menu pop ups. */
.topMenuPopUp_skin2 a {
    color: black;
}

/* Status message at the top right of the page. */
.topMenuMessage_skin2 {
    color: #FFFFFF; 
}

/* The container div in the structure tree window. */
.treeContainer_skin2 {
    background-color: #FFFFFF;
    color: #000000;
}

/* The tree rows for sections. */
.treeRow_section_skin2 {
    border-bottom: 1px solid #CCCCCC;
}

/* The tree rows for the pages. */
.treeRow_page_skin2 {
    
}

/* The links in the tree rows for the pages. */
.treeRow_page_skin2 a {
    color: #000000;
}

/* The background of list of users and groups in the access rights window. */
.accessFrame_skin2 {
    background-color: #DDDDDD; 
}

/* The background in the frame at the bottom of the access rights window. */
.accessFrameBottom_skin2 {
    background-color: #EEEEEE;
}

/* Links inside the access frames. */
.accessFrame_skin2 a {
    color: #000000;
    text-decoration: none;
}

/* Links inside the bottom access frames. */
.accessFrameBottom_skin2 a {
    color: #000000;
    text-decoration: none;
}

/* List of restore points container. */
.backupList_skin2 {
    background-color: #FFFFFF;
}

/* The upper part of each restore point. */
.backupListTop_skin2 {
    background-color: #E5ECEF;
}

/***************************************************
 *                   END OF skin2
 ***************************************************/

/***************************************************
 *                      skin3
 ***************************************************/ 

/* Hyper Links. */
.a_skin3 {
    color: #000000;
    text-decoration: none;
    border: none;
}

/* Window, top left corner. */
.topLeftCornerBg_skin3 {
    background-image: url(/shared/img/skin3/top_left.png);
}

/* Window, top right corner. */
.topRightCornerBg_skin3 {
    background-image: url(/shared/img/skin3/top_right.png);
}

/* Window, title bar - text area. */
.windowTitleBg_skin3 {
    color: #000000;
    font-weight: bold; 
    background-image: url(/shared/img/skin3/top.png);
}

/* Background of the body area of the window. */
.mainContainerBg_skin3 {
    padding: 15px 8px 0px 8px;
    border-left: 3px solid #004364; 
    border-right: 3px solid #004364;
    background-color: #E8F6FA;
    color: #000000;
}

/* The inner body area of the body of the window. */
.mainContainerInner_skin3 {
    background-color: #DFEDF3;
    border: 3px solid #004364;
}

/* The entire bottom row. */
.bottomContainerBg_skin3 {
    background-color: #E8F6FA;
    border-left: 3px solid #004364; 
    border-right: 3px solid #004364;
}

/* The inner container of buttons. */
.bottomBtnContainerBg_skin3 {
    background-color: #DDDDDD;
    height: 20px;
    border-left: 3px solid #004364; 
    border-bottom: 3px solid #004364; 
    border-right: 3px solid #004364; 
    margin-right: 8px;
    float: right;
    width: 220px;
}

/* The bottom buttons. */
.bottomBtn_skin3 {
    background-color: #DDDDDD;
}

/* The link of the bottom buttons. */
.bottomBtn_skin3 a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

/* The effect hover of bottom buttons. */
.bottomBtnHoverBg_skin3 {
    background-color: #004364;
}

/* The effect when hovering over a bottom button link. */
.bottomBtnHoverBg_skin3 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
}

/* The bottom left corner of the window. */
.bottomLeftCornerBg_skin3 {
    background-image: url(/shared/img/skin3/bottom_left.png);
}

/* The bottom right corner of the window. */
.bottomRightCornerBg_skin3 {
    background-image: url(/shared/img/skin3/bottom_right.png);
}

/* The bottom border of the window. */
.windowBottomBg_skin3 {
    background-image: url(/shared/img/skin3/bottom.png);
}

/* The color of text labels. */
.labelText_skin3 {
    color: #000000;
}

/* The color of text to display in windows. */
.contentText_skin3 {
    color: #000000;
    padding: 5px;
}

/* The color of error messages in the window. */
.erroMessage_skin3 {
    color: #000000;
    padding: 5px;
    font-weight: bold;
}

/* Top menu bar. */
.topMenuBar_skin3 {
    background-color: #E8F6FA;
}

/* Top menu items. */
.topMenuItem_skin3 {
    color: #004364;
}

/* Top menu item that is selected. */
.topMenuItemSelected_skin3 {
    background-color: #D7E5E9;
    border-left: 1px solid #004364;
    border-right: 1px solid #D7E5E9;
    border-bottom: 1px solid #D7E5E9;
}

/* Menu pop ups for the submenus. */
.topMenuPopUp_skin3 {
    background-color: #D7E5E9;
    border-left: 1px solid #004364;
    border-right: 1px solid #004364;
    border-bottom: 1px solid #004364;
}

/* Links in the menu pop ups. */
.topMenuPopUp_skin3 a {
    color: black;
}

/* Status message at the top right of the page. */
.topMenuMessage_skin3 {
    color: #000000; 
}

/* The container div in the structure tree window. */
.treeContainer_skin3 {
    background-color: #FFFFFF;
    color: #000000;
}

/* The tree rows for sections. */
.treeRow_section_skin3 {
    border-bottom: 1px solid #CCCCCC;
}

/* The tree rows for the pages. */
.treeRow_page_skin3 {
    
}

/* The links in the tree rows for the pages. */
.treeRow_page_skin3 a {
    color: #000000;
}

/* The background of list of users and groups in the access rights window. */
.accessFrame_skin3 {
    background-color: #DDDDDD; 
}

/* The background in the frame at the bottom of the access rights window. */
.accessFrameBottom_skin3 {
    background-color: #EEEEEE;
}

/* Links inside the access frames. */
.accessFrame_skin3 a {
    color: #000000;
    text-decoration: none;
}

/* Links inside the bottom access frames. */
.accessFrameBottom_skin3 a {
    color: #000000;
    text-decoration: none;
}

/* List of restore points container. */
.backupList_skin3 {
    background-color: #FFFFFF;
}

/* The upper part of each restore point. */
.backupListTop_skin3 {
    background-color: #E5ECEF;
}

/***************************************************
 *                   END OF skin3
 ***************************************************/

/***************************************************
 *                      skin4
 ***************************************************/ 

/* Hyper Links. */
.a_skin4 {
    color: white;
    text-decoration: none;
    border: none;

}

/* Window, top left corner. */
.topLeftCornerBg_skin4 {
    background-image: url(/shared/img/skin4/top_left.png);
}

/* Window, top right corner. */
.topRightCornerBg_skin4 {
    background-image: url(/shared/img/skin4/top_right.png);
}

/* Window, title bar - text area. */
.windowTitleBg_skin4 {
    color: #FFFFFF;
    font-weight: bold; 
    background-image: url(/shared/img/skin4/top.png);
}

/* Background of the body area of the window. */
.mainContainerBg_skin4 {
    padding: 15px 8px 0px 8px;
    border-left: 3px solid #000000; 
    border-right: 3px solid #000000;
    background-color: #EA000C;
    color: #FFFFFF;
}

/* The inner body area of the body of the window. */
.mainContainerInner_skin4 {
    background-color: #000000;
    border: 3px solid #FFFFFF;
}

/* The entire bottom row. */
.bottomContainerBg_skin4 {
    background-color: #EA000C;
    border-left: 3px solid #000000; 
    border-right: 3px solid #000000;
}

/* The inner container of buttons. */
.bottomBtnContainerBg_skin4 {
    background-color: #000000;
    height: 20px;
    border-left: 3px solid white; 
    border-bottom: 3px solid white; 
    border-right: 3px solid white; 
    margin-right: 8px;
    float: right;
    width: 220px;
}

/* The bottom buttons. */
.bottomBtn_skin4 {
    background-color: #000000;
}

/* The link of the bottom buttons. */
.bottomBtn_skin4 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
}

/* The effect hover of bottom buttons. */
.bottomBtnHoverBg_skin4 {
    background-color: #FFFFFF;
}

/* The effect when hovering over a bottom button link. */
.bottomBtnHoverBg_skin4 a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

/* The bottom left corner of the window. */
.bottomLeftCornerBg_skin4 {
    background-image: url(/shared/img/skin4/bottom_left.png);
}

/* The bottom right corner of the window. */
.bottomRightCornerBg_skin4 {
    background-image: url(/shared/img/skin4/bottom_right.png);
}

/* The bottom border of the window. */
.windowBottomBg_skin4 {
    background-image: url(/shared/img/skin4/bottom.png);
}

/* The color of text labels. */
.labelText_skin4 {
    color: #FFFFFF;
}

/* The color of text to display in windows. */
.contentText_skin4 {
    color: #FFFFFF;
    padding: 5px;
}

/* The color of error messages in the window. */
.erroMessage_skin4 {
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
}

/* Top menu bar. */
.topMenuBar_skin4 {
    background-color: #EA000C;
}

/* Top menu items. */
.topMenuItem_skin4 {
    color: #FFFFFF;

}

/* Top menu item that is selected. */
.topMenuItemSelected_skin4 {
    background-color: #FFFFFF;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

/* Menu pop ups for the submenus. */
.topMenuPopUp_skin4 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

/* Links in the menu pop ups. */
.topMenuPopUp_skin4 a {
    color: black;
}

/* Status message at the top right of the page. */
.topMenuMessage_skin4 {
    color: #FFFFFF; 

}

/* The container div in the structure tree window. */
.treeContainer_skin4 {
    background-color: #FFFFFF;
    color: #000000;
}

/* The tree rows for sections. */
.treeRow_section_skin4 {
    border-bottom: 1px solid #CCCCCC;
}

/* The tree rows for the pages. */
.treeRow_page_skin4 {
    
}

/* The links in the tree rows for the pages. */
.treeRow_page_skin4 a {
    color: #000000;
}

/* The background of list of users and groups in the access rights window. */
.accessFrame_skin4 {
    background-color: #FFFFFF; 
}

/* The background in the frame at the bottom of the access rights window. */
.accessFrameBottom_skin4 {
    background-color: #FFFFFF;
}

/* Links inside the access frames. */
.accessFrame_skin4 a {
    color: #000000;
    text-decoration: none;
}

/* Links inside the bottom access frames. */
.accessFrameBottom_skin4 a {
    color: #000000;
    text-decoration: none;
}

/* List of restore points container. */
.backupList_skin4 {
    background-color: #FFFFFF;
}

/* The upper part of each restore point. */
.backupListTop_skin4 {
    background-color: #E5ECEF;
}

/***************************************************
 *                   END OF skin4
 ***************************************************/

/***************************************************
 *                      skin5
 ***************************************************/ 

/* Hyper Links. */
.a_skin5 {
    color: black;
    text-decoration: none;
    border: none;

}

/* Window, top left corner. */
.topLeftCornerBg_skin5 {
    background-image: url(/shared/img/skin5/top_left.png);
}

/* Window, top right corner. */
.topRightCornerBg_skin5 {
    background-image: url(/shared/img/skin5/top_right.png);
}

/* Window, title bar - text area. */
.windowTitleBg_skin5 {
    color: #000000;
    font-weight: bold; 
    background-image: url(/shared/img/skin5/top.png);
}

/* Background of the body area of the window. */
.mainContainerBg_skin5 {
    padding: 15px 8px 0px 8px;
    border-left: 3px solid #000000; 
    border-right: 3px solid #000000;
    background-color: #FFB902;
    color: #FFFFFF;
}

/* The inner body area of the body of the window. */
.mainContainerInner_skin5 {
    background-color: #000000;
    border: 3px solid #FFFFFF;
}

/* The entire bottom row. */
.bottomContainerBg_skin5 {
    background-color: #FFB902;
    border-left: 3px solid #000000; 
    border-right: 3px solid #000000;
}

/* The inner container of buttons. */
.bottomBtnContainerBg_skin5 {
    background-color: #000000;
    height: 20px;
    border-left: 3px solid white; 
    border-bottom: 3px solid white; 
    border-right: 3px solid white; 
    margin-right: 8px;
    float: right;
    width: 220px;
}

/* The bottom buttons. */
.bottomBtn_skin5 {
    background-color: #000000;
}

/* The link of the bottom buttons. */
.bottomBtn_skin5 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
}

/* The effect hover of bottom buttons. */
.bottomBtnHoverBg_skin5 {
    background-color: #FFFFFF;
}

/* The effect when hovering over a bottom button link. */
.bottomBtnHoverBg_skin5 a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

/* The bottom left corner of the window. */
.bottomLeftCornerBg_skin5 {
    background-image: url(/shared/img/skin5/bottom_left.png);
}

/* The bottom right corner of the window. */
.bottomRightCornerBg_skin5 {
    background-image: url(/shared/img/skin5/bottom_right.png);
}

/* The bottom border of the window. */
.windowBottomBg_skin5 {
    background-image: url(/shared/img/skin5/bottom.png);
}

/* The color of text labels. */
.labelText_skin5 {
    color: #FFFFFF;
}

/* The color of text to display in windows. */
.contentText_skin5 {
    color: #FFFFFF;
    padding: 5px;
}

/* The color of error messages in the window. */
.erroMessage_skin5 {
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
}

/* Top menu bar. */
.topMenuBar_skin5 {
    background-color: #FFB902;
}

/* Top menu items. */
.topMenuItem_skin5 {
    color: #000000;

}

/* Top menu item that is selected. */
.topMenuItemSelected_skin5 {
    background-color: #FFFFFF;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

/* Menu pop ups for the submenus. */
.topMenuPopUp_skin5 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

/* Links in the menu pop ups. */
.topMenuPopUp_skin5 a {
    color: black;
}

/* Status message at the top right of the page. */
.topMenuMessage_skin5 {
    color: #000000; 

}

/* The container div in the structure tree window. */
.treeContainer_skin5 {
    background-color: #FFFFFF;
    color: #000000;
}

/* The tree rows for sections. */
.treeRow_section_skin5 {
    border-bottom: 1px solid #CCCCCC;
}

/* The tree rows for the pages. */
.treeRow_page_skin5 {
    
}

/* The links in the tree rows for the pages. */
.treeRow_page_skin5 a {
    color: #000000;
}

/* The background of list of users and groups in the access rights window. */
.accessFrame_skin5 {
    background-color: #FFFFFF; 
}

/* The background in the frame at the bottom of the access rights window. */
.accessFrameBottom_skin5 {
    background-color: #FFFFFF;
}

/* Links inside the access frames. */
.accessFrame_skin5 a {
    color: #000000;
    text-decoration: none;
}

/* Links inside the bottom access frames. */
.accessFrameBottom_skin5 a {
    color: #000000;
    text-decoration: none;
}

/* List of restore points container. */
.backupList_skin5 {
    background-color: #FFFFFF;
}

/* The upper part of each restore point. */
.backupListTop_skin5 {
    background-color: #E5ECEF;
}

/***************************************************
 *                   END OF skin5
 ***************************************************/

/***************************************************
 *                      skin6
 ***************************************************/ 

/* Hyper Links. */
.a_skin6 {
    color: black;
    text-decoration: none;
    border: none;
}

/* Window, top left corner. */
.topLeftCornerBg_skin6 {
    background-image: url(/shared/img/skin6/top_left.png);
}

/* Window, top right corner. */
.topRightCornerBg_skin6 {
    background-image: url(/shared/img/skin6/top_right.png);
}

/* Window, title bar - text area. */
.windowTitleBg_skin6 {
    color: #000000;
    font-weight: bold; 
    background-image: url(/shared/img/skin6/top.png);
}

/* Background of the body area of the window. */
.mainContainerBg_skin6 {
    padding: 15px 8px 0px 8px;
    border-left: 3px solid #467F00; 
    border-right: 3px solid #467F00;
    background-color: #7DE41D;
    color: #FFFFFF;
}

/* The inner body area of the body of the window. */
.mainContainerInner_skin6 {
    background-color: #467F00;
    border: 3px solid #FFFFFF;
}

/* The entire bottom row. */
.bottomContainerBg_skin6 {
    background-color: #7DE41D;
    border-left: 3px solid #467F00; 
    border-right: 3px solid #467F00;
}

/* The inner container of buttons. */
.bottomBtnContainerBg_skin6 {
    background-color: #467F00;
    height: 20px;
    border-left: 3px solid white; 
    border-bottom: 3px solid white; 
    border-right: 3px solid white; 
    margin-right: 8px;
    float: right;
    width: 220px;
}

/* The bottom buttons. */
.bottomBtn_skin6 {
    background-color: #467F00;
}

/* The link of the bottom buttons. */
.bottomBtn_skin6 a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

/* The effect hover of bottom buttons. */
.bottomBtnHoverBg_skin6 {
    background-color: #7DE41D;
}

/* The effect when hovering over a bottom button link. */
.bottomBtnHoverBg_skin6 a {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}

/* The bottom left corner of the window. */
.bottomLeftCornerBg_skin6 {
    background-image: url(/shared/img/skin6/bottom_left.png);
}

/* The bottom right corner of the window. */
.bottomRightCornerBg_skin6 {
    background-image: url(/shared/img/skin6/bottom_right.png);
}

/* The bottom border of the window. */
.windowBottomBg_skin6 {
    background-image: url(/shared/img/skin6/bottom.png);
}

/* The color of text labels. */
.labelText_skin6 {
    color: #FFFFFF;
}

/* The color of text to display in windows. */
.contentText_skin6 {
    color: #FFFFFF;
    padding: 5px;
}

/* The color of error messages in the window. */
.erroMessage_skin6 {
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
}

/* Top menu bar. */
.topMenuBar_skin6 {
    background-color: #467F00;
}

/* Top menu items. */
.topMenuItem_skin6 {
    color: #FFFFFF;
}

/* Top menu item that is selected. */
.topMenuItemSelected_skin6 {
    background-color: #7DE41D;
    border-top: 1px solid #467F00;
    border-left: 1px solid #467F00;
    border-right: 1px solid #467F00;
}

/* Menu pop ups for the submenus. */
.topMenuPopUp_skin6 {
    background-color: #7DE41D;
    border-bottom: 1px solid #467F00;
    border-left: 1px solid #467F00;
    border-right: 1px solid #467F00;
}

/* Links in the menu pop ups. */
.topMenuPopUp_skin6 a {
    color: black;
}

/* Status message at the top right of the page. */
.topMenuMessage_skin6 {
    color: #FFFFFF; 
}

/* The container div in the structure tree window. */
.treeContainer_skin6 {
    background-color: #FFFFFF;
    color: #000000;
}

/* The tree rows for sections. */
.treeRow_section_skin6 {
    border-bottom: 1px solid #CCCCCC;
}

/* The tree rows for the pages. */
.treeRow_page_skin6 {
    
}

/* The links in the tree rows for the pages. */
.treeRow_page_skin6 a {
    color: #000000;
}

/* The background of list of users and groups in the access rights window. */
.accessFrame_skin6 {
    background-color: #FFFFFF; 
}

/* The background in the frame at the bottom of the access rights window. */
.accessFrameBottom_skin6 {
    background-color: #FFFFFF;
}

/* Links inside the access frames. */
.accessFrame_skin6 a {
    color: #000000;
    text-decoration: none;
}

/* Links inside the bottom access frames. */
.accessFrameBottom_skin6 a {
    color: #000000;
    text-decoration: none;
}

/* List of restore points container. */
.backupList_skin6 {
    background-color: #FFFFFF;
}

/* The upper part of each restore point. */
.backupListTop_skin6 {
    background-color: #E5ECEF;
}

/***************************************************
 *                   END OF skin6
 ***************************************************/
