html {
	background:#fff;
    min-width:100%;
    box-sizing: border-box;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: calc(.8 + 0.5vw);
	color:#555;
	margin:0;
        padding:0;
	padding:0;
	height:100%;
	min-height:560px;
    
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rowfixed{
  width:100%;
  margin:0;
  padding:0;
  display:flex;
}
.smallerfont {
    font-size:calc(1em - 0.1vw);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-md-9 {
   padding-left: 0px;
   padding-right: 0px;
}

.my-card
{
    position:absolute;
    left:40%;
    top:-20px;
    border-radius:50%;
}

.lesspadding {
    padding: 2rem 0rem 2rem 2rem;
}

.service-warning {
    padding: 12px 20px 12px 30px;
    background-color: #f2ccd2;
    color:#333;
    font-weight: 100 !important;
    font-style: italic !important;
}

.tiles .tile {
    padding: 12px 20px;
    background-color: #f8f8f8;
    border-right: 1px solid #ccc;
}

.tile .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 48px;
    line-height: 1;
    color: #ccc;
}

.tiles .tile:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.tiles .tile:last-child {
    border: 0;
}

a.welcomelink:focus, a.welcomelink:hover {
    color: red;
    text-decoration: none;
}

.bg-color-yellow {
    background-color: #bfbc39;
}

.bg-color-red {
    background-color: #bfbc39;
}

.bg-color-green {
    background-color: #bfbc39;
}

.bg-color-blue {
    background-color: #bfbc39;
}


.tile .num {
    margin-top: 20px;
    font-size: 40px;
    line-height: 1;
}

.tile .title {
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
}

.tiles .tile .highlight {
    margin-top: 4px;
    height: 4px;
}

.card .highlight {
    margin-top: 0px;
    height: 2px;
}
/*version 3.5.1*/
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}	
*[data-toggle='tooltip'], .hasTooltip {
display: inline-block !important;
}

/*BEGIN version 3.3.0 */
/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
  -moz-appearance:textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #333333;
}

.ui-front {
    z-index: 100;
}

/*END version 3.3.0 */
.btn-primary {
  background-color: #5c7094 !important;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters [class*='col-']:not(:first-child),
.row.no-gutters [class*='col-']:not(:last-child) {
  padding-right: 5px;
  padding-left: 5px;
}

.breadcrumb{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left; 
    background-color: transparent;
}

/* CAPS alert */
.ls-capslock {
    position: relative !important;
}

.ls-capslock-active {	
    border-color: rgba(200, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(255, 0, 0, 1) inset, 0 0 8px rgba(255, 0, 0, 1);
    outline: 0 none;
}

.ls-capslock-message {
	font-family: Arial, Verdana, sans-serif;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
	color: rgba(255, 0, 0, 1);
	background: #fff;
	padding: 2px;
	margin: 2px;
	border: 1px solid black;
}

.ls-capslock-message-showed {
    display: inherit;
}

.no-wrap{
	white-space: nowrap;
}
/* vertical menu for users menus */
#uvmenu {
font-weight:200;
	width: 100%;
	border:0;
	background-color: #FFFFFF;
	float:right;
	margin:0;
	padding:0;
}
#uvmenu div.TabTitleBar, #uvmenu div.CollapsiblePanelTab, div.RegTitleBar {
	background:#ddd;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	height:22px;
	cursor:pointer;
	color:#000000;
	text-align:left;
	padding-left:5px;
	cursor:pointer;
}

#uvmenu ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type:none;
}
#uvmenu li {
	border-bottom: 1px solid #ddd;
	margin: 0;
}
#uvmenu li a.closed, #uvmenu li.closed {
	border-bottom:0;
	margin: 0;
}
#uvmenu li a {
	display: block;
	padding:1px;
	border-left:5px solid #ddd;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-weight:400;
}
#uvmenu li a:hover {
	border-left:5px solid #ddd;
	background-color: #FFFFFF;
	color: #000000;
	font-weight:700;
}
#uvmenu .CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border:0;
}
#uvmenu .CollapsiblePanelContent {
	margin:0px;
	padding:0px;
	background:url("../images/blank.gif") repeat;
}
#uvmenu div.vmenuSep {
	height:5px;
	display:block;
	margin:0px;
	padding:0px;
	line-height:0px;
}

/* welcome */
.set-size {
  font-size: 8em;
  text-align:center;
  white-space: nowrap;
}
.set-size2 {
  font-size: 16px;
  clear:left;
  white-space: nowrap;
  text-align:center;
}
.charts-container:after {
  clear: both;
  content: "";
  display: block;
  white-space: nowrap;
}

.sboxWrapper {
	border: 0px solid #333333;
}

.pr {
margin-bottom:1em;
}
.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
	box-sizing: border-box;
}

.column {
	box-sizing: border-box;
	flex: 1;
	border: 1px solid gray;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}

@media screen and (max-width: 768px) {
	.columns .column {
		box-sizing: border-box;
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
  div.bigimages {
    display: none;
  }
}

ul.breadcrumb {
    padding: 3px 11px;
    list-style: none;
    background-color: #eee;
    margin-right:5px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}
ul.breadcrumb li+li:before {
    padding: 3px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.bgddd {
	background-color: #ddd;
}
.bggreen {
	background-color: #508c1f;
	color:#fff;
	cursor: pointer;
}
.bgltpink {
	background-color: #FCF2F2;
}
.bgltblue {
	background-color: #F0F7FE;

}

/* buttons */

.btn2 {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #007bff;
  padding: 3px 6px 3px 6px;
  text-decoration: none;
}

.nbtn {
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  border-radius: 1px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #007bff;
  padding: 3px 6px 3px 6px;
  text-decoration: none;
}
.btn2:hover {
  background: #5C7094;
  text-decoration: none;
}
.status {
    display: inline;
    font-size: 0.9em;
    line-height: 2px;
    background-color: #888;
}

.status-custom {
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 1px;
}

.status-pending {
    background-color: #D9534F;
}
.status-pending.transfer {
    background-color: #A68500;
}
.status-active,
.status-open {
    background-color: #3fad46;
}
.status-suspended {
    background-color: #F0AD4E;
}
.status-customer-reply {
    background-color: #ff6600;
}
.status-fraud,
.status-answered {
    background-color: #000000;
}
.status-expired {
    background-color: #004258;
}
.status-cancelled {
    background-color: #9FA29A;
}
.status-terminated {
    background-color: #666;
}
.status-onhold {
    background-color: #224488;
}
.status-inprogress {
    background-color: #cc0000;
}
.status-closed {
    background-color: #888;
}

.status-paid {
    background-color: #498302;
}
.status-unpaid {
    background-color: #ED3E48;
}
.status-cancelled {
    background-color: #87939F;
}
.status-collections {
    background-color: #9A141E;
    color: #FFFFFF;
}
.status-refunded {
    background-color: #319FC3;
}

.status-customer-reply {
    background-color: #ff6600;
}

.status-delivered {
    background-color: #224488;
}

.status-accepted {
    background-color: #498302;
}
.status-lost, .status-dead {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
}

/* main body management */

div#wrapper {
        display:inline;
        top:40%;
	width:9%;
	margin:0 auto 0;
	border:0px solid #000000;
	padding:0;
	background:#fff;
        height:120px;
}
div#wrapper222 {
	width:99%;
	margin:0 auto 0;
	border:0px solid #000000;
	padding:0;
	background:#fff;
        height:100px;
}
table#doc {
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	height:300px;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
}
td#docTD {
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0;
}
#mainData {
	width:99%;
	background:#FFFFFF;
	margin:0;
	height:300px;
	line-height:20px;
	border-collapse:collapse;
	border-spacing:0;
}
#mainData table {
	border-collapse:collapse;
	border-spacing:0;
}
#mainData td {
	margin:0;
	padding:0;
    text-overflow: ellipsis;
}
#mainData img {
	vertical-align:middle;
}
#mainData ul, #mainData ol {
	list-style:none;
	margin-left:5px;
	padding-left:5px;
}
  .tos {
  color:#5C7094;
  float:none;
  margin: 0;
  }
.logo{
	float: left;
	margin-top: 0em;
}

.logo a{
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2.5em;
}
.logo a:hover{
	text-decoration:none;
}
	
/*	
nav {
	position: relative;
	float: right;
	margin: 0% 0 0 0%;
}
nav ul {
	padding: 0;
	float: left;
	margin: 0.4em 0;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
}
*/
.navbar {
	z-index:1000000;
}
.navbar-nav .nav-link {
	padding-right:1rem;
	padding-left:1rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #000;
}
.formtextareata {
background: #FFFFFF; 
font-family:verdana,helvetica; 
font-weight: normal; 
border: 0px solid #aaaaaa;
width:90%;
resize: both;
overflow: auto;
}

.check {
	line-height:20px;
}
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 3px;
    overflow:hidden;
    text-overflow: ellipsis;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
#mainData {
	width:99%;
	background:#FFFFFF;
	margin:0 auto;
	height:300px;
}
table#mainData td#mainTD, table#mainData td.mainTD {
	vertical-align:top;
	padding:5px;
    height:300px;
}
.alc {
	margin:0 auto;
}
table#mainData #tablehead {
	clear:both;
	background:#fff;
	border-bottom:0px solid #333333;
	line-height:21px;
	text-align:left;
	color:#000000;
	font-weight:700;
	padding-left:5px;
}
table#data td#data {
	vertical-align:top;
}
table#mainData table#data {
	border:1px solid #333333;
}
table.data {
	border:1px solid #333333;
	background:#FFFFFF;
}
table#data #tablehead {
	background:#CCCCCC;
	font-weight:700;
	color:#000000;
	height:25px;
}
.TabTitleBar a:link, .TabTitleBar a:hover, .TabTitleBar a:visited { color:#666666; }
table#mainData table.data td {
	border:0;
}
table.data td, table#mainData td {
	padding:5px;
}
table.data td, table#mainData td table td {
	padding:2px;
}
table.data td, table#mainData td table#spincheck td {
	padding:10px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.hdformtextarea {
	font:100% Arial, Helvetica, sans-serif;
	padding:5px 3px 3px 7px;
	background:#fff;
	border:1px solid #000000;
	margin:2px;
    width:90%;
    height:170px;
}
.clear {
	clear:both;
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:700;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:0.75em;
}
h5 {
	font-size:0.50em;
}
h6 {
	font-size:0.25em;
}
body, div, dl, dt, dd, pre, h1, h2, h3, h4, h5, h6, code, form, fieldset, legend, input, textarea, p, blockquote {
	margin:0;
	padding:0;
}
.row_0, .row1_0 {
	background-color:#FFFFFF;
}
.row_1, .row1_1 {
	background-color:#EEEEEE;
}
tr.row1_0 td {
	background-color:#FFFFFF;
}
tr.row1_1 td {
	background-color:#EEEEEE;
}
fieldset, img {
	border:0;
}
sup, sub {
	line-height:1px;
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
ul, ol {
	list-style:none;
	margin-left:5px;
	padding-left:5px !important;
}
ol.faq {
	list-style:decimal;
	margin-left:15px;
	padding-left:15px;
	font-weight:700;
}
ul.square, ul.square li,
ol.square, ol.square li {
	list-style:square;
	margin-left:15px;
	padding-left:15px;
}
ul.circle, ul.circle li,
ol.circle, ol.circle li {
	list-style:circle;
	margin-left:15px;
	padding-left:15px;
}
ol.faq p {
	font-weight:400;
	padding-right:10px;
	padding-bottom:10px;
	color:#000000;
}
a {
	font-weight:500;
	color:#4f5f7d;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
a:visited { text-decoration:none; }
/******** search div ********/

div#blockDiv1 {
	position:absolute;
	width:270px;
	height:200px;
    top: 50%;
    left: 50%;
	border:1px solid #333333;
	background:#FFFFFF;
    
    margin-top: -50px; /*set to a negative number 1/2 of your height*/
    margin-left: -145px; /*set to a negative number 1/2 of your width*/
	
	text-align:center;
	z-index:1;
	
	
}
div#blockDiv1 div#blockDiv1Text {
	color:#000000;
    position:fixed;

    font-weight:600;
	display:block;
	padding:5px;
	margin:5px;
	height:40%;
	position:relative;
	display:block;
}
.footer-basic-centered{
	background-color: #eee;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 99%;
	text-align: center;
	font: normal 18px sans-serif;

	padding: 45px;
	margin-top: 80px;
    margin: 0 auto;
}

.footer-basic-centered .footer-company-motto{
	color:  #8d9093;
	font-size: 24px;
	margin: 0 auto;
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	margin: 0 auto;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0 auto;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}
/******** Fancyform ********/
.checked, .unchecked, .selected, .unselected {
	padding:2px;
	padding-left:34px;
	background-position:12px center;
	background-repeat:no-repeat;
	border:0px;
	clear:both;
	cursor:pointer;
	font-weight:700;
}
.checked{
	background-color:transparent;
	background-image:url("../images/checkbox_on.gif");
}
.unchecked{
	background-color:transparent;
	background-image:url("../images/checkbox_off.gif");
}
.selected{
	background-color:transparent;
	background-image:url("../images/radiobox_on.gif");
}
.unselected{
	background-color:transparent;
	background-image:url("../images/radiobox_off.gif");
}
.leftcol{
	float:left;
	clear:left;
	width:50%;
}
.rightcol{
	float:left;
	clear:right;
	width:50%;
}
/******** General styles ********/
.hiddenpanel2{
    display: none;
}
.underline {
	border-bottom:1px dotted #333333;
	font-weight:normal;
	font-size:1.1em;
	margin-bottom:8px;
}
.overline {
	border-bottom:1px dotted #333333;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
.sline {
	border-bottom:1px dotted #333333;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
.dline {
	border-bottom:1px dotted #333333;
	border-bottom:1px dotted #333333;
	font-weight:700;
	padding:4px;
	font-size:1.1em;
	margin-bottom:8px;
}
hr {
	border:0px;
	height:1px;
	color:#000000;
	border-bottom:1px dotted #333333;
}
.width-100 { width:100%; }
.width-99  { width:99%;  }
.width-98  { width:98%;  }
.width-97  { width:97%;  }
.width-96  { width:96%;  }
.width-95  { width:95%;  }
.width-90  { width:90%;  }
.width-85  { width:85%;  }
.width-80  { width:80%;  }
.width-75  { width:75%;  }
.width-70  { width:70%;  }
.width-65  { width:65%;  }
.width-60  { width:60%;  }
.width-55  { width:55%;  }
.width-50  { width:50%;  }
.width-45  { width:45%;  }
.width-40  { width:40%;  }
.width-35  { width:35%;  }
.width-33  { width:33%;  }
.width-30  { width:30%;  }
.width-25  { width:25%;  }
.width-20  { width:20%;  }
.width-15  { width:15%;  }
.width-10  { width:10%;  }
.width-5   { width:5%;   }
.width-2   { width:2%;   }
.width-1   { width:2%;   }

.pb-2 { padding-bottom:2px; }
.pb-5 { padding-bottom:5px; }
.pb-10 { padding-bottom:10px; }
.pb-20 { padding-bottom:20px; }

.p-2 { padding:2px; }
.p-5 { padding:5px; }
.p-10 { padding:10px; }
.p-15 { padding:15px; }
.p-20 { padding:20px; }

.vlt { vertical-align:top;text-overflow: ellipsis;overflow: hidden; }
.vlm { vertical-align:middle; }
.vlb { vertical-align:bottom; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }

.w-20 { width:20px; }
.w-40 { width:40px; }
.w-60 { width:60px; }
.w-80 { width:80px; }
.w-90 { width:90px; }
.w-95 { width:95px; }
.w-98 { width:98px; }
.w-99 { width:99px; }
.w-100 { width:100px; }
.w-300 { width:300px; }
.h-10 { height:10px; }
.h-90 { height:10px; }

.bg-white { background-color:#FFFFFF; }
.bg-black { background-color:#000000; }
/******** General styles ********/
table#masthead-layout {
	width:100%;
	height:100%;
}
ol.ra {
	list-style-image:url("../images/bullet-orange.gif");
	list-style-position:inherit;
	padding:0 0 0 20px;
	margin:5px;
}
/* INFO DIVS */
input, textarea {
	font:100% Arial, Helvetica, sans-serif;
	padding:5px 3px 3px 7px;
	background:#fff;
	border:1px solid #000000;
	margin:2px;
}
select {
	font:110% Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#eee;
	padding:4px 2px 2px 1px;
	border:1px solid #000000;
	margin:2px;
}
a.bluecheck {
	padding-left:36px;
	background:url("../images/blue-check-trans.png") no-repeat 15px 50%;
}
a.bluecheck:hover {
	padding-left:36px;
	background:url("../images/square-blue-trans.png") no-repeat 15px 50%;
}
a.toTop {
	display:block;
	padding:10px 0px 10px 0px;
	width:100%;
	background:url("../images/24-em-up-trans.png") no-repeat 15px 50%;
	background-position:right;
	text-align:left;
	vertical-align:middle;
	text-align:right;
	text-decoration:none;
}
a.mainTop {
	display:block;
	padding:10px 0px 10px 0px;
	width:25px;
	background:url("../images/24-em-up-trans.png") no-repeat 15px 50%;
	background-position:center;
	vertical-align:middle;
}
input[type="image"], .noborder {
	border:0;
	background:transparent;
	margin-bottom:-2px;
	padding:0px;
}
/******************* RSS Feeds ********************/
.feed-button {
  padding:10px 0;
}
.feed-button a {
	padding:10px 15px 10px 36px;
	background:url("../images/feed-icon-14x14-trans.png") no-repeat 15px 50%;
}
.feed-button a:hover {
	background:url("../images/feed-icon-14x14-trans.png") no-repeat 15px 50%;
}
.feed-list {
  margin:0 0 15px 15px;
  padding:0;
  list-style-type:none;
}
.feed-list li {
  margin:0 0 10px 0;
  padding:0;
  list-style-type:none;
}
.feed-list li a, a#rssfeed {
  padding:0 0 0 19px;
  background:url("../images/feed-icon-14x14-trans.png") no-repeat 0 50%;
  list-style-type:none;
}
.rssclass{
	padding:3px;
	display:block;
}
.rsstitle {
	font-weight:700;
	padding:0 0 0 19px;
	background:url("../images/tag.gif") no-repeat 0 50%;
	color:#000000 ;
	display:block;

}
.rsstitle a {
	text-decoration:none;
}
.rssdate {
	color:#000000;
	font-style:italic;
	padding-bottom:5px;
	display:block;
	height:20px;
}
.rssdescription{
	display:block;display:block;
}
/******************* RSS Feeds ********************/
/******************* CSS used to style the form in createacct.php ********************/

.awform fieldset { margin-bottom:10px; }
.awform legend {
	padding:0 2px;
	font-weight:700;
	margin:0 -7px; /* IE Win _margin */
	padding-bottom:8px;
}

.margin-5 {
	margin:-5px;
}
form.awform, div.awform {
	margin:0px;
	margin-top:-10px;
	padding:5px
}
.awform legend {
	padding:0;
	margin-bottom:10px;
	margin-left:-3px;
}

.awform legend, .awform label {
	color:#000000;
	font-weight:700;
	font-size:1em;
}
.awform fieldset {
	border:0px outset #333333;
	background:#EEEEEE;
}

.awform fieldset fieldset {
	background:none;
}

.awform fieldset td , table .awflike td {
	padding:5px 10px 7px;
	border-bottom:0px solid #333333;
}
.awform fieldset td.paddZero {
	padding:0px 5px 0px 20px;
	margin-left:50px;
}
form {
	margin:0px;
}

.red {
	color:#FF0000;
}

.green {
	color:#008800;
}
.grey {
	color:#666666;
}
.blue {
	color:#003399;
}
.black {
	color:#000000;
}
.orange {
	color:#FF9900;
}
.bold {
	font-weight:500;
}
.italic {
	font-style:italic;
}
.uline {
	text-decoration:underline;
}
.center {
	text-align:center;
}
.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.trebu {
	font-family:"Trebuchet MS";
}
div#rssnewsPageIndex {
	height:100%;
	overflow:auto;
	display:block;
	line-height:12px;
	font-size:smaller;
}
div.rssnewsPageWelcome {
	min-height:250px;
	display:block;
	line-height:12px;
	font-size:smaller;
}
div.rssnewsPageOther {
	overflow:auto;
}
/* Dynamic toolip Div imanage.php */
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0; top:0; z-index:10000;
	background-color:#FFFFFF;
	border:1px solid #333333;
	width:400px;
	padding:4px;
	color:#000000;
	font-size:11px; line-height:1.2;
}
#uvmenu li a.IDPon, #uvmenu li a.IDPon:hover, #uvmenu li a.IDPon:visited {
	color:#008800;
	padding-left:25px;
	background:url("../images/ID_protected.gif") no-repeat 15px 50%;
	background-position:left;
	text-decoration:none;
	display:block;
}
#uvmenu li a.IDPoff, #uvmenu li a.IDPoff:hover, #uvmenu li a.IDPoff:visited {
	color:#FF0000;
	padding-left:25px;
	background:url("../images/ID_notprotected.gif") no-repeat 15px 50%;
	background-position:left;
	text-decoration:none;
	display:block;
}
strong { font-weight:700; }
input.red {
	color:#FF0000;
}
input.blue {
	color:#0000FF;
}
form#greenHeaderForm select {
	background-color:#333333;
	color:#FFFFFF;
}
form#greenHeaderForm input {
	color:#000000;
	font-weight:700;
}
.inpSubmit2, #bigButton {
	font:12px/100% Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #333333;
	height:26px;
	cursor:pointer;
	font-weight:700;
	line-height:16px;
}
.inpSubmit2:hover, #bigButton:hover {
	background:#CCCCCC;
	cursor:pointer;
	color:#333333;
}
/*
.inpSubmit a{
  font-weight:700;
}

.inpSubmit{
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border: 0px solid #5C7094;
  background:#FFAC52;
  display: inline-block;
  margin: 0.1em 0 0.3em;
  font-size: 0.85em;
  font-weight:700;
  padding: 4px 4px;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
*/
a.chat2{
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #ffac52;
  border: 2px solid #5C7094;
  font-size: 0.85em;
  padding:0.8em 1.0em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
a.chat2:hover{
  background: #5C7094;
  color: #ffac52;
}
.contact-info{
	float: right;
	width: 35%;
	padding: 1% 0 0% 0%;
	border-left: 0px solid #EEE;
}
.contact-info p{
	color: #5C7094;
	font-weight: 600;
	font-size: 0.75em;
	margin-bottom: 14px;
}
.contact-info-grids{
}
.contact-info-left{
	float: left;
	width: 50%;
	padding-top: 0.8em;
}
.contact-info-right{
	float:right;
	width:50%;
	text-align:right;
	border-left:0px solid #EEE;
    margin-top: 0px;
}
a.chat{
	background:#ffac52;
	color:#5C7094;
	padding:0.8em 1.5em;
	font-weight:600;
	text-decoration:none;
}
a.chat:hover{
	color:#ffac52;
	background:#5C7094;
}
/*
.inpSubmit:hover{
  background: #5C7094;
  color: #ffac52;
}
*/
.topnavbar {
	width:676px;
	vertical-align:top;
	border:0;
}
.topminilinks {
	width:100px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	border:0;
}
.editselected { border:solid 1px #000000; }
.editunselected { }
.editunselectedwithtext { border:solid 1px #000000; }
textarea { overflow:auto; }
.boxtitle, td.boxtitle {
	background:#CCCCCC;
	color:#000000;
	font-weight:700;
}

/* Createacct.php */
.ccaform fieldset { margin-bottom:10px; }
form.ccaform {
	margin:5px;
	padding:5px
}

.ccaform legend, .ccaform label {
	padding:0 2px;
	font-weight:700;
	margin:0 -7px; /* IE Win _margin */
	padding-bottom:8px;
	padding:0;
	margin-bottom:10px;
	margin-left:-3px;
}

.ccaform fieldset {
	border:2px outset #333333;
	background:#EEEEEE;
}
.ccaform fieldset fieldset {
	background:none;
}

.ccaform fieldset td {
	padding:5px 10px 7px;
}
.ccaform fieldset table td.ccaHeader {
	background:#333333;
	font-weight:700;
	color:#CCCCCC;
	height:25px;
	padding:10px;
}
.ccaform .internal {
	border:1px solid #A6B9DC;
}
/* Check.php  */
#domainPrices {
	border:1px solid #333333;
	width:100%;
	font-weight:700;
}
#domainPrice .CollapsiblePanel {
	margin:0px;
	padding:0px;
	border:0;
}
#domainPrice .CollapsiblePanelTab {
	border-bottom:0px dotted #333333;
	cursor:pointer;
}
#domainPrice .CollapsiblePanelContent {
	margin:0px;
	padding:4px;
	background:url("../images/blank.gif") repeat;
}
#domainPrice .CollapsiblePanelOpen .CollapsiblePanelTab, .CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background:#333333;
}
#domainPrice tr.row_0 td, #domainPrice tr.row1_0 td, #domainPrice tr.row1_01 td {
	background-color:#FFFFFF;
	color:#000000;
}
table#domainPrices th {
	background:url("../images/icon-table-sort.png") no-repeat 2px 8px;
	padding:4px 4px 4px 14px;
	color:#000000;
	border-bottom:1px solid #000000;
	font-weight:700;
}
table#domainPrices .sortedASC {
	background:url("../images/icon-table-sort-asc.png") no-repeat 2px 4px #333333;
	color:#FFFFFF;
}
table#domainPrices .sortedDESC {
	background:url("../images/icon-table-sort-desc.png") no-repeat 2px 10px #333333;
	color:#FFFFFF;
}
table#domainPrices thead tr th {
	background:#CCCCCC;
}
table#domainPrices .tableHeaderOver {
	cursor:pointer;
	color:#CCCCCC;
}
table#domainPrices tr.hide {
	display:none;
}
/* Domain list (checkboxs) tips style */
.tip {
	color:#fff;
	width:139px;
	z-index:13000;
}
.tip-title {
	font-weight:bold;
	font-size:11px;
	margin:0;
	color:#CCCCCC;
	padding:8px 8px 4px;
	background:url("../images/bubble.png") top left;
}
.tip-text {
	font-size:11px;
	padding:4px 8px 8px;
	background:url("../images/bubble.png") bottom right;
	text-align:left;
	color:#FFFFFF;
}

#mainData table.userStats {
	width:760px;
	height:200px;
}
#mainData td.uSpaneHead {
	background:#333333;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:22px;
	text-align:left;
	padding-left:10px;

}
#mainData table.userStats td.panelContents {
	background:#FFFFFF;
	height:180px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:left;
	border-top:0px;
}
#mainData table.userStats td.panelContents div.panelContents {
	display:block;
	border:1px solid #333333;
	padding:5px;
	height:100%;
}
td#userStatsLeft {
	height:100%;
}
td#userStatsMiddle {
	border-right:1px dashed #333333;
	height:100%;
}
td#userStatsRight {
	border:0;
	height:100%;
}
a#topPageCart {
	text-decoration:none;
	display:block;
	height:27px;
	padding-top:5px;
	padding-right:5px;
	background:url("../images/medCart-trans.png") no-repeat 0px 50%;
	width:110px;
	float:right;
}
a#topPageCart:hover { color:#666666; }
.hasItems { color:#008800; }
.noItems { color:#FF0000; }
.zeroPadding select {
	padding:0px;
	margin:0px;
}
table.totalRecords {
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	font-weight:700;
	background:#959595;
	color:#FFFFFF;
    display:table;
}
table.totalRecords td { padding:2px; }
.small { font-size:smaller; }
a.inplink, a.inplink:visited {
	display:inline-block;
	font:12px Arial, Helvetica, sans-serif;
	padding:5px;
	background:#EEEEEE;
	border:1px solid #333333;
	font-weight:700;
	text-decoration:none;
	text-align:center;
	min-width:100px;
	color:#FF0000;
	margin:5px;
	float:right;
}
a.inplink:hover {
	background:#CCCCCC;
	text-decoration:none;
	min-width:100px;
	color:#FF0000;
}
/* Sams Whois */
div#samswhois {
	margin-top:30px;
	text-align:center;
	font-size:10px;
	color:#aaaaaa;
}
.swPositioner{
	text-align:left;
	width:100%;
}
.swForm{
	text-align:center;
}
.swHeading{
	font-weight:700;
	text-align:center;
	margin-bottom:0px;
}
.swDomain {
	width:100px;
	text-align:right;
}
.swTld{
}
.swSubmit{
}
.swSecureImage{
	border:0px;
}
.swSecureCode{
	width:60px;
}
.swInfo{
	font-size:10px;
	color:#000000;
	padding:5px;
	text-align:center;
}
.swResults{
	text-align:left;
}
.swStatus{
	border-top:2px dotted #000000;
	padding:5px;
	text-align:center;
	width:500px;
}
.swServer{
	border-top:2px dotted #000000;
	text-align:center;
	padding:10px;
	color:#000000;
}
.swData{
	padding:4px;
	color:#666666;
}
.swHilight{
	font-weight:700;
	color:#FF0000;
}
.swError{
	font-weight:bold;
	color:#FF0000;
}
/* paging */
div.paging {
	background-color:#FFFFFF;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	display:block;
	
}
div.paging ul#paging {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	text-align:center;
	margin:0;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
}
div.paging ul#paging li {
	display:inline;
	margin:1px;
	font-size:0.75em;
}
div.paging ul#paging li.active {
	background:#000000;
	border:1px solid #abc8e1;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	font-weight:700;
}
div.paging ul#paging li a,
div.paging ul#paging li.previous-off,
div.paging ul#paging li.next-off  {
	padding:5px 10px 5px 10px;
	color:#000000;
	text-decoration:none;
	border:1px solid #abc8e1;
}
div.paging ul#paging li.previous-off,
div.paging ul#paging li.next-off  {
	border:1px solid #abc8e1;
	color:#888888;
}
div.paging ul#paging li a:hover {
	background:#333333;
	border:1px solid #000000;
	color:#fff;
}
/* Form Validation Boxes */
.error_f {
	border:1px dotted #FF0000;
	margin:5px;
	background-color:#FFFFFF;
	width:85%;
}
.error_f p {
	margin:5px;
	color:#FF0000;
}
.error_f p span {
	font-size:1.1em;
	color:#000;
	margin:5px 0px 0px 0px;
}
div#ajaxLoad {
	background:url("../images/ajaxLoad.gif") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#0000FF;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
span#uNameError {
	background:url("../images/chk_off-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#FF0000;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
span#uNameAvailable {
	background:url("../images/chk_on-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	font-size:0.8em;
	color:#006600;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
/* Contact.php */
#cfData {
	overflow:hidden;
	margin-bottom:10px;
	display:none;
}
#cfData.ajax-loading {
	padding:20px 0;
	background:url("../images/progress_bar.gif") no-repeat;
	background-position:center bottom;
	text-align:center;
	padding-bottom:20px;
	color:#333333;
	font-size:2em;
	display:block;
	font-family:"Century Gothic";
}
.sendmail-error {
	color:#FF0000;
}
.invisible {
	display:none;
}
div#contactError {
	display:block;
	width:98%;
	border:2px outset #FF0000;
	margin:0 auto;
	padding:5px;
	margin-bottom:15px;
}
div#contactError ul, div#contactSuccess ul { margin-left:25px; }
div#contactError ul li, div#contactSuccess ul li { list-style-type:none; list-style-image:url("../images/icon_arrow_b.gif"); color:#CC0000; }
div#contactSuccess {
	display:block;
	width:98%;
	border:2px outset #006600;
	margin:0 auto;
	padding:5px;
}
a#contactSuccess {
	display:block;
	width:200px;
	height:20px;
	padding-top:7px;
	font:12px/100% Arial, Helvetica, sans-serif;
	background:url("../images/successBG.jpg") left bottom repeat-x;
	border:1px solid #006600;
	cursor:pointer;
	font-weight:700;
	text-decoration:none;
	margin:5px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	bottom:0;
	left:37%;
	margin-top:10px;
	margin-bottom:5px;
}
a#contactSuccess:hover {
	background:url("../images/successBGflip.jpg") left bottom repeat-x;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}
.smallError {
	display:block;
	background:#FFEEEE;
	color:#FF0000;
	border:1px solid #FF0000;
	text-align:center;
	font-weight:700;
}
.block { display:block; }
.inline { display:inline; }
/* INFO DIVS */
.info, .success, .warning, .error, .validation, .alert2, .done, .validation, .failure {
    border:1px solid;
    padding:10px 10px 10px 50px;
    background-repeat:no-repeat;
    background-position:10px center;
	width:90%;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
}
.info.sm, .success.sm, .warning.sm, .error.sm, .validation.sm, .alert2.sm, .done.sm, .validation.sm, .failure.sm {
	width:80%;
}
.info {
    color:#00529B;
    background-color:#BDE5F8;
   /* background-image:url("../images/info.jpg");*/
}
.success, .done {
    color:#4F8A10;
    background-color:#DFF2BF;
    /*background-image:url("../images/success.jpg");*/
}
.warning, .alert2 {
    color:#9F6000;
    background-color:#FEEFB3;
    /*background-image:url("../images/warning.jpg");*/
}
.error, .failure {
    color:#D8000C;
    background-color:#FFEEEE;
    /*background-image:url("../images/error.jpg");*/
}
.validation {
    color:#D63301;
    background-color:#FFCCBA;
}
/* Accordion related CSS */
.toggler {
	display:block;
}
.togglerHolder {
	width:100%;
	margin:auto;
}
.elementHolder {
	position:relative;
	height:35px;
	width:85%;
	padding:5px;
	margin:auto;
}
.elements {
	position:absolute;
	text-align:center;
	width:85%;
	top:120%;
	left:15%;
	margin-left:-50px;
	margin-top:-50px;
	vertical-align:middle;
}
.toggler {
	height:21px;
	margin:5px;
	white-space: nowrap;
}
.actog {
	background:#333333;
	color:#FFFFFF;
}
.rightBorder {
	border-right:1px solid #CC0000;
}
div#generatedPassword {
	min-width:100px;
	width:100px;
	font:110% Arial, Helvetica, sans-serif;
	padding:5px 3px 3px 7px;
	background:url("../images/form-bg.gif") no-repeat;
	border:1px solid #000000;
	margin:2px;
	display:none;
}
a#generatePassword,a#generatePassword:hover {
	background:url("../images/lock-trans.png") no-repeat;
	min-width:16px;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:16px;
	text-decoration:none;
}
.disabledInput,disabledInput:hover {
	background:#CCCCCC;
	color:#333333;
	font-weight:700;
}
#userPanel {
	padding:0;
	margin:0;
	border:1px solid #FFFFFF;
}
#userStats {
	padding:0;
	margin:0;
}
.childTab {
	border:0px;
	background:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.tab-wrapper {
	padding:3px;
	margin:0;
	border:1px solid #333333;
	border-top:2px solid #333333;
	clear:both;
}
.tab-menu {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
	display:block;
}
.tab-menu li {
	margin:0;
	padding:0;
	float:left;
	line-height:2em;
}
.tab-menu li a {
	padding:0.5em;
	font-weight:bold;
	margin:0;
	background:#CCCCCC;
	border-left:1px solid #333333;
	color:#333333;
}
.tab-menu li a:hover,
.tab-menu li a:focus {
	background:#666666;
	color:#FFFFFF;
	text-decoration:none;
	border-left:1px solid #000000;
}
.tab-menu li.tab-selected a {
	text-decoration:none;
	color:inherit;
	background:#333333;
	border-left:0px;
	color:#CCCCCC;
}
ul.autocompleter-choices {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #7c7c7c;
	border-left-color:#c3c3c3;
	border-right-color:#c3c3c3;
	border-bottom-color:#ddd;
	background-color:#fff;
	text-align:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:50;
	background-color:#fff;
}
ul.autocompleter-choices li {
	position:relative;
	margin:-2px 0 0 0;
	padding:0.2em 1.5em 0.2em 1em;
	display:block;
	float:none !important;
	cursor:pointer;
	font-weight:normal;
	white-space:nowrap;
	font-size:1em;
	line-height:1.5em;
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color:#444;
	color:#fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	display:inline;
	float:none;
	font-weight:bold;
	margin:0;
	padding:0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:#9FCFFF;
}
.removeLink, .removeLink:hover, .removeLink:visited {
	background:url("../images/chk_off-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	color:#FF0000;
	text-align:left;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
.cartRemoveItem, .cartRemoveItem:hover, .cartRemoveItem:visited {
	display:inline;
	text-align:left;
	height:15px;
	padding-right:10px;
	padding-left:5px;
	text-decoration:none;
	text-indent:-9999em;
}
div.yourstats, div.restrans {
	padding-left:20px;
	font-weight:700;
	font-size:1.1em;
	margin-bottom:8px;
}
div.yourstats {	background:url("../images/stats-trans.png") left no-repeat; border-bottom:1px dotted #333333; }
div.restrans {	background:url("../images/transactions-trans.png") left no-repeat; border-top:1px dotted #333333; }
.regsitrarLeft { display:block; width:100%; height:100%; border-top:1px solid #333333; border-bottom:1px solid #333333; border-right:1px solid #333333; z-index:9999; }
.regsitrarLeft .TabTitleBar { line-height:23px; }
.regsitrarLeftContents { padding:5px; }
input#sendEEP {
	background:url("../images/transactions-trans.png") left no-repeat;
	padding-left:20px;
	display:inline;
	color:#008800;
	text-align:left;
	text-decoration:none;
	border:0px;
}
.rtrntomgmt, .rtrntomgmt:hover, .rtrntomgmt:visited {
	padding-left:20px;
	color:#FF0000;
	text-align:center;
	height:15px;
	padding-bottom:5px;
	text-decoration:none;
	margin:0 auto;
	margin-top:5px;
	width:190px;
	display:block;
	white-space: nowrap;
}
.welcomeDomainSearch { width:50%; }
div#watermarklogo { position:absolute; top:0; right:0; }
div.hsignup { margin-left:5px; margin-right:5px; margin-bottom:10px; border:1px solid #eee;width: 99%; }
h2.hsignup {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/wand-trans.png") left no-repeat;
	padding-left:20px;
	margin-bottom:20px;
}
h2.addoption {
	font-size:1.1em;
	font-weight:700;
	background:url("../images/addoption-trans.png") left no-repeat;
	padding-left:20px;
}
h2.configure {
	font-size:1.1em;
	font-weight:700;
    background-color:#eee;
	padding-left:20px;
    padding:5px;
}

.login {	padding-top:0px; }
.login_credentials {
	margin:0 auto;
	padding:16px 16px 16px 200px;
	border:1px solid #333333;
	background:#EEEEEE url("../images/login_screen.png") no-repeat;
	background-position:30px center;
}
.enter {background:url("../images/login_l.png") no-repeat left;margin:8px 0px;width:90px; line-height:20px;}
.newaccount {background:url("../images/login_l.png") no-repeat left;margin:8px 0px;width:170px; text-align:left; line-height:20px;}
.enter_inner {background:url("../images/login_r.png") no-repeat right;padding:6px 0px 6px 8px; line-height:20px;}
.newacct_inner {background:url("../images/newacct_r.png") no-repeat right;padding:6px 0px 6px 8px; line-height:20px;}

.enter_inner input, .newacct_inner input {border:none;background:none;padding:0px;margin:0px;cursor:pointer;font-family:Tahoma;font-size:12px; text-align:left; line-height:20px;}
.enter_inner input:hover, .newacct_inner input:hover {border:none;background:none;padding:0px;margin:0px;cursor:pointer;font-family:Tahoma;font-size:12px; color:#000000; line-height:20px;}
ul.whyregister li {
	list-style-type:square;
	margin-left:10px;
}
/*index.php boxes */
index-box-tl {
	height:175px;
}
.index-box-1, .index-box-2, .index-box-3, .index-box-4 {
	height:178px;
}
.index-box-5, .index-box-6 {
	height:264px;
}
#mainData table.indexPlan {
	width:180px;
	height:200px;
}
#mainData td.paneHead {
	background:#333333;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:25px;
	text-align:left;
}
/* indexPlan */
#mainData table.indexPlan td.paneHead {
	background:#333333;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:25px;
	text-align:left;
}
#mainData table.indexPlan td.panelContents { background:#FFFFFF; height:178px; margin:0px; padding:0px; vertical-align:top; }
#mainData table.indexPlan td.panelContents div.panelContents { display:block; border:1px solid #333333; }
#mainData table.indexPlan td.panelContents strong { font-weight:700; color:#FF0000; }
#mainData table.indexPlan a.order { display:block; text-align:center; font-weight:700; color:#FF0000; text-decoration:underline; text-transform:uppercase; }
/* indexData */
#mainData table.indexData { width:370px; height:200px; }
#mainData table.indexData td.paneHead {
	background:#333333;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight:700;
	cursor:pointer;
	color:#FFFFFF;
	height:25px;
	text-align:left;
}
#mainData table.indexData td.panelContents { background:#FFFFFF; height:178px; margin:0px; padding:0px; vertical-align:top; border-top:0px; }
#mainData table.indexData td.panelContents div.panelContents { display:block; border:1px solid #333333; padding:5px; height:100%; }
#mainData table.indexData td.panelContents2 { background:#FFFFFF; height:402px; margin:0px; padding:0px; vertical-align:top; }
#mainData table.indexData td.panelContents2 div.panelContents2 { display:block; border:1px solid #333333; height:402px; padding:5px; }

/* indexIntro */
#mainData table#indexIntro { width:750px; }
#mainData table#indexIntro td {  margin:0; padding:0; }
#mainData table#indexIntro td.panelContents { background:#FFFFFF; margin:0px; padding:0px; vertical-align:top; text-align:left; border-top:0px; }
#mainData table#indexIntro td.panelContents div.panelContents { display:block; border:1px solid #333333; padding:0px; height:100%; }
ul.plans {
	margin-top:15px;
	margin-left:5px;
	margin-bottom:5px;
	text-align:left;
}
ul.plans li {
	padding-left:20px;
	background:url("../images/bullet-grey.gif") no-repeat 0px 50%;
}
ul.indexCart {
	margin-top:166px;
	margin-left:5px;
	margin-bottom:5px;
	text-align:left;
}
ul.indexCart li {
	padding-left:20px;
	background:url("../images/bullet-grey.gif") no-repeat 0px 50%;
}
.idimage {
	background-image:url("../images/opacity_index_left-trans.png");
	margin:0px;
	padding:0px;
}
.float-right { float:right; }
.float-left  { float:left;  }
a.check { display:block; }
a.check:hover { text-decoration:none; background:#333333; color:#FFFFFF; }
a.cartCheckOut:link, a.cartCheckOut:visited { color:#FFFFFF; }
a.cartCheckOut:hover { color:#f3d89c; }
td.cExtrasItem { width:200px; font-weight:400; }
/*various package display tables*/
div#pkg {
	padding:5px;
	}
#pkg table.pkgtable {
	width:100%;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}
#pkg table.pkgtable td.pkgtabletitle {
	background:#CCCCCC;
	color:#000000;
	font-weight:700;
	padding-left:10px;
}
#pkg table.pkgtable td.descr {
	background:#EEEEEE;
	color:#000000;
	width:75%;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
	vertical-align:top;
}
#pkg table.pkgtable td.order {
	color:#000000;
	width:25%;
	padding: 5px;
	vertical-align:bottom;
}
#pkg table.price {
	width:100%;
	padding-bottom:5px;
}
#pkg td.term {
	color:#000000;
	width: 75%;
	font-weight:700;
	border-bottom:dashed thin #CCCCCC;
}
#pkg td.price {
	color:#333333;
	text-align:right;
	border-bottom:dashed thin #CCCCCC;
}
.boxtitle a.boxlink, a.boxlink, a.boxlink:visited { color:#333333; text-decoration:none; }
.boxtitle a:hover, a.boxlink:hover { color:#003333; text-decoration:none; }
.spacer
{
    width: 100%;
    height: 40px;
}
.button5 a{
  font-weight:700;
}
.button5{
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border: 2px solid #5C7094;
  background:#FFAC52;
  display: inline-block;
  margin: 1em 0 1em;
  font-size: 0.85em;
  font-weight:700;
  padding: 4px 4px;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.button5:hover{
  background: #5C7094;
  color: #ffac52;
}

input[type=radio] {
	font:110% Arial, Helvetica, sans-serif;
	padding-right:300px;
	background:#fff;
	border:1px solid #000000;
	margin:2px;
	margin-right:13px;
}
 @media only screen and ( max-width: 1024px ) /* 640 */ {
 .set-size {
  font-size: 5em;
  text-align:center;
  white-space: nowrap;
}
.set-size2 {
  font-size: 16px;
  clear:left;
  white-space: nowrap;
  text-align:center;
}
.charts-container{
	min-width:400px;
}

div#wrapper {
    display:inline;
    top:40%;
	width:100%;
	margin:0 auto 0;
	border:0px solid #000000;
	padding:0;
	background:#fff;
        height:120px;
}
div#wrapper2 {
	width:100%;
	margin:0 auto 0;
	border:0px solid #000000;
	padding:0;
	background:#fff;
        height:100px;
}
#mainData {
	width:100%;
	background:#FFFFFF;
	margin:0;
	height:300px;
	line-height:20px;
	border-collapse:collapse;
	border-spacing:0;
}
.login_credentials {
	margin:0 auto;
	padding:0;
	border:1px solid #333333;
	background:none;
}
.enter_inner {background:none;}
.newacct_inner {background:none;}

.newaccount{
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #000;
  border: 2px solid #5C7094;
  background:#FFAC52;
  display: inline-block;
  margin: 0;
  font-size: 0.85em;
  padding: 1px 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.newaccount:hover{
  background: #5C7094;
  color: #ffac52;
}
.enter{
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #000;
  border: 2px solid #5C7094;
  background:#FFAC52;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.85em;
  padding: 1px 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.enter:hover{
  background: #5C7094;
  color: #ffac52;
} 
input[type="text"], input[type="password"] {
	font:110% Arial, Helvetica, sans-serif;
	padding:5px 3px 3px 7px;
	background:#fff;
	border:1px solid #000000;
	margin:2px;
    /*max-width:80%;*/
}
input[type=radio] {
	font:110% Arial, Helvetica, sans-serif;
	padding-right:300px;
	background:#fff;
	border:1px solid #000000;
	margin:2px;
	margin-right:13px;
}
.hdformtextarea {
	font:100% Arial, Helvetica, sans-serif;
	padding:5px 3px 3px 7px;
	background:#fff;
	border:1px solid #000000;
	margin:2px;
    width:90%;
    height:70px;
}
select {
	font:100% Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#333333;
	padding:1px 1px 1px 1px;
	border:0px solid #000000;
	margin:1px;
    text-align:center;
    white-space:pre-line;
}

.elementHolder {
	position:relative;
	height:35px;
	width:100%;
	padding:5px;
	margin:auto;
    left:5%;
}
.elements {
	position:absolute;
	text-align:center;
	width:100%;
	top:120%;
	left:5%;
	margin-left:-50px;
	margin-top:-50px;
	vertical-align:middle;
}
.spacer
{
    width: 100%;
    height: 5px;
}
.hiddenpanel{
    display: none;
}
.hiddenpanel2{
    display: inline;
    padding-bottom:10px;
    position:relative;
    overflow:auto;
    float:right;
}
}

.label {

}
.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reveal-if-active label {
  display: block;
  margin: 0 0 3px 0;
}
.reveal-if-active input[type=text] {
  width: 100%;
}
input[type="radio"]:checked ~ .reveal-if-active, input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 100px;
  padding: 10px 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: visible;
}


