.breakWord
{
	/*word-wrap: break-word;*/
    
}

.gridHeader
{
    background-image: url(../images/grid-header-bg.gif);
    font-weight:bold;
    color:#006699;
    border-bottom:#cccccc solid 1px;
}

.rightSideBorder
{
	border-right:2px solid #000000;
}

.UpperRight
{
	text-align: right;
	vertical-align:top 
}

.Small 
{
	font-size: 8pt
}

.BoldSmall 
{
	font-weight:bold;
	font-size: 8pt
}

.BoldSmallWhite 
{
	font-weight:bold;
	color:White 
}

.RegularLarge
{
	font-size: 12pt
}

.BoldLarge
{
	font-weight:bold;
	font-size: 12pt
}

body {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	margin: 0px;
	background: #fff;
	padding: 0px;
}

#masthead {
	background-color: #17528a;
	background-image: url(../images/masthead-bg.jpg);
	background-repeat: repeat-x;
	height: 65px;
}

#phone {
	position: absolute;
	top: 0px;
	right: 0px;

}
	
/* global links
---------------------------------------------------------- */
a:link {
	color: #17528a;}
a:visited {
	color: #17528a;}
a:hover {
	color: #000;}

/* table and cell styles
---------------------------------------------------------- */
td {
	vertical-align: top;
	}

/* general styles
---------------------------------------------------------- */
h1	{
	color: #1b548c;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	}
h2	{
	color: #1b548c;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
h3	{
	color: #000;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	}
	
input[type="button"], input[type="submit"]{ background:#43a6cf; padding:4px; margin:0; color:#fff; border:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; } 
input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus { background:#c2e2ed; color:#666; cursor:pointer; } 

/* E5B300 FED24B */
input[type="button"].yellow, input[type="submit"].yellow { background:#FED24B; padding:4px; margin:0; color:#666; border:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; } 
input[type="button"].yellow:hover, input[type="button"].yellow:focus, input[type="submit"].yellow:hover, input[type="submit"].yellow:focus { background:#E5B300; color:#fff; cursor:pointer; } 

/*.button { background:#43a6cf; padding:4px; margin:2px; color:#fff; border:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; }
.button:hover, .button:focus { background:#c2e2ed; color:#666; cursor:pointer; }*/
.fancylink { text-decoration:none; }

/* footer
---------------------------------------------------------- */
#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 200px;

}
#footer a {
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #17528a;
	padding-right: 5px;
	padding-left: 5px;}
#footer a:hover {
	color: #000000;
	text-decoration: underline;}

/* copyright
---------------------------------------------------------- */
#copyright {
	font-size: 80%;
	color: #999999;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;}
#copyright a {text-decoration: none;}
#copyright a:hover {
	color: #000000;
	text-decoration: underline;}
	
/* dropdown navigation system
---------------------------------------------------------- */
#mainMenu {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	/*	
	min-width:1000px;
	margin: auto;
	padding-left: 5px;	
	
	*/
	width: 100%;
	padding-top: 5px;

	z-index: 100;
	height: 27px;}

#menuList {
	text-align:left;
	margin: 0px;
	padding: 0px;}

#menuList ul {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;}

#menuList li {
	display:inline;
	list-style: none;
	margin-right: -4px;
	padding: 0px;}

a.starter {
	color: #17528a;
	margin: 0px;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border-right: 1px solid #c8c8c8;}

a.starter:hover, a.starter:active, a.starter:focus {
	color: #17528a;
	background-image: url(../images/nav-hover.gif);
	background-repeat: repeat-x;}

.menu {
	text-align: left;
	color: #fff;
	width: 160px;
	background-color: #e1e1e1;
	position: absolute;
	visibility: hidden;
	z-index: 100;}

.menu li a {
	background-color: transparent;
	color: #17528a;
	display: block;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #17528a;
	color: #fff;}

#about {
width: 140px;}
#catalog {
width: 136px;}
#calibration {
width: 145px;}
#repair-service {
width: 160px;}
#international {
width: 173px;}
#reference {
width: 185px;}
#contact {
width: 130px;}

/*------------Edits by Brian D 8-2--07----------------------*/

h4	{
	color:#FF0000;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 23px;
	margin-bottom: 5px;

	}
	
#right {
	text-align:center;
	border-left: 2px solid #999999;
	}	

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/** ATA: 2/3/10 - This will change the font size for all lists **/
#InsideWrapper ul li{font-size: 12px;}

/* Unit Search Criteria */
td .unitSearchCriteriaHeader 
{
    background-color:Gray;
    color:#f5f5f5;
    font-weight:bold;
}
td .unitSearchCriteriaSubHeader 
{
    background-color:Silver;
    text-decoration:underline;
    font-weight:bold;
}


/** Jim Skerritt :: 12/5/2011 :: Fancybox css **/
#tblUnitDetails input[readonly="readonly"] { background-color:#EBEBEB; }
#tblUnitDetails .editable { background-color:#CEF; }
#divChangelog table td { border:1px dotted gray; }
