


#win_202595 {
border: 1px solid #d6cfa7;
width: 140px;
text-align: center;
margin: 0 auto;
}
#win_header_202595 {
background-color: #d6cfa7;
height: 20px;
}
#win_header_text_202595 {
font-size: 12px;
color: #541229;
font-weight: bold;
text-decoration:none;
}
#win_flash_202595 {
height: 50px;
}
#win_flash_202595 ul {
margin: 0;
padding: 0;
list-style: none;
}
#win_flash_202595 ul li {
margin-bottom: 7px;
}
#win_flash_202595 ul li a {
color: #541229;
font-size: 12px;
}


#win_549521 {
border: 1px solid #d6cfa7;
width: 155px;
text-align: right;
margin-left:auto;
}
#win_header_549521 {
background-color: #d6cfa7;
height: 20px;
}
#win_header_text_549521 {
font-size: 12px;
color: #541229;
font-weight: bold;
text-decoration:none;
}
#win_flash_549521 {
height: 120px;
}
#win_flash_549521 ul {
margin: 0;
padding: 0;
list-style: none;
}
#win_flash_549521 ul li {
margin-bottom: 7px;
}
#win_flash_549521 ul li a {
color: #541229;
font-size: 12px;
}

#win_596058 {
border: 1px solid #d6cfa7;
width: 155px;
text-align: right;
margin-left:auto;
}
#win_header_596058 {
background-color: #d6cfa7;
height: 20px;
}
#win_header_text_596058 {
font-size: 12px;
color: #541229;
font-weight: bold;
text-decoration:none;
}
#win_flash_596058 {
height: 120px;
overflow:auto;
}
#win_flash_596058 ul {
margin: 0;
padding: 0;
list-style: none;
}
#win_flash_596058 ul li {
margin-bottom: 7px;
}
#win_flash_596058 ul li a {
color: #541229;
font-size: 12px;
}





#win_53895 {
border: 1px solid #d6cfa7;
width: 140px;
text-align: center;
margin: 0 auto;
}
#win_header_53895 {
background-color: #d6cfa7;
height: 20px;
}
#win_header_text_53895 {
font-size: 12px;
color: #541229;
font-weight: bold;
text-decoration:none;
}
#win_flash_53895 {
height: 100%;
}

.bgcolorTable
{
background-color:#cfc2c2;
background-image:url(/image/users/17710/bgcolor/1177100430417.jpg);
background-position:center center;
background-repeat:repeat;
}
BODY
{
font-family:Arial;
font-size:13px;
font-weight:normal;
color:#541229;
background-color:#ebebeb;
background-image:url(/image/users/17710/bgcolor/2177100636271.jpg);
background-position:center center;
background-repeat:repeat;
}
TD
{
font-family:Arial;
font-size:13px;
font-weight:normal;
color:#541229;
}
.CenterTable
{
padding-top:2.5px;
padding-right:5px;
padding-bottom:2.5px;
padding-left:5px;
direction:rtl;
}
.tableColor
{
BACKGROUND-COLOR:#541229;
FILTER: progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=100,finishOpacity=0,startX=50,finishX=20,startY=50,finishY=255);
COLOR:#c2b3b2;
}
.ButtonDesign
{
}
.menuTextColor
{
font-weight: bold;
font-size:7px;
text-decoration: none;
color:white;
}
.menuTextOverColor
{
font-weight: bold;
font-size:7px;
text-decoration: none;
color:#050505;
}
.subMenuTextColor
{
font-weight: bold;
font-size:13px;
text-decoration: none;
color:#541229;
}
.subMenuTextOverColor
{
font-weight: bold;
font-size:13px;
text-decoration: none;
color:#541229;
}
.SideMenuSetting
{
width:22;
background-color:#f5eded;
}
.backgroundToolRight
{
background-color:#d6cfa7;
}
.backgroundToolLeft
{
background-color:#d6cfa7;
}
/* This class is for main container of the menu bar */
div.MenuBarVerticalContainerLeft {
margin: 0px 3px 0px 1px;
}
div.MenuBarVerticalContainerRight {
margin: 0px 1px 0px 3px
}
/* This class is for main container of the menu bar */
ul.MenuBarVertical {
width: 100%;
margin: 0 auto;
padding: 0;
font-size: 100%;
cursor: default;
list-style-type: none;
direction: rtl;
}
/* this class is active my the java-script code so dont delete this!!, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
z-index: 1000;
}
/* This class is for menu item containers of the main container, the width of the children must be the same as the width of the parent (the main container) */
ul.MenuBarVertical li {
width: 100%;
margin: 0 0 2px 0;
list-style-type: none;
font-size: 100%;
position: relative;
cursor: pointer;
text-align: right;
direction: ltr;
}
/* This is the sub-container properties */
/* Submenus should appear slightly overlapping to the right (X%) and up (-Y%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul {
width: 100%;
margin: 0 0 0 -100%;
padding: 0;
font-size: 100%;
list-style-type: none;
position: absolute;
z-index: 1020;
cursor: default;
right: -1000em;
display: none;
top: 0;
}
/* This class is active by java-script, we set left/right to 100% so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible {
right: 100%;
display: block;
}
/* Set the border for the main-container (ul) */
ul.MenuBarVertical {
border: 0px solid transparent;
}
/* Set the border for all the sub-container's (ul) */
ul.MenuBarVertical ul {
border: 1px solid #FFFFFF;
}
/* This is the sub-container item container properties */
/* Menu item containers are same fixed width as parent ,the width of the children must be the same as the width of the parent (the sub-container) */
ul.MenuBarVertical ul li {
width: 100%;
margin: 0;
border-bottom: 2px solid #FFFFFF;
}
/* Define setting for the background-image/background-color of the main container li tag's */
ul.MenuBarVertical div.MainMenuBarBackgrounImage {
width: 100%;
background-color: #524c4c;
background-image: url(/image/users/17710/bgcolor/4177100112960.jpg);
background-position: center center;
background-repeat: repeat;
}
/* Define setting for all the a tag in the main-container */
ul.MenuBarVertical a {
width: 94%;
padding: 2px 0 2px 0;
padding-right: 3%;
padding-left: 3%;
display: block;
font-size: 13px;
font-weight: bold;
text-decoration: none;
cursor: pointer;
color: #524c4c;
direction: rtl;
text-align: right;
}
/* Define setting for all the a tag in the sub-container's */
ul.MenuBarVertical ul li a {
color: #524c4c;
background-color: #cfc8cc;
font-size: 13px;
}
/* Define setting for all the a tag: hover in the main-container */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
color: #590000;
text-decoration: none;
}
/* Define setting for all the a tag: hover in the sub-container's */
ul.MenuBarVertical ul li a:hover, ul.MenuBarVertical ul li a:focus {
color: #541229;
background-color: #ebebeb;
}
/* Define setting for a tag:hover background image position of the main-container */
ul.MenuBarVertical a.MenuBarItemSubmenu {
background-image: url(/images/icons/bollWhiteHe.gif);
background-position: 5% 50%;
background-repeat: no-repeat;
}
/* Define setting for a tag:hover background image position of the sub-container's */
ul.MenuBarVertical a.MenuBarItemSubmenuHover {
background-image: url(/images/icons/bollWhiteHe.gif);
background-position: 5% 50%;
background-repeat: no-repeat;
}
/* Define setting for menu item that are open (when you select a menu and go in to his sub-menu there is a line mark ) */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
color: #590000;
}
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe {
position: absolute;
z-index: 1010;
filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarVertical li.MenuBarItemIE {
display: inline;
f\loat: left;
background: #FFF;
}
}
