/* GENERAL STYLES FOR ELEMENTS */
*				{ margin: 0; padding: 0; }
body			{ margin: 0; background: #444; font-family: verdana,geneva,helvetica,arial,sans-serif; font-size: 11px;}
ul	 			{ margin: 0; padding: 0; list-style: none; }
a 				{ text-decoration: none; color: #069; }
button 			{ font-size: 11px; }
input, select, textarea { font-size: 11px; }
table			{ margin: 0; font-family: verdana,geneva,helvetica,arial,sans-serif; font-size: 11px; background:#DDE3C7; padding: 0px }
form			{ margin: 0px; padding: 0px; }
h1				{ font: bold 13px verdana,geneva,helvetica,arial,sans-serif; padding: 7px 10px; margin: 0; }
table td		{ padding: 2px;}

/* TOP HEADER, TOP NAVIGATION, SIDE NAVIGATION, CONTENT  WRAPPER and LEFT & RIGHT PANE DISPLAY STYLES */
#header 		{ background: #000; height: 60px; width: 100%; }
#breadcrumbs 	{ font-size: 11px; color: #999; padding: 4px 10px; margin-top: 7px; }
#wrapper 		{ margin: 10px 10px 10px 10px; position: relative; z-index: 0; height: 550px; }
.nav 			{ position: absolute; width: 18%; height: 100%; top: 0; left: 0; background: #eee; text-align: left; overflow-x: hidden; overflow-y: auto }
.content 		{ position: absolute; width: 57%; height: 100%; top: 0; left: 19%; background: #DDE3C7; text-align: left; overflow: hidden; }
#pageContent 	{ position: absolute; width: 100%; top: 0px; background: #DDE3C7; text-align: left; overflow: auto; margin: 0px; padding: 0px; }
#buttonContent,#static_pg_btns 	{ position: absolute; width: 100%; height:35px; background: #eee; text-align: left; overflow: hidden; margin: 0px; padding: 0px; margin-left: auto;
 margin-right: auto; text-align: center; }
.supp-info 		{ position: absolute; width: 23%; height: 100%; top: 0px; left: 77%; background: #eee; text-align: left; word-wrap: break-word; padding-right: 3px;}

/* USED ONLY FOR WINDOW RESIZE */
.nav2 			{ position: absolute; width: 225px; height: 100%; top: 0; left: 0; background: #eee; text-align: left; overflow-x: hidden; overflow-y: auto }
.content2 		{ position: absolute; width: 600px; height: 100%; top: 0; left: 235px; background: #DDE3C7; text-align: left; overflow: hidden; }
.supp-info2		{ position: absolute; width: 275px; height: 100%; top: 0px; left: 845px; background: #eee; text-align: left; word-wrap: break-word; padding-right: 3px;}


#buttonContent button,#static_pg_btns button  { margin-top: 5px; }

#logohdr { float: left; }

#header img
{
	vertical-align: middle;
	border: 0px;
	position: relative;
	top: 0px;
}

#header span
{
	color: #fff;
	font-size: 1.7em;
	margin-top: 25px;
}
#headerLabel
{
	color: #fff;
	font-size: 1.7em;
	margin-top: 25px;
	border-left: 1px solid #FFFFFF;
	padding-left: 15px;
	position: relative;
	top: 7px;
}

#rightHeader
{
	display: inline; float: right; margin-right: 25px; margin-top: 10px; background: #000;
}

#langHeader
{
	display: inline; float: right;
}

#messageHeader 
{
	display: inline; float: right; 
}

#header #rightHeader table
{
	background: #000;
}

#header #rightHeader #messageHeader span
{
	color: #FFFF00;
	font-size: 1.2em;
	font-weight: bold;
}

#header #rightHeader #langHeader span
{
	color: #fff;
	font-size: 1.2em;
}

#content
{
	background: #DDE3C7;
	overflow: auto;
	border: 0px;
}

/* PRIMARY AND UTILITY NAVIGATION */
#navigation {
	background: #333;
	height: 28px;
	margin-top: 0px;
	padding-top: 4px;
}

#navigation #utility-nav {
	padding: 5px 10px;
	float: right;
}

#navigation #utility-nav li { display: inline; }

#navigation #utility-nav li a {
	color: #cee6fd;
	padding-left: 10px;
	font-size: 11px;
	/*border-right: 1px solid #cee6fd;*/
	text-decoration: none;
}

#navigation #primary-nav { float: left; }

#navigation #primary-nav li {
	float: left;
	position: relative;
	z-index: 10;
}

#navigation #primary-nav li a {
	float: left;
	padding: 5px 13px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#navigation #primary-nav li:hover  { background: #000; }

#primary-nav li.over { background: #000; }

#navigation #primary-nav li a:hover { background: #000; }

#navigation #primary-nav li.menu-item ul { display: none; }

#navigation #primary-nav li.menu-item:hover > ul { display: block; }

#navigation #primary-nav li.menu-item.over iframe { display: block; }

#navigation #primary-nav li.menu-item.over ul { display: block; }

#primary-nav li.over ul { display: block; }

#navigation #primary-nav li ul {
	position: absolute;
	left: 0; top: 23px;
	background: #000;
	width: 215px;
	z-index: 15;
}

#navigation #primary-nav li ul li { float: none; width: 215px; display: block; }

#navigation #primary-nav li ul li a {
	float: none;
	display: block;
	padding: 8px;
	font-size: 11px;
	border-bottom: 1px solid #333;
	color: #eee;
	text-decoration: none;
}

#navigation #primary-nav li ul li a:hover { background: #555; color: #cee6fd; }

#navigation #primary-nav li ul li.separator { border-bottom: 1px solid #777; }

#navigation #primary-nav li.menu-item-2 { position: relative; }

#navigation #primary-nav li.menu-item-2 { background: transparent url(../images/menu_arrow.png) right no-repeat; }

#navigation #primary-nav li ul li.menu-item-2 > a:hover { color: #cee6fd; background: #555 url(../images/menu_arrow.png) right no-repeat; }

#navigation #primary-nav li ul li.menu-item-2.over iframe { display: block; }

#navigation #primary-nav li ul li.menu-item-2.over ul { display: block; }

#primary-nav li ul li.over ul { display: block; }

#navigation #primary-nav li.menu-item-2 ul {
	position: absolute;
	top: 0;
	left: 215px;
	border: 1px solid #555;
	display: none;
}
#navigation #primary-nav li.menu-item-2:hover > ul { display: block; }

/* HIDING LEVEL2 SUB MENUS OF LINE */
#navigation #primary-nav li.menu-item-3 ul { display: none; }
/* DISABLED STYLE FOR LI ELEMENTS THAT DO NOT CONTAIN SRC ATTRIBUTE */
#primary-nav li a.disabled { background: #CDCDCD; }

/* LOGIN INFORMATION */
#loginInfo {
	background: #333;
	text-align: right;
	border-top: 1px solid #444;
}

#loginInfo div {
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
}

#loginInfo a {
	color: #cee6fd;
	padding: 0 10px;
	font-size: 11px;
	text-decoration: none;
}

#loginInfo div ~ div a {
	border-left: 1px solid #cee6fd;
}

/* LEFT NAVIGATION STYLES */
#nav li {
	font: bold 11px verdana,geneva,helvetica,arial,sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #000;
	background: #ccc;
	white-space: nowrap;
}

#nav li div { padding: 7px 5px; }

#nav li li { margin: 0; padding: 0; }

#nav li li a {
	display: block;
	_display: inline-block; /* For IE6 Only */
	_width: 86%;	/* For IE6 Only */	
	background: #fff; color: #069;
	font-weight: normal;
	padding: 4px 5px 5px 5px;
	border-bottom: 1px solid #ddd;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}

#nav li li a.selected { background: #cee6fd; font-weight: bold; }

#nav #phoneimage { background: #fff; text-align: center; }

/* SUPPLEMENTAL INFO DISPLAYED IN THE RIGHT SIDE PANE */
#supp-info li {
	background: #cee3fd;
	clear: left;
	margin: 0; padding: 0;
}

#supp-info li a {
	display: block;
	font: bold 11px verdana,geneva,helvetica,arial,sans-serif;
	padding: 8px 6px 8px 20px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background: transparent url(../images/icon_right_arrow.png) 5px 50% no-repeat;
	height:13px;
}

#supp-info li a.selected { background: transparent url(../images/icon_down_arrow.png) 5px 50% no-repeat; }

#supp-info li li a {
	text-decoration: none;
	color: #069;
	font-weight: normal;
	padding: 0;
	background: none;
}

#supp-info li li a.selected { background: none; }


#supp-info li ul {
	background: #fff;
	float: left;
	width: 100%;
	padding: 0;
	display: none;
}
#supp-info li ul div {
	padding:0 3px 0 0;
}
#supp-info li li {
	margin: 0; 
	padding-left:3px;
	clear: left; border-bottom: 1px dotted #ccc;
	background: #fff;
}

#supp-info li li label, #supp-info li li span, #supp-info li li div {
 background: #fff; color: #000;
 font-weight: normal;
 font-size: 11px;
}

#supp-info li li label, #supp-info li li span {
	color: #777;
}
ul.tree li ul li div { margin-top:3px; }
ul.tree li ul li textarea { border: 0px; width: 100%; }
/*ul.tree li { overflow-x: hidden; overflow-y: auto; }*/

img.draggable { cursor: move; }

/* POPUP BOX STYLES */
#darken {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:199;
	background:black;
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*For IE 8*/
	filter: alpha(opacity=50);					/*For IE 5-7*/
}

#modalDialog {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-200px;
	border:3px solid;
	padding:5px;
	display:none;
	font-size:12px;
	z-index:200;
	background: #DEE0CB;
}

#popup-title {
	font-size:13px;
	font-weight: bold;
	color: #fff;
	background: #000;
	margin-bottom:10px;
}

/* GRADIENT STYELS FOR BUTTONS */
.button {
	display: inline-block;
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	min-width: 75px;
}

.button:hover { text-decoration: none; }

.button:active { position: relative; top: 1px; }

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.medium { font-size: 10px; padding: .4em 1.5em .42em; }

.small { font-size: 10px; padding: .2em 1em .275em; }

/* SAVE, REVERT & RESET BUTTON STYLES */
.button-group{
	margin: 10;
	padding: 1px 6px;     
	text-align: right;
	height: 25px;
	clear: both; 
}

#popup-button-group
{
	margin: 10;
	padding: 7px 6px;  	
	text-align: right;
	height: 25px;
	clear: both; 
	border-top: 1px solid #000;
}

#popup-contentArea { margin-bottom: 20px; }

/* MOUSE OVER & OUT STYLELS FOR BUTTONS */
.gray {
	color: #FFFFFF;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

.cmnbtndisabled { background: #eee; }

input[type="button"],input[type="submit"]{
	font-family: verdana,geneva,helvetica,arial,sans-serif; font-size: 11px;      	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

option{	padding-right:10px; }

.loginField {width:120px;}

#security-banner {
    display: none;
}

#security-popup {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.security-popup--mask {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}

.security-popup--wrapper {
	width: 40%;
	height: 30%;
	min-width: 300px;
	min-height: 300px;
	padding: 20px 20px 50px 20px;
	position: absolute;
	top: 15%;
	left: 30%;
	background: #dde3c7;
}

.security-popup--content {
	position: absolute;
	top: 10px;
	bottom: 40px;
	left: 10px;
	right: 10px;
	border: 1px solid #000;
	padding: 10px;
}

#security-msg {
	width: 100%;
	height: 100%;
	border: 0;
	overflow-y: auto;
	resize: none;
	background: #dde3c7;
}

#security-popup--button_ok {
	margin-top: 18px;
	float: right;
}

.radiogap { margin-left: 15px; }

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
