﻿@import "SchoolCommon.css";
@import "../NPDeptCommon.css";


/*
 *	Department Page CSS For IS
 */

.LeftColumn{
	vertical-align:top;
}

.RightColumn{
	vertical-align:top;
}

.LeftSchoolLogo{
	width:100%;
	text-align:right;	
	border-top: 10px white solid;
	border-bottom: 5px white solid;
}

.LeftNavTable{
	width: 100%;
	text-align: left;
	border-bottom: none;
	border-top: none;
}

.LeftNav{
	vertical-align: top;
	text-align: left;
	width: 220px;
	height: 100%;
	background: transparent url('/is/PublishingImages/navi_bg.jpg') repeat-y;
	
}

.LeftNavSpace{
	background: #FFFFFF url('/is/PublishingImages/homelogo.jpg') no-repeat;
	width: 220px;
	Height: 71px;			
}

.LeftNavBottomSpace{
	background: #FFFFFF url('/is/PublishingImages/navi_bottom.jpg') no-repeat;
	width: 220px;
	height: 30px;
}

.VerticalBorder{
	width:28px;
	height:100%;
}

.RightBanner{
	width: 100%;
	text-align:left;
	vertical-align:top;
	padding-top: 10px;	
}

.ContentBorder{
	background-color: white;
	border-top: 5px white solid;
	border-bottom: 0px;
}

.BottomContentLeft{
	width:auto;
	vertical-align: top;
}

.BottomContentLeftBottom{
}

.BottomContentLeftTop{
}

.BottomContentRight{
}

.LastUpdate{
	padding-top: 20px;
}

.header_news{
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 15px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

/**
 * Links for header_news
 */
a.header_news:active {
	color: #000033;
	text-decoration: none;
}

a.header_news:visited {
	color: #000033;
	text-decoration: none;
}

a.header_news:link {
	color: #000033;
	text-decoration: none;
}

a.header_news:hover {
	text-decoration: underline;
}

.body_news{
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

/********************************************************
 *	Left Navigation Menu
 ********************************************************/

.menu-StaticMenuStyle{
	display:inline;
}

.menu-StaticMenuItemStyle{
	color: #000000;
	height:13px;
	text-align: right;
	text-indent:0px;
	font-weight:bold;
	padding-right: 11px;
	padding-left:2px;
	border-left-color: transparent;
	border-top-color: transparent;
	background: transparent /*url('/is/PublishingImages/left_menu_arrow_white.gif') no-repeat scroll 195px;*/;
}

/********************************************************
 * NP Content Query 1
 ********************************************************/
 
.ContentQuery1_BaseHolder{
	width: 457px;
	border-bottom: 10px white solid;
}

.ContentQuery1_Title{
	color: black;
	font-weight:bold;
}

.ContentQuery1_Btn{
	padding-right: 10px;
}

.ContentQuery1_DescHolder{
	width:100%;
	text-align:justify;
}

.ContentQuery1_BtnHolder{
	border-bottom:2px #000000 solid;
	width:100%;
}


