/*
.----------------------------------------------------------------------------.
|  Software : DSWebsite, DSCustomer, DsAdmin                                 |
|   Version : 3.0                                                            |
|   Contact : office@domainscan.ro                                           |
| DSWebsite : http://www.domainscan.ro                                       |
|DSCustomer : http://www.domainscan.ro/customer/                             |
|   DSAdmin : http://www.domainscan.ro/admin/                                |
| -------------------------------------------------------------------------- |
|    Author : Cimpean Andrei (original founder & project administrator)      |
| Copyright : (c) 2007-2020, HOST LAYER SRL. All Rights Reserved.            |
|   Address : 407260, Cuzdrioara, Str.Mihai Eminescu, Nr. 191/A, Jud. CLUJ   |
|     Phone : +40-740-453636 , fax: +40-264-214035                           |
|   Website : www.hostlayer.ro                                               |
|     Email : office@hostlayer.ro                                            |
| -------------------------------------------------------------------------- |
|   License : Distributed under the Licence                                  |
| -------------------------------------------------------------------------- |
|   ____                                     _       _                       |
|  |  __| _   _  _____  _   _  ____  ____   \ \  _  / \ ____  __             |
|  |  _| | |_| ||_   _|| |_| || --_|/ -__\  \ \_/_\_/ // -__\| -/_           |
|  |_|   |_____|  |_|  |_____||_|\_\|__\    \___/ \__/ |__\  |__-/           |
|  				                      the change comes inside you            |
|                                                                            |
| -------------------------------------------------------------------------- |
| The content of this file is HOST LAYER SRL property.                       |
.----------------------------------------------------------------------------.
*/
	

/* =====================================BODY====================================== */
body
{
    font-family: "Arial", "Tahoma", "helvetica", "sans-serif";
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px
}
hr
{
    color: #D0D1D2;
    height: 1px;
}
form {
margin : 0;
padding : 0;
}
.hide { display: none; }
.show { display: block; }

a.underline_blue {text-decoration: none; color: #0066cc;}
a.underline_blue:hover {text-decoration: underline; color: #0066cc;}

a.underline_grayblack {text-decoration: none; color: #4d4d4d;}
a.underline_grayblack:hover {text-decoration: underline; color: #0085CF;}


a.none_blue {text-decoration: underline; color: #0066cc;}
a.none_blue:hover {text-decoration: none; color: #0066cc;}

a.none_grayblack {text-decoration: underline; color: #4d4d4d;}
a.none_grayblack:hover {text-decoration: none; color: #4d4d4d;}

a.none_red {text-decoration: underline; color: #CC0000;}
a.none_red:hover {text-decoration: none; color: #CC0000;}

/* =====================================#END BODY================================= */


/* =====================================TABLES==================================== */
/* principal table --------------------------------------------------------------- */
#principal_table
{
    width: 920px;
    height: 529px;
    border-width: 1px 0px 0px 0px;
    border-spacing: 5px;
    background-color:#ffffff;
}
/* header tables ----------------------------------------------------------------- */
.top_login_table
{
    border-width: 0px 0px 0px 0px;
    border-spacing: 3px;
    border: 1px outset #C7C7C7;
    background-image: url(../imageset/ro/bg_login.gif);
}
.yellow_table
{
    border: 1px outset #FFFFCC;
    font-size: 8pt;
    color: #2B2B2B;
    background-color: #FFFFCC;
}
/* =====================================#END TABLES=============================== */


/* =====================================TEXTFIELDS================================ */
.small_txtbox 
{
    font-size: 7pt;
    text-align: center;
    color: #666666
}
.small_txtbox:focus
{
    font-size: 7pt;
    text-align: center;
    background-color: #e7e7e7;
    color: #666666;
}
/* ------------------------------------------------------------------------------- */
.txtfield_grayblack { color: #666666; }
.txtfield_black { color: #000000; }
/* ------------------------------------------------------------------------------- */
.medium_txtbox
{
    font-size: 8pt;
    color: #666666;
    border: 1px solid #FFFFFF;
    width: 100%;
    text-align: center;
}
.medium_txtbox_red
{
    font-size: 8pt;
    color: red;
    background-color: #fde8e7;
}
.medium_txtbox_green
{
    font-size: 8pt;
    color: green;
    background-color: #ebfdd7;
}
/* ------------------------------------------------------------------------------- */
.small_btn
{
    font-size: 8pt;
    padding-left:5px;
    padding-right:5px;
    cursor: hand; cursor: pointer;
}
.small_btn_2
{
    font-family: Arial;
    font-size: 8pt;
    border: 1px outset #935E0D;
    padding-top:0px;
    padding-bottom:1px;
    padding-left:5px;
    padding-right:5px;
    background-image: url(../imageset/ro/bg_button2.gif);
    background-position:center; 
    cursor: hand; cursor: pointer;
}
.small_btn_1
{
    font-family: Arial;
    font-size: 8pt;
    padding-top:0px;
    padding-bottom:1px;
    padding-left:5px;
    padding-right:5px;
    color: #3E3C3E;
    border: 1px outset #C0C0C0;
    background-image:url('../imageset/ro/bg_button3.gif');
    background-position:center; 
    cursor: hand; cursor: pointer;
}
.small_btn_red
{
    border-style:outset;
    border-width:1px; 
    font-size: 7pt;
    color: #FF0000;
    cursor: hand; cursor: pointer;
    width: 100%;
}
.small_btn_green
{
    border-style:outset;
    border-width:1px; 
    font-size: 7pt;
    color: green;
    cursor: hand; cursor: pointer;
    width: 100%;
}
/* ------------------------------------------------------------------------------- */
.medium_selectbox
{
font-size: 8pt;
color: #000000;
}


.medium_textarea
{
    font-family: Arial;
    font-size: 8.5pt;
    width: 100%;
    color: #999999;
    height: 130px;
    padding-left: 2px;
    padding-top: 2px;
}

/*.transbox {
  filter:alpha(opacity=80);
  opacity:0.8;
  }*/


.medium_textarea_black
{
    font-family: Arial;
    font-size: 8.5pt;
    width: 100%;
    color: #000000;
    height: 130px;
    padding-left: 2px;
    padding-top: 2px;
}
.renewals_textarea
{
    font-family: Arial;
    font-size: 8pt;
    width: 100%; 
    height:199px;
}
.mediumbig_textarea
{
    font-size: 10pt;
    color: #2B2B2B;
}
/* =====================================#END TEXTFIELDS=========================== */


/* =====================================TEXT====================================== */
.small_txt_blue_u
{
    font-size: 7pt;
    text-decoration: underline;
    color: #0085CF;
}
/* ------------------------------------------------------------------------------- */
.small_txt_black
{
    font-size: 7pt;
    color: #000000;
}
/* small-medium------------------------------------------------------------------- */
.smallmedium_txt_white
{
    font-size: 7.5pt;
    color: #ffffff;
}
.smallmedium_txt_red
{
    font-size: 7.5pt;
    color: red;
}

.smallmedium_txt_black
{
    font-size: 7.5pt;
    color: #000000;
}
.smallmedium_txt_black_b
{
    font-size: 7.5pt;
    font-weight: bold;
    color: #000000;
}
/* ------------------------------------------------------------------------------- */
.smallmedium_txt_green_b_u
{
    font-size: 7.5pt;
    font-weight: bold;
    text-decoration: underline;
    color: #669900;
}
/* ------------------------------------------------------------------------------- */
.smallmedium_txt_grayblack
{
    font-size: 7.5pt;
    color: #666666;
    text-decoration: none;
}
.smallmedium_txt_grayblack:hover
{
    font-size: 7.5pt;
    color: #0085cf;
}
.smallmedium_txt_grayblack_b
{
    font-size: 7.5pt;
    font-weight: bold;
    color: #666666;
}
.smallmedium_txt_grayblack_u
{
    font-size: 7.5pt;
    text-decoration: underline;
    color: #666666;
}
.smallmedium_txt_grayblack_u:hover
{
    font-size: 7.5pt;
    text-decoration: underline;
    color: #0085cf;
}
.smallmedium_txt_grayblack_u_b
{
    font-size: 7.5pt;
    text-decoration: underline;
    color: #666666;
    font-weight: bold;
}
.smallmedium_txt_grayblack_u_b:hover
{
    font-size: 7.5pt;
    text-decoration: underline;
    color: #0085cf;
    font-weight: bold;
}
/* ------------------------------------------------------------------------------- */
.smallmedium_txt_red_b
{
    font-size: 7.5pt;
    font-weight: bold;
    color: #EC0000;
}
/* ------------------------------------------------------------------------------- */
.smallmedium_txt_green_b
{
    font-size: 7.5pt;
    font-weight: bold;
    color: green;
}
/* ------------------------------------------------------------------------------- */
.smallmedium_txt_blue
{
    font-size: 7.5pt;
    color: #0085CF;
}
.smallmedium_txt_blue_b
{
    font-size: 7.5pt;
    font-weight: bold;
    color: #0085CF;
}
.smallmedium_txt_blue_u
{
    font-size: 7.5pt;
    text-decoration: underline;
    color: #0085CF;
}
/* medium ------------------------------------------------------------------------ */
.medium_txt_black
{
    font-size: 8.5pt;
    color: #252525;
}
.medium_txt_bblack
{
    font-size: 8.5pt;
    color: #252525;
}
.medium_txt_black_i
{
    font-size: 8.5pt;
    color: #2B2B2B;
    font-style:italic;
}
.medium_txt_black_b
{
    font-size: 8.5pt;
    color: #2B2B2B;
    font-weight: bold;
}
.medium_txt_bblack_b
{
    font-size: 8.5pt;
    color: #000000;
    font-weight: bold;
}
.medium_txt_black_u
{
    font-size: 8.5pt;
    text-decoration: underline;
    color: #2B2B2B;
}
.medium_txt_black_b_u
{
    font-size: 8.5pt;
    text-decoration: underline;
    font-weight: bold;
    color: #2B2B2B;
}
/* ------------------------------------------------------------------------------- */
.medium_txt_red
{
    font-size: 8.5pt;
    color: red;
}
.medium_txt_red_b
{
    font-size: 8.5pt;
    font-weight: bold;
    color: red;
}
/* ------------------------------------------------------------------------------- */
.medium_txt_blue
{
    font-size: 8.5pt;
    color: #0085CF;
    text-decoration: none;
}
.medium_txt_blue_u
{
    font-size: 8.5pt;
    text-decoration: underline;
    color: #0085CF;
}
.medium_txt_blue_b
{
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: none;
    color: #0085CF;
}
.medium_txt_blue_b_u
{
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: underline;
    color: #0085CF;
}
/* ------------------------------------------------------------------------------- */
.medium_txt_white
{
    font-size: 8.5pt;
    color: #FFFFFF;
}
.medium_txt_white_b
{
    font-size: 8.5pt;
    font-weight: bold;
    color: #FFFFFF;
}
/* ------------------------------------------------------------------------------- */
.medium_txt_grayblack
{
    font-size: 8.5pt;
    color: #666666;
}
.medium_txt_grayblack_u
{
    font-size: 8.5pt;
    color: #666666;
    text-decoration: underline;
}
.medium_txt_grayblack_u:hover
{
    font-size: 8.5pt;
    color: #666666;
    text-decoration: none;
}
.medium_txt_grayblack_u_b
{
    font-size: 8.5pt;
    color: #666666;
    text-decoration: underline;
    font-weight: bold;
}
.medium_txt_grayblack_u_b:hover
{
    font-size: 8.5pt;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}
.medium_txt_grayblack_b
{
    font-size: 8.5pt;
    color: #666666;
    font-weight: bold;
}
/* ------------------------------------------------------------------------------- */
.medium_txt_green
{
    font-size: 8.5pt;
    color: green;
    text-decoration: none;
}
.medium_txt_green_b
{
    font-size: 8.5pt;
    color: green;
    text-decoration: none;
    font-weight: bold;
}
/* ------------------------------------------------------------------------------- */
.medium_txt_red
{
    font-size: 8.5pt;
    color: #CC0000;
    text-decoration: none;
}
.medium_txt_red_u
{
    font-size: 8.5pt;
    color: #CC0000;
    text-decoration: underline;
}
.medium_txt_red_u:hover
{
    font-size: 8.5pt;
    color: #CC0000;
    text-decoration: none;
}
.medium_txt_red_b
{
    font-size: 8.5pt;
    color: #CC0000;
    font-weight: bold;
}
.mediummediumlarge_txt_red
{
    font-size: 9pt;
    color: #CC0000;
}
.mediummediumlarge_txt_red_b
{
    font-size: 9pt;
    color: #CC0000;
    font-weight: bold;
}
.mediummediumlarge_txt_black
{
    font-size: 9pt;
    color: #000000;
}
/* medium-large ------------------------------------------------------------------ */
.mediumlarge_txt_white_i
{
    font-size: 10pt;
    color: #FFFFFF;
    font-style: italic;
}
.mediumlarge_txt_red
{
    font-size: 10pt;
    color: #CC0000;
}
.mediumlarge_txt_red_b
{
    font-size: 11pt;
    color: #CC0000;
    font-weight: bold;
}
.mediumlarge_txt_green_b
{
    font-size: 11pt;
    color: green;
    font-weight: bold;
}
.mediumlarge_txt_black_b
{
    font-size: 10pt;
    color: #2B2B2B;
    font-weight: bold;
}
.mediumlarge_txt_grayblack
{
    font-size: 9pt;
    color: #333333;
}
.mediumlarge_txt_grayblack_u
{
    font-size: 9pt;
    color: #333333;
    text-decoration: underline;
}
.mediumlarge_txt_grayblack_u:hover
{
    font-size: 9pt;
    color: #333333;
    text-decoration: none;
}
.mediumlarge_txt_grayblack_b
{
    font-size: 9pt;
    color: #333333;
    font-weight: bold;
}
/* large ------------------------------------------------------------------------- */
.large_txt_grayblack_b
{
    font-size: 12pt;
    color: #383838;
    font-weight: bold;
}
/* ------------------------------------------------------------------------------- */
.large_txt_red_b
{
    font-size: 12pt;
    color: #CC0000;
    font-weight: bold;
}
.large_txt_green_b
{
    font-size: 12pt;
    color: #669900;
    font-weight: bold;
}
/* ------------------------------------------------------------------------------- */
.medium_txt_white_b_shadow
{
    font-family: Arial;
    font-size: 8pt;
    color: #ffffff;
    font-weight: bolder;
    text-shadow: 0.1em 0.1em #213f5c
}

.large_txt_white_b
{
    font-size: 12pt;
    color: #FFFFFF;
    font-weight: bold;
}
.large_txt_white_b_shadow
{
    font-family: Arial;
    font-size: 11pt;
    color: #ffffff;
    font-weight: bolder;
    text-shadow: 0.1em 0.1em #213f5c
}
/* ------------------------------------------------------------------------------- */
.bg { background-color: #CCEEFF; }

.topdiv1 {
        font-size: 8pt;
        /*font-weight:bold;*/
        padding:5px;
	border:1px solid #3a4553;
	background:#ffffcc;
	color:#52565b;
	width: 200px;
	z-index: 300;
	position: absolute;
}
.topdiv2 {
        font-size: 8pt;
        /*font-weight:bold;*/
        padding:5px;
	border:1px solid #3a4553;
	background:#ffffcc;
	color:#52565b;
	width: 246px; 
	z-index: 300;
	position: absolute;	
}
.topdiv3 {
        font-size: 8pt;
        /*font-weight:bold;*/
        padding:5px;
	border:1px solid #3a4553;
	background:#ffffcc;
	color:#52565b;
	width: 318px;   
	z-index: 300;
	position: absolute;	
}
.topdiv4 {
        font-size: 8pt;
        /*font-weight:bold;*/
        padding:5px;
	border:1px solid #3a4553;
	background:#ffffcc;
	color:#52565b;
	width: 316px;   
	z-index: 300;
	position: absolute;
}
.botdiv1 {
        font-size: 8pt;
        padding-top:2px;
        padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #3a4553;
	background:#ffffcc;
	color:#52565b;
}



/* =====================================#END TEXT================================= */
 .tabIVin {
  cursor:hand;cursor:pointer;
  height: 35px;
  font-weight: bolder;
  color: #333333;
  background-image: url(../imageset/ro/bg_auctions_search.gif);
  background-color: #FFFFFF;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999; 
  border-top: 1px solid #999999;

}
.tabIVout {
  cursor:hand;cursor:pointer;
  height: 25px;
  color: #333333;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.tabIVout td {
  background-color: #D9DEE6;
}
 .tabVin {
  cursor:hand;cursor:pointer;
  height: 30px;
  background-color: #F4F4F4;
  color: #333333;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7; 
  border-top: 1px solid #D7D7D7;

}
.tabVout {
  cursor:hand;cursor:pointer;
  height: 20px;
  color: #333333;
  border-right: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}


.left_menu_td_show {
  font-size: 8.5pt;
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #C7C7C7;
  cursor: hand; cursor: pointer;
}

.left_menu_td_hide {
  font-size: 8.5pt;
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #C7C7C7;
  cursor: hand; cursor: pointer;
}


#pagination {
    font-size: 8pt;
    color: #0065cc;
    text-decoration: none;
}

#pagination a {
    font-size: 8pt;
    color: #4d4d4d;
    text-decoration: none;
}
#pagination a:hover {
    font-size: 8pt;
    text-decoration: underline;
    color: #0065cc;
}

