@import url("layout.css");
@import url("base.css");
@import url("box.css");

@import url("AcademicEventsCalendar.css");

html, body, table
{
	font-size: 11px;
}

a
{
	text-decoration: none;
	color: #00aeef;
	border-bottom: none;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #333333;
}

a:active
{
	text-decoration: none;
}

.atlas_links a
{
	text-decoration: none;
	border-bottom: none;
}



input, textarea
{
	color: #003954;
}

select, option
{
	color: #003954;
}

.headline,
.headline_border,
.highlight,
.green
{
	color: #00aeef;
}

.greyheadline
{
	color: #003954;
	font-weight: normal;
}

.content_small
{
	font-size: 11px !important;
}



/***NAVIGATION***/

.navitem .left 
{
	background-image: url(../Images/Academic/navitem_left.gif);
	color: #ffffff;
}

.navitem .left  a, 
.navitem .left  a:hover
{
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

.leftactive 
{
	background-image: url(../images/Academic/navitem_left_active.gif);
}

.leftactive a,
.leftactive a:hover
{
	color: black;
	font-size: 11px !important;
}

.navitem .right
{
	background-image: url(../Images/Academic/navitem_right.gif);
}

.rightactive 
{
	background-image: url(../images/Academic/navitem_right_active.gif);
}

.bookmark 
{
	background-image: url(../Images/Academic/bookmark.gif);

}

.bookmark_active 
{
	background-image: url(../images/Academic/bookmark_active.gif);
}

.bookmark_button
{
	color: #ffffff;
	font-size: 11px !important;
}


.bookmark_items
{
	color: #003954;
}

.bookmark_small
{
	color: #003954;
}

.bookmark_text
{
	color: #003954;
}

.bookmark_items a, .bookmark_items a:hover, .bookmark_items a:active, .bookmark_items a:visited, .bookmark_text a, .bookmark_text a:hover, .bookmark_text a:active, .bookmark_text a:visited
{
	color: #003954;
}

.topnavigation
{
	padding: 10px 15px 15px 0px;
	margin: 0px;
	height: 1px;
}

.logo
{
	vertical-align: top;
	padding-top: 5px;
}

.header 
{
	background-image: url(../Images/Academic/academic_header.jpg) !important;
	background-color: #0d4f71;
	height: 150px;
}

.headersearch 
{
	padding: 0px 15px 0px 0px;
	height: 77px;
}

.greybalk
{
	background-color: #003954;
	border-top: 1px solid #29596f;
	color: #ffffff;
}

.greybalk a
{
	color: #ffffff;
}



.boxheader, .boxheader-move
{
	background-image: url(../Images/Academic/box_middle.gif);
	color: #ffffff;
	height: 29px;

}

.left 
{
	background-image: url(../Images/Academic/boxheader_left.gif);
	font-weight: bold !important;
	height: 29px;
}

.left a
{
	font-size: 11px !important;
}

.left a:active
{
	font-size: 11px !important;
}

.right
{
	background-image: url(../Images/Academic/boxheader_right.gif);
	height: 29px;
}


.move_right
{
	background-image: url(../Images/Academic/boxheader_move_right.gif);
	height: 29px;
	width: 33px;
}

.open_right
{
	background-image: url(../Images/Academic/boxheader_open_right.gif);
	height: 29px;
}

.close_right
{
	background-image: url(../Images/Academic/boxheader_close_right.gif);
	height: 29px;
}

.boxborder,
.boxborder_grey,
.boxfooter_grey
{
	border-left: 1px solid #003954;
	border-right: 1px solid #003954;
	border-bottom: 1px solid #003954;
}


.twin_button input,
.twin_smallbutton input
{
	border: 1px solid #003954;
	background-color: #003954 !important;
	background-image: none;
    color: #ffffff;
    font-weight: bold;
}

.inputButton
{
    background: url(../Images/button.gif) no-repeat bottom right;
	border: 1px solid #96b3da;
    color: #000000;
    text-align: center;
    padding: 0px 5px 3px 5px;
    height:20px;
}

.selectItem.notLeaf
{
	color:#666666;
}

.selectItem.denied
{
	color:#999999;
}

.headline_border
{
	border-bottom: 1px solid #003954;	
}

.ug_item 
{
	background-image: url(../images/Academic/ug_item.gif);
}

.news_list_header
{
	background-color: #e5ebee;
	border-top: 1px solid #003954;
}

.news_category,
.recommended_category
{
	border-top: 1px solid #003954;	
}

.gridViewHeader
{
	background-color: #e5ebee;
	border-bottom: 1px solid #003954;
}

.button_left
{
	background-image: url(../Images/Academic/button_left.gif);
}

.button_right
{
	background-image: url(../Images/Academic/button_right.gif);
}

.smallbutton_left 
{
	background-image: url(../Images/Academic/small_button_left.gif);
}


.smallbutton_right
{
	background-image: url(../Images/Academic/small_button_right.gif);
}

.footer
{
	border-top: 1px solid #003954;
}

.smallsearch_input
{
	height: 16px;
	border: 0;
	vertical-align: middle;
	background-image: url(../Images/Academic/magnify_glass.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 120px !important;
}

.smallsearch_button
{
	height: 18px !important;
	vertical-align: middle;
}


/***POLL***/

.poll_bar

{
	background-color: #003954;
}

/*** other ***/
.boxcontent li a:hover, a:active 
{
	color: #000000;
}

/*** welcome box ***/

.welcome_box a
{
	color: #00aeef;
	text-decoration: none;
}

.welcome_box a:hover
{
	color: #333333;
	text-decoration: underline;
}