html {
  font-size: 100.01%;
}

body {
  margin: 0;
  color: #333;
  font-size: 64%;
  background: #ccc; /*url(../images/page-bg.gif) repeat;*/
  overflow: hidden;
}

form {
  margin: 0;
  padding: 0;
}

div { /* fix difference between IE and mozilla, make it all like IE*/
   -moz-box-sizing:border-box;
   box-sizing:border-box;
   margin:0;
   padding:0;
}

.hidden {
	display : none;
}

.ui-front {
  z-index: 100;
}

.tableOverride {
	font-size: 12px;
}

.linkarrow {
   padding: 1px 0 0 12px;
   background:url(/images/arrowright.gif) no-repeat 0px 3px;
   cursor: pointer;  
}

#main { /*	margin:0px auto 0;*/
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
/*  border: 1px solid #000;*/
}

.first {
  background: none !important;
}

/*-----header-----*/
#header {
  clear: both;
  width: 100%;
  height: 25px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  background: #D4D0C8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #666;
}

.logo {
  float: left;
  height: 24px;
  width: 261px; 
  background: no-repeat;
  padding-top: 4px;
  cursor : pointer;
  background: url(../images/page-logo.png) no-repeat;
}

#pagetitle {
	font-weight:bold;
	color: #333;
	margin-right: 20px;
	padding-top: 1px;
	font-size: 12px;
}

#changedindicator {
	}

/*--top-bar--*/
.top-bar {
  overflow: hidden;
  float: right;
  width: auto;
  height: 25px;
  color: #fff;
  background: #D4D0C8; /*#D6D2CA;*/
 /* border-left: 2px outset #000;*/
  padding-right: 2px;
  padding-top: 0px;
  /*	border-bottom:1px solid #fff;*/
}

.top-bar img {
   vertical-align: middle;		
}
	
.top-bar a {
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  color: #333;
  padding: 1px 3px 0 0px;
  background: none;
}

.top-bar a:visited {
  color: #fff;
}

.top-bar a:hover {
  color: #f08d00;
}

.top-bar #savebutton {
/*visibility : hidden;*/
	color: #666;
}

.links {
   margin-top: 5px;
}

#menu {
/*   float: left;*/
}

#menu ul {
   margin:0;
   padding:0;
}

#menu ul li {
   display:inline;
   padding:0 1px 0 1px;
   list-style:none;
}

/*-----content-----*/
#content {
  clear: both;
  width: 100%;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
/*  background: #D4D0C8;*/
  background: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content a {
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  color: #000;
}

#content a:visited {
  color: #000;
}

#content a:hover {
  color: #f08d00;
}

.listHeader {
   font-size: 11px;
   font-style: italic;
}

#page-list {
	height: 150px;
	overflow: auto;
	margin: 5px 8px 5px 8px;
	padding: 0px 5px 0px 5px;
	border: 2px inset #000000;
}

#connector-list {
   height: 150px;
   overflow: auto;
   margin: 5px 8px 5px 8px;
   padding: 0px 5px 0px 5px;
   border: 2px inset #000000;
}

#basics-connector-tag-list {
   height: 150px;
   overflow: auto;
   margin: 5px 8px 5px 8px;
   padding: 0px 5px 0px 5px;
   border: 2px inset #000000;
}

#dataset-list {
   height: 150px;
   overflow: auto;
   margin: 5px 8px 5px 8px;
   padding: 0px 5px 0px 5px;
   border: 2px inset #000000;
}

#application-list {
   height: 100px;
   overflow: auto;
   margin: 5px 8px 5px 8px;
   padding: 0px 5px 0px 5px;
   border: 2px inset #000000;
}

#account-status {
   margin: 5px 8px 5px 8px;
   padding: 0px 5px 0px 5px;
   border: 2px inset #000000;
}

.symbol-list {
   height: 250px;
   overflow: auto;
   margin: 5px 5px 5px 5px;
   padding: 0px 2px 0px 2px;
   border: 2px inset #000000;
}

.symbol-list div {
	margin: 1px 1px 1px 1px;
	cursor : move;
}

.imageListImage {
   border: 1px solid #000000;
	width: 50px;
	height: 50px;
}

.pageui {
  z-index: -100;

/*  padding-top: 10px;*/
}

#debug {
  border: 1px solid #000;
  height: 200px;
  width: 100%;
  padding: 20px;
  overflow: auto;
}

/* header for various boxes */
#properties-data {
  float: clear;
  display: block;
  background-color: #C0C0C0;
   overflow: hidden;
   font-size: 11px;
   width: 100%;
}

#properties-data td {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;   
}

#properties-data input {
   width:180px;
   color:#000;
   font-size:10px;
   background:#fff;
   border: 1px solid #000;
}

#properties-data select {
   color:#000;
   font-size:10px;
   background:#fff;
   border: 1px solid #000;
}

#properties-data .checkbox{
   width: 15px;
   background: none;
   border: none;
}

#properties-data .errors {
   color: #c00;
   font-size:10px;
}


/*--side-nav-column--*/ /*-----footer-----*/
#footer {
  clear: both;
  width: 100%;
  padding: 0px 0px 0px;
  overflow: hidden;
  background: #D4D0C8;
  border-top: 1px solid #666;
  
}

#footer .footer-right {
  background: url(/images/page-footer.png) repeat-y;
  float: right;
  width: 400px;
  overflow: hidden;
  padding: 3px 0px 3px;
  height: 35px;
}

#footer strong {
  display: block;
  width: 100%;
  color: #fff;
  font: bold 100%/ 120%;
  text-align: right;
  font-weight: bold;
}

#footer p {
  margin: 0;
  width: 100%;
  color: #ccc;
  font: 100%/ 120% bold Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}

.indent {
  margin-left: 10px;
}

.subparagraph {
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 100%;
}

.helpTip {
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #0000ff;
	width: 15px;
}

.button {
   cursor : pointer;
}

.customButton {
   -moz-box-sizing:border-box;
   box-sizing:border-box;
}

.discount_price {
  text-decoration: line-through;
  color: red;
}

