@import url("jquery.alert.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: 100%;
  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;
	padding: 10px;
}

.buttons-bar {
	border-top: 1px solid #D3D3D3;
    margin-top: 10px;
    padding-top: 5px;
}

.buttons-bar a {
	float: right;
	margin-right: 5px;
}

.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:auto;
text-align: left;
}

label.la-in, label.la-cr, span.la-cr {
color:#455560;
}

input.la, input.la-sub, select.la, textarea.la, label.la-in, label.la-cr, span.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:100%;
}

.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;
}

.basic  {
	font-family: verdana;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}

.basic th, ins {
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	color:#333333;
	text-align:left;
}

.basic ins {
	cursor:pointer;
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc); /* IE */
	background:#fff;
	border:1px solid #d3d3d3;
	background: -moz-linear-gradient(0% 170% 90deg, white, #dedede);
	background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede),	to(white));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede',endColorstr='white');
	text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.5);
   	padding: 5px 5px;
	
}
.basic ins:hover {
	border-color: #99ccff;
	color: #333333;
}
.basic ins.selected {
	background:#fff;
	color: #333333;
	border:1px solid #d3d3d3;
	background: -moz-linear-gradient(0% 170% 90deg, white, #dedede);
	background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede),	to(white));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede',endColorstr='white');
	text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 5px #8FC7FF;
   	-webkit-box-shadow: 0 1px 3px #8FC7FF;
   	box-shadow: 0 1px 5px #8FC7FF;
   	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	behavior:url(border-radius.htc); /* IE */
   	padding: 5px 5px;
}

.tooltip {
	background:transparent url(../images/tooltip_black_arrow.png) repeat scroll 0 0;
	color:#FFFFFF;
	display:none;
	font-size:10px;
	height:70px;
	padding:25px;
	width:160px;
	position:absolute;
}

.close_popup { float: right; background: none; padding: 0; margin: 0; }
.close_popup a { display: inline; padding: 0; }
.close_popup a:link { color:#0060BF; text-decoration: underline; background: none; }
.close_popup a:visited { color:#0060BF; text-decoration: underline; background: none; }
.close_popup a:active { color:#0060BF; text-decoration: underline; background: none; }
.close_popup a:hover { color:#000000; text-decoration: underline; background: none; }
.close_popup div {
	background:transparent url(../images/ico_cross_gry.gif) no-repeat scroll left center;
	padding-left: 16px;
}

.pagination-links {
	float: right;
    margin-bottom: 5px;
    padding-top: 5px;
}

.pagination-links ul {display:inline;padding-left:0px;margin-left:0px}
.pagination-links li {
	display:inline;
	list-style:none;
	text-align:center; 
	margin:2px;
	border:0; margin:0; 
	padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
	float: left;
}

.pagination-links a:link,
.pagination-links a:visited {
	color: #666666;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
.pagination-links a:hover{
	border:solid 1px #0e509e
}

.pagination-links li a {
	background:transparent url('../images/gbtn-bg.png') repeat-x;
	border:solid 1px #DFEAEE;
	margin-right:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: auto;
}

.pagination-links li a:hover {
	border:solid 1px #0e509e;
}

.pagination-links .total {
	float:left;
	padding-right: 5px;
	padding-top: 5px;
	color: #666666;
	width: auto;
}

.pagination-links .active {
	background:transparent url('../images/gbtn-bg-sel.png') repeat-x;
	border:solid 1px #DFEAEE;
    color: #3B5998;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 6px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.load-input {
	background-image:url(../images/ajax-loader.gif);
	background-position:right;
	background-repeat:no-repeat;
}


#holdingsView{
	overflow: auto;
}

#content-buttons{
	text-align: center;
}

#dlgContent{
	text-align: center;
}

#dlgContent p{
	color: #000000;
    cursor: default;
    font-family: arial,​sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.nofl {
	float: none !important;	
}

#RadioGroup{
	float: left;
}

#RadioGroup label{
	width: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 34px;
   transform: scale(0.5, 0.5);
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
} 

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.image-upload > input
{
    display: none;
}

.image-upload img
{
	float: left;
    border: 1px solid #021A40;
    width: 99px;
    height: 140px;
    cursor: pointer;
}
 
.dlt-image
{
	float: center; 
    width: 99px;
    padding-left: 35px;
}