/**********************************************************************************************************
	RMS IT Application Base Default Styles -
	
	DATE CREATED: 	9/1/2011
	DATE UPDATED:	9/1/2011
	AUTHOR:			Stefan Walz
	
	PLEASE NOTE*
	Changing the settings in the file is NOT recommended. If you need a custom style for your application, 
	use the CUSTOM.css file.	     
**********************************************************************************************************/

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height:100%; /*required to get the footer seated at the bottom of page*/
}

/***Reset all attributes***/

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,dialog,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	float: none !important;
}

th,td {
	vertical-align: middle;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}

blockquote,q {
	quotes: "" "";
}

a img {
	border: none;
}

:focus {
	outline: 0;
}

hr {
	color: #bbb;
	background-color: #bbb;
	height: 1px;
	border:none;
}

/***Reset all the fonts and font sizes***/

html {
	font-size: 100.01%;
	height: 100%;
}

body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	height: 100%;
	line-height: 1.5;
}

/***A container should group your entire grid.***/

#container {
	background: #fff;
	min-width: 960px;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.bold {
	font-weight: bold;
}	

.boldred {
	font-weight: bold;
	color: #ce1126;
}

#masthead {
	position: relative;
	top: 0px;
	width: 100%;
	background-color: #f6f6f6;
	z-index: 980;
}

/***PAGECELL and MAINBOX***/

#pagecell {
	background: #fff url("../images/pagecell_bg.gif") repeat-x;
	width: 100%;
	margin: 0;
	padding:10px 0 0 0;
	min-width: 960px;
}

#mainbox {
	padding:10px 20px 20px 20px; /*bottom padding is space for the footer - leave it alone*/
	background-color: #fff;
	min-height: 350px;
	border: solid 1px #ccc;
	-moz-box-shadow: 2px 2px 5px 2px #e4e4e4 inset; 
	-webkit-box-shadow: 2px 2px 5px 2px #e4e4e4 inset; 
	box-shadow:2px 2px 5px 2px #e4e4e4 inset;
	border-radius: 10px;
	margin:0 20px 140px 20px; /*bottom margin is space for the footer - leave it alone*/
}

/***HEADERS & PARAGRAPHS***/

h1 {
	font: bold 1.8em Arial, Helvetica, Verdana, Sans-serif;
	color: #333333;
	margin: 0;
	padding: 6px 6px 6px 10px;
	clear: both;	
}

h2 {
	font: bold 1.5em Arial, Helvetica, Verdana, Sans-serif;
	color: #035997;
	margin: 0;
	padding: 0;
	padding:0 0 3px 0;
}

h3 {
	font: bold 1.2em Arial, Helvetica, Verdana, Sans-serif;
	color: #707070;
	margin: 0;
	padding:0 0 3px 0;
}

h4 {
	font: 1em Arial, Helvetica, Verdana, Sans-serif;
	color: #333333;
	margin: 0;
}

h5 {
	font: .8em Arial, Helvetica, Verdana, Sans-serif;
	color: #333333;
	margin: 0;
}

p {
	padding: 0 0 8px 0;
}	

/***HYPERLINK STYLES***/

a:link,a:visited {
	text-decoration: none;
	color: #035997;
}

a:hover {
	text-decoration: underline;
	color: #cc0000;
}

a.underline:link {
	text-decoration: underline;
	color: #035997;
}

a.underline:hover {
	text-decoration: none;
	color: #ce1126;
}

a.underline:visited {
	text-decoration: underline;
	color: #035997;
}

a.cancel:link {
	text-decoration: underline;
	font-weight: bold;
	background: transparent url("../images/ico_pipe.png") no-repeat left;
	padding: 0 0 2px 10px;
	color: #333333;
}

a.cancel:visited {
	text-decoration: underline;
	font-weight: bold;
	background: transparent url("../images/ico_pipe.png") no-repeat left;
	padding: 0 0 2px 10px;
	color: #333333;
}

a.cancel:hover {
	text-decoration: none;
	font-weight: bold;
	background: transparent url("../images/ico_pipe.png") no-repeat left;
	color: #305fbe;
}

/***CORPORATE STYLES***/

#corporate-nav-cnt {
    background: #fff;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 15px 15px 7px 7px;
    margin: 0;
}

#rtn-logo {
	position: absolute;
    margin: 0 0 0 25px;
    width: 164px;
    float: left;
}

#title {
	font-size: 1.8em;
	height: 50px;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin: 0 20px 0 0;
}

#corporate-nav {
	height: inherit;
	position: relative;
	float: left;
	margin-top: -24px;
	padding-left: 20px;
}

#corporate-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 1px 0 0 7px;
}

#corporate-nav li {
	display: inline;
	font-size: 85%;
}

#corporate-nav li a {
	color: #333333;
	font-weight: normal;
	width: auto;
	padding: 0 5px !important;
	height: inherit;
	text-decoration: none;
	background: none !important;
}

#corporate-nav a:hover {
	background: transparent;
	color: #0076a3;
	font-weight: normal;
	width: auto;
	text-decoration: none;
}

#corporate-nav li.pipe {
	background: url("../images/ico_pipe.gif") no-repeat;
	background-position: left;
	padding: 0 0 0 8px;
}

/***GLOBAL NAVIGATION STYLES WITH DROP DOWN MENUS***/

#global-nav {
	z-index: 1000;
	margin: 0;
	padding: 0;
	border-top: solid 1px #7c96a1;
	border-bottom: solid 1px #7c96a1;
}

#global-nav ul {
	background:#ebebe9;
	height: 27px;
}

#global-nav li {
	background-image: url("../images/glbnav_background.gif");
	display: inline;
	padding: 0;
	height: inherit;
	float:left;
	border-right: solid 1px #7c96a1;
	position: relative;
	width:auto;
	z-index:999;
}

#global-nav a {
	color: #333333;
	font-weight: bold;
	height: inherit;
	padding: 3px 10px 0 10px;
	height: 24px;
	display:block;
}

#global-nav a:hover {
	background-color: #F6F6F6;
	color: #035997;
	font-weight: bold;
}

#global-nav a.global-active {
	background: #f6f6f6;
	color: #035997;
	font-weight: bold;
	height: inherit;
	padding: 3px 10px 1px 10px;
}

/***DROPDOWN NAV***/

#global-nav li ul {
	background: #fff;
	position: absolute;
	left: -999em;
	border-left: solid 1px #7C96A1;
	border-right: solid 1px #7C96A1;
	border-bottom: solid 1px #7C96A1;
	border-top:transparent;
	height: auto;
	display: block;
	padding: 0 ;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#global-nav li li {
	margin:0;
	right:0;
	border-right: none;
	white-space: nowrap;
	clear:both;
	background:transparent;
}

#global-nav li li a.global-active {
	background: transparent;
	color: #333333;
	font-weight: bold;
	height: 24px;
	padding: 3px 10px 0 15px;
}

#global-nav li li a:hover.global-active, #global-nav li ul li a:hover  {
	background:#D9EBF5 url("../images/li_bg.gif") no-repeat left;
	color:#035997;
	font-weight: bold;
	padding: 3px 10px 0 15px;
	text-decoration:none;
}

#global-nav li:hover ul, #global-nav li li:hover ul {
	top: 100%;
	left:auto;
}

#global-nav li:hover ul, li.sfhover ul {
    background:#fff url("../images/nav_image.gif") repeat-y right;
    display: block;
}

#global-nav li ul li a {
	min-width: 150px;
	padding-left:15px;
}

/***************Mega Drop Down UNDERNEATH the main navigation****************/

/* Drop Down Container. May change width for wider or smaller container. If wider more columns */

.admin-dropdown {
    background:#fff url("../images/nav_image.gif") repeat-y right;
	position: absolute;
	left: -999em;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
	border-left: solid 1px #7C96A1;
	border-right: solid 1px #7C96A1;
	border-bottom: solid 1px #7C96A1;
	border-top:transparent;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#global-nav li:hover .admin-dropdown {
	left:-1px;
    top:auto;
    width: 350px;
}

/***.col class sets the width of each column in the mega drop down***/

.admin-col {
	color: #035997;
	display:inline;
	float: left;
	position: relative;
	margin:0 5px;
	padding-top: 3px;
	width:150px;
	font-size: 1.2em;
	font-weight: bold;
}

#global-nav .admin-col a {
	font-weight: normal;
	background: transparent;
	color: #333333;
	margin-left:-5px;
	padding: 3px 10px 0 15px;
	height:24px;
	text-decoration:none;
	font-size: .80em;
}

#global-nav .admin-col a:hover {
	font-weight: normal;
	background:#D9EBF5 url("../images/li_bg.gif") no-repeat left;
	color:#0066B0;
	font-weight: bold;
	padding: 3px 10px 0 15px;
	text-decoration:none;
	font-size: .80em;
}

/***Horizontal Sub Navigation UNDERNEATH the main navigation***/

.subglobalNav{
	min-width: 960px;
	line-height: 1.8;
	padding:0;
	color: #ccc;
	background-color: #f6f6f6;
}

.subglobalNav ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
}

.subglobalNav ul li {
	display: inline;
	padding-left: 4px;
}

.subglobalNav a.on {
  	color: #666;
	margin: 0px;
	padding:  0 8px 0 1px;
}

.subglobalNav a:visited {
  	color: #666;
	margin: 0px;
	padding: 2px 8px 4px 1px;
}

.subglobalNav a:hover{
	color: #035997;
	text-decoration: underline;
	background-position: 0px 5px;
	padding-left: 1px;
}

.subglobalNav a.active {
	color: #035997;
	font-weight:bold;
	padding-left: 5px;
}

a.on, a.on:visited, a.on:active {
	border-right:solid 1px #4f95c8;
}

/***Raytheon Security Markings at the top of the page***/

#security-markings {
	height: auto;
	background: #CE1126;
	color: #fff;
	text-align: center;
	font-size: .9em;
	padding:2px 20px;
	text-align:center;
}

#rtn-exim {
	background-color: #B9A281; 
	display: flex; 
	justify-content: space-between; 
	color: black; 
	font-size: 18px;
}

/***UTILITY BAR, Corporate Nav,  Breadcrumb and Quick Search styles***/

#utility {
	background: #eeeeee;
	font-size: 1em;
	position: relative;
	height: 20px;
}

#utility ul {
	list-style-type: none;
}

#util-right {
	height: inherit;
	position: relative;
	float: right;
	margin-top: -15px;
	padding-left: 10px;
}

#util-right ul {
	background: transparent;
	list-style-type: none;
	margin-top: -8px;
	padding: 0 10px 7px 0;
	height: 16px;
}

#util-right  ul li {
	display: inline;
	padding: 0;
	height: inherit;
}

#util-right li {
	float: left;
	position: relative;
	display: block;
	width: auto;
}

#util-right li.pipe {
	background: url("../images/ico_pipe.gif") no-repeat;
	background-position: left;
	padding: 0 0 0 8px;
}

#util-right a {
	color: #333333;
	font-weight: normal;
	width: auto;
	padding: 0 5px;
	height: inherit;
	text-decoration: none;
}

#util-right a.underline {
	color:#035997;
	text-decoration: underline;
}

#util-right .greeting {
	color:#CE1126;
	cursor:pointer;
	padding: 0 0 0 8px;
	margin:0;
	font-weight:bold;
	}

#util-right a:hover {
	background: transparent;
	color: #0076a3;
	font-weight: normal;
	width: auto;
	text-decoration: none;
}

#breadcrumbs {
	float: left;
}

#breadcrumbs ul.crumbs {
	padding:5px 0 0 10px;
	font-size: .9em;
	list-style-type: none;
	margin:0;	
}

#breadcrumbs ul.crumbs li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding:0 0 0 2px;
}

#breadcrumbs ul.crumbs li a:link,#breadcrumbs ul.crumbs li a:visited {
	background: url("../images/crumbs2.png") no-repeat right center;
	display: block;
	white-space: nowrap;
	height: inherit;
	padding: 0px 16px 0 0px;
	text-decoration:underline;
	color:#035997;
}

#breadcrumbs ul.crumbs li a:hover,#breadcrumbs ul.crumbs li a:focus {
	text-decoration: none;
	height: inherit;
}

#quicksearch {
    color: #444444;
    margin:0 15px 0 0;
    padding: 0;
    float:left;
    height:16px;
}

#quicksearch img {
    margin: 0 0 5px 0;
	cursor: pointer;
}

#quicksearch input {
    height:15px;
    vertical-align:top;
}

#util-right-qs {
	height: inherit;
	position: relative;
	float: right;
	margin-top: -25px;
	padding-right: 10px;
}
	
/***1, 2, 3 column form layout using fieldsets with blue background***/

form.rayform {
    color: #333333;
    font-size: 1.1em;
    width: 98%;
}

form.rayform legend {
    color: #035997;
    padding-left: 0;
	font-weight: bold;
    font-size: 1.15em;
    padding: 0 2px;
}

form.rayform fieldset {
    background: url("../images/rayform-fieldset.png") repeat-x scroll left bottom #fff;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    width: 100%;
	padding-bottom: 1em;
	/*padding-top:15px; IE Hack to provide spacing between fieldsets cause it doesn't read the margin*/
    margin-bottom:10px;
}

form.rayform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 100%;
}

form.rayform fieldset ol {
    margin: 0;
    padding: 0 5px;
    width:28%;
    float:left;
}

form.rayform fieldset li {
    list-style: none outside none;
    margin: 0;
	padding: 0 0 3px 20px;
}

form.rayform fieldset li.error{ 
	background-image: url("../images/ico_warning_sm.png");
	background-position: 0 25px;
	background-repeat:no-repeat;
}

form.rayform fieldset li.error input{ 
	border:solid 1px #ce1126;
}


form.rayform fieldset fieldset {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 3px 0 0;
}

form.rayform fieldset fieldset legend {
    color: #035997;
    padding-left: 0;
	font-weight: bold;
    font-size: 1.15em;
    padding: 0 2px;
}

form.rayform fieldset fieldset label {
    width: 100%;
    display: block;
    width: auto;
}

form.rayform em {
    color: #FF0000;
    font-style: normal;
    font-weight: bold;
    padding-right:3px;
}

.sr {
    height: 1px;
    left: -9999em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
}

.required {
    background-image: url("../images/required-field.png");
    background-position: left;
    background-repeat: no-repeat;
    padding-left:10px;
}

/***A FORM with a blank white background***/

form.rayform-white {
    color: #333333;
    font-size: 1.1em;
    width: 98%;
}

form.rayform-white legend {
    color: #035997;
    padding-left: 0;
	font-weight: bold;
    font-size: 1.15em;
    padding: 0 2px;
}

form.rayform-white fieldset {
    background: #fff;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    width: 100%;
	padding-bottom: 1em;
	/*padding-top:15px; IE Hack to provide spacing between fieldsets cause it doesn't read the margin*/
    margin-bottom:10px;
}

form.rayform-white label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 100%;
}

form.rayform-white fieldset ol {
    margin: 0;
    padding: 0 5px;
    width:28%;
    float:left;
}

form.rayform-white fieldset li {
    list-style: none outside none;
    margin: 0;
	padding: 0 0 3px 20px;
}

form.rayform-white fieldset li.error{ 
	background-image: url("../images/ico_warning_sm.png");
	background-position: 0 25px;
	background-repeat:no-repeat;
}

form.rayform-white fieldset li.error input{ 
	border:solid 1px #ce1126;
}


form.rayform-white fieldset fieldset {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 3px 0 0;
}

form.rayform-white fieldset fieldset legend {
    color: #035997;
    padding-left: 0;
	font-weight: bold;
    font-size: 1.15em;
    padding: 0 2px;
}

form.rayform-white fieldset fieldset label {
    width: 100%;
    display: block;
    width: auto;
}

form.rayform-white em {
    color: #FF0000;
    font-style: normal;
    font-weight: bold;
    padding-right:3px;
}

/***Read only field set for read only one column forms***/

form.raydisplay {
    color: #333333;
    font-size: 1.1em;
}

form.raydisplay legend {
    color: #035997;
    padding-left: 0;
	font-weight: bold;
    font-size: 1.15em;
    padding: 0 2px;
}

form.raydisplay fieldset {
    background: url("../images/rayform-fieldset.png") repeat-x scroll left bottom #fff;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
	padding-bottom: 1em;
	width:auto;
	float:none;
	padding-top:15px; /* IE Hack to provide spacing between fieldsets cause it doesn't read the margin*/
}

form.raydisplay label {
    line-height: 1.8;
    color: #334D55;
    float:left;
    width:50%;
    text-align:right;
    padding-right:1em;
}

form.raydisplay fieldset ol {
    margin: 0;
    padding: 0 5px;
}

form.raydisplay fieldset li {
    list-style: none outside none;
    margin-left:auto;
    margin-right:auto;
	clear:both;
}

form.raydisplay fieldset li.error{ 
	background-image: url("../images/ico_warning_sm.png");
	background-position: 0 25px;
	background-repeat:no-repeat;
}

form.raydisplay fieldset li.error input{ 
	border:solid 1px #ce1126;
}

form.raydisplay span {
	line-height: 1.8;
	font-weight:bold;
}


form.raydisplay fieldset fieldset {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 3px 0 0;
}

form.raydisplay fieldset fieldset legend {
    font-weight: normal;
    padding: 0 0 5px;
    display: block;
}

form.raydisplay fieldset fieldset label {
    display: block;
}

form.raydisplay em {
    color: #FF0000;
    font-style: normal;
    font-weight: bold;
    padding-right:3px;
}


/***WIZARD STYLES***/

form .wizardform {
    height: 24px;
    margin-right: 0;
    padding-bottom: 0;
    width: 100%;
    font:bold 1.25em Arial, Verdana, sans-serif;
}

.wizardform ul{
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    height: 24px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
		}

.wizardform ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height:24px;
}

.wizardform li{
    float: left;
    line-height: 24px;
    width:20%;
}

.wizardform li a{
    color: #ccc;
    display: block;
    margin:0;
    white-space: nowrap;
    height:24px;
    text-decoration:none;
}

.wizardform li.wiz-title-active{
	height:24px;
	margin: 0px auto 0px auto;
}
	
.wizardform li.wiz-section1-title {
	background: url("../images/1a.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#8a8a8a;
    text-align:left;
}
	
.wizardform li.wiz-section2-title {
	background: url("../images/2a.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#8a8a8a;
    text-align:left;
}
	
.wizardform li.wiz-section3-title {
	background: url("../images/3a.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#8a8a8a;
    text-align:left;
}
	
.wizardform li.wiz-section4-title {
	background: url("../images/4a.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#8a8a8a;
    text-align:left;
}
	
.wizardform li.wiz-section5-title {
	background: url("../images/5a.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#8a8a8a;
    text-align:left;
}
	
.wizardform li.wiz-section1 {
	background: url("../images/1.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#035997;
    text-align:left;
}
	
.wizardform li.wiz-section2 {
	background: url("../images/2.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#035997;
    text-align:left;
}

.wizardform li.wiz-section3 {
	background: url("../images/3.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#035997;
    text-align:left;
}

.wizardform li.wiz-section4 {
	background: url("../images/4.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#035997;
    text-align:left;
}
	
.wizardform li.wiz-section5 {
	background: url("../images/5.png") no-repeat left center transparent;
	margin-left:5px;
	padding-left:35px;
    color:#035997;
    text-align:left;
}

form .wizard-button-zone{
	padding:5px 0;
	margin:0px auto 0px auto;
	text-align:center;
}

form .wizard-button-next {
	border: 1px solid #28517a;
	background: #0066b0 url("../images/ie-primary-bg.png") repeat-x; /*for IE*/
	background: -webkit-gradient(linear, left top, left bottom, from(#0066b0 ),
		to(#013a62) );
	background: -webkit-linear-gradient(top, #0066b0 , #013a62);
	background: -ms-linear-gradient(top, #0066b0 , #013a62);
	background: -o-linear-gradient(top, #0066b0 , #013a62);
	padding: 0 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: white;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 10px;
}

form .wizard-button-next:hover {
	border-top-color: #28517a;
	background: #0066b0;
	color: white;
	padding: 0 6px;
}

form .wizard-button-previous{
	border: 1px solid #6a6a6a;
	background: #d7d7d7 url("../images/ie-secondary-bg.png") repeat-x; /*for IE*/
	background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7),
		to(#cccccc) );
	background: -webkit-linear-gradient(top, #d7d7d7, #cccccc);
	background: -ms-linear-gradient(top, #d7d7d7, #cccccc);
	background: -o-linear-gradient(top, #d7d7d7, #cccccc);
	padding: 0 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: #333333;
	font-size: .85em;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 10px;
}

form .wizard-button-previous:hover {
	border-top-color: #333333;
	background: #e1eefa;
	color: #333333;
	padding: 0 6px;
}

form .wizard-button-submit {
	border: 1px solid #28517a;
	background: #0066b0 url("../images/ie-primary-bg.png") repeat-x; /*for IE*/
	background: -webkit-gradient(linear, left top, left bottom, from(#0066b0 ),
		to(#013a62) );
	background: -webkit-linear-gradient(top, #0066b0 , #013a62);
	background: -ms-linear-gradient(top, #0066b0 , #013a62);
	background: -o-linear-gradient(top, #0066b0 , #013a62);
	padding: 0 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: white;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 10px;
}

form .wizard-button-submit:hover {
	border-top-color: #28517a;
	background: #4fa8dc;
	color: white;
}

/***Generic CLEAR div style***/

#clear {
	clear:both;
}

/***FORM layout for pop up or modal windows***/

form.popup {
    color: #333333;
    font-size: 1.1em;
}

form.popup legend {
    color: #035997;
    font-weight: bold;
    padding: 0 2px;
}

form.popup fieldset {
    background: #FFF;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
	padding-bottom: 1em;
	width:auto;
	float:none;
	padding-top:15px; /* IE Hack to provide spacing between fieldsets cause it doesn't read the margin*/
}
    
form.popup fieldset fieldset {
    background: none repeat scroll 0 0 transparent;
}

form.popup label {
    float:left;
    text-align:right;
    padding-right:1em;
}

form.popup fieldset ol {
    margin: 0;
    padding: 0 5px;
}

form.popup fieldset li {
    list-style: none outside none;
    margin-left:auto;
    margin-right:auto;
	clear:both;
	padding:3px 0;
}

form.popup fieldset li.error{ 
	background-image: url("../images/ico_warning_sm.png");
	background-position: 0 25px;
	background-repeat:no-repeat;
}

form.popup fieldset li.error input{ 
	border:solid 1px #ce1126;
}

form.popup em {
    color: #FF0000;
    font-style: normal;
    font-weight: bold;
    padding-right:3px;
}

/***FOOTER STYLES***/

#footer {
    background: #63666A;
    color: #D9D9D6;
    font-size: 1em;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 130px;
    border-top: 1px solid #63666A;
}

#footer #contact {
    background: transparent;
    float: left;
    width: 35%;
    padding-left: 20px;
    padding-top: 20px;
    height: inherit;
    padding-bottom: 10px;
}

#footer #it_logo {
	float:left;
	text-align:center;
	margin: 30px 0 0 0;
	width: 35%;
	height:inherit;
}

#footer #copyright {
    float: right;
    width: 35%;
    text-align: right;
    height: 100%;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1em;
    float: right;
}
	
#footer strong {
	font-size: 1.2em;
	clear: both;
	padding: 0;
	color: #334D55;
	font-weight: bold;
	display: block;
}

#footer #contact p {
	display: block;
	margin-left: 10px;
	padding: 0;
}

#contact ul {
	list-style-type: none;
}

#contact li {
	padding: 0;
	margin: 0;
}

#copyright ul {
	list-style-type: none;
}

#copyright li {
	padding: 0;
	margin: 0;
}

#footer a {
	color: #D9D9D6;
	text-decoration: underline;
}

#footer a:hover {
	color: #B1B3B3;
	text-decoration: underline;
}

#footer img {
	vertical-align: middle;
	margin-right:5px;
}

#footer li.mail {
	background: transparent url("../images/ico_mail_sm.png") no-repeat left;
	padding-left:20px;
}

#footer li.user {
	background: transparent url("../images/ico_footer_user_sm.png") no-repeat left;
	padding-left:20px;
}
#footer li.phone {
	background: transparent url("../images/ico_phone_sm.png") no-repeat left;
	padding-left:20px;
}

/***Loading Div and Image***/

#loadingDiv {
	display: none;
	z-index: 99999;
	border: 2px solid black;
	background-color: #cccccc;
	position: fixed;
	top: 0px;
	left: 0px;
}

#loadingDiv img {
	position: absolute;
}

/***CSS3 Buttons - Primary class is blue. Secondary is gray.***/

.primary {
	border: 1px solid #28517a;
	background: #0066b0 url("../images/ie-primary-bg.png") repeat-x; /*for IE*/
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0 #0066b0),
		color-stop(1 #013a62)
		);
	background-image: -webkit-linear-gradient(top, #0066b0, #013a62);
	background-image: -ms-linear-gradient(top, #0066b0, #013a62);
	background-image: -o-linear-gradient(top, #0066b0, #013a62);
	background-image: -moz-linear-gradient(top, #0066b0, #013a62);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	vertical-align: middle;
	margin: 5px 2px;
	padding: 2px 6px;
	cursor:pointer;
	text-transform: uppercase;
}

.primary:hover {
	border-top-color: #28517a;
	background: #0066b0;
	color: white;
}

.primary:active {
	border-top-color: #7c96a1;
	background: #0066b0;
}

.secondary {
	border: 1px solid #6a6a6a;
	background: #d7d7d7 url("../images/ie-secondary-bg.png") repeat-x; /*for IE*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7),
		to(#fff) );
	background-image: -webkit-linear-gradient(top, #d7d7d7, #fff);
	background-image: -ms-linear-gradient(top, #d7d7d7, #fff);
	background-image: -o-linear-gradient(top, #d7d7d7, #fff);
	background-image: -moz-linear-gradient(top, #d7d7d7, #fff);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: #000000;
	font-size: 1em;
	text-decoration: none;
	vertical-align: top;
	margin: 5px 2px;
	padding: 2px 6px;
	cursor:pointer;
	text-transform: capitalize;
}

.secondary:hover {
	border-top-color: #333333;
	background: #e1eefa;
	color: #000000;
}

.secondary:active {
	border-top-color: #cccccc;
	background: #cccccc;
}

.small {
	border: 1px solid #6a6a6a;
	background: #e1eefa url("../images/ie-small-bg.png") repeat-x; /*for IE*/
	background-image: -webkit-gradient(linear, left top, left bottom from #c5c5c5 to #fff );
	background-image: -webkit-linear-gradient(top, #c5c5c5, #fff);
	background-image: -ms-linear-gradient(top, #c5c5c5, #fff);
	background-image: -o-linear-gradient(top, #c5c5c5, #fff);
	background-image: -moz-linear-gradient(top, #c5c5c5, #fff);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: #333333;
	font-size: .75em;
	text-decoration: none;
	vertical-align: middle;
	margin: 5px 0;
	padding: 2px 2px 0 2px;
	cursor:pointer;
}

.small:hover {
	border-top-color: #333333;
	background: #d7d7d7;
	font-size: .75em;
	color: #333333;
}

.small:active {
	border-top-color: #cccccc;
}

.disabled {
	border: 1px solid #28517a;
	background: #a1c4de;
	background: -webkit-gradient(linear, left top, left bottom, from(#4f95c8),
		to(#0066b0) );
	background: -webkit-linear-gradient(top, #4f95c8, #0066b0);
	background: -ms-linear-gradient(top, #4f95c8, #0066b0);
	background: -o-linear-gradient(top, #4f95c8, #0066b0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: #666666;
	font-size: 1em;
	text-decoration: none;
	vertical-align: middle;
	margin: 5px 2px;
	padding: 2px 6px;
	
}

.icon-button {
	border: 1px solid #6a6a6a;
	background: #eeeeee url("../images/ie-icon-bg.png") repeat-x;
	/*for IE*/
	background-image: -webkit-gradient(linear, left top, left bottom from #eeeeee to #fff);
	background-image: -webkit-linear-gradient(top, #eeeeee, #fff);
	background-image: -ms-linear-gradient(top, #eeeeee, #fff);
	background-image: -o-linear-gradient(top, #eeeeee, #fff);
	background-image: -moz-linear-gradient(top, #eeeeee, #fff);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 1px;
	padding: 1px 3px;
	cursor: pointer;
	font-size: .8em;
	position: relative;
}

.icon-button img {
	padding: 0;
	margin: 0;
	border: 0;
}

.button-zone {
	margin:0px auto 0px auto;
	text-align:center;
}

/***Enviroment banner***/

.ribbonBanner {
	position: fixed;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	visibility: visible !important;
	opacity: 0.95;
	height: 125px;
	width: 125px;
	z-index: 99999;
}

.ribbonBanner.visible {
	display: block !important;
    visibility: visible !important;
}


/***Status Dialog Boxes - green, yellow and red boxes across the top ***/


.confirm-box {
	position: relative;
	border: 1px solid #ccc;
	width: 92%;
	background-color: #ffff99;
	padding: 10px;
	margin-bottom: 8px;
}

.confirm-box p {
	font-size: 90%;
}

.confirm-box .close {
	position: absolute;
	right: 8px;
	top: 15px;
	cursor:pointer;
}

.confirm-box ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}

.confirm-box li {
	background: transparent url("../images/ico_info_sm.png") no-repeat;
	margin: 0;
	padding: 0 1.75em;
	text-align: left;
}

.success-box {
	position: relative;
	border: 1px solid #7eb589;
	width: 92%;
	background-color: #d7f1dc;
	padding: 10px;
	margin-bottom: 8px;
}

.success-box p {
	font-size: 90%;
}

.success-box .close {
	position: absolute;
	right: 8px;
	top: 15px;
	cursor:pointer;
}

.success-box ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}

.success-box li {
	background: transparent url("../images/ico_info_sm.png") no-repeat;
	margin: 0;
	padding: 0 1.75em;
	text-align: left;
}

.failure-box {
	position: relative;
	border: 1px solid #cd0a0a;
	width: 92%;
	background-color: #dfbaba;
	padding: 10px;
	margin-bottom: 8px;
}

.failure-box p {
	font-size: 90%;
}

.failure-box .close {
	position: absolute;
	right: 8px;
	top: 15px;
	cursor:pointer;
}

.failure-box ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}

.failure-box li {
	background: transparent url("../images/ico_warning_sm.png") no-repeat;
	margin: 0;
	padding: 0 1.75em;
	text-align: left;
}

.error-box {
	position: relative;
	border: 1px solid #cd0a0a;
	width: 92%;
	background-color: #dfbaba;
	padding: 10px;
	margin-bottom: 8px;
}

.error-box p {
	font-size: 90%;
}

.error-box .close {
	position: absolute;
	right: 8px;
	top: 15px;
	cursor:pointer;
}

.error-box ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}

.error-box li {
	background: transparent url("../images/ico_error_sm.png") no-repeat;
	margin: 0;
	padding: 0 1.75em;
	text-align: left;
}

/***ERROR STYLE IN THE FORM***/

form.rayform fieldset li.form-error {
	background: transparent url("../images/ico_error_sm.png") no-repeat;
}

form.rayform fieldset li.form-error label {
	font-weight:bold;
}

form.rayform fieldset li.form-error input{
	border: solid 1px #cd0a0a;
}

/***TOOL TIPS STYLES***/

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #0066b0;
	padding: 5px;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	padding: 0;
	color: #fff;
}

:focus {
	outline: 0;
}

#tooltip.standard {
	width: auto !IMPORTANT;
	border: solid 1px;
	border-color: #7c96a1;
}

#tooltip.standard h3 {
	color: #fff;
}

#tooltip.standard div {
	width: auto !IMPORTANT;
	color: #333;
}

#tooltip.right {
	width: 250px;
}

/***BASIC TABLE STYLES***/

.raytable {
	text-align:center;
	vertical-align:top;
	width:100%;
	border-collapse:collapse;
	border:solid 1px #ccc;
	font-size:1em;
	margin-left:auto;
}
	
.raytable td {
	vertical-align:top;
	height:18px;
	border:solid 1px #e8e8e8;
	text-align:left;
	padding:4px;
}
	
.raytable th {
	background-color: #E1EEFA;
	font-size:1.3em;
	font-weight:bold;
	color: #333333;
	padding: 5px;
}

.even-row {
	background-color: #fff;
}
	
.odd-row {
	background-color: #e7e6e6;
}
	
.raytable tr.columnhead td {
	background-color:#ccc;
	font-weight:bold;
}

.total{
    color:#990000;
	
}
.total td{
  font-weight:bold;

}
.combinedtotal{
    background-color:#990000;
    color: #fff;

}
.combinedtotal td{
  font-weight:bold;

}

/***HELP SECTION***/

.help div {
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
}

.help ul,ol {
	margin: 0 15px;
	padding: 0 15px;
}

/***ADMIN SECTION STYLES***/

.default_win {
	display:none;
}

/***PAGINATION STYLES***/

#paging {
	margin:auto;
	padding: 10px;
	text-align:center;
}

#paging ul {
	list-style-type: none;
	display:inline;
}

#paging ul li {
	display:inline;
	padding:0px;
	height:21px;
	width:auto;
	position:relative;
	margin: 0px 2px;
	border-radius: 5px;
}

#paging ul li.no-border {
	border: 0;
}

div#paging ul li a {
	border: 1px solid #ccc;
	width:21px;
	display:inline-block;
	margin:0;
	padding:0;
}

#paging ul li.selected a {
	background-color: #0066b0;
	color:#fff;
	padding:0;
	margin:0;
}

#paging .paging-records #pagingCount, div#paging .paging-records #recordCount {
	padding-right:0.2em;
}

#paging span.paging-records {
	color: #777;
}

/***MISC. STYLES***/

.default_textbox {
	width:350px;
	height:150px
}

/***JQUERY CUSTOM CSS***/
/***ERROR ALERT DIALOG - JQUERY Custom UI Widget Header***/

.red-ui-widget-header {
	border: 1px solid #cc0000;
	background: #ce1126;
	color: #ffffff;
	font-weight: bold;
}

.errormsg ul {
	list-style-type:none;
	font-weight:bold;	
}

.errormsg li {
	padding:10px;	
}

.errormsg {
	margin:0 auto 0 auto;
	text-align:center;
}
	
/***Mouse Hover - will be applied on mouse over events, and removed when the mouse moves out***/

.mouse-hover { 
	background-color: #ADD8E6; 
}
	

/***Margin for the date picker icon***/

.hasDatepicker {
    margin-right: 3px;
}
