/* CSS Document */
.boldtext
{
text-align:left;
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#8BB01E;
border-bottom:dashed 1px;
border-color:#8BB01E;
height:30px;
vertical-align:middle;
white-space:nowrap;
}
.text
{
text-align:left;
font-family:Verdana;
font-size:10px;
color:#000000;
white-space:nowrap;
height:16px;
line-height:1.5;

}
.errortext
{
text-align:center;
font-family:Verdana;
font-size:10px;
color:red;
white-space:nowrap;
}
.heading
{
text-align:center;
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
font-variant:small-caps;
background-color:#F32901;
vertical-align:middle;
height:20px;
white-space:nowrap;
}

/*
A{
text-decoration: none; 
font-family:Verdana;
font-size:12px;

}
A:link
{
 font-family:Verdana;
 color: #F68200;
 font-size:12px;
 white-space:nowrap;
 font-weight:bold;
}
A:visited
{
color: #F68200;
 font-family:Verdana;
 font-size:12px;

  white-space:nowrap;
  font-weight:bold;
 }

A:hover
{
 color: #000;
  font-family:Verdana;
  font-size:12px;
   white-space:nowrap;
}
A img
{
 border:none;
  font-family:Verdana;
  font-size:12px;
}
*/
.table
{
background-color:#F1F1F1;
}

.btn { 
background:#F68200 none repeat scroll 0 0;
border:1px solid #000066;
color:#FFFFFF;
}


.dynamicDiv {
width:330px;
height:130px;
border:solid 1px #c0c0c0;
background-color:#e1e1e1;
font-size:11px;
font-family:verdana;
color:#000;
padding:5px;
overflow:scroll;
text-align:left;
margin:0px auto;
}

p
{
margin:0 auto;
}

.addressbook_contactdetails_heading
{
/* background-color:#CCCCCC; */
width:10%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
height:25%;
}

.addressbook_contactdetails_text
{
/* 	background-color:#E4E4E4; */
width:90%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding-left:4px;
}


body
{
margin:auto 0px;
}

.errorMessage
{
COLOR: #ff0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
white-space:nowrap;
color:red;
text-align:center;
}

.listheading
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
white-space:nowrap;
color:white;
font-weight:bold;
background-color:#B8BECC;
}
.DetailData
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
border-bottom: solid 1px;
}
.button
{
background-color:transparent;
border-color: #01326D #01326D #01326D #01326D; 
}
.buttontd
{
text-align:right;
padding-right:10px;
}
.addressbooklinks
{
font-weight:bold;
font-style:italic;
}
