#win_1222692 {
border: 1px solid #0ac4f2;
width: 250px;
text-align: center;
margin: 0 auto;
}
#win_header_1222692 {
background-color: #0ac4f2;
height: 30px;
line-height: 30px;
}
#win_header_text_1222692 {
font-size: 12px;
color: #ffffff;
font-weight: bold;
text-decoration:none;
}
#win_flash_1222692 {
height: 100%;
}

BODY {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#000000;
background-color:#ffffff;
margin:0;
}

body,input,select,textarea {
direction:ltr;
}

.bgcolorTable {
background-color:#ffffff;
}

a {
color: #186096;
}

.changeText14 {
color: ;
}

.changeText12 {
color: ;
}

.changeText10 {
color: ;
}

a.changeLink14 {
text-decoration: underline;
color: #186096;
}

a.changeLink12 {
text-decoration: underline;
color: #186096;
}

a.changeLink10 {
text-decoration: underline;
color: #186096;
}

#TableListWebsite {
border:1px solid;
}

#TableListWebsite tr td {
border:1px solid;
}

TD
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#000000;
}

.CenterTable {
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
padding-left:5px;
direction:ltr;
}

.tableColor {
BACKGROUND-COLOR:#9bb4bd;
FILTER: progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=100,finishOpacity=0,startX=20,finishX=100,startY=255,finishY=50);
COLOR:#ffffff;
}

.ButtonDesign {
}

.menuTextColor {
font-weight: bold;
font-size:15px;
text-decoration: none;
color:#ffffff;
}

.menuTextOverColor {
font-weight: bold;
font-size:15px;
text-decoration: none;
color:#924d09;
}

.subMenuTextColor {
font-weight: bold;
font-size:12px;
text-decoration: none;
color:#ffffff;
}

.subMenuTextOverColor {
font-weight: bold;
font-size:12px;
text-decoration: none;
color:#ffffff;
}

.SideMenuSetting {
width:265;
background-color:#ffffff;
}

.SideMenuSetting_Right
{
width:265;
background-color:#ffffff;
}

.SideMenuSetting_Left
{
width:265;
background-color:#ffffff;
}

.menuD5431 {
position:relative;border: 1px solid #FFFFFF;cursor:pointer;height:25px;
}

.menuD5432 {
position:relative;border: 1px solid #FFFFFF;height:25px;
}

.backgroundToolRight {
background-color:#9bb4bd;
background-image:url(/image/users/178288/bgcolor/91737830364533.gif);
background-position:top left;
background-repeat:repeat-x;
}

.backgroundToolLeft {
background-color:#0ac4f2;
background-image:url(/image/users/178288/bgcolor/661782880539230.png);
background-position:center left;
background-repeat:repeat;
}

/* 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;
padding: 0;
font-size: 100%;
cursor: default;
list-style-type: none;
direction: ltr;
z-index: 900 !important;
}

/* 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: left;
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;
left: -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 {
margin: 0;
left: 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: #7a7d1e;
}

/* 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: 14px;
font-weight: bold;
text-decoration: none;
cursor: pointer;
color: #ffffff;
direction: ltr;
text-align: left;
}

/* Define setting for all the a tag in the sub-container's */
ul.MenuBarVertical ul li a {
color: #ffffff;
background-color: #008fb3;
font-size: 12px;
}

/* Define setting for all the a tag: hover in the main-container */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
background-color: #1eeb29;
color: #37494f;
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: #ffffff;
background-color: #618891;
}

/* Define setting for a tag:hover background image position of the main-container */
ul.MenuBarVertical a.MenuBarItemSubmenu {
background-image: url(/images/icons/bollWhiteEn.gif);
background-position: 95% 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/bollWhiteEn.gif);
background-position: 95% 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: #37494f;
background-color: #1eeb29;
}

/* 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;
}

}

/* The main container of the top menu */
table.topMenuContainer{
	width: 100%;
	min-height: 41px;
	direction: ltr;
	background-color: #d1780a;
	background-image: url(/image/users/178288/bgcolor/61737830444396.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto 0 0;
}

/* This class is for main container of the top menu bar */
ul.MenuBarHorizontal{
	padding: 0;
	position: relative;
	list-style-type: none;
	cursor: default;
	direction: ltr;
	margin: 0 auto 0 0;
}

/* 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;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li{
	min-height: 41px;
	padding: 0;
	margin: 0 7px;
	list-style-type: none;
	position: relative !important;
	cursor: pointer;
	line-height: 41px;
	white-space: nowrap;
	direction:ltr;
	float:left;
	background-image: none;
}

/* 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.MenuBarHorizontal ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	display: none;
	left: -1000em;
	background-color: #924d09;
	background-image: url(/image/users/178288/bgcolor/81782880571409.jpg);
	background-position: top left;
	background-repeat: repeat;
}

/* This class is active by java-script, we set left/right to 100% so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{
margin: 0;
left: 0px;
display: block;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li{
	min-height: 41px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	white-space: normal;
	background-image: none;
}

/* Submenus should appear slightly overlapping to the right/left (x%) and up (y%) */
ul.MenuBarHorizontal ul ul{
	position: absolute;
	margin: 0 0 0 100% !important;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
	top: 0;
	left: auto;
}

/* Menu items are a light gray block without padding and text decoration */
ul.MenuBarHorizontal a{
	min-height: 41px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	display: block;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

/* Set a spacer for the arrow when we have a category */
ul.MenuBarHorizontal a div{
	padding-right:20px;
}

/* Define setting for all the a tag: hover in the main-container */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	color: #924d09;
	text-decoration: none;
}

/* Define setting for all the a tag in the sub-container's */
ul.MenuBarHorizontal ul li a {
	color: #ffffff;
	font-size: 12px;
}

/* Define setting for all the a tag: hover in the sub-container's */
ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus {
	color: #ffffff;
	background-color: transparent;
}

/* 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.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	color: #924d09;
}

/* define the line separator style */
ul.MenuBarHorizontal li.separator, ul.MenuBarHorizontal li.separator a, ul.MenuBarHorizontal li.separator a:hover{
	width: 10px;
	margin: 0;
	padding: 0;
	cursor: default;
	text-align: center;
	color: #ffffff;
	background-image: none;
	background-color : transparent;
}

/* Define setting for a tag background image position of the main-container */
ul.MenuBarHorizontal a.MenuBarItemSubmenu{
	background-image: url(/images/icons/SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Define setting for a tag background image position of the sub-container */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{
	background-image: url(/images/icons/SpryAssets/SpryMenuBarRight.gif);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

/* Define setting for a tag:hover background image position of the main-container */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{
	background-image: url(/images/icons/SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Define setting for a tag:hover background image position of the sub-container */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{
	background-image: url(/images/icons/SpryAssets/SpryMenuBarRightHover.gif);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal 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.MenuBarHorizontal li.MenuBarItemIE{
		display: inline;
	f\loat: left;
	}
}

/* Anchor Button General Style */
a.anchor-button{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 0.5em 2em 0.55em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
a.anchor-button:hover{
	text-decoration: none;
}
a.anchor-button:active{
	position: relative;
	top: 1px;
}
/* Anchor Button Style 1 */
a.anchor-button.style-1{
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	background-image: -ms-linear-gradient(top,#666666 0%,#000000 100%);
}
a.anchor-button.style-1:hover{
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	background-image: -ms-linear-gradient(top,#444444 0%,#000000 100%);
}
a.anchor-button.style-1:active{
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	background-image: -ms-linear-gradient(top,#000000 0%,#666666 100%);
}
/* Anchor Button White Style 2 */
a.anchor-button.style-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);
	background-image: -ms-linear-gradient(top,#ffffff 0%,#ededed 100%);
}
a.anchor-button.style-2:hover{
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	background-image: -ms-linear-gradient(top,#ffffff 0%,#dcdcdc 100%);
}
a.anchor-button.style-2:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	background-image: -ms-linear-gradient(top,#ededed 0%,#ffffff 100%);
}
/* Anchor Button White Style 3 */
a.anchor-button.style-3{
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	background-image: -ms-linear-gradient(top,#00adee 0%,#0078a5 100%);
}
a.anchor-button.style-3:hover{
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	background-image: -ms-linear-gradient(top,#0095cc 0%,#00678e 100%);
}
a.anchor-button.style-3:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	background-image: -ms-linear-gradient(top,#0078a5 0%,#00adee 100%);
}
td#sideMenu_Left .winToolBoxLeft, td#sideMenu_Right .winToolBoxRight{
  margin: 7px auto;
  border:none;
  text-align:left;
 }

td#sideMenu_Left .winToolHeaderTextLeft, td#sideMenu_Right .winToolHeaderTextRight{
  font-size: 18px;
  font-weight: bold;
  padding: 0 4px;
  text-decoration: none;
}
td#sideMenu_Left .winToolContentLeft , td#sideMenu_Right .winToolContentRight {
  font-size:10px;
}
td#sideMenu_Left .winToolContentLeft ul , td#sideMenu_Right .winToolContentRight ul  {
  margin: 0;
  padding: 0;
  list-style: none;
}
td#sideMenu_Left .winToolContentLeft ul li, td#sideMenu_Right .winToolContentRight ul li {
    margin: 5px 0;
    padding: 5px 10px;
}
td#sideMenu_Left .winToolContentLeft table, td#sideMenu_Right .winToolContentRight table {
  width:100%;
  border:none;
}

td#sideMenu_Left .winToolContentLeft , td#sideMenu_Right .winToolContentRight {
 background-color: #fafafa;
    margin: 5px 0;
    padding: 5px 10px;
}
td#sideMenu_Left .winToolContentLeft ul li a , td#sideMenu_Right .winToolContentRight ul li a{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}


