@import url("dialogBox.css");

body, td, th {
  font-family: Arial, Lucida Grande, Tahoma, Verdana, sans-serif;
  font-size: 9pt;
}

form {
  padding: 0;
  margin: 0;
}

.even {
  background-color: #f0f0f0;
}

.even a img, .odd a img {
    border: none;
}

.odd {
  background-color: #f9f9f9;
}

#wrap {
  margin: 0 auto;
}

#header {
  height: 18px;
  border-bottom: 2px solid #999;
  background-color: #222;
}

#header .title A {
  padding-left: 4px;
  color: #fc0;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

#header .title A:hover {
  text-decoration: underline;
}

#header .links {
  float: right;
  padding-right: 4px;
  color: #666;
}

#header .links a {
  color: #ccc;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#header .links a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer {
  position: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 10px solid #f5f5f5;
  background:url(../../images/css/border2/footer.gif) #f5f5f5;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align:left;
  color: #aaa;
  font-size: 10px;
  z-index:10000;
  opacity:0.9;
 
}

#footer p {
  float: left;
  margin: 0px;
  padding-top:4px;
  padding-left:35px;
  text-transform:lowercase;
  color: #888;
  font-weight: bold;
}

#footer p.info {
  float:right;
  padding-right:35px;
}

#footer a {
  color: #888;
  padding-left: 20px;
}

#footer p.info a {
  padding-left: 0px;
}

#module_nav {
  width: 100%;
  min-width: 165px;
  margin-bottom: 5px;
    clear: both;
    display: block;
}

#module_nav ul, #module_nav li {
    display: inline;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

#module_nav ul li.here a, #module_nav ul li.here a:hover {
    color: #900;
    border-bottom: 1px dotted #aaa;
    background: none;
}

#module_nav a {
  display: block;
    float: left;
  padding: 3px 5px;
  margin: 7px;
  border-bottom: 1px dotted #aaa;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.10em;
}

#module_nav a:hover {
    color: #900;
    border-bottom: 1px solid #000;
    background-color: #efefef;
}

#navlist {
  background-color: #ccc;
  margin: 0;
  padding: 4px 0 20px 10px;
  border-bottom: 1px solid #000;
}

#navlist ul, #navlist li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#navlist a:link, #navlist a:visited {
  float: left;
  line-height: 14px;
  font-weight: bold;
  margin: 0 10px 4px 10px;
  text-decoration: none;
  color: #333;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  border-bottom: 4px solid black;
  padding-bottom: 2px;
  background-color: transparent;
  color: black;
}

#navlist a:hover {
  color: black;
}

#note {
  float: right;
  width: 26em;
  margin-right: 1em;
  margin-bottom: 1em;
  background: #eeeee0;
  padding: 1em;
  border: 2px dotted #ccc;
}

#note p, #note h1, #note h2, #note h3, #note h4 {
  padding: 0px;
  margin-top: 0px;
}

#note h1, #note h2 {
  border-bottom: 2px dotted #900;
  font-size: 14pt;
}

#note p b {
    color: #900;
    font-weight: bold;
}

#note h3 {
  border-bottom: 1px dotted #900;
}

#treeArea {
  -moz-border-radius: 5px;
    margin-left: 4px;
    margin-bottom: 1em;
  display: block;
  float: left;
}



DIV.treeBlock {
    display: block;
    float: left;
    clear: left;
    width: 100%;
}

DIV.treeBlock img {
    display: block;
    float: left;
}

#tree div.odd {
  background-color: #efefef;
  display: block;
  float: left;
  width: 100%;
  clear:none;
}

#tree div.even {
  background-color: #FFFFFF;
  display: block;
  float: left;
  width: 100%;
  clear: none;
}

#countries a { text-decoration: none; }
#countries a:hover { text-decoration: underline; }

#countries .detailHeading { font-weight: bold; }
#countries .even, #countries .odd { -moz-border-radius: 4px; padding: 2px;}

#countries a.toggle {
  font-size: 7pt;
  text-align: right;
  float: right;
}

#countries .flag {
  float: left;
  margin: 2em 0.5em 0 0;
  text-align: center;
  width: 52px;
  font-size: 7pt;
  font-weight: bold;
  color: #666;
}

#countries .countryDetail {
  border-top: 1px dotted #999;
  font-size: 8pt;
  padding: 0 1em 1em 1em;
}

#countries {
  margin-left: 1em;
  width: 280px;
  line-height: 13pt;
  height: 1900px;
}


#partialWait {
  display: none;
  position: absolute;
  background-color: white;
  width: 100px;
  top: 0;
  right: 0;
  font-size: 8pt;
}

#notes {
  margin-left: 1em;
  float:left;
}

#notes ul li {
	clear: left;
}

#notes ul, li {
	margin: 0px;
	padding: 0px;	
}

.note {
  background-color: #eeeeee;
  padding: 6px;
  margin-bottom: 1em;
  -moz-border-radius: 8px;
  display:block;
  float:left;
  clear:left;
  width: 350px;
  margin-right: 1em;
}

#notes a.addNote {
    float:left;
    display:block;
    width: 100%;
    clear:left;
}

.note a { text-decoration: none; }
.note a:hover { text-decoration: underline; }

.note .removeNote {
  float: right;
  color: #c00;
  font-size: smaller;
}

.note h2 {
    font-size: 8pt;
    margin: 0 0 1em 0;
    border-bottom: 1px dotted #999;
}

.note h2 i {
    font-style: normal;
    font-weight: bold;
    color: #999;
}

.note h4 {
    font-size: 8pt;
    margin:  0 0 1em 0;
    font-weight: normal;
}

.note br {
    clear:both;
    margin-top: 14px;
}

.progressStart {
    -moz-border-radius: 4px;
    background-color: #eeeeee;
    width: 300px;
    padding: 6px;
}

#status {
  position:absolute;
  top: 0;
  right: 0;
  display: none;
  background: #E6C667;
  width: 200px;
  text-align: center;
  margin-left:20%;
  margin-right: 20%;
}



#debugNav {
  display: block;
  background: #222;
  overflow: hidden;
}
#debugNav a {
  color: #fff;
  margin-right: 15px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 6px;
}

#debugNav a:hover {
  color: #fc0;
  text-decoration: underline;
}
.tacosFloatingPaneToolBar {
  background: transparent;
  overflow: hidden;
  position: absolute;
  width:95%;
  text-align:right;
  font-weight:bold;
}
.tacosFloatingPaneContent {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}


#dshow {
  display: none;
}

#debugconsoleContentId {
  background:#000000;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #33FF00;
  overflow: auto;
}

DIV.dojoFloatingPaneTitleBar {
  color: #fff;
}

.dojoFloatingPane {
  border: 1px solid #aaa;
  background-color: #222;
}

.dojoFloatingPaneDragbar {
  color: #000;
}

DIV.dojoFloatingPaneClient {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: none;
}

div.RichTextEditable {
  background-color: white;
}

.htmlEditor {
    display:block;
    background-color: #eeeeee;
    padding: 6px;
    margin-bottom: 6px;
    -moz-border-radius: 4px;
    float:left;
    clear:left;
    width: 55%;
}

#exceptionContentId {
  background-color: #ffffff;
}

.exception {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: auto;
}

br.clear {
  clear: both;
}

div.displayName {
    display:block;
    width: 26em;
    float:right;
    margin-right: 1em;
    background: #eeeee0;
    padding: 1em;
    border: 2px dotted #ccc;
}

.drsElement {
border:1px solid #333333;
position:absolute;
}

.drsMoveHandle {
background-color:#CCCCCC;
background:#F0F7F9 repeat-x scroll left top;
border-bottom:1px solid #666666;
cursor:move;
height:20px;
}

.drsMoveHandle a{
	padding: 2px;
	float: right;
}

.dragresize {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #333333;
font-size:1px;
height:5px;
position:absolute;
width:5px;
}

.dialog_box .clr {
 clear:both;
 font-size:1px;
 height:0;
 line-height:0;
 margin:0;
}

.dialog_box {
	font-family:"Arial Unicode MS",Arial,sans-serif;
	text-align:left;
}

.dialog_box .clr-sp {
 	clear:both;
 	font-size:1px;
 	height:6px;
 	line-height:0;
 	margin:0;
	padding:0;
}

.dialog_box .bb {
	border-bottom:1px dotted #A2AAAF;
	margin-bottom:4px;
}

.al-err, .al-con, .al-imp, .al-inf, al-fav, .la-al-err, .la-al-con, .la-al-imp, .la-al-inf {
	background: #fff;
	display: block;
}

.la-al-err, .la-al-con, .la-al-imp, .la-al-inf {
	margin: 6px 10px 10px 10px !important;
	min-height: 38px;
	height: auto !important;
	height: 38px;
}

.al-err .mes, .al-con .mes, .al-imp .mes, .al-inf .mes, al-fav .mes, .la-al-err .mes, .la-al-con .mes, .la-al-imp .mes, .la-al-inf .mes {
	text-align: left;
}

.la-al-err .mes, .la-al-con .mes, .la-al-imp .mes, .la-al-inf .mes {
	font-size: 11px;
	line-height: 1.3em;
	padding: 6px 10px 6px 40px !important;
}

.al-err .mes p, .al-con .mes p, .al-imp .mes p, .al-inf .mes p, .la-al-err .mes p, .la-al-con .mes p, .la-al-imp .mes p, .la-al-inf .mes p {
	margin: 0;
	line-height: 1.3em;
}

.la-al-err .mes p, .la-al-con .mes p, .la-al-imp .mes p, .la-al-inf .mes p {
	padding: 0 0 6px 0 !important;
}

.al-err, .la-al-err {
	border: 1px solid #e48d90 !important;
	color: #e30e17;
}

.la-al-err {
	background: #fff url('../images/bg_alerts.gif') 0px 0px no-repeat;
}

.al-err a, .al-err a:hover, .al-err a:visited, .la-al-err a, .la-al-err a:hover, .la-al-err a:visited { color: #e30e17 !important; }
.al-con a, .al-con a:hover, .al-con a:visited, .la-al-con a, .la-al-con a:hover, .la-al-con a:visited { color: #307f09 !important; }
.al-imp a, .al-imp a:hover, .al-imp a:visited, .la-al-imp a, .la-al-imp a:hover, .la-al-imp a:visited { color: #d36011 !important; }
.al-inf a, .al-inf a:hover, .al-inf a:visited, .la-al-inf a, .la-al-inf a:hover, .la-al-inf a:visited { color: #026eab !important; }
.al-fav a, .al-fav a:hover, .al-fav a:visited { color: #455560 !important; }

label.la-in {
color:#455560;
float:left;
font-weight:bold;
margin-right:8px;
width:29%;
}

label.la-in, label.la-cr {
color:#455560;
}

input.la, input.la-sub, select.la, textarea.la, label.la-in, label.la-cr, legend.la, .la-hint {
font-size:11px;
}

input.la, select.la, textarea.la {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #8F99A0;
float:left;
margin-top:2px;
padding:2px 4px;
width:64%;
}

.la-gr-300 .clr-sp, .la-bl-300 .clr-sp, .la-ht-300 .clr-sp, .la-gr-450 .clr-sp, .la-bl-450 .clr-sp, .la-ht-450 .clr-sp {
clear:both;
font-size:1px;
height:6px;
line-height:0;
margin:0;
padding:0;
}

.dialog_box .clr-sp {
 	clear:both;
 	font-size:1px;
 	height:6px;
 	line-height:0;
 	margin:0;
	padding:0;
}

.la-gr-300 .bb, .la-gr-450 .bb {
border-bottom:1px dotted #A2AAAF;
margin-bottom:4px;
}

.dialog_box .bb {
	border-bottom:1px dotted #A2AAAF;
	margin-bottom:4px;
}

.la-gr-300 .clr, .la-bl-300 .clr, .la-ht-300 .clr, .la-gr-450 .clr, .la-bl-450 .clr, .la-ht-450 .clr {
clear:both;
font-size:1px;
height:0;
line-height:0;
margin:0;
}

.la-gr-300 .clr, .la-bl-300 .clr, .la-ht-300 .clr, .la-gr-450 .clr, .la-bl-450 .clr, .la-ht-450 .clr {
clear:both;
font-size:1px;
height:0;
line-height:0;
margin:0;
}

.dialog_box .clr {
 clear:both;
 font-size:1px;
 height:0;
 line-height:0;
 margin:0;
}

.dialog-rc {
	margin-left:31%;
	margin-top:2px;
}

.dialog-ccw {
	font-size:12px;
}

.note {
origin:padding;
background:#E3E6E7 none repeat scroll 0 0;
color:#455560;
font-size:11px;
line-height:1.2em;
margin:8px 0 0;
padding:4px 8px;
text-align:left;
}
