
* { margin: 0; padding: 0 } 

/* errors style*/
.fielderror { color: red; }
.fieldreq { color: #333;}
.errorMessage{color:red;}
.error{
	color:red;
	font-weight:bold;
	border:1px dashed #0F5881;
	background-color: #CFE2FC;
	padding:10px 10px 10px 20px;
	margin-bottom:20px;
}
.message{
	color:#0060BF;
	font-weight:bold;
	border-bottom:1px dashed #0F5881;
	padding:10px 10px 10px 20px;
	margin: 0px 1px;
	width:480px;
}
.errorBorder{
	border:1px dashed #0F5881;	
}

a
{
	color: #5A5A5A;
}
a:hover
{
	color: #DDA100;
}

a.bold
{
	font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
    border-width: 0px;
    outline: 0
} 

h2
{
	font-size: 15px;
	color: #4A9CD5;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 5px;
}

.bold{
	font-weight:bold;	
}
/* account general*/
#content{
    float:left;
    padding: 10px;
}

#sidebar{
    float:right;
    width:150px;
    border-left: solid 1px #A0A0A0;
    border-bottom: solid 1px #A0A0A0;
    padding: 10px;
}

#sidebar ul li 
{
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;	
}

#account{
   font-family:arial;
   font-size:12px;
}

#account .details{
   border:1px solid #d4d4d4;
   background-color:#fff;
   float:left;
   margin-right:20px;
}

#account .title{
   color: #fff;
   background: #4b81a0;
   margin:1px;
   font-weight:bold;
   padding:5px;
   width:500px;
}

#account p{
	padding:5px 0px;	
}

#account form label{
	font-weight:bold;
	float:left;
    white-space: no-wrap;
    text-align:right;
    padding:0px 10px 0px 0px;
}

#account form label:hover{
	cursor: pointer;	
}

#account form .focus {	
	background: beige;
	color: black;
	width:161px;
}

#account form .normal {
	background: white;
	color: black;
	width:161px;
}


/* account invoicing*/

.top3{
 	position:relative;
 	top:-3px;
}

.companyInfo{
    display:block; /* use to be none */
}

#vatField{
	display:block; /* use to be none */
}

#imgValidVat,#imgInvalidVat,#imgVatValidation{
	display:none;
}


/* action button style*/
/* ------------------------------------------------------------------------------------------------------*/

#account a.button {
    /* Sliding right image */
    background: transparent url('../images/buttons/button-right.gif') no-repeat scroll top right;
    display: block;
    float: left;
    height: 29px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    padding-right: 12px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
}

#account a.button span {
    /* Background left image */ 
    background: transparent url('../images/buttons/button-left.gif') no-repeat;
    display: block;
    line-height: 29px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 0px 0 5px 36px;
}

#account a.button:hover span{
    text-decoration:underline;
    background: transparent url('../images/buttons/button-left-hover.gif') no-repeat;
}

/* tool tip style*/
/* ------------------------------------------------------------------------------------------------------*/

#dhtmltooltip{
position: absolute;
left: 300px;
width: 150px;
border: 1px solid black;
padding: 2px;
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;
}

/* end of tool tip style*/
/* ------------------------------------------------------------------------------------------------------*/
