body {
	background-color: #11205C;
	background-clip: border-box;
	/*
	background-image: url(/portal/img/primary_blue/background.png);
	background-repeat: repeat-x;
	*/
	font-size: 12px;
	word-spacing: normal;
	letter-spacing: 0.4px;
	line-height: 20px;
	color: #666666;
	
}


body.cke_show_borders {
	background-image: none;
	background-color: #ffffff;
}

body, textarea { 
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

hr
{
	border: 0px solid transparent !important;
	background-color: transparent !important;
	height: 1px;
}

.divider,.divider_padding
{
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}

.divider { border-bottom: 1px solid #eee; }

.top
{
	font-size: 8px;
	line-height: 10px;
	margin-bottom: 40px;
	text-align: right;
	position: relative;
}

.top a
{
	height: 20px;
	position: absolute;
	right: 0;
	top: 15px;
	width: 20px;
	color: #ccc;
	background: #fff;
}

.clearboth
{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
}

ul { list-style: disc outside; }
ol { list-style: decimal outside; }
li { margin: 2px 0; }
ol li { margin-top: 10px; }
ul, ol, dl { margin-left: 26px; }
ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; }

a
{
	color: #aaa;
	outline: 0 none;
}

a:link,a:visited,a:hover,a:active,a:focus
{
	text-decoration: none;
	outline: 0 none;
	-moz-outline-style: none;
}

a:hover, p a:hover, .blog_meta a:hover { text-decoration: underline; }

a, p a, a:hover, .subnav_widget li.current_page_item a, .commentmetadata a, .blog_meta a,
.contact_widget_email,.download_link,.email_link,.toggle { color: #2379BF; }

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

strong em,
em strong {
	font-weight: bold;
}


h1,h2,h3,h4,h5
{
	font-weight: normal;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1
{
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0;
}

h2
{
	font-size: 28px;
	line-height: 30px;
}

h3
{
	font-size: 22px;
	line-height: 30px;
}

h4
{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

h5
{
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
}

h6
{
	font-size: 11px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: normal;
	color: #999;
}

blockquote, .bullet_list, h5, .rss-date, .date, .awaiting_moderation, .dropcap4 { color: #2379BF; }

legend, label {
	/*color: #666666;*/
	font-size: 9px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

input[type=text],
input[type=password],
textarea {
	background-image: url("/portal/img/shared/input.png");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	color: #666666;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:url(/portal/img/shared/button_sprite.png) no-repeat scroll -7px -122px transparent;
	border:none;
	color:#eee;
	font-size:11px;
	font-weight: normal;
	letter-spacing:1.6px;
	margin:10px 0;
	outline-width:0;
	padding:11px 13px;
	text-transform:uppercase;
	text-shadow: none;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	opacity: 0.8;
}

input:focus,
textarea:focus {
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
	-o-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

#body_bottom_background {
	background-image: url(/portal/img/primary_blue/background-tile.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#body_top_background {
	background-image: url(/portal/img/primary_blue/background.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 5px;
}

#wrapper {

	margin: 0 auto;
	width: 992px;
	position: relative;
}

.ie6 #wrapper {
	width: 992px;
}

#content {
	background-image: url(/portal/img/shared/body_block.png);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0 6px;
	padding: 30px 30px 40px;
	min-height: 400px;
}

.page-title {
	background-color: #fefefe;
	background-image: url(/portal/img/shared/intro_blurb.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #898C8E;
	overflow: hidden;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 15px 30px 10px;
	margin: -10px -30px -15px;
}

.page-title h1 {
	margin: 0;
	padding: 0 0 25px;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #505050;
	-webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 1));
}

#main-content {
	background-image: url(/portal/img/shared/body_block_background.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px -28px 0px -28px;
	padding: 0px 28px 28px 28px;
}


#intro_blurb {
	background-color: #fefefe;
	background-image: url(/portal/img/shared/intro_blurb.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #898C8E;
	overflow: hidden;
	text-shadow: 1px 1px 1px #FFFFFF;
	
	margin: -4px -28px 0px -28px;
}

#intro_blurb h1 {
	color: #898C8E;
	margin: 0;
	padding: 10px 0px 10px;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	-webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 1));
	text-shadow:1px 1px 1px #fff;
}




.page-title h2 {
	color: #B4B4B4;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	position: relative;
	top: -20px;
}

#breadcrumbs {
	display: none;
}

#footer {
	margin: 0 6px;
	padding: 0 0 10px;
	background-image: url(/portal/img/primary_blue/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	letter-spacing: 0.6px;
	line-height: 20px;
	font-size: 11px;
	color: #6B7F8F;
}

#footer .footer_trim {
	height: 5px;
	background-image: url(/portal/img/shared/opacity_strip.png);
	background-repeat: repeat-x;
	background-position: 0 25%;
}

#footer .footer_background {
	background-image: url(/portal/img/primary_blue/footer_background.png);
	background-repeat: repeat-y;
	background-position: center center;
	overflow: hidden;
}

#footer h6 {
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 5px;
	margin: 0 0 5px;
}

#footer h6 a {
	color: #fff;
}

#footer h6 a.hover {
	color: #ccc;
}

#footer ul,
#footer ul li {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	line-height: 15px;
}

#footer a {
	color: #607485;
}

#footer a:hover {
	color: #cccccc;
}

#footer .inner {
	margin: 40px 30px 0;
}

#footer .inner div {
	margin-bottom: 20px;
}

#sub_footer {
	margin: 5px 6px 0px 6px;
	color: #AAAAAA;
	font-size: 9px;
	height: 30px;
	line-height: 20px;
}

.ui-dialog {
	-moz-box-shadow: 2px 2px 6px #333333;
	-webkit-box-shadow: 2px 2px 6px #333333;
	box-shadow: 2px 2px 6px #333333;
}

.clearboth {
	clear: both;
}

.lfr-actions.portlet-options .lfr-trigger strong a {
	text-shadow: none;
}

.portlet-borderless-bar .portlet-back a {
	height: 16px;
	width: 16px;
	text-shadow: none;
}

.columns-max {
	padding: 5px 0 0 0;
}

.right-sidebar {
	background-color: transparent;
	background-image: url(/portal/img/shared/sidebar-middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px 0px 0px 40px;
	width: 255px;
}

.nav-menu,
.left-sidebar {
	background-color: transparent;
	background-image: url(/portal/img/shared/sidebarL-middle.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px 0px 0px 0px;
	width: 235px;
}

.nav-menu {
	padding-bottom: 15px;
	padding-top: 15px;
}

.right-sidebar h3,
.left-sidebar h3 {
	font-weight: normal;
	color: #505050;
	-webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 1));
	font-size: 27px;
	margin: 0px;
}

.right-sidebar h3 {
	padding: 0 0 10px 30px;
}

.left-sidebar h3 {
	padding: 0 30px 10px 0;
}

.right-sidebar .subnav,
.left-sidebar .subnav {
	
}

.nav-menu ul,
.nav-menu ul li,
.right-sidebar .subnav ul,
.right-sidebar .subnav ul li,
.left-sidebar .subnav ul,
.left-sidebar .subnav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-menu li a,
.subnav li a {
	display: block;
}


.right-sidebar .subnav li {
	background-image: url(/portal/img/shared/li.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
}

.nav-menu li, 
.left-sidebar .subnav li {
	background-image: url(/portal/img/shared/li.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}


.nav-menu li a,
.right-sidebar .subnav li a,
.left-sidebar .subnav li a {
	color: #2379BF;
}

.right-sidebar .subnav li a {
	padding: 5px 0px 5px 30px;
}

.nav-menu li a,
.left-sidebar .subnav li a {
	padding: 5px 30px 5px 0px;
}

.nav-menu li.selected a,
.right-sidebar .subnav li.selected a,
.left-sidebar .subnav li.selected a,
.right-sidebar .subnav li a:hover,
.left-sidebar .subnav li a:hover {
	color: #aaaaaa;
}

.right-sidebar .subnav li.selected a {
	background-image: url(/portal/img/shared/subnav_active.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #aaaaaa;
}

.nav-menu li.selected a,
.left-sidebar .subnav li.selected a {
	background-image: url(/portal/img/shared/subnavL_active.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #aaaaaa;
	font-weight: normal;
}

.nav-menu li.open ul li a {
	background-image: none;
	font-weight: normal;
	color: #2379BF;
}

.nav-menu li.open ul li{
	background-image: url(/portal/img/shared/li.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

.nav-menu li.open ul li.selected a {
	background-image: url(/portal/img/shared/subnavL_active.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #aaaaaa;
	font-weight: normal;
}

.right-sidebar .subnav li ul li {
	background-position: 60px bottom;
}

.nav-menu li ul li, 
.left-sidebar .subnav li ul li {
	background-position: 30px bottom;
}

.right-sidebar .subnav li ul li a {
	padding: 5px 0px 5px 60px;
}

.nav-menu li ul li a, 
.left-sidebar .subnav li ul li a {
	padding: 5px 30px 5px 30px;
}

.nav-menu li ul li, 
.subnav li ul li {
	background-image: none;
}

/* LEVEL 3*/
.nav-menu li.open ul li.open ul li a{
	background-image: none;
	color: #2379BF;
}

.nav-menu li ul li ul li a{
	padding: 5px 30px 5px 45px;
}

.nav-menu li.open ul li.open ul li.selected a {
	background-image: url(/portal/img/shared/subnavL_active.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #aaaaaa;
}

/* ********************************** */


.ui-widget {
	font-size: 12px;
}

.add-application, .add-application h2 {
	line-height: 1em;
}

div.warning_box {
	background: #FCC url(/portal/img/shared/icons/stop.png) no-repeat scroll 10px 15px;
	border: 1px solid #F99;
	color: #C31B00;
	font-size: 12px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	padding-left: 55px;
	padding-right: 20px;
	padding-top: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
