/* General */

html, body {
	margin: 0;
	padding: 0;
	font-family: verdana,arial,tahoma;
	text-align: center;
	background: url("/img/design/bg.gif") repeat;
/*	background-color: #f7f6ee; */
	height: 100%;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.msg-error {
    color: red;
    font-size: 11px;
}

.msg-ok {
    color: green;
    font-size: 11px;
}

#line {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* for IE 7 */
html>body .clearfix {
    overflow: hidden;
}

#main-wrapper {
	width: 933px;
}


/* Header */
#header-wrapper { text-align: left; margin: 10px 0 5px 0; }
#top-logo { float: left; margin-top: 10px; }
#top-logo #logo-img {
	width: 190px;
	height: 47px;
	margin-left: 20px;
	cursor: pointer;
}

#share-links {
	text-align: right;
	float: right;
	display: inline;
	width: 49%;
}

#progress-wrapper {
	font-size: 12px;
}

/* Footer */

#footer-wrapper {
	margin-top: 20px;
	padding-bottom: 40px;
	color: #006666;
	font-size: 10pt;
}
#footer-wrapper a {
	color: #99cccc;
	text-decoration: underline;
}
#footer-wrapper #footer-menu  {
	display: inline;
}
#footer-wrapper #footer-menu a {
	color: #006666;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
#footer-wrapper #footer-menu span {
	cursor: pointer;
	color: #006666;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
#footer-wrapper #lang-list {
	padding-top: 10px;
}
#footer-wrapper #lang-list a{
	color: #006666;
}
#content-header-base {
	margin-top: 20px;
	height: 23px;
	background: url("/img/design/body-header.png") no-repeat;
}
#content-body-base {
	background: url("/img/design/bg-content2.png") repeat-y;
	padding-top: 25px;
	padding-bottom: 40px;
}
#content-footer-base {
	height: 23px;
	background: url("/img/design/body-footer.png") no-repeat;
}

/* tabs */

#content-wrapper {
	width: 931px;
}

#tabs-nav {
	position:relative;
}

#tabs-nav .separator, #tabs-nav .left-side-active, #tabs-nav .left-side-inactive, #tabs-nav .right-side-active, #tabs-nav .right-side-inactive,
#tabs-nav .separator-left-active, #tabs-nav .separator-right-active, #tabs-nav .tab-active, #tabs-nav .tab-inactive {
	float:left; 
	background-image:url('/img/design/tabs/tabs2.png');
}

#tabs-nav .separator, #tabs-nav .left-side-active, #tabs-nav .left-side-inactive, #tabs-nav .right-side-active, #tabs-nav .right-side-inactive,
#tabs-nav .separator-left-active, #tabs-nav .separator-right-active {
	background-repeat:repeat-x;
	height: 100px;
}

#tabs-nav .separator, #tabs-nav .separator-left-active, #tabs-nav .separator-right-active {width: 40px;}
#tabs-nav .left-side-active, #tabs-nav .left-side-inactive, #tabs-nav .right-side-active, #tabs-nav .right-side-inactive {width: 22px;}

#tabs-nav .tab-inactive, #tabs-nav .tab-active { 
	background-repeat:repeat-x;
	height: 82px;
	width: 192px;
	padding-top: 20px;
}

#tabs-nav .tab-active {color: #003333; font-size: 18pt; cursor: pointer; }
#tabs-nav .tab-inactive {color: #669999; cursor: pointer; font-size: 18pt;}

#tabs-nav h1 {font-size: 18pt;font-weight:normal;margin:0;padding:0; position: relative; top: 15px;}
#tabs-nav span { position: relative; top: 15px; }
#tabs-nav span a { color: #669999; font-size: 18pt; text-decoration: none; }
#tabs-nav .tab-active span a { color: #003333; }

#tabs-nav .separator {background-position:-179px -1px;}
#tabs-nav .separator-left-active {background-position:-92px -1px;}
#tabs-nav .separator-right-active {background-position:-132px -1px;}
#tabs-nav .tab-active {background-position:0 -106px;}
#tabs-nav .tab-inactive {background-position:0 -207px;}
#tabs-nav .left-side-active {}
#tabs-nav .left-side-inactive {background-position:-44px 0;}
#tabs-nav .right-side-active {background-position:-22px 0;}
#tabs-nav .right-side-inactive {background-position:-66px -1px;}


#tabs-nav .tab-button-active, #tabs-nav .tab-button-inactive {
	font-size: 11pt;
	color: #fff;
	background: url('/img/design/tabs/tab-buttons.png') no-repeat;
	width: 179px;
	padding-top: 10px;
	height: 30px;
}
#tabs-nav .tab-button-inactive {background-position:0 -40px;}
#tabs-nav img {width: 106px; height: 87px;}
#tabs-nav p {margin: 5px 0 10px 0; font-size: 9pt; height: 45px;}
#tabs-nav .tab-inactive p {color: #ccc;}
#tabs-nav .tab-button-active {cursor: pointer;}

/* services styles */

#content-wrapper {
	/*margin-top: 60px;*/
	/*background: #fff;*/
}

#content-body {
	background: url("/img/design/bg-content2.png") repeat-y;
	padding-top: 25px;
	background-position:-1px 0;
	border-bottom: 1px solid transparent;
}

#content-footer {
	height: 23px;
	background: url("/img/design/body-footer2.png") no-repeat;
}

#content-footer img {
	width: 933px;
	height: 23px;
}

#step-wrapper {
	width: 545px;
	background: url("/img/design/step-line.png") 0% 11% no-repeat;
}

#step-wrapper table {
	width: 100%;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

#step-wrapper table td {
	width: 33%;
	text-align: center;
}

#step-wrapper table td p {
	margin: 0 0 7px 0;
}

#step-wrapper table td.active {
	color: #006666;
	font-size: 17pt;
}

#step-wrapper table td.active span {
	color: #999999;
	font-size: 10pt;
}

#step-wrapper table td.inactive {
	color: #669999;
	font-size: 17pt;
}

#step-wrapper table td.inactive span {
	color: #cccccc;
	font-size: 10pt;
}

span {
	color: #cccccc;
	font-size: 10pt;
}

.social-button {
}

.social-button span {
	display: block;
	width: 42px;
	height: 42px;
	background: url('/img/design/share_buttons/share-buttons-small.png') no-repeat;
	cursor: pointer;
	margin: 6px;
}

.social-button #fb_share {background-position: 0px 0px;}
.social-button #gp_share {background-position: 0px -42px;}
.social-button #mr_share {background-position: 0px -84px;}
.social-button #ok_share {background-position: 0px -126px;}
.social-button #tw_share {background-position: 0px -168px;}
.social-button #vk_share {background-position: 0px -210px;}
.social-button #pi_share {background-position: 0px -252px;}


/***** inputs *****/

#upload-zone {
}

#upload-zone form {
	padding: 0;
	margin: 0;
}

#new-upload-btn {
	overflow: hidden;
	display: block;
	font-size: 10pt;
	height: 35px;
	line-height:35px;
	width:110px;
	cursor: pointer;
}
#new-upload-btn input[type=file] {
	margin-top: -35px;
	margin-left: -410px;
	font-size: 150px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

#new-upload-btn {
	background-color: #006666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #006666;
	color: #ffffff;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
#new-upload-btn:hover {
	background-color:#669999;
	border-color:#006666;
	color:#ffffff;
	cursor: pointer;
}

#browse_button {
	float: right;
	background: #006666;
	height: 20px;
	width: 106px;
	padding-top: 5px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 10pt;
}

.file-zone {
	padding: 20px 0 0 50px;
}

.url-zone {
	padding: 20px 0 0 50px;
}

.url-zone #upload_url {
	border: 1px solid #006666;
	width: 305px;
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 6px;
	vertical-align: top;
}

#do_upload_url {
	background: #006666;
	height: 25px;
	width: 106px;
	text-align: center;
	color: #fff;
	font-size: 10pt;
	padding-top: -20px;
	cursor: pointer;
	border: none;
}

#announcement{
	background-color: #ffd9ac;
	background-image:-moz-linear-gradient(top, #ffd9ac, #ffb65d);
	background-image:-o-linear-gradient(top, #ffd9ac, #ffb65d);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffd9ac), to(#ffb65d));
	background-image:-webkit-linear-gradient(#ffd9ac, #ffb65d);
	background-image:linear-gradient(top, #ffd9ac, #ffb65d);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd9ac', EndColorStr='#ffb65d');
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:40px;
	z-index:30;
	border-bottom: 1px solid #afbacc;
}

#announcement p {
	text-align: center;
	line-height: 10px;
	/*text-shadow: 0 1px 0 #fff;*/
	color: #066069;
}

#announcement p a {
	font-weight: bold;
	color: #5779e7;
	text-decoration: none;
}

#announcement p a:hover {text-decoration: underline;}

.main-page-desc {
	text-align: left;
	text-indent: 20px;
	font-size: 10pt;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	color: #669999;
}

#app-banner {
	height: 80px;
	background: yellow;
	border-bottom: 1px solid black;
	padding: 45px 0 0 0;
	width: 100%;
	text-align: center;
	z-index: 10000;
}

#app-banner a {
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
}

.top-menu-item { height: 65px; cursor: pointer; border: 2px solid #669999; background-color: #fff; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; color: #669999; font-size: 20px; line-height: 65px; padding: 0 10px 0 10px; float: right; text-align: center; width: 210px; margin-left: 5px; color: #669999; }
.top-menu-item a { text-decoration: none; color: #669999; }
.top-menu-item h1 { font-size: 20px; color: #669999; font-weight: normal; padding: 0; margin: 0; }
