/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */



body {
	background-color: #FFF;
	font: .9em Arial,Helvetica,Verdana,sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 40px;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
}

h1{
  font-size:21px !important;
  border-bottom:solid 1px #e5e5e5;
  margin:0px !important;
}

h2{
  font-size:15px !important;
  margin:0px !important;
  line-height:23px !important;
  color:#494949;
}


table {
	clear: both;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}


#navigation ol, #navigation ul {
    list-style:  none;
}

ul.theme-tab {
    list-style:  none;
}

.programs-categories ul{list-style:none; padding-left:0px;  }



ul, ol {
    list-style-position: outside; padding-left:15px;
}

footer ul{list-style:none; padding-left:0px; }

/*
ol, ul {
	list-style: none;
}
*/

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	border-bottom: 1px dotted #000;
	cursor: help;
}

html {
	overflow-y: scroll;
}



body.portal-popup {
	background: none;
	padding: 10px;
}

body.portal-iframe {
	padding: 0;
}

body.html-editor {
	background: #FFF;
	color: #000;
}




/*
ol li, ul ol li {
	list-style: none;
}

ul li, ol ul li {
	list-style: none;
}

ul ul li {
	list-style-type: none;
}

ol ol li {
	list-style-type: upper-roman;
}

*/

dl dd {
	margin-left: 1em;
}

th {
	font-weight: bold;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

p {
	margin-bottom: 1em;
}

/* ---------- Links ---------- */

a {
	text-decoration:none;
}

a:hover {
}

a:visited {
}

a:active {
}

/* ---------- Headers ---------- */

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h1, h2, h3 {
	margin: 1em 0;
}

h4, h5, h6 {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New",Courier,monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

/* ---------- Staging area ---------- */

body.staging {
	border: 0px solid #F00;
}

.portal-iframe.staging {
	border: none;
}

/* ---------- Main content body ---------- */

#wrapper {
}

#content-wrapper {
}

.portal-iframe #content-wrapper {
	width: 100%;
}

/* ---------- Banner ---------- */

#banner {
}

#banner .logo {
	margin: 0;
}

.current-community {
	display: none;
}

/* ---------- Alerts and popups ---------- */

.alert-background {
	background: #000;
}

.popup-alert-notice {
	background-color: #FFC;
	border-bottom-color: #FC0;
}

.popup-alert-warning {
	background-color: #FDD;
	border-bottom-color: #F00;
}

/* ---------- Portal add content ---------- */

.portal-add-content {
	background: #FFF;
	text-align: left;
	z-index: 20;
}

.portal-add-content a {
	text-decoration: none;
}

/* ---------- Portal tool tips ---------- */

.portal-tool-tip {
	background: #FFF url(../images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #1E2529;
	max-width: 200px;
	padding: 6px 4px;
}

/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

hr, .separator {
	border-top: 1px dotted #BFBFBF;
}

/* ---------- Update Manager ---------- */

.update-available {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}

/* ---------- Text highlighting ---------- */

.highlight {
	background: #FFC;
	font-weight: bold;
	padding: 0 1px;
}


/* ---------- Add Application ---------- */

.lfr-add-content {
    float: left;
	margin:0px !important;
    margin-bottom: 0.5em;
    padding: 4px 8px;
}

.lfr-add-content h2{
	padding: 6px 20px 6px 4px;
	color:#fff;
	border-bottom:none;
	font-weight:normal;
	font-size:14px;
	}
	
.lfr-add-content.expanded{
	padding: 0px 20px 0px 4px;
	color:#fff;
	background-color:#2685da;
	}
.lfr-add-content.collapsed{
	padding: 0px 20px 0px 4px;
	color:#fff;
	background-color:#0461b4;
	}

#widgets-content .lfr-content-category{
	background-color:#2685da;
	position:absolute;
	width:96.6%;
	left:0;
	margin:0 1.25%;
	height:115px;
	overflow:auto;
	}
	
.lfr-content-category.visible{
	border:none;
}

.lfr-portlet-item{
	border: 1px solid #2685DA;
    padding: 3px 5px;
	background:none;
	font-size:13px;
}

.lfr-portlet-item.lfr-instanceable{
	background:none;	
}

.lfr-portlet-item:hover, .lfr-portlet-item.over {
	background: #1486eb;
	border-color:#8cbEEB;
	}
	
.lfr-portlet-item p{ font-size:13px !important;}

.lfr-portlet-item > p > a { color:#fff; font-size:12px; font-weight:normal; text-decoration:none;}

.lfr-portlet-item { float:left; width:30%; margin-right:2%;}


#widgets-container{
	 float:left;
	 background:#0a69bf;
	 padding:1%;
	 height:200px;
	 overflow:hidden;
	 width:98%;
}

#widgets-container .portal-add-content{ background:#2685da; height:200px;}

/*.portal-add-content-search{ display:none;}*/

#widgets-container .closeBox{ display:none;}

.lfr-install-more{ border:none; font-size:12px; font-weight:normal; padding:5px; margin:0px; color:#fff;}

.lfr-install-more a{ color:#fff;}
