﻿a 
{
    color: #26559c;
    text-decoration:none;
}
a:hover
{

}
/* ======= Core styles ======= */
/* Margin and padding reset */
*{
	margin:0;
	padding:0;
} 
html
{ height:100%;
}

/* Global declarations */
body {
    font-family: Helvetica,Arial,sans-serif;
	font-size:11px;
    height: 100%;
	min-width:800px;
}

img {
	border:0;
}

ul {
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-family:Helvetica, Arial, sans-serif;
    font-weight:normal;
}

h1 {
	font-size:28px;
	margin-bottom:15px;
}

h2 {
	font-size:18px;
	margin-bottom:10px;
}

h3 {
	/*font-family: Tahoma, Arial, sans-serif;*/
    font-family: Helvetica,Arial,sans-serif;

}

p 
{
    /* removed by mac
	font-size:13px;
	line-height:20px;
	margin-bottom:15px;
*/
line-height:normal;
margin-bottom:4px;
}

hr {
	clear:both;
	width:100%;
	height:1px;
	border:0;
	margin-bottom:20px;
	margin-top:10px;
}

fieldset {
	padding:20px;
	margin-bottom:15px;
}

fieldset legend {
	font-size:13px;
	padding:5px 10px 0;
}

fieldset p {
	margin-bottom:20px;
}

textarea {
	padding:5px;
	margin-right:10px;
    font-family: Helvetica,Arial,sans-serif;
    font-size:1.1em;

}

select option {
	padding-right:15px;
}

textarea {
	display:block;
	width:500px;
	height: 160px;
}

a.button {
	position:relative;
	padding:3px 10px 3px 0px;
	text-decoration:none;
 	width:auto;
 	display:inline-block;
 	margin-right:10px;
 	padding-bottom: 0.4em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.4em;
    position: relative;
    font-size:11px;
}

a.button span {
	float:left;
	position:relative;
	margin:2px 3px 0 3px;
}
input, textarea, select {
	padding:3px;
	margin-right:10px;
    font-family: Helvetica,Arial,sans-serif;
    font-size:12px;
}
input.sf {
	width:120px;
}

input.mf {
	width:240px;
}

input.lf {
	width:360px;
}

.field_desc {
	font-style:italic;
	font-size:11px;
	color:#555;
}

.validate_error {
	font-size:11px;
	color:#f00;
	font-style:italic;
}

.validate_success {
	font-size:11px;
	color:#739f1d;
	font-style:italic;
}

.inpcol {
	display:inline-block;
	padding: 0 30px 0 15px;
	margin-bottom:15px;
}

.inpcol p {
	margin-bottom:5px;
}

INPUT[type="checkbox"], INPUT[type="radio"] {
    margin:0;
    border:none;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#container 
{
    margin-left: auto;
    margin-right: auto;
    min-width:980px;
    min-height:100%;
    position: relative;
    /*height: 100%;
    height: auto !important;
    margin-bottom: -70px;*/
}

#header {
	width:100%;
	height:103px;
	/*margin-bottom:15px;*/
    background: url('/Images/header-bg.png') 0 0px repeat-x;
}

#header #top {
	display:block;
	width:100%;
	height:73px;
}

#top .logo {
	float:left;
	display:inline;
	width:260px;
	height: 70px;
}

#top .meta {
	display:inline;
	float:right;
	position:relative;
	padding-right:40px;
	margin-top:10px;
	font-size:1.3em;
}

.meta p {
	text-align:right;
	margin-bottom:10px;
	margin-top:10px;
	color:#666;
}

.meta ul {
	float:right;
}

.meta ul li {
	float:right;

}

.meta ul li .ui-icon {
	float:left;
}

.meta ul li a {
	float:left;
	margin:0 0 0 10px;
	font-size:10px;
	text-decoration:none;
}

.meta ul li a span {
	margin-top:-2px;
}

p.mid {
	text-align:center;
	margin-top:20px;
}

p.mid a {
	padding:0 10px;
}

#header #navbar {
	float:left;
	display:block;
}

#navbar ul.nav {
	display:inline-block;
	height:20px;
	margin-top:4px;
	position:relative;
	float:left;
	z-index:100!important;
}

ul.nav li {
	float:left;
	position:relative;
	height:20px;
	display:block;
}

ul.nav li a, ul.nav li span {
	color:#ccc;
	text-decoration:none;
	font-size:12px;
	padding:1px 20px 12px;
	display:block;
	cursor:pointer;
}

ul.nav ul {
	position:		absolute;
	top:			-999em;
	/*width:			10em; */
}

ul.nav ul li {
	border:0;
	padding:5px;
	width:130px;
	z-index:9999!important;
	height:auto;
}

ul.nav li:hover ul,
ul.nav li.sfHover ul {
	left:			0;
	top:			24px; /*3.1em; /* match top ul list item height */
	z-index:		9999!important;
}

ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
	top:			-999em;
}

ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:			14.0em; /* match ul width */
	top:			0;
}

ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
	top:			-999em;
}

ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
	left:			14.0em; /* match ul width */
	top:			0;
}


ul.nav li li {
	position:relative;
	z-index:9999!important;
}

ul.nav li li a {
	display:block;
	/*width:110px;*/
	font-size:12px;
	padding:5px 10px;
}


#bgwrap {/*
	float:left;
	position:relative;
	width:100%;
	margin-bottom: 0;
    margin-top: 0;
	padding-bottom: 70px;
	
	min-height: 100%;
    height: auto !important;
    height: 100%;*/
    padding-bottom:75px;
}



#content {
	float:right;
	width:100%;
	margin-left:-320px;
	position:relative;
 	/*background:url('/Images/ui/siderep.png') 185px 0 repeat-y;*/
 	padding-bottom:30px;
 	height:100%;
}

#main {
	margin-left:15px;
	/*position:relative;
	float:left; */
	width:1010px;
	margin-top: 5px;
}

.pad20 {
	display:block;
	min-width:590px;
	max-width:1230px;
	padding:10px 20px;
}

#content ul.dash {
	float:left;
	display:block;
	margin-bottom:20px;
}

#footer {
	/*clear:both;
	float:left;
	display:block;*/
	background-position:center bottom;
    border-top:2px solid #F0AD7C;
    position: absolute;
	/* margin-top: -72px; negative value of footer height */
	height: 70px;
	font-size:1.2em;
	color:#666;
	width:100%;
    bottom: 0;

}
#footer a
{
    text-decoration:none;
    color:#cccccc;
}
ul.dash li {
	float:left;
	display:inline;
	margin:0 15px 15px 0;
}


ul.dash li a {
	display:block;
	width:106px;
	height:102px;
	text-decoration:none;
}

ul.dash li a img {
	display:inline;
	width:48px;
	margin-left:29px;
	margin-top:20px;
}

ul.dash li a span {
	display:block;
	width:100%;
	text-align:center;
	margin-top:10px;
	font-size:11px;
}

/* Tables */
table.fullwidth {
	/*width:100%;*/
	clear:both;
	font-size:11px;
	padding:1px;
	margin-bottom:10px;
	border-spacing:0;
  border-collapse:collapse;
}

table.normal {
	/*font-size:13px; -removed by mac*/
	padding:1px;
	margin-bottom:10px;
}

table.fullwidth thead, table.normal thead {
	min-height:28px;
	/*text-transform:uppercase;*/
	font-size:11px;
}

table.fullwidth td, table.normal td, table.fullwidth th, table.normal th, .fullwidth-td {
	padding:0px 9px;
	padding-top:2px;
    padding-bottom:2px;
	line-height: 22px;
	margin:1px 0;
/*	text-align:left;*/
    border-bottom: 1px solid LightBlue;
}
/* overriding for table normal - mac */
table.normal td, table.normal th {
	padding:4px 5px;

}
table.normal thead tr td
{
    	padding:4px 2px;
    	background-image:none;background-color:#fff;
    	color:#000;
   
}
table.fullwidth thead tr td,.fullwidth-thead
{
    padding:4px 9px;
        border-bottom: 2px solid #ccc;
    	background-image:none;background-color:#f0f0f0;
         	line-height:14px;
}
table.fullwidth tfoot tr td
{
    padding:4px 9px;
        border-bottom: 2px solid #ccc;
    	background-image:none;background-color:#f0f0f0;
         	line-height:14px;
}

th {
 font-weight:normal;
 border:0;
 padding:0; margin:0;
}

th.headerSortUp { 
    background-image: url(/Images/ui/asc.gif); 
} 

th.headerSortDown { 
    background-image: url(/Images/ui/desc.gif); 
} 

th.header { 
    background-image: url(/Images/ui/bg.gif);     
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-right: 50px!important; 
	margin-right:0!important;
	border-right:1px solid #2d2d2d;
	border-left:1px solid #151515;
} 

/* End of Tables */

#columns {
	display:block;
	width:100%;
}

#columns .cols2 {
	display:block;
	float:left;
	width:50%;
} 

#columns .cols3 {
	display:block;
	float:left;
	width:31%;
	padding:10px;
}

#columns .cols4 {
	display:block;
	float:left;
	width:25%;
}

.box {
	clear:both;
	float:left;
	width:90%;
}

.portlet {
	padding:2px;
	margin-bottom:15px;
}


.portlet-header {
	font-weight:normal!important;
	/*display:inline;*/
	padding:1px 5px 1px 10px;
}

.portlet-content {
	padding:5px;
}

.ui-sortable-placeholder {
	padding:0;
	visibility:visible!important;

}

.input_field {
	display:block;
	margin-bottom:10px;
}
/* ===== End of Core styles ===== */

/* ===== Skin Styles & JQuery UI ===== */
body {
	 background:#fff; 
	 height:100%;
}

h1, h2, h3, h4, h5, h6 {
	color:#0b1624;
}

h1 span {
	color:#333;
}

p {
 	color:#666;
}

hr {
	 border-top:1px solid #eee!important;
}

fieldset {
	border:1px solid #f0f0f0;
  	background:#fefefe;
}

fieldset legend {
	 color:#555;
}

input, textarea, select {
	/*background:url('/Images/ui/input.png') 0 0 repeat-x;*/
 	border:1px solid #cccccc;
 	color:#555;
}

input.button, a.button 
{
    background-image:none;
    background-color:#142c46;
    border:1px solid #142c46;
	color:#ffffff!important;
	cursor:pointer;
}

input:focus.button, a:focus.button
{
    background-color:#43566B;
}

input[disabled].button, a[disabled].button
{
    background-color:#A1ABB5!important;
	cursor:default;
}

a.button .ui-icon {
	background-image: url(/Images/ui/icons_white.png);
}

a:hover.button, a:hover.linkbutton, input:hover.button {
	color:#fff!important;
}

.meta p a {
 /*color:#183662;*/
}

.meta ul li a {
 background:url('/Images/ui/glass.png') 50% 50% repeat-x;
 border:1px solid #333;
 padding:3px 10px 3px 5px;
 color:#333;
}

p.mid a {
	color:#bbb;
}

#header #search {
		background:url('/Images/ui/searchbar.png') 0 0 no-repeat;
}

#search input {
		color:#bbb;
}

#navbar ul.nav {
	 border-right:1px solid #2d2d2d;
 border-left:1px solid #151515;
}

ul.nav li {
	 border-left:1px solid #2d2d2d;
 border-right:1px solid #151515;
}

ul.nav li a:hover, ul.nav li span:hover {
 color:#fff;
}

ul.nav ul li {
	 border-left:3px solid #000;
	 width: 220px;
}

ul.nav li li {
		background:	#152443;
}

ul.nav li li a {
	 color:#ccc;
}

ul.nav li li a:hover {
 color:#fff;
 background:#080e19;
}

#sidebar h2 {
		border-bottom:1px dotted #d3d3d3;
}

#sidebar ul li {
	 border-bottom:1px dashed #eee;
 background:url('/Images/ui/arrow_left.png') 5px 8px no-repeat;
}

#sidebar ul li:hover {
 background:url('/Images/ui/arrow_left_hover.png') 5px 8px no-repeat;
}

#sidebar ul li a {
 text-decoration:none;
 color:#555;
 font-size:11px;
}

#sidebar ul li a:hover {
 color:#000;
}

#footer {
	 background:#152443;
 /*border-top:3px solid #000;*/
}

ul.dash li a {
	 color:#555;
 background:url('/Images/ui/largebut.png') 0 0 no-repeat;
}


ul.dash li a:hover {
 background:url('/Images/ui/largebut_hover.png') 0 0 no-repeat;
}

table.favs tr {
 color:#ffffff!important;
 background:#142c46;
 cursor:pointer;
}

table.favs td 
{
    padding:3px 5px;
}

table.favs tr:hover {
 color:#fff;
 background:#080e19;
}

table.fullwidth, table.normal {
	 /*border:1px solid #f0f0f0;*/
}

table.fullwidth thead, table.normal thead {
    /*background-color:#ccc; 
    color:#fff;*/
}

table.fullwidth thead tr, table.normal thead tr {
 color:#000;
}

table.fullwidth tr, table.normal tr {
 color:#333;
 /*cursor:pointer;*/
}
/* overriding for table normal - mac */
table.normal tr {
    cursor:default;
}

table.fullwidth tr.odd, table.normal tr.odd {
 background:#eeeeee;
 color:#333;
}

table.fullwidth tr:hover, table.normal tr:hover {
    /*color:#333;*/
    background-color:#e8f5fd;
    /*background:#d8f0fa url(/Styles/w7/horizontal.png) repeat-x 0 -108px;*/
}

table.fullwidth thead tr:hover, table.normal thead tr:hover {
 /*color:#fff;*/
}
.odd
{
     background:#f9f9f9;
 color:#333;

}
/* ===== End Skin Styles & JQuery UI ===== */

/* ===== jquery ui overrides ===== */
.ui-sortable-placeholder {
	background:#ffffcc!important;
	border:1px dotted #f1aa2d!important;
}
.portlet-header .ui-icon { 
	position:relative;
	margin-top:-1px;
	float:right;
	cursor:pointer;
}
/* date picker overrides */
.ui-datepicker
{
    width:auto;
    min-width:17em;
}
.ui-datepicker .ui-state-default,.ui-datepicker .ui-widget-content .ui-state-default { 
	border: 1px solid #f0f0f0; background:#ffffff url('/Images/ui/input.png') 0 0 repeat-x;
	font-weight: normal;
	color: #555;
	outline: none;
}

.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight {
border: 1px solid #FCEFA1;
background: #FBF9EE url(/Images/ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
color: #363636;
}
.ui-datepicker .ui-state-hover,.ui-datepicker .ui-widget-content .ui-state-hover,.ui-datepicker .ui-state-focus,.ui-datepicker .ui-widget-content .ui-state-focus { border: 1px solid #000; background: #202020; font-weight: normal; color: #fff; outline: none; }
.ui-datepicker .ui-state-hover a,.ui-datepicker .ui-state-hover a:hover { color: #fff; text-decoration: none; outline: none; }

.ui-widget-content a {
    color: #26559c;
}
/* ===== end jquery ui overrides ====== */

/* =====  Styles in Use ===== */
#MainForm, #aspnetForm {
    height: 100%;
}
.push
{
    height:40px;margin:0;
}
.clear {
    clear:both;
}
.login
{
    font-size:1.1em;
}
#loginwrapper
{
    background-color:#ebf5fc;
    width:252px;
    min-height:175px;
    margin:30px auto;
    padding:20px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
     -webkit-border-radius:6px;
     border-radius:6px;
     border:2px solid #F0AD7C;
    
}
.selected
{
    background-color:#ffffff;
}

#inputform
{
     /*font-size: 1.1em;*/
}
.filter-header,.sectionheader
{
    font-size: 1.1em;
    width:100%;
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    /* background-color: #eeeeee;*/
    padding: 4px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
    border-top-left-radius:  5px;
    background:url("/images/ui/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    color:#222222;
    font-weight:bold;

}
.filter-section,.section
{     font-size: 1.1em;
    min-height:20px;
    width:100%;
    border: 1px solid #AAAAAA;
    background-color: #eeeeee;
    padding: 4px;
    color:#222222;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
     -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius:  5px;
}
.sectionheader
{

}
.section
{
    margin-bottom: 10px;
    background-color:#FFFFFF;
}

#inputform
{
}

.sectionitem
{
    background-color: #ffffff;
    margin: 5px;       
    font-size:1em;
        
}
.sectionitem .label
{
    width:auto;
    min-width:120px;
    font-size:inherit;
}

 .subSection
{
    float:left;
    padding-left:20px;
}
 .subSection ul
{
    padding-left:20px;
}
       
.inputtable
{
    padding:2px;
}
.select-wide
{
    width:250px;
}


 /*message boxes*/
 .info-msg, .success-msg, .warning-msg, .error-msg, .validation-msg, .alternate-info-msg {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius:5px;
    display:block;
}
.info-msg {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/Images/info.png');
}
.success-msg {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/Images/success.png');
}
.warning-msg {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/Images/warning.png');
}
.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/Images/error.png');
}
.alternate-info-msg
{
    background-image: url('/Images/info.png');
    color: #666;
    background-color: #eee;
    border: 1px solid #ccc;
    font-size:14px;
    line-height: 160%;
}
.center-text
{
    text-align:center;
}
.intro-name
{
    font-weight:bold;
    color:#000000;
}
       
.passwordEntry,.textEntry
{
    width:150px;
}
.numinput input
{
    text-align:right;
}
img
{  border-style: none;
}

ul.horizontallist li
{
    display: inline;
    list-style-type: none;
    padding-right: 10px;
    width:auto;
}
ul.horizontallist li label
{  width:auto;
   min-width:50px;
}
ul.verticallist li label
{
   width:auto;
   min-width:50px;
}
.validate
{
    color:Red;    
}
.rightAlignCell
{
    padding-right:3px;
}

.ui-dialog-content ul 
{
 list-style-position:inside;
list-style-type:disc;
padding: 2px;
margin: 2px;

}
#inputform .sectionitem .leftlabel, .leftlabel
{
    min-width:150px;     
    clear: left;
    float: left;
    width: 7em; /* or whatever length suits */

}
.usericon{ vertical-align:bottom; margin-right:5px;}

.full-page-container{
   /* width:952px;*/
}
.full-page-container .content-area
{
    font-size:1.2em;
}
/* ===== END  Styles in Use  ===== */

/* =====  Plugin Styles  ===== */


/*loader style for jquery ui autocomplete*/
.ui-autocomplete-loading { background: white url('/images/loader-black.gif') right center no-repeat; }
.ui-autocomplete {
		max-height: 300px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 100px;
	}	
	
	.row
	{
	    background-color:#FFFFFF;
	}
	.row-alt
	{
	    background-color:#EEEEEE;
	}
/* ===== CSS 3 setup ===== */

fieldset, input, textarea, select, a.button, .meta ul li a, ul.nav li li a:hover, p.main input, input.login, .message, #easyTooltip, div.wysiwyg /*,table*/ {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.left-side-button {
    margin-right:0;
    border-radius: 5px 0px 0px 5px;
    border-right-width: 0px;
}

a.right-side-button {
    margin-left:0;
    border-radius: 0px 5px 5px 0px;
    border-left-width: 0px;
}

a.middle-side-button {
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
    border-radius: 0px 0px 0px 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}



ul.nav li a, ul.nav li span {
	text-shadow:-1px 1px #000;
}

ul.nav li a:hover, ul.nav li span:hover, ul.nav li span:hover span {
	text-shadow:none!important;
	color:#FFFFFF;
}

ul.nav li li a {
	text-shadow:none;
}

.portlet {
	zoom:1;
}

div.wysiwyg ul.panel li a {
	opacity: 0.85; 
	filter:alpha(opacity=85); 
}

div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {
	opacity: 1.00; 
	filter:alpha(opacity=100); 
}
/* ===== END CSS 3 setup ===== */

#main p
{
    font-size:12px;
}
#subnav
{
    margin-top:4px;
 height:20px;
 width:900px;
 background-color:#395988;
 -moz-border-bottom-right-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 border-bottom-right-radius:5px;
 -moz-border-bottom-left-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 border-bottom-left-radius:5px;
 padding:4px;
 padding-top:6px;
 color:#ccc;
 margin-left:15px;
 font-size:12px;
}
#subnav a
{
    color:#ccc;
	text-decoration:none;
	font-size:12px;
	padding:4px 10px 10px;
}
#subnav a:hover
{
	color:#FFF;
}
.failureNotification
{
	color:Red;
}

.button-blue-sm,.button-twa-sm
{
    font-family:Arial;
  font-size:10px !important;
  padding-top:1px;
  padding-bottom:2px;
  padding-left:5px;
  padding-right:6px;
  width:auto;
  font-weight:bold !important;
  color:#ffffff !important;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:none;
  cursor:pointer;
    background: #708dc8 url(/images/button-sm-bg.gif) repeat-x top left;

}
    .button-blue-sm:hover,.button-twa-sm:hover {
        text-decoration: none !important;
        color: #ffffff !important;
    }

.button-twa-sm {
    background: #708dc8 url(/images/button-sm-bg-orange.gif) repeat-x top left;
}

.button-twa {
    background: rgba(234, 103, 13, 1) url(/images/button-sm-bg-orange.gif) repeat-x top left !important;
}

.help-image {
    vertical-align: bottom;
    margin-right: 4px;
}
.company-name
{ 
    color: #152443;
    display: inline;
    float: left;
    font-size: 20px;
    margin-top: 35px;
 }
 .dash-column-small,.dash-column-small-left,.dash-column-left,.dash-column
 {
     width: 500px; float: left; 
 }
 .dash-column-small-left,.dash-column-left
 {
     margin-right:10px;
 }
 .dash-column-small .portlet-content,.dash-column-small-left .portlet-content
 {
  height:130px;   
  overflow-y:auto;
 }
 
 
.progressLabel {
float: left;
margin-left: 50%;
margin-top: 5px;
font-weight: bold;
}
 
#bottomnav {
    position: fixed;
    z-index: 10;
    width: 988px;
    margin: .75em 0 0 0;
    padding: 0;
    margin-right: 0;
    clear: both;
    bottom: 0;
    left: 0; 
    margin-left:15px;
    padding:10px;
    border-radius: 5px 5px 0px 0px;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;  
    border-bottom: 0px;
}
#bottomnav-content
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:855px;
}
        
.wizard-next,.wizard-prev{
    float:left;
     padding: 2px 8px !important;
}          
.wizard-progressbar
{
    float:left;
    margin-left:50px;
    margin-right:60px;
    width:600px;
}
 
 /* admin sub nav tabs */
 .nav-sub {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
  font-size: 14px;
}
.nav-sub > li > a {
  display: block;
}
.nav-sub > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav-sub > li > a > img {
  max-width: none;
}
.nav-sub > .pull-right {
  float: right;
}
.nav-sub li + .nav-sub-header {
  margin-top: 9px;
}
.nav-sub-tabs:before,
.nav-sub-tabs:after
{
  display: table;
  content: "";
  line-height: 0;
}
.nav-sub-tabs:after {
  clear: both;
}
.nav-sub-tabs > li {
  float: left;
}

.nav-sub-tabs > li > a {
    line-height: 14px;
/*  margin-right: 8px;*/
    margin-right: -4px;
    padding-left: 12px;
    padding-right: 12px;
}

.nav-sub-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-sub-tabs > li {
  margin-bottom: -1px;
}
.nav-sub-tabs > li > a 
{
 /*   
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
*/
  padding-top: 4px;
  padding-bottom: 2px;
  line-height: 16px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;  
  border: 1px solid transparent;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
}  
    
.nav-sub-tabs > li > a:hover {
  /*border-color: #eeeeee #eeeeee #cccccc;*/
}
.nav-sub-tabs > .active > a,
.nav-sub-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  cursor: default;
  z-index:9;position:relative;
}
.nav-sub > .disabled > a {
  color: #999999;
}
.nav-sub > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
    #header-fixed { 
    position: fixed; 
    top: 0px; display:none;
    background-color:white;      
}

.nav-arrow 
{
    margin:0 !important;
    padding:0 !important;
    font-size:11px !important;
    margin-left:4px !important;
    display:inline !important;   
}

.required-field
{
    background:#EDFFF9;
}

.policyViolation 
{
    color:Red;
}


/* jqGrid Overrides */

/* remove the vertical lines between cells */
.ui-jqgrid tr.ui-row-ltr td { border-right-color: transparent; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    background: none !important;
    border: 0px !important;
}

/* for disabled DDL items */
select option:disabled { font-weight:bold; color:blue }
.pointer {cursor:pointer;}
.highlight-orange { color:#F16A11; }

.ui-jqdialog-content .DataTD {vertical-align: middle;}