/* Copyright Babysoft, All Right Reserved */

/* #### Originally from colorScheme.css #### */
/* ###### Text Colors ###### */

body {color: black;}

#bodyText a {color: #0066cc;}

#upperMenuBar, #upperMenuBar a {color: #FFFFFF;}

#header {
	color: #FFFFFF;
}

.submit {color: white;}

#lowerMenuBar, #lowerMenuBar a {
	color: #000000;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #fda05b;}

.sideMenuBox a {color: #000000;}

.sideMenuBox a:hover {color: #000000;}

.sideTextBox span {color: black;}

.sideTextBox a {}

/* ###### Background Colors ###### */

q {background-color: #f0f0f0;}

#upperMenuBar {background-color: #6487dc;}

#header {background-color: #3B59A1;}

.submit {background-color: #8cc68c;}

#lowerMenuBar {background-color: #C8D0D3;}

.sideMenuBox a:hover {background-color: #C8D0D3;}

.footer {
	background-color: #FFFFFF;
	color: #000000;
}


/* ###### Border Colors ###### */

q {border-color: #999999;}

acronym {border-bottom-color: #999999;}

#bodyText a {border-bottom-color: #0066cc;}

#headerSearch .text {border-color: #003399;}

.submit {border-color: white;}

.sideTextBox a {border-bottom-color: #0066cc;}

#footer a {border-bottom-color: #FFFFFF;}
.heading {background-color: #8caae6;}



/* #### Originally from style.css #### */
/* STYLES */
body {
  font-family: Arial, verdana, tahoma, helvetica, sans-serif;
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.defaultWord {
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.topTitleMenu {
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-size: 82%;
  margin: 0;
  background-image: url('../images/topTitleBG.jpg');
  background-repeat: repeat;
}

h1, h2, h3 {
  color: white;
  background-color: #A6C0E3;
  padding-left: 1ex;
}

h1 {
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 0.5ex;
	margin-top: 0.5ex;
	padding-top: 0.5ex;
}

img {
  border: none;
}

#header {
  font-size: 335%;
  height: 1.2em;
  padding-left: 4mm;
}

#upperMenuBar {
  height: 2.1em;
  background-color: #A6C0E3;
}

#upperMenuBar a {
  font-size: 90%;
  text-decoration: none;
  padding-left: 0.8ex;
  padding-right: 1.6ex;
}

#upperMenuBar a:hover {
  text-decoration: underline;
}

#lowerMenuBar {
  height: 1.55em;
  padding-left: 1.3mm;
}

#lowerMenuBar a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.75ex;
  padding-right: 1.5ex;
}  

#lowerMenuBar a:hover {
  text-decoration: underline;
}

/* CLASSES */

.LHS {
  position: absolute;
  left: 1.7mm;
  top: 1ex;
}

.RHS {
  position: absolute;
  right: 0.6mm;
  top: 0.9ex;
}

.bodyText {
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  /*border-left: 1px solid #999999;*/
}

.footer {
  font-size: 90%;
  /* padding: 1.9ex 2.6mm 2.4ex 2.6mm;
  clear: left;
  text-align: right;
  line-height: 1.45em;
  color: #000000; */
}

/* Links to link to BABYSOFT */
a.babysoft:link {color: #6890ED; font-weight: bold; text-decoration: none}
a.babysoft:visited {color: #6890ED; font-weight: bold; text-decoration: none}
a.babysoft:hover {color: #00cccc; font-weight: bold; text-decoration: underline}
a.babysoft:active {color: #ffff00; font-weight: bold; text-decoration: underline}

/* Normal Links (Blue in color)*/
a.normal:link {color: #4366D3; font-weight: none; text-decoration: none}
a.normal:visited {color: #4366D3; font-weight: none; text-decoration: none}
a.normal:hover {color: #00cccc; font-weight: none; text-decoration: underline}
a.normal:active {color: #4366D3; font-weight: none; text-decoration: none}

/* White Links */
a.whiteLink:link {color: #FFFFFF; font-weight: none; text-decoration: none}
a.whiteLink:visited {color: #FFFFFF; font-weight: none; text-decoration: none}
a.whiteLink:hover {color: #00cccc; font-weight: none; text-decoration: underline}
a.whiteLink:active {color: #FFFFFF; font-weight: none; text-decoration: none}

/* Black (gray when highlight) Links */
a.blackLink:link {color: #000000; font-weight: none; text-decoration: none}
a.blackLink:visited {color: #000000; font-weight: none; text-decoration: none}
a.blackLink:hover {color: #A0A0A0; font-weight: none; text-decoration: underline}
a.blackLink:active {color: #000000; font-weight: none; text-decoration: none}

/* Gray (black when highlight) Links */
a.grayLink:link {color: #888888; font-weight: none; text-decoration: none}
a.grayLink:visited {color: #888888; font-weight: none; text-decoration: none}
a.grayLink:hover {color: #C0C0C0; font-weight: none; text-decoration: underline}
a.grayLink:active {color: #888888; font-weight: none; text-decoration: underline}

/* Links for non-focus menu, such as contactus aboutus, career, etc */
a.nonfocusMenu:link {color: #C0C0C0; font-weight: none; text-decoration: none;font-size: 86%}
a.nonfocusMenu:visited {color: #C0C0C0; font-weight: none; text-decoration: none;font-size: 86%}
a.nonfocusMenu:hover {color: #FFFFFF; font-weight: none; text-decoration: underline;font-size: 86%}
a.nonfocusMenu:active {color: #C0C0C0; font-weight: none; text-decoration: underline;font-size: 86%}


/* Calendar Class */
img.calendar {
  vertical-align: bottom;
  cursor: pointer;
  border: 0px;
}


/* Standard Text Version */
.standardt {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
}

/* Small Version */
.standardt_s {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 12px;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
}



/* The main blue border for all the pages */
.mainBorder{
border-style: solid;
border-color: #A6C0E3;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* the white border table */
.whiteBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	/* the following include standardt decoration */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

/* The main black border for all the pages */
.blackLineBorder{
        /* background-color: #F8F8F8;*/
        background-color: #FFFFE1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}


/* The main blue border for all the pages */
.lineBorder{
        background-color: #F8F8F8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6C0E3;
	border-right-color: #A6C0E3;
	border-bottom-color: #A6C0E3;
	border-left-color: #A6C0E3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.thinLineBorder{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6C0E3;
	border-right-color: #A6C0E3;
	border-bottom-color: #A6C0E3;
	border-left-color: #A6C0E3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.lineBorderTop{
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6C0E3;
	border-right-color: #A6C0E3;
	border-bottom-color: #A6C0E3;
	border-left-color: #A6C0E3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.lineBorderBottom{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6C0E3;
	border-right-color: #A6C0E3;
	border-bottom-color: #A6C0E3;
	border-left-color: #A6C0E3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.lineBorderLeft{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6C0E3;
	border-right-color: #A6C0E3;
	border-bottom-color: #A6C0E3;
	border-left-color: #A6C0E3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}


/* The main blue border for all the pages */
.topBorder{
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6C0E3;
	border-right-color: #A6C0E3;
	border-bottom-color: #A6C0E3;
	border-left-color: #A6C0E3;
}

/* The main blue border for all the pages */
.bottomBorder{
border-style: solid;
border-color: #A6C0E3;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
}

.bottomBorder_D{
border-style: solid;
border-color: #A6C0E3;
border-top-width: 0px;
border-bottom-width: 2px;
border-left-width: 0px;
border-right-width: 0px;
}

/* The border for join with main Border */
.openTopBorder{
border-style: solid;
border-color: #A6C0E3;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}


/* The left border for all the pages */
.leftrightBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
}

/* The left border for all the pages */
.leftrightbottomBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* The left border for all the pages */
.allBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* The left border for all the pages */
.leftBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 0px;
}

/* The left border for all the pages */
.rightBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
}


.sideMenu{
	font-weight: none;
	color: #0066cc;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
}

.tableEntry{
font-size: 12;
font-weight: none;
padding-left: 1.5cm;

}

.tableClickable{
cursor: pointer;
}

/* Pay In Full indication */
.payInFull{
position: absolute;
left: 136px;
top: 210px;
z-index: -1;
}

/* Invoice Cancelled indicator */
.cancel_watermark{
position: absolute;
left: 760px;
top: 154px;
z-index: 1;
}


/* The Style of the Option List */
.optionListStyle{
font-family: Times New Roman;
color: #000000;
text-decoration: none;
font-size: 74%;
white-space: nowrap;
font-size: 10pt;
color: #000000;
border-style: solid;
border-color: #A6C0E3;
border-top-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-right-width: 3px;
}

.hiddenText{
color: #FFFFFF;
text-decoration: none;
font-size: 0%;
font-size-adjust: 0;
font-weight: 0;
}

.sideMenuBorder {
	border: 1px solid #3A599C;
}

.report_row {
padding-left:1em;
}

/* White Links */
a.white:link {color: #FFFFFF; font-weight: none; text-decoration: none}
a.white:visited {color: #FFFFFF; font-weight: none; text-decoration: none}
a.white:hover {color: #FFFFFF; font-weight: none; text-decoration: underline}
a.white:active {color: #FFFFFF; font-weight: none; text-decoration: none}
.LOGO{
	position:absolute;
	top:60px;
	left: 22px;
}

.lineBorder_D {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #A6C0E3;
	border-left-color: #FFFFFF;
}

.lineBorder_D1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #A6C0E3;
}

.Title_tb_s {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #A6C0E3;
	font-weight: bold;
}

.Title_tb_m {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #CBD9EC;
	font-weight: bold;
}

.Title_tb_left {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #A6C0E3;
	font-weight: bold;
}

.Title_tb_mid {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #A6C0E3;
	font-weight: bold;
}

.Title_tb_right {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #A6C0E3;
	font-weight: bold;
}


a.setup_link {
	color: #6890ED;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a.setup_link:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.setup_button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

/* Small Version */
.setup_button_s {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

.login_lineBorder {
	border: 1px solid #000000;
}

.login_bigTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #FFB518;
}

a.msg_link {
	color: #6890ED;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a.msg_link:hover {
	color: #BF7300;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}a.setup_link_font1 {

	color: #6890ED;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a.setup_link_font1:hover {

	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: arial, verdana, Helvetica, sans-serif;
}
.final_located {


	color: #6890ED;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: arial, verdana, Helvetica, sans-serif;
}

a.setup_link_nu {
	color: #6890ED;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: arial, verdana, Helvetica, sans-serif;
}

a.setup_link_nu:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: arial, verdana, Helvetica, sans-serif;
}

a.setup_link_nu11 {
	color: #6890ED;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: arial, verdana, Helvetica, sans-serif;
}

a.setup_link_nu11:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: arial, verdana, Helvetica, sans-serif;
}
.ItemList1 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
}
.account_content {

	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.setup_link_font2 {
	color: #1E59E6;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	font-family: arial, verdana, Helvetica, sans-serif;
}
a.setup_link_noline {

	color: #6890ED;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;

}
a.setup_link_noline:hover {

	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;

}
.setup_link_noline {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.tiny_li {
	list-style: circle;
	color: #6890ED;
}

.Title_tb {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #A6C0E3;
	font-weight: bold;
}


/* Top Z-Layer out of frame */
.z2000{
position: absolute;
z-index: 2000;
}


/* The following is for WP MyLiveChat Panel Hidden Visited URL Table */
.myChat_displayVisitedURL{
  
  font: 16px/18px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  background-color: #F8F8F8;
  layer-background-color: #CC9933;
  
  border-style: solid;
  border-color: #A6C0E3;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
  padding: 0px;
  width: 320px;
  position: absolute;
  z-index: 120;
  visibility: hidden;
  color: #333333;
  
}



/* for the first line */
.menuList{
list-style: square inside url('../images/balllist.gif');
}


/* for second line and up, let list go back to the right position */
.menuList2{
list-style: square inside url('../images/balllist_empty.gif');
}

/* For transparent input text field line */
.textline{
  border-style: solid;
  border-color: #A6C0E3;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: transparent;
}

.scrollable {
    background-color: #FFFFFF;
    height: 320px;
    width: 900px;
    overflow: scroll;

    font-family: arial, verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #000000;

}



.scrollableChatScreen {
    background-color: #FFFFFF;
    height: 260px;
    width: 400px;
    overflow: scroll;

    font-family: arial, verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;

    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #000000;

}
/* COPYRIGHT BABYSOFT, 2006 - 2010, ALL RIGHT RESERVED  */

/* STYLES */
body {
  font-family: Arial, sans-serif;
  /*font-family: arial, verdana, sans-serif;*/
  /*font-family:  Times, Arial, sans-serif;*/
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.standard {
  font-family: arial, verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
}

img {
  border: none;
}

/* CLASSES */

.LHS {
  position: absolute;
  left: 1.7mm;
  top: 1ex;
}

.RHS {
  position: absolute;
  right: 0.6mm;
  top: 0.9ex;
}

.bodyText {
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  /*border-left: 1px solid #999999;*/
}


.pointForm {
  /*background-color: white;*/
  /*text-align: justify;*/
  /*line-height: 1.5em;*/
  /*border-left: 1px solid #999999;*/
  /*font-size: 92%;*/
  /*font-family: arial, verdana, Helvetica, sans-serif;*/
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
}


.footer {
  font-size: 90%;
  padding: 1.9ex 2.6mm 2.4ex 2.6mm;
  clear: left;
  text-align: right;
  line-height: 1.45em;
}

/* The main blue border for all the pages */
.mainBorder{
border-style: solid;
border-color: #70708D;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}


/* The main blue border for all the pages */
.topBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
}

/* The main border for all the pages */
.bottomBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
}


/* The left border for all the pages */
.leftBorder{
border-style: solid;
border-color: #C2B1AA;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 0px;
}

/* The left border for all the pages */
.rightBorder{
border-style: solid;
border-color: #A0ABC0;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
}


/* The border for join with main Border */
.openTopBorder{
border-style: solid;
border-color: #70708D;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* The border for join with main Border, Open left */
.openTopBottomBorder{
border-style: solid;
border-color: #70708D;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
}

/* The border for join with main Border, Open right */
.openRightBorder{
border-style: solid;
border-color: #70708D;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 0px;
}

/* The border for join with main Border, Open left */
.openLeftBorder{
border-style: solid;
border-color: #70708D;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 1px;
}



.sideMenu{
font-weight: none;
color: #4366D3;
text-decoration: none;
cursor: pointer;
}

.tableEntry{
font-size: 12;
font-weight: none;
padding-left: 1.5cm;

}










/* The Style of the Option List */
.optionListStyle{
font-family: arial;
color: #000000;
text-decoration: none;
font-size: 74%;
white-space: nowrap;
/*font-size: 10pt;*/
border-style: solid;
border-color: #70708D;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* The Text Field Style */
.textFieldStyle{
font-family: arial;
color: #000000;
text-decoration: none;
font-size: 82%;
/*white-space: nowrap;*/
/*font-size: 10pt;*/
border-style: solid;
border-color: #95A775;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* When using an Image as a button to submit a form */
.imgButton{
cursor: Pointer; 
vertical-align: bottom;
}


/* the hr colored line */
.colorLine{
  border: 0;
  width: 96%;
  height: 1px;
  color: #70708D;
  background-color: #70708D;
}

.hiddenText{
color: #FFFFFF;
text-decoration: none;
font-size: 0%;
font-size-adjust: 0;
font-weight: 0;
}

