body {
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;

}

#body {
   background-color:#FFF;
   margin:0 auto;
   width: 900px;
   padding:0;
   text-align: center;  /*centering the content for IE6 */

}

table {
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}


input,select {
   font-size:12px;
}

a:link,a:visited {
   color:#012b49;
}

h1 {
   font-size:24px;
   color: #293256;
}

h2 {
   font-size:18px;

}

h3 {
   font-size:13px;
}

h4 {
   font-size:13px;
}

h5 {
   font-size:13px;
}

h6 {
   font-size:10px;
}

img {
   border:none;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:5px 0;
}


h2,h3,h4,h5,h6 {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-variant: small-caps;
   color: #b76d2c;
}

p {
   margin-bottom:10px;
   padding:0;
}

#header {
   height:57px;
   color:#fff;
   position:relative;
}

#xEditingArea{
   text-align: left;
}

#error {
   background-color:red;
   color:#FFF;
   height:28px;
}

.row-b hr, .row-a hr{
  border: none;
  background-color: #c9c8c7;
  color: #c9c8c7;
  height: 1px;
}

.row-b, .row-a{
  background-image: url(../images/ribbon_background2.png);
	background-repeat: no-repeat;
	/*background-position: 35% top; */
	background-position: right top;
}

.viewrow-b, .viewrow-a{
  background-image: url();
}

.row-b, .viewrow-b{
     background-color: #C9DaEa;
}

#homepage {
   width:800px;
   position:relative;
   right:50px;
   margin:0 auto;
   height:100%
}

#content {
   height:200px;
   display:table; 
   width:1020px;
   text-align:left;
}


#left {
   width:40px;
   float:left;
   padding:0px 0px 0px;
   height:100%;
   background-color:white;
}

#right {
   width:880px;
   height:100%;
   padding:10px;
   margin-right:10px;
   float:right;
   position:relative;
   bottom:14px;
   right:63px;
}

.pages {
   width:880px;
   height:100%;
}

/*
#right td{
   color:#585857

}
*/

#footer {
   text-align:center;
   width:1020px;
   background-color:#C9DaEa;
   color:#202d39;
   position:relative;
   top:4px;
   padding:10px 0;
}

#footer a:link,#footer a:visited {
   color:#c5c8a1;
   text-decoration:none;
}

#footer ul {
   padding-bottom:2px;
}

#footer ul li {
   display:inline;
}

#footer p {
   color:#f1f1f1;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
   top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#helptip{
	color:#FFFFFF;
	background-color:blue;
	font-weight:bold;
	padding:4px 4px 2px 4px;
	text-decoration:none;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
   cursor:help;
}
