@charset "utf-8";

/*   - HEADER -    */

*{
	font-family: "lucida grande", Arial, Helvetica, sans-serif;
	color: #889196;
}
body {
	/*background-color: #FFFFFF;*/
	/*background-image: url(../images/bg_tile.gif);*/
	
	background-repeat: repeat-x;
	width: 100%; /*775px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

p {
	/*
  font-size:14px;
	text-align:left;
	*/
	text-align:left;
	font-size:			12px;
	line-height:		16px;
	font-weight:		lighter;
	padding:			10px 10px 0px 10px;
	margin:				0px;

}

a:hover {
color:#66CC00;
text-decoration:none;

}


ul{
	font-size:14px;
	margin-left:8px;
	padding-left:8px;
	left:8px;
	list-style-type: circle;
}

.container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/*   - HEADER END -    */


/*   - HEAD -    */

.logo_img{
	float: left;
	margin-top:15px;
	margin-left:40px;
	font-size: 11pt;
}

/*   login    */

.login_box {
	background-color: #d9effd;
	height: 85px;
	width: 457px;
	clear: right;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;	_margin-bottom: 20px;
	margin-left: 0px;
}
.login {
	font-family: "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#666666;
	font-weight: bold;
	height: 65px;
	padding: 10px;
	background-image: url(../images/login_bg.jpg);
	background-repeat: repeat-y;
}
.login a {
	color: #87b1fd;
	font-weight: normal;
	font-size: 8pt;
}
.login  label {
	display: block;
	width: 180px;
	float: left;
}
.login_input {
	background-color: #d9effd;
	background-image: url(../images/login_input.jpg);
	height: 25px;
	width: 160px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: black;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*   login end    */

.convert_box {
	position:relative;
	display:block;	
	/*background-image: url(../images/convert_bg.jpg);*/
	width: 715px;
	min-height:480px;
	clear: both;
	font-size: 11pt;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: repeat-y;
	background-position: center;
}

/*   tabs    */

#tabs {
	clear: both;
	display: block;
	background-image: url(../images/convert_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 55px;
	padding-left: 15px;
}

#convert {
	margin-bottom: 40px;
}

.act{
	width: 186px;
	text-decoration: none;
	height: 44px;
	display: block;
	float: left;
	text-align: center;
	background-image: url(../images/btn_top_active.jpg);
	font-weight: bold;
	line-height: 44px;
}
.inact{
	width: 186px;
	text-decoration: none;
	height: 44px;
	display: block;
	float: left;
	text-align: center;
	background-image: url(../images/btn_top_inactive.jpg);
	color: #c1cad1;
	font-weight: bold;
	line-height: 44px;
}

.act .convert {
	display: block;
	background-image: url(../images/convert_a.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 30px;
}
.inact .convert {
	display: block;
	background-image: url(../images/convert_i.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 30px;
}
.convert:hover {
	cursor:pointer;	cursor: hand;
	display: block;
	background-image: url(../images/convert_a.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 30px;
}
.act .faq {
	display: block;
	background-image: url(../images/faq_a.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin-left: 30px;	
}
.inact .faq {
	display: block;
	background-image: url(../images/faq_i.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin-left: 30px;
}
.faq:hover {
	cursor:pointer; cursor: hand;
	display: block;
	background-image: url(../images/faq_a.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin-left: 30px;
}
.act .about {
	display: block;
	background-image: url(../images/about_a.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 25px;
}
.inact .about {
	display: block;
	background-image: url(../images/about_i.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 25px;
}
.about:hover {
	cursor:pointer;
	display: block;
	background-image: url(../images/about_a.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 25px;
}
.act .register {
	display: block;
	background-image: url(../images/register_a.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin-left: 20px;
	color:#666666;
}
.inact .register {
	display: block;
	background-image: url(../images/register_i.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin-left: 20px;
	/*color:#666666;*/	
}
.register:hover {
	cursor:pointer; cursor: hand;
	display: block;
	background-image: url(../images/register_a.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin-left: 20px;
}

.act .manager {
	display: block;
	background-image: url(../images/manager_a.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 25px;	
}
.inact .manager {
	display: block;
	background-image: url(../images/manager_i.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 25px;	
}
.manager:hover {
	cursor:pointer; cursor: hand;
	display: block;
	background-image: url(../images/manager_a.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 25px;
}

.act .account {
	display: block;
	background-image: url(../images/account_a.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 25px;	
}
.inact .account {
	display: block;
	background-image: url(../images/account_i.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 25px;	
}
.account:hover {
	cursor:pointer; cursor: hand;
	display: block;
	background-image: url(../images/account_a.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-left: 25px;
}

/*   tabs end    */


/*   inputs    */
div.fileinputs {
	position: relative;
	clear: both;
	height:80px;
	display: block;
	padding:0 0 10px 0;
	margin:0px;
}

div.fakefile {
text-align: left;
	background-image: url(../images/txt_field_browse_active.png);
  position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;	
	height: 24px;
	width: 488px;
	padding: 32px;
	padding-left: 160px;
	background-repeat: no-repeat;
}
div.fakefile_inact {
text-align: left;
	background-image: url(../images/txt_field_inactive.png);
  position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;	
	height: 24px;
	width: 488px;
	padding: 32px;
	padding-left: 160px;
	background-repeat: no-repeat;
}

.faketext{   
	width: 336px;
	border: 0px solid;
}

input.file {
	position: relative;
	margin-left:450px;
	margin-left:525px;
	text-align: right;
	font-size:200%;
	opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;
	z-index: 2;
	width:185px;
	height: 80px;
}
input.filemoz {
	position: relative;
	margin-left:390px;
	text-align: right;
	opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;       
	font-size:240%;
	z-index: 2;
	width:185px;
	height: 80px;
}

/*   inputs end    */



/*   additional begin    */

.additional1 {
	position: relative;
	clear: both;
	display: block;
	margin:0 0 10px 0; /*15px;*/
}
.additional1A {
	position: relative;
	clear: both;
	display: block;
}
.divLineAdd3{
	position: relative;
	display: block;
	clear:both;
	height:25px;
	margin-bottom:5px;
}
.divNameAdd3{
	position: relative;
	display: block;
	text-align: right;
	margin-right:10px;
	float:left;
	width:150px;
}
.divTextAdd3{
	position: relative;
	display: block;	
	margin-right:10px;
	float:left;
}
input.file2 {
	display: block;
	position: absolute;
	margin-left:525px;
	float: right;
	font-size:200%;
	opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;
	z-index: 2;
	width:185px;
	height: 80px;
}
input.filemoz2 {
	position: relative;
	margin-left:450px;
	text-align: right;
	opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;
	font-size:240%;
	z-index: 2;
	width:185px;
	height: 80px;
}
div.hide_add{
	display: none;
}

/*   additional end    */



/*   steps begin    */
#steps {

margin:0 0 10px 0;

}

#steps a{
	width: 178px;
	font-family: "lucida grande", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	height: 57px;
	display: block;
	float: left;
	text-align: center;
	line-height: 55px;	
}
.step1{
	position: relative;
	background-image: url(../images/arrow_1.jpg);
	clear: both;
	display: block;
	height: 57px;
}
.step2{
	position: relative;
	background-image: url(../images/arrow_2.jpg);
	clear: both;
	display: block;
	height: 57px;
}
.step3{
	position: relative;
	background-image: url(../images/arrow_3.jpg);
	clear: both;
	display: block;
	height: 57px;
}
.step4{
	position: relative;
	background-image: url(../images/arrow_4.jpg);
	clear: both;
	display: block;
	height: 57px;
}

.hide_step_1,.hide_step_2{
 position:absolute; z-index:3;display:block; height:80px; width:715px; left:0px; 
 background-color: #111111;	opacity: .3;filter: alpha(opacity=30);-moz-opacity: .3;
}
.hide_step_3{
 position:absolute; z-index:3;display:block; height:80px; width:536px; left:0px; 
 background-color: #111111;	opacity: .3;filter: alpha(opacity=30);-moz-opacity: .3;
}
.hide_step_4{
 position:absolute; z-index:3;display:block; height:80px; width:180px; left:536px; 
 background-color: #111111;	opacity: .3;filter: alpha(opacity=30);-moz-opacity: .3;
}
.show_step{
	visibility: hidden;
}
/*   steps end    */



/*   slidingBox begin    */
.big_sel{
	background-image: url(../images/sliding_bg.jpg);
	position: relative;
	height: 80px;
	width: 640px;
	float: left;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-color: #D9EFFD;
	border-left-color: #D9EFFD;
	overflow:hidden;
}
.big_sel_left, .big_sel_left:hover, .big_sel_left_inact{
	height: 80px;
	width: 35px;
	float: left;	
}
.big_sel_left{
	background-image: url(../images/left_btn.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
}
.big_sel_left_inact{
	background-image: url(../images/left_btn_inactive.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
}
.big_sel_left:hover {
	background-image: url(../images/left_btn_over.jpg);
}
.big_sel_right, .big_sel_right:hover, .big_sel_right_inact{
	height: 80px;
	width: 35px;
	float: left;	
}
.big_sel_right{
	background-image: url(../images/right_btn.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
}
.big_sel_right_inact{
	background-image: url(../images/right_btn_inactive.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
}
.big_sel_right:hover {
	background-image: url(../images/right_btn_over.jpg);
}
.divImg{
	position:relative;
	height: 100px;
	width: 98px;
	float: left;
}
.divText{
	font-size:11px;
	font-weight:bold;
	position:relative;
	height: 24px;
	width: 128px;
	float: left;
	text-align:center;
}

#cont_id_1 {

padding-bottom:0px;
margin-bottom:0px;


}
.HTMLTORSS_A, .HTMLTORSS:hover{
	background-image: url(../images/icons_conversion/icon_htmltorss.jpg);
}
.ICONV{
	background-image: url(../images/icons_conversion/icon_iconv.jpg);
	height: 80px;
	width: 128px;
	float: left;
}
.ICONV_A, .ICONV:hover{
	background-image: url(../images/icons_conversion/icon_iconv.jpg);
}
/*   slidingBox end    */

.browse, .browsed, .browse_inact{
	position: absolute;
	left: 598px;
	top:0px;
	display: block;
	clear: right;
	height: 82px;
	width: 115px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	
	background-image: url(./images/btn_browse_active.png);
  /*opacity: 0.5;filter: alpha(opacity=50);-moz-opacity: 0.5;*/

}

.browse{
	background-image: url(../images/btn_browse_active.png); 
	background-color: transparent;   
	border-width: 1px;                                         
	background-position: center center;                                
}
.browsed{
	background-image: url(../images/btn_browse_over.png);
	background-color: transparent; 
	border-width: 0px;
background-position: center center;
}
.browse_inact{
	background-image: url(../images/btn_browse_inactive.png);
	background-color: transparent;
	border-width: 1px;
  background-position: center center;
}

.send, .send:hover, .send_inact{
	height: 83px;
	width: 115px;
	display: block;
	float: right;
	border-style: none;
}

.send {
	background-image: url(../images/btn_send_active.png);
	background-color: transparent;
	background-repeat: no-repeat;
	border-width: 0px;
	background-position: center center;
}
.send_inact{
	background-image: url(../images/btn_send_inactive.png);
	background-color: transparent;
	background-repeat: no-repeat;
	border-width: 0px;
	background-position: center center;
}
.send:hover {   
	background-image: url(../images/btn_send_over.png);
	background-color: transparent;
	background-position: center center;
}

.send_i{
	background-image:url(../images/txt_field_email_active.png);
	background-color: transparent;
	height: 24px;
	width: 404px;
	padding: 35px;
	padding-left: 160px;
	background-repeat: no-repeat;
	float: left;
	border-width: 0px;
	/*
	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: #D9EFFD;
	border-right-color: #D9EFFD;
	border-bottom-color: #D9EFFD;
	border-left-color: #D9EFFD;
  */
}
.send_i_inact{
	background-image:url(../images/txt_field_inactive.png);
	background-color: transparent;
	height: 24px;
	width: 404px;
	padding: 35px;
	padding-left: 160px;
	background-repeat: no-repeat;
	float: left;
	border-width: 0px;
}
.hide_marker{
 position:absolute; z-index:3;display:block; height:80px; width:98px; left:447px;
}

#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:400px;
}
.error_message{
	position:relative;display:block;clear:both; width:620px;text-align: center;
}
#divFiles{
	position: relative;
	display: block;
	width:715px;
	height:450px;
	overflow: auto;
	clear:both;
	border:1px solid #C8C8C8;
}
.divF{
	position: relative;
	display: block;
	clear:both;
	border-bottom:1px solid #C8C8C8;
	padding-top: 2px;
	padding-bottom: 4px;
}
.divCheckF, .divCheckOF{
	width:20px;
	float:left;
}
.divFName, .divOFName{
	width:454px;
	float:left;
	overflow: auto;
}
.divFDate, .divOFDate{
	width:100px;
	float:left;
}
.divFSize, .divOFSize{
	width:60px;
	float:left;
}
.divCheckOF, .divOFName, .divOFDate, .divOFSize{
	padding-top: 2px;
	padding-bottom: 4px;
	background-color:#FFFFFF;
}
.tblFiles{
	border-top:1px solid #C8C8C8;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	width:713px;
}
.tblFiles td{
	border-bottom:1px solid #C8C8C8;
}
.divTitleClmn {
	position: relative;
	width: 150px;
	float: left;
	text-align: left;
	padding-left: 10px;
	margin-top: 3px;
}
.divContClmn {
	position: relative;
	display:block;
	width: 550px;
	float: left;
	text-align: left;
	margin-top: 3px;
}
.divSep {
	background-color: #C8C8C8;
	position: relative;
	display:block;
	width: 400px;
	height: 25px;
	color:#555863;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
/* registration begin */
.tblRegister{
	border-width: 1px 1px 0px 1px;
	border-color: #889196;
	border-style: solid;
	width:400px;
	border-spacing:0px;
}
.tblLHeader, .tblHeader, .tblRHeader{
/*	background-color:#C4BC96;*/
	background-color:#C8C8C8;
	border-color: #889196;
	border-style: solid;
	font-weight: bold;
	color:#555863;
	padding: 2px 5px;
}
.tblLHeader{
	border-width: 0px 1px 1px 0px;
	width:190px;
}
.tblHeader{
	border-width: 0px 1px 1px 0px;
	width:100px;
	text-align:center;
}
.tblRHeader{
	border-width: 0px 0px 1px 0px;
	width:100px;
	text-align:center;
}
.tblLClmn, .tblClmn, .tblRClmn{
	border-color: #889196;
	border-style: solid;
	padding: 2px 5px;
}
.tblLClmn{
	border-width: 0px 1px 1px 0px;
}
.tblClmn{
	border-width: 0px 1px 1px 0px;
	text-align:center;
}
.tblRClmn{
	border-width: 0px 0px 1px 0px;
	text-align:center;
}
/* registration end */



/* buttons begin */
.btnStyle {
	text-decoration:none;
	background-image: none;
	background-color:#C8C8C8;
	border:1px solid #889196;
	color:#666974;
	font-weight: bold;
	width: 60px;
}
.btnStyle:hover {
	border-width: 1px 2px 2px 1px;
	color:#555863;
	cursor:pointer; cursor: hand;
}
#sbmLogin{
	float:left;
	clear:right;
	margin-top:20px;
	margin-bottom:10px;
	font-family: 'lucida grande', Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
/* buttons end */


/* faq begin */

 .faq_top {
 	background-image:url(../images/faq/faq_top.jpg); 
 	background-repeat:no-repeat; 
	width:715px;
	height:20px;
 }
 .faq_content {
	min-height:10px; 
	background-color:#FFFFFF; 
	padding:0 10px 0 10px;
 }
 
  .faq_bottom {
	background-image:url(../images/faq/faq_bottom.jpg); 
	background-repeat:no-repeat; 
	width:715px; 
	height:20px;
 }  
  
 .faq_bottom_answer {
	background-image:url(../images/faq/faq_bottom_answer.jpg); 
	background-repeat:no-repeat; 
	width:715px; 
	height:20px;
}
/* faq end */


/*   - CONTENT TOP SECTION END -    */



.divide {
	background-image:url(../images/bg_tile_2.gif);
	background-repeat:repeat-x;
	height:20px;
	width:100%;
}



/*   - CONTENT BOTTOM SECTION END -    */

.bottom_box {
	font-size: 8pt;
	width: 335px;
	display: block;
	float: left;
	margin-left: 35px; _margin-left: 18px;
}
.bottom_box h2 {
	font-size: 12pt;
	color:#5FC6FF;
	
}
.check_list li {
	list-style-image: url(../images/icons_small/ico_check.gif);
	padding:0 3px;
	vertical-align:middle;
}

/*   - CONTENT BOTTOM SECTION END -    */
/* - 3 columns at the bottom -  */
td
{
padding:0px;
}
h2.h1
{
  font-size:1.5em;
  color:#FFFEFF;
}
h2.h2
{
  font-size:1.2em;
  color:#FFFEFF;
}

div.c1 /* Whole one column positioning */
{
  position:absolute;
  left:0px;
  top:270px;
  width:236px
  z-index:2;
  text-align:center;
}
div.c2 /* Whole one column positioning */
{
  position:absolute;
  left:267px;
  top:270px;
  width:236px
  z-index:2;
  text-align:center;
}
div.c3 /* Whole one column positioning */
{
  position:absolute;
  left:534px;
  top:270px;
  width:236px
  z-index:2;
  text-align:center;
}
.hdr_td 
{
  background-image:url(../images/bg_col_hdr.jpg);
  background-repeat:no-repeat;
  text-align:center;
  width:236px;
  height:73px;
}
td.body
{
  border-width:1px;
  border-left-style:solid; 
  border-left-color:#E0E0E0;
  border-right-style:solid; 
  border-right-color:#E0E0E0;
  padding:5px 0px 0px 0px;
  width:230px;
  height:300px;
  vertical-align:top;
}
.ftr_td 
{
  background-image:url(../images/bg_col_btm.jpg);
  background-repeat:no-repeat;
  text-align:center;
  width:236px;
  height:10px;
}