body {
	background-image: url(images/back_plain_gray.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	

}
.chatInvite
{
position:absolute; 
top:0; 
left:0; 
right:0; 
bottom:0;
visibility:
hidden;z-index:2;
width:281px;
height:227px;
border: 1px solid #cccccc;

}
img.feature { 
    float: left; 
    margin: 4px; 
}

.linestitle
{
height: 1px;
color:#cccccc; 
background-color:#cccccc; 
}
.left_shadow {
	background-image: url(images/back_shadow_body_left.jpg);
	background-repeat: repeat-y;
	
	
}
.right_shadow {
	background-image: url(images/back_shadow_body_right.jpg);
	background-repeat: repeat-y;
	
}
.main_home
{
	background:#FFFFFF;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

chatInvite div {display: none}
chatInvite:hover div { /*the div will display just on :hover state*/
display:block;
position:absolute;
}


body,td,input,select,textarea {
	font-family: Arial;
	font-size: 12px;
}
.title {
	color: #666666;
	font-size: 13px;
}
.small_grey {
	color: #333333;
	font-size: 9px;
}
.title_homepage {
	color: #FF0000;
	font-size: 13px;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

.knowledgebase a {
	color: #000000;
}

.footerLink,
.footerLink a, 
.footerLink a:hover {
	color: #666666;
	font-size: 10px;
	
}

.heading {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #4191E0;
	
}
.heading_red {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	
}
.heading_red_small {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	
}
.heading2,
.heading2 a, 
.heading2 a:hover 
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
    	color: #4191E0;
    	text-decoration: none;

}
.cart_heading2,
.cart_heading2 a, 
.cart_heading2 a:hover 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    	color: #4191E0;
    	text-decoration: none;

}

.heading2_std,
.heading2_std a, 
.heading2_std a:hover 
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
    	text-decoration: none;

}

.heading3_std,
.heading3_std a, 
.heading3_std a:hover 
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
    	text-decoration: none;

}

.heading3 {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #4191E0;
}

table.wrapper {
	width: 950px;
}

table.clientlinks {
	background:#666666;
}

td.clientlinks {
	background:#666666;
	width:25%;
	text-align:center;
	padding: 6px;
}

.navboxlinks {
    background-color: #ffffff;
    padding: 5px;
}

.navboxlinks td {
    border-bottom: 1px dotted #cccccc;
}

.navbox {
    background-color: #f7f7f7;
    border: 1px dotted #cccccc;
    padding: 5px;
}

.navinput {
    border: 1px solid #cccccc;
    width: 95px;
}

.submitbutton {
    color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background-color: #666666;
    border: 1px solid #666666;
}

.button {
    color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background-color: #666666;
    border: 1px solid #666666;
}



.footerbar {
    background-color: #ffffff;
    color: #666666;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-top:1px solid #cccccc;
    
    

}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 98%;
	border: 0px solid #666666;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: left;
}

.clientareatable {
	width: 100%;
	
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #ffffcc;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #ccff99;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #ff9999;
	text-align: center;
}




tr.clientareatableActive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablePending {
	background-color: #ffffcc;
	text-align: center;
}

tr.clientareatableSuspended {
	background-color: #ccff99;
	text-align: center;
}

tr.clientareatableTerminated {
	background-color: #ff9999;
	text-align: center;
}

tr.clientareatableFraud {
	background-color: #FF0000;
	text-align: center;
}



tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}





/* SUCKERFISH2 MENU

--------------------------------------------------------- 


.navigacija {
margin-left:15px;
background: url(images/activear.gif) no-repeat 100% 0;
height: 26px;
}*/


/* SUCKERFISH2 MENU
--------------------------------------------------------- */
#navigacija{
margin-left:15px;
z-index: 1;
}
.nav ul {
background:#fff;
}
#navigacija  a {
color: #666666;
}
#navigacija  li li {
/*border-top: 1px solid #6c6b6b;/*light*/
/*border-bottom: 1px solid #000;/*dark*/
}
#navigacija  li.active {
background: url(images/activear.gif) no-repeat 100% 0;
}
#navigacija  li.active span {
background: url(images/activeal.gif) no-repeat 0 0;
}
#navigacija  li.active a {
}

#navigacija  li:hover span, 
#navigacija  li.sfHover span {
background: url(images/ahoverr.gif) no-repeat 100% 0;
}
#navigacija  li:hover a, #navigacija  li.sfHover a {
background: url(images/ahoverl.gif) no-repeat 0 0;
color: #cdcdcd;
}
#navigacija  li:hover span.topdaddy, #navigacija  li.sfHover span.topdaddy {
background: url(images/activehr.gif) no-repeat 100% 0;
}
#navigacija  li:hover span.topdaddy a, #navigacija  li.sfHover span.topdaddy a {
background: url(images/activehl.gif) no-repeat 0 0;
color: #666666;
}
#navigacija  li:hover ul, #navigacija  li.sfHover ul {
background: #111111;/*373636*/
}
#navigacija  li li:hover, #navigacija  li li.sfHover {
background: #434343;
}
#navigacija  {
height: 26px;
}
#navigacija  ul {
list-style: none;
margin: 0;
padding: 0 0 0 0px;
}
#navigacija  li {
display: block;
float: left;
margin: 0;
/*margin-right: 10px;*/
padding: 0;
}
#navigacija  li span {
display: block;
float: left;
}
#navigacija  a {
display: block;
float: left;
height: 26px;
line-height: 25px;
padding: 0 12px;
font-weight: bold;
/*font-size: 12px;*/
text-decoration: none;
}
#navigacija  li li a {
/*font-size: 12px;*/
}
#navigacija  a:hover {
text-decoration: none;
}
#navigacija  li:hover, #navigacija  li.sfHover {
background: none;
}
.nav, .nav * {
margin:0;
padding:0;
}
div#navigacija  {
position: relative;
z-index: 1;
}
div#navigacija  .wrapper {
position: relative;
}
#navigacija  li li {
margin: 0;
}
div#navigacija  li li span, div#navigacija  li.active li span, div#navigacija  li:hover li span {
background:none;
}
.nav {
/*line-height:1.0;*/
float:left;
margin-bottom:1.5em;
position: relative;
}
.nav ul {
padding: 0;
}
.nav li {
float:left;
list-style:none;
position:relative;
}
.nav li li a {
display:block;
padding: 0;
text-decoration:none;
background-image: none;
float:none;
width:200px;
}
div#navigacija  li li a {
height: 26px;
line-height: 26px;
}
div#horizmenu li:hover {
background-position: 0 0;
}
div#navigacija  li:hover li, div#navigacija  li.sfHover li, div#navigacija  li.active:hover li, div#navigacija  li.active.sfHover li, div#navigacija  li:hover li span, div#navigacija  li.sfHover li span {
background-image: none;
}
div#navigacija  li:hover li a, div#navigacija  li.sfHover li a, div#navigacija  li.active:hover li a, div#navigacija  li.active.sfHover li a {
background-image: none;
}
.nav li ul {
float:none;
left:-999em;
position:absolute;
width: 200px;
z-index: 1;
/*border: 0px solid #000000;*/
}
.nav li:hover ul, .nav li.sfHover ul {
left:0px;
top: 26px;
}
.nav li:hover li ul, .nav li.sfHover li ul, .nav li li:hover li ul, .nav li li.sfHover li ul, .nav li li li:hover li ul, .nav li li li.sfHover li ul {
top:-999em;
}
.nav li li:hover ul, .nav li li.sfHover ul, .nav li li li:hover ul, .nav li li li.sfHover ul, .nav li li li li:hover ul, .nav li li li li.sfHover ul {
left: 200px;
top:0px;
width: 200px;
}
.nav li li {
position: relative;
float:none;
width: 200px;
}

.submitorder{
    color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    height:20px;
    width:80px;
    font-size: 11px;
    background-repeat: no-repeat;
     background-image: url(https://www.hpchost.com/templates/hpcHostv2/images/bt_order.jpg);
    font-weight: bold;
    border: 0px solid #FFFFFF;
    
}
.submitordersmall{
    color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    height:15px;
    width:60px;
    font-size: 11px;
    background-repeat: no-repeat;
    background-image: url(https://www.hpchost.com/templates/hpcHostv2/images/bt_order_small.jpg);
    font-weight: bold;
    border: 0px solid #FFFFFF;
    
}


.productconfbox {
    border: 1px dotted #cccccc;
    padding: 0px;
}

.productconfboxtop {
    background-color: #cccccc;
   }


.frontbox {
    border: 1px dotted #cccccc;
 
}

.imgfrontvps{
    height:200px;
    width:250px;
    background-repeat: no-repeat;
    background-image: url(https://www.hpchost.com/images/imgFrontVPS.jpg);

}
.imgfrontmanagedvps{
    height:200px;
    width:250px;
    background-repeat: no-repeat;
    background-image: url(images/imgFrontManagedVPS.jpg);
    
}
.imgfrontcolo{
    height:200px;
    width:250px;
    background-repeat: no-repeat;
    background-image: url(https://www.hpchost.com/images/imgFrontColo.jpg);
}
.imgfrontdedicated{
    height:200px;
    width:250px;
    background-repeat: no-repeat;
    background-image: url(https://www.hpchost.com/images/imgFrontDedicated.jpg);
}
.heading5, 
.heading5 a
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}
.landingpage1{

height:600px;
width:800px;
background-repeat: no-repeat;
background-image: url(https://www.hpchost.com/banners/800x600/landingPage_3.jpg);
}
.landingpage2{

height:600px;
width:800px;
background-repeat: no-repeat;
background-image: url(https://www.hpchost.com/banners/800x600/landingPage_4.jpg);
}











.home_page_0_0{

height:500px;
width:700px;
background-repeat: no-repeat;
background-image: url(http://www.hpchost.com/images/home_page_0_2.jpg);
}

.home_side_page_0_0{

height:150px;
width:200px;
background-repeat: no-repeat;
background-image: url(http://www.hpchost.com/images/home_side_bg_0_0.jpg);
padding-top:7px;
padding-left:8px;
padding-right:7px;
}

.home_page_0_0_title {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	
}















.morelandingpage1windowsvps a
{
position:relative;
left:185px;
top:490px;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
}

.morelandingpage1linuxvps a

{
position:relative;
left:375px;
top:475px;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
}

.vmwareListWhite,
.vmwareListWhite a, 
.vmwareListWhite a:hover 
{
position:relative;
font-size: 11px;
color: #FFFFFF;
}

.vmwareListRed,
.vmwareListRed a, 
.vmwareListRed a:hover 
{
position:relative;
font-size: 11px;
color: #990000;
}

.standardRed,
.standardRed a, 
.standardRed a:hover 
{
color: #FF0000;
font-weight: bold;
}

.vmwareListBlue,
.vmwareListBlue a, 
.vmwareListBlue a:hover 
{
position:relative;
font-size: 11px;
color: #4191E0;
}




.vmwareList,
.vmwareList a, 
.vmwareList a:hover 
{
position:relative;
font-size: 11px;
color: #000000;
}

.table1,
.table1 a, 
.table1 a:hover 
{
background-color: #FFFFFF;
}

.table2,
.table2 a, 
.table2 a:hover 
{
background-color: #EEEEEE;
}

.tablehighlight
{
cursor: pointer;
background-color: #cdcdcd;
}

.tablehot,
.tablehot a, 
.tablehot a:hover 
{
color: #FF000;

}


.vmwareListhot,
.vmwareListhot a, 
.vmwareListhot a:hover 
{
position:relative;
font-size: 11px;
color: #FF000;
}

.dedicatedbackground{

height:200px;
width:800px;
background-repeat: no-repeat;
background-image: url(https://www.hpchost.com/images/banners/bannerDedicatedServer.jpg);
}



.menutitle{
cursor:pointer;
margin-bottom: 5px;
color: #4191E0;
text-decoration: none;
padding:1px;
text-align:left;
	font-weight: bold;

}

.submenu{
padding-left:20px;
margin-bottom: .5em;
color: #00000;
}



.menutitleFAQ{
cursor:pointer;
margin-bottom: 5px;
color: #4191E0;
text-decoration: none;
padding:1px;
text-align:left;
	font-weight: bold;

}

.submenuFAQ{
padding-left:20px;
margin-bottom: .5em;
color: #00000;
}



.landinpage_black_big,
.landinpage_black_big a, 
.landinpage_black_big a:hover 
{
font-size: 13px;

color: #000000;
}



.Why_HPC_Host,
.Why_HPC_Host a, 
.Why_HPC_Host a:hover 
{
font-size: 16px;
color: #000000;
font-weight: bold;
}

.Why_HPC_Host_small,
.Why_HPC_Host_small a, 
.Why_HPC_Host_small a:hover 
{
font-size: 12px;
color: #000000;

}




.Hosting_Solution_corner_right {
	background-image: url(images/pages/HostingSolution/corner_right.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width:200px;
	height:300px;
	}
	
.Hosting_Solution_corner_left {
	background-image: url(images/pages/HostingSolution/corner_left.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width:200px;
	height:300px;
	}	
.Hosting_Solution_center {
	background-image: url(images/pages/HostingSolution/center.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width:200px;
	height:300px;
	}	




.VMware_Hosting_Solution_corner_right {
	
	background-image: url(images/pages/VmwareHostingSolution/corner_right3.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width:225px;
	height:300px;
	}
	
.VMware_Hosting_Solution_corner_left {
	background-image: url(images/pages/VmwareHostingSolution/corner_left3.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width:225px;
	height:300px;
	}	
.VMware_Hosting_Solution_center {
	background-image: url(images/pages/VmwareHostingSolution/center3.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width:225px;
	height:300px;
	}	
.VMware_Hosting_Solution_centerHA {
	background-image: url(images/pages/VmwareHostingSolution/centerHA3.jpg);
	BACKGROUND-REPEAT: no-repeat;
	width:225px;
	height:300px;
	}
.title_Hosting_Solution {
	width:200px;
	font-family: Arial;
	font-weight: bold;
	color: #4191E0;
	font-size: 14px;
	POSITION: absolute;
	PADDING-TOP: 20px;
	text-align: center;
}

.text_Hosting_Solution {
	width:160px;
	font-family: Arial;
	font-size: 12px;
	POSITION: absolute;
	PADDING-TOP: 25px;
	PADDING-left: 25px;
	PADDING-right: 30px;
	text-align: left;
}


.link_Hosting_Solution,
.link_Hosting_Solution a, 
.link_Hosting_Solution a:hover 
{
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #4191E0;
	POSITION: absolute;
	PADDING-TOP: 85px;
	PADDING-left: 60px;
	text-align: left;
}
	
	
.link_VMware_Hosting_Solution,
.link_VMware_Hosting_Solution a, 
.link_VMware_Hosting_Solution a:hover 
{
	PADDING-left: 60px;
	
}

	
.text_link_VMware_Hosting_Solution,
.text_link_VMware_Hosting_Solution a, 
.text_link_VMware_Hosting_Solution a:hover 
{
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4191E0;
	text-decoration: none;
}

.text_link_VMware_Hosting_Solution2,
.text_link_VMware_Hosting_Solution2 a, 
.text_link_VMware_Hosting_Solution2 a:hover 
{ 
       font-family: Arial;
       font-size: 12px;
       font-weight: bold;
       color: #000000;
	text-decoration: none;
}
