﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	/*background-image: url(../images/bgTruck.jpg);
	background-position: top;
	background-repeat:no-repeat;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
	max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	.jumbotron {
		margin-top: 20px;
	}
	.body-content {
		padding: 0;
	}
}

.DisplayBox
{
	/*padding: 2px 20px;*/
	text-decoration: none;
	border: dotted 1px #E1E1E1;
	background-color: #FFFFFF;
}
.DisplayBox:hover
{
	border: dotted 1px #E1E1E1;
	background-color: #EEEEEE;
}

.DisplayBoxSemiOvalBlue {
padding: 2px 2px;
text-decoration: none;
border: dotted 1px #007DB8;
border-radius: 2%;
background-color: #F2F2F2;
color: black;
margin-bottom:5px;
}

.DisplayBoxSemiOvalBlue:hover {
border: dotted 1px #007DB8;
background-color: #ffffff;
color:#000;
font-weight: bold;
}

.SearchResultBox
{
	/*padding: 2px 2px;*/
	text-decoration: none;
	/*border: 1px dotted #FFFFFF;*/
	background-color: #FFFFFF;
}
.SearchResultBox:hover
{
	/*border: 1px dotted #D8D8D8;*/
	background-color: #F7F7F7;
}

.HighlightBox
{
	/*padding: 2px 2px;*/
	/*text-decoration: none;*/
	/*border: 1px dotted #FFFFFF;*/
	background-color: #FFFFFF;
}
.HighlightBox:hover
{
	/*border: 1px dotted #D8D8D8;*/
	background-color: #F7F7F7;
}

.linkdisplay
{
	padding: 2px 20px;
	text-decoration: none;
}

.DisplayBoxOval
{
	padding: 2px 20px;
	text-decoration: none;
	border: dotted 1px #99CC00;
	border-radius:10%;
	background-color: #EEEEEE;
	height:100px;
}
.DisplayBoxOval:hover
{
	border: dotted 1px #99CC00;
	background-color: #ffffff;
}

.BrownTextXLarge
{
	font-size:50px;
	color:#56002F;
	text-align:center;
}

.GrayTextXLarge
{
	font-size:50px;
	color:#6E6E6E;
	text-align:center;
}

.PurpleTextXLarge
{
	font-size:50px;
	color:#6F2586;
	text-align:center;
}

.RedTextXLarge
{
	font-size:50px;
	color:#CE1127;
	text-align:center;
}

.OrangeTextXLarge
{
	font-size:50px;
	color:#FF7701;
	text-align:center;
}

.BrownText
{
	font-size:20px;
	color:#56002F;
	text-align:center;
}

.GrayCircle
{
	font-size:40px;
	color:#007DB8;
	border:1px solid #C1C1C1;
	width:98%;
	text-align:center;
	height:98%;
	line-height:100px;
	border-radius:5%;
}

.circleBorderREDSmall
{
	width:22px;
	height:22px;
	border-radius:50%;
	border:1px solid Red;
	font-size:11px;
	color:#56002F;
	line-height:22px;
	text-align:center;
}

a.ContextMenuItem {
margin: 1px 0 1px 0;
display: block;
color: #039;
text-decoration: none;
cursor:pointer;
padding: 4px 19px 4px 33px;
white-space: nowrap;
}

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position:fixed;
	top: 250px;
	left: 50px;
	width: 250px;
	padding: 5px;
	z-index: 100;
	background: #008623;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a.tip span img {
	border:1;
}

 a:hover.tip {
	/*font-size: 99%;  this is just for IE */
}

a:hover.tip span {
	display: block;
}

.grid-view
{
	padding: 0;
	margin: 0;   
	border: 1px solid #ccc;	
}

.grid-view tr.header
{	
	border: 1px solid #ccc;
	background:url(../images/bggreenbutton.png);
	color:#FFFFFF;
}

.grid-view tr.normal
{
   color: #6E6E6E;
   vertical-align: middle;
   text-align: left;
   background-color: #FFFFFF;
}

.grid-view tr.alternate
{
   color: #6E6E6E;
   vertical-align: middle;
   text-align: left;
   background-color: #F2F7FB;	
}
.grid-view tr.selected
{
   color: #6E6E6E;
   vertical-align: middle;
   text-align: left;
   background-color: Red;	
}
.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
   background-color:LightBlue;
   color: black;
   font-weight:normal;
}

.watermarkNoWidth {
	color: #ccc;
}
.watermark60 {
	font-family:Arial ;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #696969;
	border: 1px solid #7a96df;
	width: 60px;
}

.dashedline {
border-top: 0.2px dotted #ccc;
}
.dashedlinebottom {
border-bottom: 0.2px dotted #ccc;
}
.dashedlinetop {
border-top: 0.2px dotted #ccc;
}
.verticalLine {
	border-right: 0.2px dotted #ccc;
}
.linkText{
	color: #0076B8;	
	font-size:12px;
	border-bottom: 1px dotted #0076B8;
}


/*gridview pagination 1*/
.table table  tbody  tr  td a ,
.table table  tbody  tr  td  span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table   table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
/*end gridview pagination 1*/

/*gridview pagination 2*/
.pagination-ys {
	/*display: inline-block;*/
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
	display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
	position: relative;
	float: left;
	padding: 4px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #81345E;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
	position: relative;
	float: left;
	padding: 4px 12px;
	line-height: 1.42857143;
	text-decoration: none;    
	margin-left: -1px;
	z-index: 2;
	color: #aea79f;
	background-color: #f5f5f5;
	border-color: #dddddd;
	cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
	color: #97310e;
	background-color: #eeeeee;
	border-color: #dddddd;
}
/*end gridview pagination 2*/

.jumbotronbackground {
background: url(../Images/header.jpg) no-repeat center center fixed;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.hidden
{
	display:none;
}
.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=90);
	opacity: 0.5;
}
.modalPopup
{
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	padding-top: 10px;
	padding-left: 10px;
	display: hidden;
	width:900px;
}

.modalPopup1
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.checkboxlistsmall{
	font-size:10px;
	width:100%;
}
.checkboxlistsmall input 
{ 
	float:left;
}
.checkboxlistsmall label 
{ 
	display: block;
}

.buttonClass
{
	padding: 2px 20px;
	text-decoration: none;
	border: dotted 0.1px #007DB8;
	background-color: #F9F9F9;
}
.buttonClass:hover
{
	border: solid o.2px #007DB8;
	background-color: #ffffff;
}
.hrDotted{
	border-top:0.2px dotted #aea79f;
}

.submenucontrol
{ 
  z-index:9999;
}

.modal
	{
		position: fixed;
		top: 0;
		left: 0;
		background-color: black;
		z-index: 99;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		min-height: 100%;
		width: 100%;
	}
	.loading
	{
		font-family: Arial;
		font-size: 10pt;
		border: 5px solid #67CFF5;
		width: 200px;
		height: 100px;
		display: none;
		position: fixed;
		background-color: White;
		z-index: 999;
	}
	.next{
	border:0.5px dotted #007DB8;
	}

	.next:hover{
		border:0.5px dotted #007DB8;
		background-color: #007DB8;
		color:#FFFFFF;
	}

	#placeholder { 
	background-image:url('../Images/landmarks.png');    
	height: 100px;
	width: 100px;
}

.fixedHeader
{
  font-weight:bold;
  position:absolute;
  background-color: #006699;

  color: #ffffff;

  height: 25px;

  top: expression(Sys.UI.DomElement.getBounds(document.getElementById("panelContainer")).y-25);

}

.modalnew
{
	position: fixed;
	z-index: 1000;
	height: 100%;
	width: 100%;
	top: 0;
    left:0;
	background-color: Black;
	filter: alpha(opacity=90);
	opacity: 0.5;
	-moz-opacity: 0.8;
}
.center
{
	z-index: 1000;
	margin: 300px auto;
	padding: 10px;
	width: 200px;
	background-color: White;
	border-radius: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.center img
{
	height: 100%;
	width: 100%;
}

.wrap
{
    width: 320px;
    height: 192px;
    padding: 0;
    overflow: hidden;
}

.frame
{
    width: 1280px;
    height: 786px;
    border: 0;

    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.printFrame {
   display: none; 
}