html
	{
		height: 100%;
	}
body
	{
		height: 100%;
	}
#nonFooter
	{
	position: relative;
	clear: both;
	min-height: 100%;
	}
* html #nonFooter
	{
		height: 100%;
	}
p {
	margin: 5px 0px;
	}
/**/
table {
   font-size: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   }
body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	}
a:link, a:visited {
	color: #008fff;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #117fd5;
	text-decoration: underline;
	}

a:active {
	color: #41acff;
	}

form {
	margin: 0px;
	}
/**/
.margintopthree {
	margin-top: 0.3em;
	}

#header {
	text-align: center;
	margin-bottom: 2em;
	display: block;
	}
.content {
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	width: 84em;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #eaeaea;
	display: block;
	}
.content p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}

.adspace {
	height: 60px;
	margin-top: 2em;
	}

#content {
	text-align: left;
	width: 84em;
	margin-right: auto;
	margin-left: auto;
	}
/**/
.dialogue table {
	margin: 0;
	padding: 0;
	}

.dialogue table td {
	margin: 0;
	padding: 0;
	}

.login {
	text-align: left;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	}


/* Width style */
.halfwidth {
	width: 47%;
	}
.fullwidth {
	width: 100%;
	}
.leastwidth {
	width: 24%;
	}
.mostwidth {
	width: 90%;
	}

/* Text style */
.bold {
	color: #57411d;
	font-weight: bold;
	}
.bold_big {
	color: #57411d;
	font-size: 1.2em;
	font-weight: bold;
	}
.red {
	color: #ff0000;
	font-weight: bold;
	}
.red_big {
	color: #ff0000;
	font-size: 1.2em;
	font-weight: bold;
	}
.green {
	color: #008000;
	font-weight: bold;
	}
.green_big {
	color: #008000;
	font-size: 1.2em;
	font-weight: bold;
	}
.note {
	margin: 5px 0;
	color: #d2691e;
	font-size: 0.9em;
	}
.error {
	display: none;
	margin: 5px 0px;
	font-weight: bold;
	color: #ff4500;
}

.progress {
	width: 16px;
	height: 16px;
	display: none;
	vertical-align: top;
}
div.progressOuter {
	width: 100%;
	height: 20px;
	background-image: url(/img/progress_outer.gif);
	background-repeat: repeat-x;
	background-position: left;
}
div.progressInner {
	width: 0%;
	height: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(/img/progress_inner.gif);
	background-repeat: repeat-x;
	background-position: left;
}

#col1 {
	width: 56em;
	float: left;
	display: block;
	}
h2 {
	color: #4a6a7b;
	font-size: 1.4em;
	line-height: 1.4em;
	/*background-image: url(/img/sendfile.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	margin: 0 0 0.5em;
	border-bottom: 2px solid #fff;
	}
h2.upload {
	color: #4a6a7b;
	font-size: 1.4em;
	line-height: 1.4em;
	background-image: url(/img/downloadfile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0.5em;
	height: 25px;
	border-bottom: 2px solid #fff;
	}
h2.download {
	color: #4a6a7b;
	font-size: 1.4em;
	line-height: 1.4em;
	background-image: url(/img/downloadingfile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0.5em;
	height: 25px;
	border-bottom: 2px solid #fff;
	}
h2.sent {
	color: #4a6a7b;
	font-size: 1.4em;
	line-height: 1.4em;
	background-image: url(/img/filesent.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0.5em;
	height: 25px;
	border-bottom: 2px solid #fff;
	}
h2 span {
	color: #4a6a7b;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0;
	padding: 0.6em 1.5em 0.5em 0;
	border-bottom: 2px solid #fff;
	display: none;
	}

	h3 {
		margin: 0 0 0 0;
	}

/* Welcome column style */
#welcome {
	position: relative;
	top: 30px;
	width: 26em;
	float: left;
	margin-left: 2em;
	padding: 0;
	}
#welcome h2 {
	/*background-image: url(/img/welcome.gif);*/
	}
#welcome p,li{
	color: #6f6f6f;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

.dialogue {
	/*background-color: #ffe295;*/
	}

input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	}

textarea, select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0;
	}


.dialogue h3 {
	color: #57411d;
	font-size: 1.2em;
	text-align: left;
	vertical-align: middle;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	}
.dialogue h3 span {
	font-size: 0.8em;
	}

.tabletitle {
	width: 8em;
	}

.field {
	border: solid 1px #e0b24c;
	padding: 1px 0 2px 0;
	}

.dialogue img {
	padding-bottom: 3px;
	}

.inner_dialogue {
	padding: 0 10px;
	margin: 5px 0;
	background-color: #ffd151;
	border: solid 2px #ffb700;
	}

.moveup {
	position: absolute;
	margin-top: -1.5em;
	margin-left: 41em;
	}

.step1, .boxtop {
	/*background-image: url(/img/dialogue_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	}
.step1 .inner, .boxtop .inner {
	/*background-image: url(/img/dialogue_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
  background-color: #FFE2B1;
	padding: 1em 1.5em 0em;
	}

.step2 {
	padding: 1em 1.5em 0.5em;
	background-color: #ffd595;
	}

.step3, .boxbottom {
	/*background-image: url(/img/dialogue_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
  background-color: #FFC97B;
	text-align: right;
	}

.step3 .inner, .boxbottom .inner {
	/*background-image: url(/img/dialogue_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	text-align: right;
	padding: 1em 1.5em;
	}

.step3 .sending {
	text-align: left;
	width: 74%;
	float: left;
	margin: 0;
	padding: 0;
	}

#uploadfile, #existingfile, #newcontact, #existingcontact {
	margin-top: 1em;
	}


/* Message div */
#messagetop {
	background-image: url(/img/dialogue_top_left2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#messagetop .inner {
	background-image: url(/img/dialogue_top_right2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	height:10px;
}
#messagebottom {
	background-image: url(/img/dialogue_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 2em;
}
#messagebottom .inner {
	background-image: url(/img/dialogue_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0.5em 1.5em 1.5em;
	}

/* Message boxes */
div.box_ok {
	margin: 0 0 0.5em 0;
	}
div.box_ok h1, div.box_ok h2, div.box_ok h3 {
	color: #008000;
	font-weight: bold;
	}
div.box_error {
	margin: 0 0 0.5em 0;
	}
div.box_error h1, div.box_error h2, div.box_error h3 {
	color: #ff0000;
	font-weight: bold;
	}

/**/
.tables {
	width: 56em;
	float: left;
	}

.list {
	/* margin-top: 2em; */
	}

.tables table {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	}

.tables table .grey {
	color: #7491a5;
	text-align: center;
	}

.tables table tr {
	margin: 0;
	padding: 0;
	border-style: none;
	}

.tables table td {
	background-color: #f5fbff;
	margin: 0;
	padding: 0.6em 1.4em;
	border-style: none;
	}
.tables table th {
	color: #4a6a7b;
	background-color: #eaeaea;
	/* background-image: url(/img/table_left.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px solid #f0f0f0;
	border-top-style: none;
	border-top-width: 0;
	border-right-style: none;
	border-right-width: 0;
	border-left-style: none;
	border-left-width: 0;
	}
.tables table th div {
	font-size: 1.8em;
	line-height: 1.8;
	/* background-image: url(/img/table_right.gif); */
	/* background-repeat: no-repeat; */
	/* background-position: right; */
	margin: 0;
	padding: 0.6em 1.5em 0.5em 1.4em;
	border-style: none;
	border-width: 0;
	}

.tables table tr.alt td {
	/*background-color: #d6ebf9;*/
    background-color: #FFFABF;
	}

.tables caption {
	text-align: left;
	/* margin-bottom: 1.8em; */
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.4em;
	}
table#sent td {
	padding: 0.6em 1.4em;
	}

table#sent th div {
	font-size: 1.2em;
	}

div.clear {
	clear: both;
	}

.hidden {
	display: none;
	}
/**/
label {

	}
button {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	background-color: #fff7e0;
	vertical-align: middle;
	margin: 0;
	padding: 2px 10px;
	border: solid 2px #eab001;
	}
button:hover {
	background-color: #fff;
	}

button.submit {
	border-color: #72d503;
	}
button.submit:active {
	background-color: #c6f195;
	}

button.cancel:active {
	background-color: #f6b798;
	}

button.cancel {
	border-color: #ff7e41;
	}

.pagination {
	padding: 0;
	margin: 10px 5px;
}
.pagination .pagination_left {
	float: left;
	}
.pagination .pagination_right {
	float: right;
	}

/**/
#footer {
	clear:both;
	color:#655f52;
   width:100%;
	position:relative;
	margin:-5em 0 0;
	height:5em;
	background: #f7f7f7 url(/img/bg_footer.jpg) no-repeat center top;
	}
#footer #kyan{
	text-align: left;
	margin:0 auto;
	width:84em;
	clear: both;
	padding-top:10px;
	display: block;
	}
#footer a:link, #footer a:visited{
    text-decoration:none;
	 color:#655F52
}

#footer li a:hover{
    text-decoration:underline;
}

#tooltip {
	width: 160px;
	text-align: left;
	padding: 5px 10px;
	background-color: #ffd151;
	border: solid 2px #ffb700;
}
.note {
	font-size: 10px;
}

.partner {
	position: absolute;
	margin: 0 0 0 36em;
}

#policies {
	text-align: left;
	padding-top: 0;
	padding-bottom: 1.2em;
	float: left;
	display: block;
	font-size: 11px;
	color: #6f6f6f;
}

#apirequest {
	text-align: left;
	padding-top: 0;
	padding-bottom: 1.2em;
	float: left;
	display: block;
	font-size: 11px;
	color: #6f6f6f;
}

#howto {
	text-align: left;
	padding-top: 0;
	padding-bottom: 1.2em;
	float: left;
	display: block;
	font-size: 11px;
	color: #6f6f6f;
}

.email {
margin: -2px 0 0 0;

}

.footnote {
font-size: .9em;
color: #666;
}

.helpdivider {
	border-top: 1px dotted #999;
	width:600px;
}

#leftcol {
	color: #6f6f6f;
	width: 56em;
	float: left;
	display: block;
	}
	#leftcol p {
	font-size: 11px;
	line-height:130%;
	}

#rightcol {
	position: relative;
	top: 10px;
	width: 26em;
	float: left;
	margin: 0 0 .5em 2em;
	padding: 0;
	color: #6f6f6f;
	}

#inpageelement {
	border: 1px solid #ccc;

	margin:0 0 6px 0;
}
#inpageelement p {
	height: 1em;
	margin: 0 0 10px 0;
	padding: 6px 0 4px 10px;
	background: #ccc url(../img/gradient-blue.gif) repeat-x left bottom;
	display: block;
	font-weight: bold;
}
#inpagelelementlist ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 0 0;
	text-indent: 0;
}

#inpagelelementlist li {
	padding: 0 0 0 5px;
}

#inpagelelementlist img {
	margin: 2px 4px 2px 8px;
}

.featurelist{
	padding:0px 8px 8px 8px;
	background: #fff;
}

#featurelist img{
	margin-bottom:4px;
	margin-right:4px;
}
.usage li {
	font-size: 11px;
	margin:0 0 10px 0;
}
