﻿@import "SchoolCommon.css";
@import "../NPDeptCommon.css";

/*
 *	SoE School Main Page CSS
 */

.TopContent{
	padding-top: 10px;
}

.LeftNav{
	vertical-align:top;
	background: transparent url('/ict/PublishingImages/snavi_bg.gif') repeat-y;
}

.LeftNavSpacer{
	background: transparent url('/ict/PublishingImages/snavi_bg.gif') repeat-y;			
}

.LeftNavBottom{
	height: 21px;
	width: 216px;
	background: transparent url('/ict/PublishingImages/snavi_btm.gif') no-repeat;			
}

.LeftNavBottomBorder{
	height:24px;
}

.LeftColumn{
	vertical-align:top;
}

.VerticalBorder{
	width:30px;
	background: transparent url('/ict/PublishingImages/img_topshadow.gif') repeat-x;
}

.VerticalBorder2{
	width:15px;
}

.LeftSchoolLogo{
	width:216px;
	text-align:left;
	background: transparent url('/ict/PublishingImages/snavi_bg.gif') repeat-y;
	padding-right:0px;
}

.RightColumn{
	width: 735px;
	vertical-align: top;
	border-left: none;
	text-align:left;
}

.RightBanner{
	width: 100%;
	vertical-align:top;	
	border-left: none;
	/*border-bottom: 5px #CCCCCC solid;*/
}

.ContentBorder{
	background-color: white;
	border-top: none;
	border-bottom: none;
}

.BottomContentLeft{
	width:420px;
}

.VerticalBorder2{
}

.BottomContentRight{
}

.ICTNavi_Link{
	color: #330033;
	font-weight:bold;			
}

a.ICTNavi_Link:hover, visited, link, active {
	color: #330033;
}


/**********************************************
 * Rollup or Thumbnail Image on Left, Title and Desc on right
 **********************************************/
 
.NP_RollupImgLeft_TitleDescRight_BaseHolder{
	border-bottom: 10px white solid;
	text-align:left;
	width: 410px;
}

.NP_RollupImgLeft_TitleDescRight_ImgHolder{
	vertical-align: top;
	padding-right: 10px;
}

.NP_RollupImgLeft_TitleDescRight_img{
	width: 90px;
	height: 90px;
}

.NP_RollupImgLeft_TitleDescRight_ContentHolder{
	vertical-align: top;
	text-align: left;
	padding-left: 0px;
	background-color: white;
}

.NP_RollupImgLeft_TitleDescRight_Title{
	width: 280px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
}

.NP_RollupImgLeft_TitleDescRight_Desc{
	width: 280px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
}

a.NP_RollupImgLeft_TitleDescRight_Link:hover:active, visited, link, hover {
	text-decoration: none;
	cursor: pointer;
}

.NP_RollupImgLeft_TitleDescRight_BtnHolder{
	text-align:right;
}

.NP_RollupImgLeft_TitleDescRight_Btn{
	text-decoration:none;
	padding-right:20px;
}

.NP_RollupImgLeft_TitleDescRight_Link{
	cursor: pointer;
}

/********************************************************
 *	Left Navigation Menu
 ********************************************************/

.menu-StaticMenuStyle{
	display: inline;
}

.menu-StaticMenuItemStyle{
	color: #333333;
	font-weight: bold;
	border-top: 0px;
	border-left: 0px;
	text-align: right;
	text-indent: 0px;
	background: transparent;
	padding-top: 2px;
	padding-right: 10px;
	border-top-color: transparent;
}


