* html {overflow-x:hidden;}


body
{
	padding: 0;
	margin: 0;
	font-size: 0.75em;
	background: #6693d0 url(../images/bg_gradient.jpg) top center no-repeat;
}

body.html_only {
	background: white;
}

h1,h2,h3,td,body,p,div,span, input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #3386c7;
	font-size:16px !important;
	font-weight: normal !important;
  margin-bottom: 5px;
}

h3 {
  color: #3386c7;
}

ul
{
	list-style: none;
}

strong {
	font-weight:bold;
}

#footer {
	padding:4px;
	color:#fff;
	text-align: center;
	margin-right: 28px;
  margin-left: 28px;
  background: url(../images/bg_mirror_bottom.jpg) top left repeat-x;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-top: 5px;
}

#footer a {
 color:#fff
}

a,
a:active,
a:hover
{
	color: #3386c7;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#header {
    font-family: Arial, Helvetica, sans-serif;
    color:#FFF;
		font-size:16px;
		margin: 0px 20px;
		position: relative;
}

div.header_wrapper #header div.icon_user
{
		position: absolute;
		top: 4px;
		left: 18px;
		height: 20px;
		z-index:10;
		padding: 0px;
		margin: 0px;
		border: 1px solid #a1d6fe;
}


#header div.personal_bar {
	background-color:#375f96;
	color: white;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	padding-left: 20px;
	-moz-opacity:0.7;
	-moz-border-radius: 5px 5px 5px 5px;
}

#header div.meta_userinfo {
	padding-top: 7px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  color: #FFFFFF;
  margin-left: 10px;

}

#header div.meta_navigation {
	float: right;
	font-size: 11px;
	margin-top: 5px;
	padding: 2px;
	margin-right: 10px;
}

#header div.meta_navigation a {
	color: #FFF;
  border: none;
	padding: 4px;
	margin-left: 10px;
  zoom: 1;
}

/* IE 7 */
*+html #header div.meta_navigation{
  margin-top: 0px;
  padding-top: 0px;
}

/* IE 6 */
* html #header div.meta_navigation{
  margin-top: 0px;
  padding-top: 0px;
}

#header div.logo
{
  background: url(../images/logobanner.png) no-repeat center center;

  padding-top: 20px;
  margin-left: -45px;
  height: 95px;
  width: 588px;
  /*
  float: left;
  */
}

/* IE 6 */
* html #header div.logo
{
  background: url(../images/logobanner.png) no-repeat center center;
}



#header div.system_name
{
  padding: 12px;
  float: left;
}

#header
{
	font-size: 18px;
	height: 140px;
}

#header_box
{
	height: 110px;
	font-size: 18px;
}

/* IE 6 */
* html #header_box
{

	background-position: center right;
	background-repeat: repeat-x;
}


#header_search
{
  float: right;
  width: 270px;
  text-align: right;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 25px;
  background-color: #E5F3FD;
  padding: 5px;
  -moz-border-radius: 0px 0px 5px 5px;
}

form.xm_search_portlet div.search_button input.btn {
	width: 100% !important;
}


form.xm_search_portlet div.search_input input.search {
	font-size: 14px !important;
	width: 90% !important;
	padding: 3px 1px;
	background: white url(../images/icons/magnifier.png) no-repeat 3px 4px;
	padding-left: 20px;
}


#header_search a
{
	color: #eee;
}

#header_search a:active,
#header_search a:hover
{
	color: #fff;
}



#help div.box
{
	background: #255B89 url(../images/header_gradient_green.gif) top repeat-x;
	width: 600px;
	border: 1px solid #276192;
}

#help div.box div
{
	background: white;
	overflow: auto;
	padding: 5px;
	height: 250px;
	margin: 10px;
	border: 1px solid #fff;
}

#help div.box h3
{
	display: block;
	color: white;
	font-weight: normal;
	font-size: 22px;
	margin: 15px;
}


/* TOP NAVIGATION*/


#top_navigation
{
	clear:both;
	color:#45a3ec;
	font-size: 14px;
	text-align: center;

	padding-top: 10px;
	/* padding-bottom: 0px;*/
	height:26px;
	margin-bottom: 0px;  /* 1px */

	/*border-top: 1px solid #45a3ec; */

	/* border-bottom: 1px solid #45a3ec;  */

	border-bottom: 1px solid #eee;

	margin-left: 28px;
	margin-right: 28px;
}

#top_navigation ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;

}

#top_navigation ul li
{
	float: left;
	margin-right: 8px;
	display: inline;
	margin-bottom: 0px;
}


#top_navigation ul li a,
#top_navigation ul li.selected a,
#top_navigation ul li a:hover
{
	margin-bottom: 0px;
	font-size: 14px;
	font-weight:bold;
	color: #85bfec;
	text-decoration:none;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#top_navigation ul li.selected a,
#top_navigation ul li a:hover
{
	color:#45a3ec;
}




#top_navigation a
{
		background-color: #dae6ee;
		border-bottom: 0px;
		margin-bottom: 0px;
}



#top_navigation li.selected a,
#top_navigation a:hover
{
	margin-bottom: 0px;
	background-color:white;
	border-bottom: 1px solid #FFF;

}

/* IE 7 */
*+html #top_navigation {
  padding-top: 6px;
  clear: right;
}

*+html #top_navigation ul li a{
  display: block;
  margin-bottom: 5px;
}


/* IE 6 */
* html #top_navigation{
  padding-top: 0px;
  clear: right;
}

* html #top_navigation ul li a{
    display: block;
  	margin-bottom: 0px;
}


/* Prepare for Custom-Icon (actually just for Top-Navigation) */
.nav_icon{
  padding-left: 33px!important;
  background-repeat: no-repeat;
  background-position: 6px center;
}


#navigation
{
	width: 150px;
	left: 0px;
	margin-left: 35px;
  margin-top: 10px;
	position: absolute;
}

#navigation ul
{
  font-size: 13px;
	list-style: none;
	margin: 0;
}

#navigation ul li
{
	margin:0;
	font-weight: bold;
	margin-bottom: 10px;

}

#navigation ul li li
{
	padding: 3px;
	margin-bottom: 0px;
  margin-top: 0px;
	font-weight: normal;
	margin-left: 10px;
}

#navigation ul li a
{
	padding:3px 12px 3px 9px;
  border-width: 1px;
  display: block;
}

#navigation ul li li a
{
	padding:2px 12px 2px 9px;
	font-size: 90%;
}

#navigation ul li.selected a
{
	background: #E5F3FD;
	border-left: 3px solid #45a3ec;
}

#navigation ul li.selected li a
{
	background: #fff;
	color: #45a3ec;
	border: none;
}

#navigation ul li ul li.selected a
{
  background: #fff url(../images/bullet_green.gif) left center no-repeat;
  text-decoration: none;
  padding-left: 8px;
  color: #66C017;
}

/* Hide unselected 3rd level
#navigation ul li li{ display: none;}
#navigation ul li.selected li{ display: block;}
*/

#content
{
  min-height:550px;
  _height: 550px;
}

.sidebar_left_margin{
	margin-left: 160px;
}

#main
{
	clear: left;
  padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 2px;
	margin-left: 28px;
	margin-right: 28px;
	background: #fff;
}

h1
{
	font-size: 24px;
	font-weight: normal;
  font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
  font-style: italic;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #71A400;
	zoom:1;
}

h4
{
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}

#container{
	max-width:1200px;
	_width:1200px;
	margin:0 auto; /* Center Me */
	position:relative;
}

input, select, textarea
{
  font-size: 11px;
}

textarea
{
  padding: 2px;
}

.x-layout-collapsed-east {

}

.x-layout-panel-west
{
 background: #F3F2E7;
}

div.top-tree-node
{
  background: #F3F2E7;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

div.top-tree-node a
{
	 background: #F3F2E7;
}


/* Backend Icons */

.add-folder .x-btn-text {
    background-image:url(/wwwres/images/icons/folder_add.png);
}

.add-opt .x-btn-text {
    background-image:url(/wwwres/images/icons/add.png);
}

.remove .x-btn-text, .remove-mi .x-menu-item-icon {
    background-image:url(/wwwres/images/icons/delete.png);
}

.save .x-btn-text {
    background-image:url(/wwwres/images/icons/disk.png);
}
.expand-all .x-menu-item-icon {
    background-image:url(/wwwres/images/icons/arrow_down.png);
}
.collapse-all .x-menu-item-icon {
    background-image:url(/wwwres/images/icons/arrow_up.png);
}

.x-tree-node img.cmp, .cmp .x-menu-item-icon{
    background-image:url(/wwwres/images/icons/plugin.png);
}

/* Default Table Style */

table.default
{
	margin-top: 4px;
  padding: 0;
  text-align: left;
}

table.default thead th
{
  background: #3C9FEC url(../images/table_head.gif) top left repeat-x;
	font-weight: bold;
  padding: 5px;
  color: #fff;
}

div.title h3.handle{
	background-color: none;
}

table.default th.order_col
{
  background: #999;
}

table.default th.order_col.down a
{
  background-image: url(../images/table_arrow_down.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 15px;
}

table.default th.order_col.up a
{
  background-image: url(../images/table_arrow_up.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 15px;
}

table.default thead th a
{
	color: #FFF;
}

table.default tbody td
{
	border-bottom: 1px solid #FFF1E8;
	background: #FFF;
  padding: 5px;
  margin: 0px;
  vertical-align: top;
}

/* IE 6 Fix */
* html table.default tbody td,
* html table.default thead th
{
	padding: 4px;
}

/* IE 7 Fix */
*+html table.default tbody td,
*+html table.default thead th
{
	padding: 4px;
}

*+html table.default tbody td input
{
  margin: 0px;
}

table.default tbody td input,
table.default thead th input
{
  border: none;
	padding:0;
	margin:0;
}

table.default tbody tr:hover td
{
  background-color: #FFFFDD;
}

table.nohl tbody tr:hover td
{
  background: transparent;
}

table.default td.order_col
{
	background: #F8F8F8;
}

table.default tr.selected td
{
  background: #FFD5BC;
}

table.default tr.separator td
{
	background: #ddd;
	font-weight: bold;
}

table.default
{
	margin-top: 4px;
  padding: 0;
  text-align: left;
}

table.default tr td.page_control
{
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

table.default tr td.page_control strong
{
	background: #F15A3F;
	padding: 2px;
	color: #fff;
}

.table_options_control
{
   text-align: right;
}

.table_options_content
{
   text-align: left;
   border: 1px solid #ccc;
   padding: 3px;
   background: #eee;
}

.table_options_content h5
{
	margin: 0;
}


/* ICONS and BUTTONS */

.btn {
	border: 1px solid #45a3ec;
	background-color: #45a3ec;
	padding:1px 10px 1px 10px;
  margin: 0;
	color:white;
	text-decoration:none;
	cursor: pointer;
	display: inline;
	/*line-height: 18px;*/
	outline: none;
}

.btn:active,
.btn:visited{
	outline: none !important;
}

* html .btn {
line-height:12px;
}

.btn.large
{
	padding: 3px 15px 3px 15px;
  background: #5fbaff url(../images/btn1_grad.gif) top left repeat-x;
  background-color: #5fbaff !important;
	border: 1px solid #5fbaff;
	font-weight: bold;
}

a.btn.large.default,
input.btn.large.default,
button.btn.large.default
{
  background-color: #4da400 !important;
  background: #4da400 url(../images/btn2_grad.gif) top left repeat-x;
  border: 1px solid #4da400;
}

/* IE <= 6 */
* html .btn:visited,
* html .btn:active {
	border:1px solid #70B5D2;
	background-color:#85bfec;
	color:white;
	text-decoration:none;
}

.btn.large.default:hover,
.btn:hover {
	border:1px inset #608fb2;
	background-color:#85bfec;
	color:white;
	text-decoration:none;
}

.btn.large.default:hover,
.btn.large:hover
{
	padding: 3px 15px 3px 15px;
	border:1px inset #555;
}

/* IE 7 */
input.btn.large,
input:focus.btn.large {
  *border: 1px inset #555;
}

a.btn.large {
	*padding: 7px 8px;
}

/* IE <= 6 */
* html input.btn.large {
  padding: 2px;
  line-height: 16px;
}


/* FORM STYLES */

.form input,
.form textarea,
input,
textarea
{
	font-size:11px;
  border: 1px solid #ccc;
	border: expression((this.type=="radio" || this.type=="checkbox")? 'none' : '1px solid #ccc');
	padding: 2px;
}

.form input:focus,
.form textarea:focus,
.ghostform input:focus,
input:focus,
textarea:focus
{
  border: 1px solid #85bfec;
  background-color: #FFE;
}

select
{
	border: 1px solid #ccc;
	padding: 1px;
}

.ghostform input{
	border-color:white;
	border-bottom-color:#ddd;
}

span.form_help_right
{
	color:#666;
	font-size:10px;
	padding:4px 4px 4px 22px;
	margin-left:5px;
	margin-top:5px;
	background:#fff url(../images/icons/info.gif) no-repeat 2px 4px;
	border:1px solid #eee;
}

span.form_help_left
{
	width:120px;
	display:block;
	text-align:left;
	border:1px solid #ddd;
	background-color:#fff;
	color:#000;
	font-size:9px;
	padding:2px;
	margin-top:5px
}


fieldset
{
  border: none;
  border-top: 1px solid #85bfec;
  margin-bottom: 10px;
  padding-top: 10px;
  padding: 8px;
  margin-top: 20px;
}

fieldset legend
{
  padding: 3px 8px;
  background: #85bfec;
  color: #fff;
  border-bottom: none;
  font-weight: bold;
}

/* IE 6/7 Fieldset Fixes*/
*+html legend { margin-bottom: 10px;}
* html legend { margin-bottom: 10px;}



.formError {
	border: 1px solid red;
  background: #FEE;
}

/* Special Styles */

.option_folder
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	padding-left: 18px;
	margin-bottom: 4px;
	background: url(../images/icons/green_minus.png) no-repeat left center;
}

.option_folder.closed
{
	border-bottom: none;
	padding-bottom: 2px;
	margin-bottom: 1px;
	background: url(../images/icons/green_plus.png) no-repeat left center;
}

fieldset legend.option_folder,
fieldset legend.option_folder.closed{
	background-color: #85bfec;
}

/* Modal Dialogs */
	#modal_container {
		background-color:#2084d2;
		border: 1px solid #608fb2;
		overflow:auto;
		font-family: Tahoma, Verdana;
		font-size:11px;
		text-align:left;
    background: #2084d2 url(../images/header_gradient_blue.gif) top repeat-x;
	}

	#modal_overlay {
		background-color:#FFF;
	}

  .xf_dialog
  {
    height: 100%;
  }

	.xf_dialog div.title
	{
		padding: 6px;
		color: #FFF;
		font-weight: normal;
    font-size: 18px;
	}

	.xf_dialog div.title a
	{
		float: right;
    color: #fff;
	}

	.xf_dialog div.content
	{
		padding: 8px;
    margin: 8px;
		min-height: 80px;
		_height: 80px;
    background: #fff;
	}

  .xf_dialog div.buttons
	{
		padding: 2px 8px;
		text-align: right;
	}

	.xf_dialog .btn
	{
		margin-left: 10px;
	}

/* Misc */
.xf_block .title
{
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  font-weight: bold;
}

.xf_block
{
  clear: left;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

/* Login Form */

div.login
{
  font-size: 11px;
  background: #375f96 url(../images/login_gradient_blue.gif) top repeat-x; 
}

div.login h2
{
  font-weight: normal;
  font-size: 20px;
  color: #3386c7;
  border-bottom: 1px dotted #3386c7;
  margin-top: 0px;
  margin-bottom: 10px;
}

div.login h1
{
	color: #fff;
}

div.login div.center
{
  margin: auto;
  width: 850px;
  padding-top: 50px;
  min-height: 500px;
}

div.login div.center div.spacer
{
	margin-top: 30px;
	margin-left: 40px;
	float: right;
}

div.login div.logo
{
	background: url(../images/login_logo.png) no-repeat center center;
	height: 244px;
	width: 399px;
	padding-left: 0px;
	padding-top: 20px;
	margin: 0;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	float:left;
}

/* IE 6 */
* html div.login div.logo
{
  background: url(../images/alumni_logo_login.gif) no-repeat center center;
}

div.login div.login_form
{
  width: 350px;
  background: #FFF;
  padding: 10px;
  border:1px solid #608fb2;
}

div.login div.login_form_mirror
{
	background: url('../images/login_form_mirror.png') no-repeat top center;
	padding: 10px;
	height: 206px;
	width: 850px;
	margin-top: 16px;
}

div.login div.login_error
{
  padding: 3px;
  padding-left: 18px;
  margin-bottom: 8px;
  background: #fcc url(../images/icons/error.gif) left center no-repeat;
}

div.login div.copyright
{
  color: #fff;
  margin: auto;
  text-align: center;
}

div.login div.login_form div.footer
{
  text-align: right;
  border-top:1px dotted #608fb2;
  margin-top: 10px;
  padding-top: 10px;
}

div.progress_indicator
{
	background: url(../images/progress_indicator.gif) center repeat-x;
}

/* Tooltips */

.tooltip
{
  background: #69B4ED url(../images/header_gradient_blue.gif) repeat-x top;
  padding: 6px;
  color: #fff;
  border-color: #3488C8;
}

* html .tooltip{
	background: #276091;
}

.tooltip .caption
{
  font-weight: normal;
  border: none;
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-size: 15px;
}


/* Context Menu */

.menu {
	width: 180px;
	background: #F4F5EB;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.menu a {
	display: block;
	margin: 0 2px;
	padding: 5px 15px;
	text-decoration: none;
	color: #555;
	font-size: 11px;
	cursor: default;
}

.menu a:hover {
	background: #85bfec;
	color: #fff;
}

.menu a.disabled {
	color: #bbb;
}

.menu span {
	text-decoration: underline;
}


div.separator {
	height: 1px;
	border-bottom: 1px solid #fff;
	background: #999;
	margin: 4px 4px;
	overflow: hidden;
	padding: 0;
}

.tag_add
{
  background: transparent url(../images/icons/tag_add.png) left center no-repeat;
  padding-left: 17px;
}

.tag
{
  background: transparent url(../images/icons/tag.png) left center no-repeat;
  padding-left: 17px;
}



div.imprint
{
	background: url(../images/made_by_be_small.gif) center center no-repeat;
	padding-left: 20px;

}

/* Portal and Portlets */

#content div.portal_control{
}

#content #portal div.portlet {
}

#content #portal div.portlet div.content {
	padding:5px 13px 2px 10px;
	zoom:1;
}

#content #portal div.portlet div.bottom {
/*	background:url(../images/silver_bg_mid_bottom.jpg) no-repeat bottom left; */
	height:15px;
	margin-top:0px!important;
	zoom:1;
}

#content #portal div.portlet div.title{
	background:url(../images/table_head.gif) repeat-x top;
}

#content #portal div.portlet h3.handle{
	background:none!important;
	color:white;
	padding: 4px 10px 4px 10px;
	border:none;
	height:16px;
	overflow:hidden;
}

#content #portal div.portlet div.title h3 a,
#content #portal div.portlet div.title h3 a:link,
#content #portal div.portlet div.title div.block-options span,
#content #portal div.portlet div.title div.block-options a{
	color:white!important;
}

#content #portal div.portlet div.news_date,
#content #portal div.portlet div.news_date h3,
#content div.xm_news div.news_date,
#content div.xm_news div.news_date h3,
#content #portal div.portlet div.xm_blogs div.portlet div.item_date,
#content #portal div.portlet div.xm_blogs div.portlet div.item_date h3,
#content #portal div.portlet div.xm_blogs div.portlet div.article_list
{
	background:transparent!important;
	color:#4DA400;
	border-color:#4DA400;
}
#content #portal div.portlet div.news_date h3{
	padding:0;
}

#content #portal div.portlet div.xm_blogs div.portlet div.item_date,
#content #portal div.portlet div.xm_blogs div.portlet div.item_date h3
{
  text-align: right;
  padding-right: 10px;
  margin-right: 10px;
  width: 30px;
  float: left;
}

#content #portal div.portlet div.xm_blogs div.portlet div.date_group div.article_list
{
	border-color: transparent;
	border-left: 1px solid #4DA400;

}

#content #portal div.portlet div.xm_blogs div.portlet div.item_date h3
{
  font-size: 22px !important;
  font-weight: normal;
}


*+html #content #portal div.portlet div.xm_blogs div.portlet div.item_date
{
	/* margin-right: 10px; */
}


#content #portal div.portlet div.content div.title{
	background:none;
	font-size:12px;
}

#content #portal div.portlet div.xm_eventplanner_event{
	background:url(../images/icons/calendar.gif) no-repeat left 1px;
	padding-left:20px;
	border-bottom: 1px dashed #eee;
}

#content #portal div.portlet div.xm_eventplanner_event div.date{
	font-size:80%;
	line-height:80%;
}

#content #portal div.portlet div.xm_eventplanner_upcoming div.title{
	margin-left:0px;
}


#content portal div.portlet h3 div.block-options a{
	color:#eee;
}

#content #portal div.portal-column div.portlet div.title div.block-options{
	display:none;
}

#content #portal div.add-portlets div.portlet div.title div.block-options{
	display:inline;
}

#portal div.portlet {

}

#content #portal div.portal-column{
	margin:4px !important;
}

/* AJAX User Profile */
div.useroptions{
	width:280px;
}

div.xf_menu div.extra_container{
	background:#E9E8E7;
	border-bottom:1px solid #999;
	height:110px;
	padding:2px;
}

div.xf_menu div.extra_container.ajax_loader_small_right {
	background:#fff url(/wwwres/images/ajax-loader_32.gif) no-repeat center center;
}

div.xf_menu div.extra_container div.sp_content{
	margin-left:90px;
	font-size:85%;
	overflow: auto;
}

div.xf_menu div.extra_container div.sp_content div.icon_company{
	font-weight: bold;
	margin-bottom:5px;
}

div.xf_menu div.extra_container div.sp_content div.icon_group{
	padding-top:4px;padding-bottom:4px;
}

div.xf_menu div.extra_container div.sp_portrait{
	height:110px;
	width:85px;
	background: #fff url(/wwwres/mod/globalscm_lookbook/images/no_pic_profile.gif) no-repeat center center;
	position:absolute;
	left:2px;
	top:2px;
}

div.xf_menu div.extra_container div.sp_portrait div.bvl{
	background:url(../images/icons/bvl_overlay.png) no-repeat right;
	position:absolute;
	left:0px;
	bottom:0px;
	height:24px;
	width:85px;
}

div.title_box .title{
  color: white;
  background: #3C9FEC url(../images/table_head.gif) top left repeat-x;
  border-color: #3588C9;
}




/* Customize Progress Bar Style */
.xui_progress_bar
{
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #ccc;
	border-color: #aaa;
	margin-top: 0px;
	padding-top: 0px;
}

.xui_progress_bar .label
{
	top: 1px;
}


.xui_progress_bar .bar{
	background: #b5f27e url(../images/aero_green.gif) repeat-x -3px !important;
}


/* Hidden Elements */
div.search_options
{
	background-color: #f00;
	display: none;
}




/* SUBMENU */

/* DropDowns */
#top_navigation span.submenuhover{
	position:relative;
	z-index: 99;
	/*background:#f00;*/

	height: 30px;
	/*border-bottom: 8px solid #f00;*/
}

#top_navigation span.submenuhover div.submenu {
	position:absolute;
	width:180px;
	z-index: 99999;
	top:22px;
	left: 10px;
	border-bottom: 1px solid #e6f0f7;
}

*+html #top_navigation span.submenuhover div.submenu {
	top:29px;
	left:-9px;
}

div.submenu div.sel_arrow {
	height:8px;
	background: white url(../images/arrow.png) no-repeat 1px top;
	/* background-image: url(../images/arrow.png) no-repeat 1px top; */
	width:20px;
}


div.submenu div.color_wrapper
{
	background:transparent;
}

#top_navigation span.submenuhover div.submenu a {
	display:block;
	padding:5px 11px;
	text-align:left;
	margin:0px;
	font-size:11px;
	font-weight: normal;
	/* font-weight: bold; */
	font-size: 1.05em;
	float:none;
	border:none;
	/* background:#dae6ee; */
	border-left: 1px solid #e6f0f7;
	border-right: 1px solid #e6f0f7;
	border-top: 1px solid #e6f0f7;
	background:#e6f0f7;
	/* color:#85bfec; */
	color:#2495ec;
}

#top_navigation span.submenuhover div.submenu a.selected{
	border-left: 3px solid #45a3ec;
}

#top_navigation span.submenuhover div.submenu a:hover{
	background:#fff;
	color: #0586e9;
	/* color: #45a3ec; */
}



div.title_box .title a{
	color: #fff;
}


a.logo_link
{
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
}

.icon_user {
 background:none!important;
 padding-left:2px!important;
}

a.userlink  span{

	padding-left: 20px !important;
  background-image: url(/wwwres/images/icons/user.png);
  background-repeat: no-repeat !important;
  background-position: 2px center;
}


a.userlink span.user_student
{
  background-image: url(../images/icons/user_student.png);
}

a.userlink span.user_alumni
{
  background-image: url(../images/icons/user_alumni.png);
}

a.userlink span.user_admin
{
  background-image: url(../images/icons/user_admin.png);
}


div.forum.xm_forum div.post_page div.post
{
	/* background-color: red; */
	min-height: 160px;
}

.forum div.post div.user_info {
  margin-bottom: 30px;
}
