/* CustomWare Asia Pacific CSS Document */

/* Override the Confluence 2.10 site-css */
body, p, td, table, tr, .bodytext, .stepfield, .grey {  
    font-family:Arial,sans-serif;  
}  

/* General Links and Colors */
a:link, a:visited, a:active {
    color:#639808;
    text-decoration: none;
}
a:hover {
    color:#000000;
    text-decoration: underline;
}
 
a img,:link img,:visited img {
	border: 0;
}

body {
	background-color: #cccec6;
	color: #000;
	margin: 0;
	padding: 0;
}

/* Note: This is required to override the standard font settings in Confluence. 
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
*/
.wiki-content body,.wiki-content td,
.wiki-content p,.wiki-content table,
.quicklinks,
.wiki-content tr,.bodytext,.stepfield,.grey {
	color: #4C4C4C;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

td.top-left {
	background: url(../images/top_left.gif) no-repeat;
	height: 18px;
}

td.top-middle {
	background: url(../images/top_middle.gif) repeat-x;
	height: 18px;
}

td.top-right {
	background: url(../images/top_right.gif) no-repeat;
	height: 18px;
}

td.body-left {
	background: url(../images/body_left.gif) repeat-y;
}

td.body-middle {
	background: url(../images/body_middle.gif);
	vertical-align: top;
}

td.body-right {
	background: url(../images/body_right.gif) repeat-y;
}

td.footer-middle {
	background: url(../images/footer_back.png);
}

#search_box {
	width: 190px;
	height: 25px;
	background: url(../images/search_back.gif);
	text-align: right;
}

#search_box #s {
	padding: 0;
	margin-left: 8px;
	border: 0px;
	width: 100%;
	background: none;
}

#search_box #go {
	margin: 0px;
	float: right;
}

.banner {
	padding-top: 1px;
}

.highlight_text {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

.more a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.more a:hover {
	color: #639808;
	text-decoration: underline;
}

.quicklinks a {
	text-decoration: none;
	color: #000000;
}

.quicklinks a:hover {
	text-decoration: underline;
	color: #639808;
}

.quicklinks .smalltext {
	color: #000000;
	font-size: 11px
}

.cw14nav {
  padding-top:8px;
}

.crumbs {
	float: left;
	text-align: left;
}

.cw14nav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.cw14nav a.current {
	color: #639808;
}

.cw14nav a:hover {
	text-decoration: underline;
	color: #639808;
}

hr.after-crumbs {
	border: none;
	border-bottom: 1px solid #b3b3b3;
	clear: both;
	padding-top: 3px;
}

.web-items {
	float: right;
	margin-top: -1px;
	margin-left: 3px;
}

td.cw14body {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

.cw14left {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	width: 15%;
}

.quick_links {
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.quick_links td {
	border: none;
}

.quick_links .quick_link {
	background: url(../images/navi_body_middle.png);
}
.quick_links .quick_link_top {
	background: url(../images/navi_top_middle.png);
}
.quick_links_header {
	vertical-align: bottom;	
}
.quick_links .quick_link_bottom {
	background: url(../images/navi_footer_middle.png);
}
.quick_links .quick_link a {
	color: #000000;
	text-decoration: none;
	padding-left: 7px;
	font-size: 11px;
}

.quick_links .quick_link a:hover {
	text-decoration: underline;
	color: #639808;
}

.quick_links .current {
	font-weight: bold;
}

.navi a {
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
}

.navi a:hover {
	text-decoration: underline;
	color: #639808;
}
/* new header styles
H1  Black bold (large  whatever you have already)
H2  Green bold, 2 pt lower than H1
H3  Black bold  2 pt lower than H2
H4 Green bold  2 pt lower than H3 
*/

.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
.wiki-content h5,
.wiki-content h6 {
	background-color: transparent;
	border-bottom: medium none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
}

.wiki-content h1 {
	color: #000000;
	font-size: 22px;
	margin: 4px 0px;
	padding: 0px 0px 4px;
}

.wiki-content h1 a img {
	position: relative;
	top: -3px;
}

.wiki-content h1 a:hover {
	border-bottom: medium none;
}
.wiki-content h2 {
    color: #639808;
	font-size: 20px;
	margin: 12px 0px 4px;
	padding: 0px;
}

.wiki-content h2 a:hover, .wiki-content h6 a:hover {
	color: #000000;
}

.wiki-content h3 {
	color: #000000;
	font-size: 18px;
	margin: 12px 0px 4px;
	padding: 0px;
}

.wiki-content h3 a:hover {
	color: #000000;
}

.wiki-content h4 {
	color: #639808;
	font-size: 16px;
	margin: 12px 0px 4px;
	padding: 0px;
}

.wiki-content h4 a:hover {
	color: #000000;
}

.wiki-content h5 {
	color: #000000;
	font-size: 14px;
	margin: 10px 0px 4px;
	padding: 0px;
}

.wiki-content h6 {
	color: #000000;
	font-size: 12px;
	margin: 12px 0px 4px;
	padding: 0px;
}


/*** Menus ***/
ul#primary-nav, ul#primary-nav ul {
	margin: 0px;
	padding: 0px;
}

ul#primary-nav {
	width: 100%;
}

ul#primary-nav :after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#primary-nav li {
  list-style: none;
}

/* Menu Parent rules */

ul#primary-nav li.menuparent, ul#primary-nav li.menuparentcurrent {
  display: block;
  background: url(../images/menu_button_right.png) no-repeat right top;
  padding: 0px 20px 0px 0px;
  height: 32px;
  margin: 0;
  font-weight: bold;
  float: left;
}

ul#primary-nav li.menuparentcurrent {
  background: url(../images/menu_roll_right.png) no-repeat right top;
}

ul#primary-nav li.menuparent a.menuparent, ul#primary-nav li.menuparentcurrent a.menuparent {
  display: block;
  background: url(../images/menu_button_left.png) no-repeat left top;
  padding: 0 0 0 20px;
  line-height: 32px;
  text-decoration: none;
  color: #fff;
}

ul#primary-nav li.menuparentcurrent a.menuparent {
  background: url(../images/menu_roll_left.png) no-repeat left top;
  color: #000;
}

ul#primary-nav li.menuparent:hover, ul#primary-nav li.over
{
  background: url(../images/menu_roll_right.png) no-repeat right top !important;
}

ul#primary-nav li.menuparent:hover a.menuparent, ul#primary-nav li.over a.menuparent {
  background: url(../images/menu_roll_left.png) no-repeat left top !important;
  color: #000 !important;
}

/* Menu item rules */
ul#primary-nav ul.submenu {
	position: absolute;
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 15em;/* added for IE width issue */
	z-index: 5000;/* Z index to be added in future here */
}

ul#primary-nav li:hover ul.submenu, ul#primary-nav li.over ul.submenu {
	display: block !important;
}

ul#primary-nav li.menuitem, ul#primary-nav li.menuitemcurrent {
  height: 30px;
  background: url(../images/navi_right.png) no-repeat right top;
  padding-right: 20px;
  margin: 0px;
  width: 15em;/* added for IE width issue */
}

ul#primary-nav a.menuitem {
	display: block;
	padding-left: 20px;
	background: url(../images/navi_left.png) no-repeat left top;
	color: #000;
	line-height: 30px;
	text-decoration: none;
	font-weight: normal;
	overflow: hidden;/* efforts for IE and FF text overflow issue */
	width: 15em;/* added for IE width issue */
	white-space: nowrap;
}

ul#primary-nav li.menuitemcurrent a.menuitem {
  font-weight: bold;
}

ul#primary-nav li.menuitem:hover a.menuitem, ul#primary-nav a.menuitem:hover {
  color: #639808;
  text-decoration: none;
}


/*** Menu table ***/
table.mainmenu {
  text-align: center;
  width: 100%;
}

.mainmenu .leftcurve {
	 width: 14px;
	 height: 32px;
	 background: url(../images/menu_left_curve.png) left top no-repeat;
}

.mainmenu .leftend {
	width: 3px;
	height: 32px;
	background: url(../images/menu_button_right.png) right top no-repeat;
}

.mainmenu .middle {
  text-align: left;
  background: url(../images/menu_back.png);
}

.mainmenu .rightend {
  width: 3px;
  height: 32px;
  background: url(../images/menu_button_left.png) left top no-repeat;
}

.mainmenu .middle {
	background: url(../images/menu_back.png);
}

.mainmenu .rightcurve {
   width: 14px;
   height: 32px;
   background: url(../images/menu_right_curve.png) right top no-repeat;
}
#user-control-panel, #user-control-panel a, .nav-links a {
	color: #000000;
	font-size: 11px;
	line-height: 1.4em;
	font-family: arial,sans-serif;
}

#user-control-panel a:hover, .nav-links a:hover {
	color:#639808;
}