body {
	background-color : #003067;
	background-image: url(/images/whiteBack.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	color: #333333;
	font-family: arial,helvetica,sans-serif;
	font-size: 9.5pt;
	letter-spacing: 0.5px;
	line-height: 14pt;
	text-align: left;;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width:741px;
	height: 100%;
	background: url(/images/BalloonBack.jpg) no-repeat;
	padding-left: 30px;
	padding-right: 29px;
	padding-top: 110px;
}

#content-top {
		background: url(/images/background2-top.gif) no-repeat;
		height:25px;
		width: 740px;
}


#content-mid {
	background: url(/images/background2-mid.gif) repeat-y;
	width: 700px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 400px;
}

#content-bottom {
		background: url(/images/background2-bottom.gif) repeat-y;
		height: 74px;
		width: 742px;
		font-size:12px;
}

#content {
	margin-left: auto;
	margin-right: auto;
}

.navlink{
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 38px;
	float: left;
	width: 140px;
}


a{
    color:Blue;
}

#calls{
    font-family:Verdana;
    width:500px;
}

#calls th{
    padding:10px;
}

td.header{
	text-align:right;
	font-size:x-small;
	color:Black;
	font-family:Verdana;
	font-weight:bold;
}

td.thinfield{
	text-align:right;
	font-size:x-small;
	color:Black;
	font-family:Verdana;

}

#normalBold{
   color:Black;
   font-family:Verdana;
	font-weight:bold;
}

.smaller{
   font-size:smaller;
}

#normal{
   color:Black;
   font-size:small;
   font-family:Verdana;
}

#redBold{
   color:Red;
   font-size:small;
   font-family:Verdana;
	font-weight:bold;
}

#apiheader{
	text-align:center;
	font-weight:bold;
	font-size:larger;
	font-family:Verdana;
}

table.api{
	width:600;
}

a.home{
	font-weight:bold;
}

.clearing{
	clear: both;
	font-size: 0;
	height: 0;
}

.DataHeading{
	/*width:140px;*/
	font-weight:bold;
}


#PageHeading{
	color:#000066;
	font-size:12pt;
	font-weight: bold;
}



.RequiredField{
	float:left;
	width: 120px;
	text-align: left;
	padding-bottom:4px;
}

.RequiredStar{
	color:#FF0000;
	font-weight:bold;
}
.InputField{
	float:left;
	width: 190px;
	text-align: left;
	padding-bottom:4px;
}

div.ClearBoth{
	background-color:#0E1823;
	clear:both;
	display:block;
	height:0;
	line-height:1px;
	visibility:hidden;
}


/*Round corner boxes*/

.xrounded h1, .zrounded h1 {
	margin:0;
	font-size:14px;
	padding:0 8px 3px 8px;
	border-bottom:1px solid #dbe7f6;
}
.xrounded p, .zrounded p {
	margin:0;
	padding:5px 0;
	font-size:10px;
	line-height:125%;
}
.xrounded {
	background: transparent;
	width:100%;   /*Adjust the width here*/
	float:left;
	margin:0 0 15px 0;
	line-height:125%;
}
.xtop, .xbottom {
	display:block;
	background:transparent;
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff;
border-left:1px solid #dbe7f6;
border-right:1px solid #dbe7f6;
}
.xb1 {
margin:0 5px;
background:#dbe7f6;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px;
margin:0 1px;
}

.xboxcontent {
display:block;
border:0 solid #dbe7f6;
border-width:0 1px;
height:auto;
background:#fff;
}
div.xboxcontent div{
/*padding: 0 4px 0 8px;*/

}

* html .xboxcontent {
height:1px;
}

.color_a {
background: #014983; /* Change the top part color here*/
color:#FFFFFF;
}

.color_a a:link, .color_a a:visited, .color_a a:active{
color:#FFFFFF;
text-decoration: none;
}

.color_a a:hover{
color:#FFFFFF;
text-decoration: underline;
}

.xboxcontent .content {
  border: 0px;
  background-color: #ffffff;
  padding: 8px 10px 20px 10px;
  overflow: visible;
}
.xboxcontent .content a:link,
  .menu-dialog .content a:visited,
  .menu-dialog .content a:link
{
  color: #000000;
  font-weight:bold;
}
.xboxcontent .content a:hover {
 /*color: #000000;*/
}

.xboxcontent div hr {
  background-color: #999999;
}


/* CLASS TYLES    */


/*
  buttons
*/

/* button-based */
button.button {
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
}
button.button .button-right {
  display: block;
  background: transparent url(images/but_right.png) no-repeat right top;
  padding: 0px 10px 0px 0px;
  height: 21px;
}
button.button .button-left {
  display: block;
  margin: 0px;
  background: transparent url(images/but_left.png) no-repeat left top;
  padding: 0px 5px 0px 15px;
  vertical-align: middle;
  white-space: nowrap;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #111d4d;
  font-weight: bold;
  font-size: 11px;
  height: 22px;
  line-height: 21px;
}

div.main-button {
  background: transparent url(images/but_right.png) no-repeat right top;
}

div.main-button div,
  div.main-button a:link,
  div.main-button a:visited,
  div.main-button a:hover,
  div.main-button a:active
{
  background: transparent url(images/but_left.png) no-repeat left top;
  color: #000000;
}


