/**** Globals ****/
body { margin: 0px; padding: 40px 0 0 0; color: #FFFFFF; background: #000 url(../images/layout/back.page.gif) repeat-x center center; }


a:link { color:#9898CB; text-decoration: underline; }
a:visited { color: #9898CB; text-decoration: underline; }
a:hover { color: #9898CB; text-decoration: none; }


a.np:link, a.np:visited { color: #999999; font-size: 9px; }
a.np:hover { color: #999999; font-size: 9px; }
.np { color: #999999; font-size: 9px; display: none; }


h1 { font-size: 18px; color: #17589A; margin: 0px; padding: 0px 0px 5px 0px; }
h2 { font-size: 15px; color: #FFFFFF; line-height: 22px; font-weight: bold; margin: 0px; padding: 0px; }
h3 { font-size: 14px; color: #333333; line-height: 19px; font-weight: bold; margin: 0px; padding: 0px; }
h4 { font-size: 13px; color: #D44202; line-height: 16px; font-weight: bold; margin: 0px; padding: 0px; }
h5 { font-size: 12px; color: #D44202; line-height: 16px; font-weight: bold; margin: 0px; padding: 0px; }
h6 { font-size: 11px; color: #3A3A7B; line-height: 14px; font-weight: bold; margin: 0px; padding: 0px; }

.white { color: #FFFFFF; }
.justify { text-align: justify; }
.bold { font-weight: bold; }

img { border: 0; }
br { line-height: 9px; }
br.small { line-height: 3px; }
.png { behavior: url(../utils/pngHack.htc); }
.small { font-size: 10px; line-height: 11px; }
.validation { color: #FF0000; }

.txtBox { background:#333333; border:1px solid #999999; padding:2px 0 0 4px; height:15px; line-height:11px; font-size:11px; color:#9898CB; }
.txtGrey, .txtGrey a, .txtGrey a:link, .txtGrey a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:none; color: #929292; }
.txtGrey a:hover { color: #ffffff; text-decoration: underline; }
/*
.txtWhite, .txtWhite a, .txtWhite a:link, .txtWhite a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; line-height: 1.25em; }
.txtWhite a:hover { color: #9898CB; text-decoration: none; }
*/
.txtWhite { font-family: Arial; font-size: 12px; color: #ffffff; }


.txtBlue { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #9898CB; }
.headBlue { font-weight:bold; font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #9898CB; }

/* Scroll Bar Master Styling Starts Here */
.scrollgeneric { line-height: 1px; font-size: 1px; position: absolute; top: 0; left: 0; }
.vscrollerbar { width: 16px; height: 16px !important; background: #000000 url(../images/layout/scrollbar.png) -16px 0px no-repeat; }
.vscrollerbase { width: 16px; background: #000000 url(../images/layout/scrollbar.png) 0px 0px repeat-y; }
.vscrollerbasebeg { width: 16px; height: 16px !important; /*Again, the safari fix, normally this line is not needed.*/ background: url(../images/layout/scrollbar.png) -32px 0px no-repeat; }
.vscrollerbaseend { height: 16px; width: 16px; background: url(../images/layout/scrollbar.png) -32px -16px no-repeat; }
.hscrollerbase { height: 16px; background-color: black; }
.hscrollerbar { height: 16px; background-color: black; }
.vscrollerbar, .hscrollerbar { padding: 17px; }
.scrollerjogbox { width: 16px; height: 16px; top: auto; left: auto; bottom: 0px; right: 0px; background: #000000; }

/*Modal Popup*/
.modalBackground { background:Gray; filter:alpha(opacity=70); opacity:0.7; }
.modalPopup { border:1px solid #000000; }
.modalPopup .header { background:url(../images/header_bg.gif) repeat-x; height:28px; width:100% !important; }
.modalPopup .header .title { font-size:12px; font-weight:bold; }
.modalPopup .modal_content { background-color:#000; background:url(../images/layout/back.page.gif) repeat-x center center; padding:0px; }
/*Modal Popup end*/

/**** Datagrids ****/
.datagrid { border-color:#CCCCCC; }
.datagrid td { padding:3px; }
.datagridheader { background-color:#666666; color:#FFFFFF; font-weight:bold; }
.datagridheader a:link { color:#FFFFFF; text-decoration:none;  }
.datagridheader a:visited { color:#FFFFFF; text-decoration:none;  }
.datagridheader a:hover { color:#FFFFFF; text-decoration:underline;  }

.datagriditem, .datagriditem a { background:#CCCCCC; color:#555555; }
.datagriditem_alt, .datagriditem_alt a { color:#555555; background-color:#eeeeee; }
.datagridfooter {  }

.datatable { padding:0; margin:0; }



.CalendarBoxes { float:left; height:240px; margin-right:10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; }
.calendar { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #929292; }
.calDay { width: 25px; height: 25px; }
.calDayEvent { width: 23px; height: 23px; background: #3A3A4E; border: #3A3A4E 1px solid; }
.calDayEvent a { color: #929292; text-decoration: none; }
.calDaySelected { width: 23px; height: 23px; color: #929292; background: #3A3A4E; border: #9898CB 1px solid; }
.calDaySelected a { color: #929292; text-decoration: none; }

.GalleryPhotoHolder { float:left; padding:10px; width:116px; height:70px; }
.GalleryPhoto { padding:5px; border:solid 1px #cccccc; background:#ffffff; display:block; }
.GalleryPhoto:hover { border:solid 1px #001A57; }
.GalleryPhotoDrag { padding:5px; border:solid 1px #cccccc; background:#ffffff; cursor:move; }
.GalleryPhotoDrag:hover { border:solid 1px #001A57; }



/**** Progress Div ****/
.progressContainer { position:relative; left:300px; top:45px; z-index:2; }
.progressBox { position:absolute; width:100px; border: 1px solid #999999; padding:6px; background-color:#FFFFFF; color:#000000; text-align:center; }





.npOverlay 
{
  background:#000; 
}


.npContainer 
{
  display:none;
  position: absolute;
  width: 620px;  
  background-color: #FFFFFF;
  color: #333;
  border:solid 2px #D1D3D4;
  padding: 10px;
}


.npTitle { border:solid 2px #D1D3D4; padding:2px; }
.npTitle h1 { font-weight:bold; font-size:16px; padding:3px 0px 3px 3px; }/**/

.npContent 
{
     
}

.npClose {  }
.npClose .modalClose  span { display:none; }
.npClose .modalClose:hover { background-position:0 -20px; }
.npClose .modalClose 
{
  margin-top:2px;
  border:1px dotted #DDDDDD;
  cursor:pointer;
  width:20px;
  height:20px;
  display:block;
  float:right;
  background:transparent url(../images/close_icon_double_2.png) 0 0 no-repeat;
}

#address {
	float: right; 
	padding: 10px; 
	color: #999999; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

#sharethis 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left; 
	padding: 30px 0 0 15px;
}



