/* menu container css */
.moduleContainer
{
width: 100%;
margin: 10px 0;
}
.moduleContainer .wrapper
{
width: 100%;
}
.moduleContainer .header
{
width: 100%;
height: 100%;
}
.moduleContainer .actions
{
}
.moduleContainer .actions .ModuleTitle_MenuBar
{
float: left;
width:10px;
height:10px;
margin:0 0 -10px 0;
}
.moduleContainer .actions .ModuleTitle_MenuBar .root
{
/* font-size:30px;*/
border:0px;
clear:both;
}
/*
.moduleContainer .actions .ModuleTitle_MenuBar .root.first {background: url(images/action.png) no-repeat left center; }
.moduleContainer .actions .ModuleTitle_MenuBar .root.first.hov {background: url(images/action_hov.png) no-repeat left center; }
.moduleContainer .actions .ModuleTitle_MenuBar .root.first .icn img {height: 24px; width: 24px; visibility: hidden;}
*/
.moduleContainer .actions .ModuleTitle_MenuBar .m
{
background: #242424;
padding-right: 2px;
}
.moduleContainer .actions .ModuleTitle_MenuBar .m .icn
{
background: url(images/icon_bg.png) repeat-y left top;
border: 0px;
width: 22px;
text-align: left;
}
.moduleContainer .actions .ModuleTitle_MenuBar .m .break .icn
{
font-size: 1px;
height: 1px;
}
.moduleContainer .actions .ModuleTitle_MenuBar .m span
{
padding-left: 0px;
color: White;
}
.moduleContainer .actions .ModuleTitle_MenuBar .m .hov
{
background: url(images/subaction_hov.gif);
}
.moduleContainer .actions .ModuleTitle_MenuBar .m .mi img
{
/* visibility: hidden;*/
}
.moduleContainer .title
{
text-align: center;
width:100%;
clear:both;
padding:10px 0;
}
.moduleContainer .help
{
float: right;
}
.moduleContainer .footer
{
margin-top: 10px;
}
.contentPane1
{
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-style: solid;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-width: 2px;
border-right-color: #FF9900;
border-bottom-color: #FF9900;
border-left-color: #FF9900;
border-top-color: #FF9900;
margin-top: -5px;
}
.mainMenu1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
font-size: 14px;
font-weight: bold;
}
.mainMenu1_bg
{
background-image: url(images/top_middle.png);
background-position: 0px 0px;
background-repeat: repeat-x;
margin: 0px 21px 0px 18px;
height: 50px;
color: #774700;
}
.mainMenu1_left
{
background-image: url(images/top_left.png);
background-repeat: no-repeat;
margin:0 0 0 -1px;
}
.mainMenu1_right
{
background: url(images/top_right.png) no-repeat top right;
margin:0 -4px 0 0;
}
/**==============================For Container:2====================================*/
.contentPane2
{
border-style: solid;
border-width: 2px;
border-color: #7AA72B;
margin-top: -12px;
}
.mainMenu2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
font-size: 14px;
font-weight: bold;
}
.mainMenu2_bg
{
background-image: url(images/2top_middle.png);
background-position: 0px 0px;
background-repeat: repeat-x;
margin: 0px 17px 0px 18px;
height: 50px;
color: #155715;
}
.mainMenu2_left
{
background-image: url(images/2top_left.png);
background-repeat: no-repeat;
margin:0 -1px 0 -1px;
}
.mainMenu2_right
{
background: url(images/2top_right.png) no-repeat top right;
margin:0 0px 0 0;
}
/**==============================For Container:3====================================*/
.contentPane3
{
margin-top: -12px;
padding-top: 10px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-right-color: #054F7B;
border-bottom-color: #054F7B;
border-left-color: #054F7B;
}
.mainMenu3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
font-size: 14px;
font-weight: bold;
}
.mainMenu3_bg
{
background-image: url(images/3top_middle.png);
background-position: 0px 0px;
background-repeat: repeat-x;
margin: 0px 24px 0px 25px;
height: 50px;
color: #333333;
}
.mainMenu3_left
{
background-image: url(images/3top_left.png);
background-repeat: no-repeat;
margin:0 -1px 0 -1px;
}
.mainMenu3_right
{
background: url(images/3top_right.png) no-repeat top right;
margin:0 0px 0 0;
}