@charset "utf-8";
/* CSS Document for www.embededdchat.com (c)*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;

	text-align: center;
}
body {
	margin: 0px;
	background:#E2E2E2;
}
a {
	text-decoration: none;
}
.img{ border:none;}

#container {
	background: url(images/wrapper_back.png)  repeat-y center scroll;
	width: 800px;
	padding: 0pt 16px 0pt 16px;
	margin: 0pt auto;
	height: 100%;
	bottom: 0px;
}
#header_container {
	height: 128px;
	width: 100%;
	float: left;
	clear: both;
}

.logo {
	border:none;
	float:right;
	clear:left;
	}
.banner {
	border:none;
	float:right;
	clear:right;
	}
	
#under_logo {
	font: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ff0000;
	width: 300px;
	float: left;
	clear: none;
	margin-top: 0px;
	margin-left: 20px;
	height: 25px;
	text-align: center;
}
#menu_container {
	background-color: transparent;
	background-image: url(images/menu_back.png);
	background-repeat: repeat-x;
	background-position: top center;
	height: 58px;
	width: 100%;
	float: left;
	clear: both;
	}
#navcontainer ul {
	color:#FFF;
	font-family:arial,helvetica,sans-serif;
	height:17px;
	padding-left:10px;
	padding-top:5px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
#navcontainer ul li {
	display:inline;
	height:17px;
	font-size:14px;
}
#navcontainer ul li a {
	background-image: url(images/triangle.png);
	background-position: left 3px;
	background-repeat:no-repeat;
	color:#FFF;
	float:left;
	height:17px;
	display:block;
	text-decoration:none;
	padding-right: 15px;
	padding-left:15px;
}
#navcontainer ul li a:hover {
	background-image: url(images/triangle_hover.png);
	background-position: left 6px;
	background-repeat:no-repeat;
	color:#FFF;
	height:17px;
	padding-right: 15px;
	padding-left:15px;

}
#navcontainer ul li a:active {
	background-image: url(images/triangle_hover.png);
	background-position: left 6px;
	background-repeat:no-repeat;
	color:#FFF;
	height:17px;
	padding-right: 15px;
	padding-left:15px;

}

#subnav ul {
	color:#FFF;
	height:14px;
	padding-left:10px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
#subnav ul li {
	line-height:13px;
	height:13px;
	list-style-type: none;
	display: inline;
}

#subnav ul li a  {
	color:#FFF;
	float:left;
	display:block;
	text-decoration:none;
	padding-right: 15px;
	padding-left:15px;
	line-height: 13px;
	font-size: 12px;
	margin-bottom: 3px;
	padding-bottom: 4px;
}
#subnav li a:hover { text-decoration:underline;}


#content {
	font-weight:normal;
	width: 800px;
	color: #333333;
	bottom: 0px;
	background-color:#fff;
	clear: both;
	margin: auto;
}

#content_left {
	width: 200px;
	float: left;
	clear: left;
	border-right: 1px solid #CCC;
	margin-top: 10px;
	padding-left: 10px;
	text-align: center;}

.login_box {
	background:transparent url(images/login_box_back_down.png) no-repeat scroll center bottom;
	margin:auto;
	width:168px;
	font-size:12px;
	color: #000033;
	font-weight: bolder;
	text-align: center;
	}

.login_box h1 {
	font-size:14px;
	color:#fff;
	background:transparent url(images/login_h.png) no-repeat scroll center top;
	line-height:25px;
	margin-top:0px;
	padding-top: 0pt;
	padding-bottom: 5pt;
	text-align: center;
}

.info_box {
	background:transparent url(images/info_box_back_down.png) no-repeat scroll center bottom;
	margin:auto;
	width:168px;
	font-size:12px;
	color: #000033;
	font-weight: bolder;
	text-align: center;
	padding: 0 0 0 0;
	}
.info_box span {
	color: #FF0000;
	font-size: 24px;
}
	
.help_box {
	background:transparent url(images/info_box_back_down.png) no-repeat scroll center bottom;
	margin:auto;
	width:168px;
	font-size:12px;
	color: #000033;
	text-align: center;
	}
	
.help_box h1 {
	font-size:14px;
	color:#fff;
	background:transparent url(images/info_h.png) no-repeat scroll center top;
	line-height:25px;
	margin-top:0px;
	padding-top: 0pt;
	text-align: center;
}

	
.info_box h1 {
	font-size:14px;
	color:#fff;
	background:transparent url(images/info_h.png) no-repeat scroll center top;
	line-height:25px;
	margin-top:0px;
	padding-top: 0pt;
	text-align: center;
}

.login_box .input {
	border-color:-moz-use-text-color -moz-use-text-color #999;
	border-style:solid;
	border-width:1px;
	color:#666;
	font-size:12px;
	margin-right:2px;
	margin-top:2px;
	width:120px;
}
.login box button {
	margin-top:6px;
	}
	
.package {
	background:transparent url(images/back_left_box_down.png) no-repeat scroll center bottom;
	margin:10px auto;
	width:142px;
	font-size:12px;
	color: #FFF;
	font-weight: bolder;
	height: 170px;
	}
.package p{
	margin-top:0px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:124px;
	height: 112px;
	overflow:hidden;
}
#package_free h1 {
	font-size:16px;
	color:#000;
	background:transparent url(images/back_left_box__free_h.png) no-repeat scroll center top;
	line-height:46px;
	margin-top:0px;
	padding-top: 0pt;
	padding-bottom: 5pt;
	margin-bottom: 0px; }

#package_payperlead h1 {
	font-size:16px;
	color:#000;
	background:transparent url(images/back_left_box__payperlead_h.png) no-repeat scroll center top;
	line-height:46px;
	margin-top:0px;
	padding-top: 0pt;
	padding-bottom: 5pt;
	margin-bottom: 0px; }
	
#package_priorityone h1 {
	font-size:16px;
	color:#000;
	background:transparent url(images/back_left_box__priorityone_h.png) no-repeat scroll center top;
	line-height:46px;
	margin-top:0px;
	padding-top: 0pt;
	padding-bottom: 5pt;
	margin-bottom: 0px; }

#package_prioritytwo h1 {
	font-size:16px;
	color:#000;
	background:transparent url(images/back_left_box__prioritytwo_h.png) no-repeat scroll center top;
	line-height:46px;
	margin-top:0px;
	padding-top: 0pt;
	padding-bottom: 5pt;
	margin-bottom: 0px; }
#package_dedicated h1 {
	font-size:16px;
	color:#000;
	background:transparent url(images/back_left_box__dedicated_h.png) no-repeat scroll center top;
	line-height:46px;
	margin-top:0px;
	padding-top: 0pt;
	padding-bottom: 5pt;
	margin-bottom: 0px; }
#embeddedabout{
	width:520px;
	height:174px;
	float:left;
	clear:both;
}
#content_right {
	width: 560px;
	height: 100%;
	clear: right;
	float: left;
	margin: 10px auto 0px 10px;
	text-align: left;
	color: #000033;
}
#content_right td {
	color: #000033;
}

#content_right2 {
	width: 780px;
	height: 100%;
	clear: right;
	float: left;
	margin: 10px auto 0px 10px;
	text-align: left;
	color: #000033;
}
#content_right2 td {
	color: #000033;
}
#inputsection {
	width:190px;
	float: left;
	position: relative;
	margin-top: 15px;
	margin-left: 10px;
	clear: left;
}
#inputarea_form {
	background:transparent url(images/embedded_form_back.png) no-repeat scroll left bottom;
	display:block;
	height:370px;
	position:relative;
	width:190px;
}

#inputarea_form input  {
	background:white none repeat scroll 0% !important ;
	border:medium none;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:18px;
	line-height:20px;
	padding-top:3px;
	position:absolute;
	top: 340px;
	left: 53px;
	width: 63px;
}
#inputarea_form textarea{
	background: transparent none repeat scroll 0% !important;
	border:medium none;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:18px;
	line-height:20px;
	padding-top:3px;
	position:absolute;
}

#inputarea_form #submit {
	background:transparent none repeat scroll 0% !important;
	border:medium none !important;
	bottom:55px;
	cursor:pointer !important;
	height:20px;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	position:absolute;
	right:10px;
	text-indent:-10000px;
	width:59px;
}
#about_embeddedchat {
	width: 321px;
	height: auto;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EBE9ED;
	border-bottom-color: #EBE9ED;
	border-left-color: #EBE9ED;
	background: url(images/about_back.png) right bottom no-repeat;
	text-align:justify;
	margin-left: 15px;
	margin-top: 15px;
	position: relative;
}
#about_embeddedchat p {
	width:306px;
	margin-bottom:20px;
	line-height: 13px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}

#about_embeddedchat h1 {
	background:url(images/about_h.png) top center no-repeat;
	text-indent:-1000em;
	margin:0px;
	line-height:50px;
	}
#footer {
	background: url(images/footer_back.png) bottom center no-repeat;
	clear: both;
	height: 25px;
	width: 752px;
	margin: 30px auto auto auto;
	line-height:23px;
	float: inherit;
	color: #FFFFFF;
}
#footer ul li {
	width:752px;
	display:inline;
	line-height:23px;
	list-style-type: none;
}
#footer li a {
	float:left;
	margin-right:10px;
	margin-bottom:2px;
	padding-right:5px;
	font-size:12px;
	color:#fff;
	border-right: solid 1px #fff;
	text-decoration:none;
}
#footer li a:hover { float:left; font-size:12px; color:#fff; bord-right: solid 1px #fff; text-decoration:underline; }
#about_more {
	height: 50px;
	width: 150px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#text_right {
	width:550px;
	float:right;
	text-align: justify;
	height: auto;
	width: 510px;
	margin: 10px 15px;
}

.ewTable {
text-align: left;
background-color:#CCCCCC;
padding: 1px;
border: 0px;
}

.ewTableHeader {
background-color:#eeeeee;
font-weight: bolder;
}
.ewTable td { text-align:left;}


h4 {
border-top: 0px;
border-right: 0px;
border-bottom: 1px;
border-left: 20px;
border-left-color: #FF6600;
border-bottom-color: #003366;
border-style: solid;
padding: 0 0 0 10px;
}

.domeniu { 
float: left; 
width: 50%; 
}

.dombifat { 
float: left; 
width: 50%; 
color: #3355ff;
font-weight: bold;
}

.mesaj {
color: #ff0000;
text-align: center;
font-weight: bolder;
border: 1px;
border-color: #ff0000;
border-style: solid;
}

.clientcode {
	background-color:#CCCCCC;
	color:#000033;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 3px;
	text-align: left;
	padding-left: 10px;
	margin: 10px 15px 10px 15px;
	font-family: "Courier New", Courier, monospace;
}

.tabinactiv {
	border-left: 1px;
	border-bottom: 1px;
	border-top: 1px;
	border-right: 1px;
	border-style:solid;
	border-color: #cccccc;
	background-color:#fefefe;
	border-bottom-color: #003399;
	padding: 5px 5px 5px 5px;
	color:#FF0000;
	font-weight: bold;
}
.tabblank {
	border-left: 0px;
	border-bottom: 1px;
	border-top: 0px;
	border-right: 0px;
	border-style:solid;
	border-bottom-color: #003399;
	padding: 5px 5px 5px 5px;
	color:#FF0000;
	font-weight: bold;
}

.tabinactiv a {
	color:#FF0000;
	text-decoration: none;
}

.tabactiv {
	border-left: 1px;
	border-bottom: 0px;
	border-top: 3px;
	border-right: 1px;
	border-style:solid;
	border-color: #003399;
	background-color:  #A2C6DC;
	padding: 3px 5px 5px 5px;
	color:#EA5F0A;
	font-weight: bold;
}
.tabactiv a {
	color:#EA5F0A;
	text-decoration: none;
}
.tabcontent {
	border-left: 1px;
	border-bottom: 1px;
	border-top: 0px;
	border-right: 1px;
	border-style:solid;
	border-color: #003399;
	background-color:  #A2C6DC;
	padding: 5px 5px 5px 5px;
}
.tabcontent a {
	color:#222222;
	text-decoration: none;
	font-weight: bold;
}

.demo_message {
	font-size: 25px;
	font-weight: bold;
	color: #ff0000;
}
.tabsearch {
	border-left: 1px;
	border-bottom: 1px;
	border-top: 1px;
	border-right: 1px;
	border-style:solid;
	border-color: #003399;
	background-color: #A2C6DC;
	padding: 5px 5px 5px 5px;
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
color: #FF0000;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}