﻿*
{
    font-size: 9pt;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
}
a:link
{
    color: #222;
    text-decoration: none;
}
a:visited
{
    color: #222;
    text-decoration: none;
}
a:hover
{
    color: #222;
    text-decoration: none;
}
a:active
{
    color: #222;
    text-decoration: none;
}
/*home
------------------------------------------------*/
.box
{
    margin: 0px;
    padding: 0px;
    min-height: 65px;
    height: auto;
    border: 1px solid #ccc;
}
.box-title
{
    height: 27px;
    line-height: 25px;
    text-indent: 7px;
    background: url(../images/column-header-bg.png) repeat-x;
    border-bottom: 1px solid #ccc;
}
.box-title img
{
    padding-bottom: 3px;
    vertical-align: middle;
}
.box-content
{
    height: auto;
    padding: 7px;
    line-height: 20px;
}
.blank10
{
    margin: 0px auto;
    height: 1px;
    overflow: hidden;
}
.line
{
    margin: 0px auto;
    height: 1px;
    background: #ccc;
}
.topline
{
    border-top: 1px solid #ccc;
}
/*home end
------------------------------------------------*/
/*****树表格****/
.example
{
    margin: 0px;
    margin-top:1px;
    border-collapse: collapse;
    width: 100%;
}
.example thead tr {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6');
    background: url(../Images/column-header-bg.png) repeat-x;
    color:#666;
}
/*重点：固定表头样式*/
.example thead tr td
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-top:5px;
    padding-bottom:5px;
    text-overflow:ellipsis; 
    word-break:keep-all;
    overflow:hidden;
    font-weight:bold;
}
.example tbody tr td
{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height:23px;
    line-height:23px;
    word-break: break-all;
}

/**表格 begin**/
.grid
{
    margin: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}
.grid thead td
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: url(../Images/column-header-bg.png) repeat-x;
    text-align: left;
    padding: 5px 1px;
    font-weight: normal;
    text-overflow:ellipsis; 
    word-break:keep-all;
    overflow:hidden;
    font-weight: bold;
    color:#666;
}
.grid tbody tr th
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: url(../Images/column-header-bg.png) repeat-x;
    text-align: left;
    padding: 5px 1px;
    font-weight: normal;
    text-overflow:ellipsis; 
    word-break:keep-all;
    overflow:hidden;
    font-weight: bold;
    color:#666;
}
.grid tbody td
{
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 1px 1px;
    height: 20px;
    word-break: break-all;
} 
.grid tbody td .txt
{
	border: 0px solid #fff;
	font: Verdana, Geneva, sans-serif,宋体;
    padding:0px;
	height: 22px;
	line-height: 22px;
    width:100%;
}
.grid tbody td .disabled
{
	 background: #F7F7F7; 
}
.grid tfoot td .txt
{
	border: 0px solid #fff;
	font: Verdana, Geneva, sans-serif,宋体;
    padding:0px;
	height: 22px;
	line-height: 22px;
    width:100%;
}
.grid tfoot td{    
    border-right: 1px solid #ccc;
    background: #FFFDCD;
    text-align: left;
    padding: 3px 1px;
    font-weight: normal;
    text-overflow:ellipsis; 
    word-break:keep-all;
    overflow:hidden;
}
.grid tbody td .txtselect
{
    border: 0px solid #fff;
    padding:0px;
	font: Verdana, Geneva, sans-serif,宋体;
	height: 22px;
	line-height: 22px;
    width:100%;
}
.td-div
{
    background: #F7F7F7; 
    cursor: pointer;
}
.tableobj
{
    margin: 0px;
    border-collapse: collapse;
    table-layout: fixed;
}
.tableobj tbody td
{
    text-align: left;
    border-right: 1px solid #ccc;
    padding: 1px 1px;
    height: 20px;
    word-break: break-all;
} 
.tableobj tbody .selected
{
    background-color: #6699cc;
    color: #fff;
}
/*右击菜单  begin
------------------------------------------------*/
.simple-contextmenu {
  -webkit-user-select: none;
  background:url(../Images/contextmenumenu_bg.gif) repeat-y;
  display: none;
  position: absolute;
  left: 100px;
  top: 100px;
  min-width: 100px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #f7f3f7;
  border: 1px solid #ccc;
  border-radius:3px;
  padding-right:1px;
}
.simple-contextmenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.simple-contextmenu li {
  margin: 0px;
  padding: 1px; 
  padding-bottom:3px;
  padding-top:3px;
  background:url(../Images/contextmenuitem_bg.gif) repeat-y; 
  background-repeat: no-repeat;
}

.simple-contextmenu li a {
  position: relative;
  display: block;
  padding: 1px 1px 1px 28px;
  color: ButtonText;
  text-decoration: none;
  margin: 1px;
}

.simple-contextmenu li a img {
  position: absolute;
  border:0px;
  left: 3px;
  margin-top: 0px;
  width: 16px;
  height: 16px;
}
.simple-contextmenu li a:hover {
  border: 1px solid #09F;
  outline: 1px solid #b5d3ff;
  margin: 0;
  cursor: default;
 
}

.simple-contextmenu .m-split {
	height: 2px;
	background: url(../Images/splitLine_bg.gif) center repeat-x;
	margin: 0 2px;
}
/*contextmenu  end
------------------------------------------------*/
/**
按钮工具栏位+按钮
**/
.tools_bar {
    padding-left: 5px;
    height: 45px;
    border: #ccc 1px solid;
    background: #F7F7F7; 
}
.tools_btn {
    cursor: pointer;
    float: left;
    display: block;
    margin: 3px 3px 0;
    padding: 0 0 0 10px;
    height: 39px;
    overflow: hidden;
}
.tools_btn-hover {
    background: url(../images/tools_btn_bg.gif) no-repeat 0 0;
}
.tools_btn span {
    display: block;
    padding: 0 10px 0 0;
    background: none;
}
.tools_btn-hover span {
    background: url(../images/tools_btn_bg.gif) no-repeat right -39px;
}
.tools_btn span b {
    font-weight: normal;
    display: block;
    padding: 22px 0 5px;
    line-height: 15px;
}
.tools_separator
{
    float: left;
    display: block;
    height: 35px;
    margin-top:5px;
    margin-left:2px;
    margin-right:2px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}
.tools_bar .search_box{ float:right; margin:10px 10px 0 0; }
.btnSearch{ padding:0 15px; height:24px; line-height:20px;  border:1px solid #A8A8A8; background:url(../images/btn_bg.gif) repeat-x; cursor:pointer; vertical-align:middle; overflow:hidden; }
.btnSearch:hover{ background-position:0 -22px;  }
.txtInput{ padding:0 3px 0 3px; height:22px; line-height:22px; background:#fff; border:1px solid #ccc; vertical-align:middle; font-size:12px; font-family:'微软雅黑'; }
.btnbartitle
{
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    padding-bottom:1px;
    background-image: url('../images/column-header-bg.png');
    background-repeat: repeat-x;
    height: 27px;
    font-weight: bold;
}
.btnbartitle div
{
    color:#666;
    padding: 5px;
}
#iframeMainContent
{
    height: 100%;
    width: 100%;
}
.iframeleft
{
    border-right: #e5e5e5 4px solid;
    height: 100%;
    margin: 0px;
    width: 200px;
    _width: 200px;
    float: left;
    padding-bottom: 1px;
    background-color: #ffffff;
    vertical-align: bottom;
    position: relative;
    /*cursor:move;*/
}
.iframeContent
{
    margin: 0px auto;
    height: 100%;
    overflow: hidden;
}
.div-body
{
    border: #ccc 1px solid;
    border-top: #ccc 0px solid;
    border-bottom: #ccc 0px solid;
    overflow: auto;
    background: #fff;
}
.ScrollBar
{
    overflow: auto;
    background: #fff;
}
.btnbarcontetn
{
    border: #ccc 1px solid;
    overflow: auto;
    background: #F7F7F7;
}
.btnbarcontetn div
{
    margin-left: 1px;
    margin-right: 1px;
    height: auto;
}
/**
按钮 begin
**/
/**/
.btn{
    cursor: pointer;
	height: 25px;
	line-height: 23px;
	margin: 0px 4px;
	padding: 0 8px;
	*padding: 0 2px;
	text-align: center;
	display:inline;
	border-radius: 2px;
	font-size:12px;
}

.btn > i{
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right:2px;
	*display:inline;
	*zoom:1;
}

.btn{
	background-image: -webkit-gradient(linear,left top, left bottom, from(whiteSmoke), to(#F1F1F1));
	background-image: -webkit-linear-gradient(top, whiteSmoke, #F1F1F1);
	-webkit-border-radius: 2px;
	-webkit-user-select: none;
	background-color: whiteSmoke;
	background-image: linear-gradient(top, whiteSmoke, #F1F1F1);
	background-image: -o-linear-gradient(top, whiteSmoke, #F1F1F1);
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #666;
}

.btn:hover{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#F1F1F1));
	background-image: -webkit-linear-gradient(top,#F8F8F8,#F1F1F1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #F8F8F8;
	background-image: linear-gradient(top,#F8F8F8,#F1F1F1);
	background-image: -o-linear-gradient(top,#F8F8F8,#F1F1F1);
	border: 1px solid #C6C6C6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #333;
}
.l-btn-left
{
    display: inline-block;
    background: url('../images/button_span_bg.gif') no-repeat top left;
    padding: 4px 0px 4px 18px;
    line-height:18px;
    height: 18px;
}
.l-btn-left img
{
    vertical-align: middle;
    padding-right: 5px;
    margin-bottom: 3px;
    border: 0px;
}
.l-btn
{
    background: url('../images/button_a_bg.gif') no-repeat top right;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    height: 26px;
    padding-right: 18px;
    cursor: pointer;
    outline: none;
}
.l-btn-lefthover
{
    background: url('../images/button_span_bg.gif') no-repeat bottom left;
}
.l-btnhover
{
    background: url('../images/button_a_bg.gif') no-repeat bottom right;
}
.button-btn-separator
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin-left: 3px;
    margin-right: 3px;
}
.buttonHuge{
    -moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;
    -moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
    box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
    cursor:pointer;display:inline-block;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:20px;
    font-weight: bold;padding:10px 16px;outline:none!important;
    text-align:center;text-decoration:none;position:relative;
    -moz-box-sizing:border-box!important;line-height:16px;
    border-radius: 6px;
    behavior: url(/Themes/Styles/ie-css3.htc);
}
.button-blue{background:#0095cd;background:-webkit-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));background:-moz-linear-gradient(top,#00adee,#0078a5);-pie-background:linear-gradient(top,#00adee,#0078a5);border:1px solid #034462;color:#fff;text-shadow:0 1px 1px #00adee;}
.button-blue:hover,.button-blue:focus{background:#007ead;background:-webkit-gradient(linear,left top,left bottom,from(#0095cc),to(#00678e));background:-moz-linear-gradient(top,#0095cc,#00678e);-pie-background:linear-gradient(top,#0095cc,#00678e);border:1px solid #234;color:#fff; text-decoration:none;}
/**
按钮 end
**/
/**表单**/
.frmbottom
{
    text-align:center;
    height: auto;
    margin-top: 10px;
    vertical-align: middle;
    padding-right:10px;
    position:absolute;top:100%;margin-top:-40px;width:97%;
}
.frm
{
	width: 100%;
    padding-bottom:1px;
}
.frm th
{
	border-bottom: 1px dashed  #ccc;
	background-color: #fff;
	height: 27px;	
	line-height: 27px;
	white-space: nowrap;
	width: 100px;
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
}
.frm td
{
	width:auto;
	background-color: #fff;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px dashed  #ccc;
	padding: 2px;
}
.frm .highlight
{
	background: #F7F7F7;
    text-align: left;
    padding-left:10px; 
}
.frm td .txt
{
	border: solid 1px #A8A8A8;
	background-image: url('../images/input_text_bg.gif' );
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px 2px 2px 2px;
	height: 18px;
	line-height: 18px;
}
.frm td .select
{
    background-image: url('../images/input_text_bg.gif' );
	background-repeat: repeat-x;
	background-position: top;
    padding-top:0px;
    border: 1px solid #A8A8A8;
    height: 25px;
    line-height: 21px;
}
.frm td .txtArea
{
	border: solid 1px #A8A8A8;
	background-image: url('../images/input_text_bg.gif' );
	background-repeat: repeat-x;
	background-position: top;
}
.txtArea
{
	border: solid 1px #A8A8A8;
	background-image: url('../images/input_text_bg.gif' );
	background-repeat: repeat-x;
	background-position: top;
}
.select
{
    background-image: url('../images/input_text_bg.gif' );
	background-repeat: repeat-x;
	background-position: top;
    padding-top:0px;
    border: 1px solid #A8A8A8;
    height: 25px;
    line-height: 21px;
}
input.AutoComple
{
    background: url(../Images/16/inputAutoComple.gif) #FFF no-repeat right center;
    height: 18px;
    line-height: 18px;
    z-index: 3000;
    font: Verdana, Geneva, sans-serif,宋体;
    margin-top: -2px;
}
.frm-find
{
    width:auto;
    padding-bottom:1px;
}
.frm-find th
{
	background-color: #fff;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	width:70px;
	font-weight: normal;
	text-align: right;
	padding-right: 2px;
}
.frm-find td
{
	width:auto;
	background-color: #fff;
	height: 25px;
	line-height: 25px;
	padding: 2px;
    padding-right:5px;
}
.frm-find td .txt
{
	border: 1px solid #A8A8A8;
	padding: 3px 3px 4px 2px;
	height: 15px;
	line-height: 15px;
}
.frm-find td .select
{
    padding-top:0px;
    border: 1px solid #A8A8A8;
    height: 23px;
    line-height: 21px;
}

/**开账单表单begin**/
.bill-frm
{
	width: 100%;
    padding-bottom:5px;
    padding-left:8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top:1px;
}
.bill-frm th
{
	background-color: #fff;
	white-space: nowrap;
	width: 80px;
	font-weight: normal;
	text-align: right;
    vertical-align:bottom;
}
.bill-frm td
{
	width:auto;
	background-color: #fff;
}
.bill-frm td .txt
{
    border: 1px solid #fff;
    border-bottom: 1px solid #A8A8A8;
	padding: 3px 2px 2px 2px;
	height: 15px;
	line-height: 15px;
}
.bill-frm td .billselect
{
	border: 1px solid #fff;
    border-bottom: 1px solid #A8A8A8;
	padding: 0px 2px 2px 2px;
	height: 22px;
	line-height: 22px;
}
/**表单验证 begin**/
.leftImage
{
    background: url(../Images/x1.gif) no-repeat right top;
    width: 14px;
    height: 33px;
}
.rightImage
{
    background: url(../Images/x3.gif) no-repeat left top;
    width: 6px;
    height: 33px;
}
.contenImage
{
    padding-right: 10px;
    font-size: 12px;
    background: url(../Images/x2.gif) 50% top;
    text-indent: 5px;
    line-height: 36px;
    padding-top: 3px;
    font-family: Arial;
    height: 33px;
}
.tableTip
{
    display: none;
    filter: alpha(opacity=90);
    overflow: hidden;
    position: absolute;
    border-collapse: collapse;
    empty-cells: hide;
    opacity: 0.9;
}
.tooltipselecterr
{
    padding-top:0px;
    background: url(../Images/validatebox_warning.png) #FFF7E3 no-repeat right center;
    border: 1px solid #CB8D5C;
    padding: 3px 2px 2px 2px;
    height: 25px;
    line-height: 21px;
}
.tooltipinputerr
{
    background: url(../Images/validatebox_warning.png) #FFF7E3 no-repeat right center;
    border: 1px solid #CB8D5C;
	padding: 3px 2px 2px 2px;
	height: 18px;
	line-height: 12px;
}
.tooltipinputok
{
    border: 1px solid #A8A8A8;
    font: Verdana, Geneva, sans-serif,宋体;
    background-position: left top;
    padding: 3px 2px 2px 2px;
    height: 15px;
    line-height: 15px;
}

/**表单验证 end**/

/*提示标签*/
.tooltipdi{ position:absolute; right:0; top:0; float:left; z-index:99; width:auto;}
.tooltipdi span{ font:14px "微软雅黑"; color:#666; float:left; background:#FFFDCD; border:1px solid #ccc; padding:6px 12px; border-radius:5px;}
.tooltipdi span b{ display:block; position:absolute; left:-13px; top:10px; font-size:0; line-height:0; width:0; height:0; border-color:transparent; border-style:dashed; border-width:7px; border-right-color:#ccc; border-right-style:solid;}
.tooltipdi span em{ display:block; position:absolute; left:-12px; top:10px; font-size:0; line-height:0; width:0; height:0; border-color:transparent; border-style:dashed; border-width:7px; border-right-color:#FFFDCD; border-right-style:solid;}


/*可移动的东西*/
.movableBtnContainer {
	background:#ffffff;
	border:0px #ccc  solid;
}
.movableBtnContainer .title{
	display:none;	
}
.movableSelContainer {
	background:#FFFFFF;
	border:1px #ccc  solid;
	text-align:center;
}
.movableSelContainer .select {
	border: 1px solid #ccc;
    font: Verdana, Geneva, sans-serif,宋体;
    padding-left:2px;
    color:#444;
}
.movableBtnContainer .title,.movableSelContainer .title {
	text-align:center;
	background: white;
	color:#666;
	border-bottom:0px #ccc solid;
}

.movableSelContainer .allBar {
	margin:2px auto;
}
.movableCenter {
	background:#fff;
	border:0px #ccc  solid;
	border-left:0px;
	border-right:0px;
}
/*可移动的东西*/


/*tab*/
.bd {
    border: 1px solid #ccc;
}
.todayInfoPanelTab {
    cursor: pointer;
    height: 32px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    border-top-width: 0px!important;
    border-right-width: 0px!important;
    border-bottom-width: 1px!important;
    border-left-width: 0px!important;
}
.settingtable {
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: #F7F7F7;
}
.rightPanelTitle_normal .tab_list {
    line-height: 15px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    float: left;
    -moz-border-radius-topright:7px;
    -moz-border-radius-topleft:7px;
    -webkit-border-top-right-radius:7px;
    -webkit-border-top-left-radius:7px;
    border-top-right-radius:7px;
    border-top-left-radius:7px;
}
.rightPanelTitle_normal .actived {
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: rgb(255, 255, 255);
    -moz-border-radius-topright:7px;
    -moz-border-radius-topleft:7px;
    -webkit-border-top-right-radius:7px;
    -webkit-border-top-left-radius:7px;
    border-top-right-radius:7px;
    border-top-left-radius:7px;
}
/*tab*/


/*自定义复选框*/
.checkbuttonNo {
    margin: 5px;
    width: auto;
    border: solid 3px #ccc;
    height: 40px;
    background: #F7F7F7;
    float: left;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
    cursor: pointer;
}
.checkbuttonOk {
    margin: 5px;
    width: auto;
    border: solid 3px #6699cc;
    height: 40px;
    background: #F7F7F7;
    float: left;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
    cursor: pointer;
}
.checktext {
    float: left;
    width: auto;
    padding-left: 8px;
    line-height: 40px;
    text-align:center;
}
.checktext img {
    vertical-align: middle;
    padding-right: 3px;
    padding-bottom:3px;
}
.checkbuttonNo .triangleNo {
    display: block;
    height: 0px;
    width: 0px;
    border: 20px solid #ccc;
    border-color: #ccc #ccc transparent transparent;
    border-style: solid solid dashed dashed;
    line-height: 0px;
    float: right;
}

.checkbuttonOk .triangleOk {
    display: block;
    height: 40px;
    width: 40px;
    float: right;
    background: url('../Images/checkicon.png'); 
}
/*自定义复选框end*/

/*全选*/
#checkAllOff
{
    padding-left: 20px;
    background: url(../Images/checkAllOff.gif) no-repeat scroll 4px 2px;
    cursor: pointer;
}
/*反选*/
#checkAllOn
{
    padding-left: 20px;
    background: url(../Images/checkAllOn.gif) no-repeat scroll 4px 2px;
    cursor: pointer;
}
.WarmPrompt {
    height:30px;
    line-height:30px;
    padding-left:30px;
    border-left: 1px solid  #ccc;
    border-right: 1px solid  #ccc;
    background: #FFF7E3 url('../images/tip.png') no-repeat scroll 7px 7px;
}
.WarmPrompt-From {
    height:30px;
    line-height:30px;
    padding-left:30px;
    background: #FFF7E3 url('../images/tip.png') no-repeat scroll 7px 7px;
}
.WarmPrompt-Info {
    height:40px;
    line-height:40px;
    padding-left:5px;
    border: 1px solid  #ccc;
    margin-bottom:1px;
    background: #FFFDCD;
    font-weight:bold;
    font-size: 11pt;
    color:#666;
}
.sortHelper {
    float: left;
    border-bottom: 1px solid #f00;
}

.sub-menu div
{
    padding: 5px 0px;
    padding-right:0px;
    display: block;
    color: #000000;
    border: solid 1px #ffffff;
    margin-bottom: 1px;
    cursor: pointer;
}
.sub-menu div img
{
    padding-right: 5px;
    height: 22px;
    width: 22px;
    border: 0px;
    background-position: 0 0;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
}
.sub-menu .navHover
{
    background-color: #6699cc;
    color: #fff;
    border: solid 1px #6699cc;
}
.sub-menu .selected
{
    border: solid 1px #6699cc;
    background-color: #6699cc;
    color: #fff;
}
