﻿/*=========================================MASTER PAGE=============================================*/
.myBody 
{
	margin:0 0 0 0 ;
	background-image:url("../../Images/NewImages/siteBg2.gif");
	background-repeat:repeat-x;
	background-color:#cbcbcb;
}
TABLE.Maintable
{
	width:990px;
	
}

/*======================================Main Hearder Background=======================================*/

td.MainHeader
{
	background-image:url('../../Images/NewImages/mainHeader-Centre.jpg');
	
}



/*======================================Search Panel Background=======================================*/

td.SearchControlBg
{
	background-image:url("../../Images/NewImages/SearchToolBarBg.jpg");
	height:39px;
	text-align:right;
	vertical-align:middle;
	padding-right:13px;
	
}


/*======================================SearchText Box=======================================*/

TABLE.SearchTAble
{
	width:600px;
}


td.textboxContainer
{
	padding-top:2px;
	background-image:url("../../Images/NewImages/SearchBoxTop.jpg");
	background-repeat:no-repeat;
	width:190px;
	height:21px;
}

td.hyperLinks
{
	font-family:Verdana;
	font-size:10px;
	color:#003466;
	text-align:right;
	padding-right:5px;	
	width:400px;
}

td.hyperLinks a
{
	text-decoration:none;
	color:#003466;
}

td.hyperLinks a:hover
{
	text-decoration:underline;
	color:#9f9f9f;
}

input.textBox
{
	background:transparent;
	height:17px;
	font-family:Verdana;
	font-size:10px;
	color:#828282;
	border:0px;
	width:185px;
	
}

/*=======================================Search Button========================================*/
td.ContainerSearchButton
{
	width:20px;
	vertical-align:top;
	padding-top:1px;
}



/*=======================================Site Actions Button========================================*/
.ms-siteactionsmenu{
white-space:nowrap;
font:8pt tahoma;
padding:0;
border:none;
cursor:pointer;
}
.ms-siteactionsmenu div div div{

background-repeat:repeat-x;
border-top:1px solid #6593cf;
border-left:1px solid #6593cf;
border-right:1px solid #6593cf;
background-color:#6593cf;
padding:1px 4px 3px 10px;
}
.ms-siteactionsmenu div div div a{
color:#FFFFFF;
font-weight:bold;
}
.ms-siteactionsmenu div div div.ms-siteactionsmenuhover{

border-top:1px solid #89724f;
border-left:1px solid #89724f;
border-right:1px solid #89724f;
background-color:#ffa521;
}



/*=======================================Main Graphics========================================*/

td.mainGraphicsContainer
{
	height:232px;
}

/*======================================Main buttons from old================================*/

.topNavx
{

	position:relative;
	padding-left:10px;
}


.topNavxSelected
{
	font-family:Verdana;
	font-size:10px;
	color:#666633;
}


.topNavxSelected a
{
	
	color: #666633;
}

.topNavxItem
{
	font-family:Verdana;
	font-size:10px;
	color:#003466;
	padding-right:10px;
	background-image: url('../../Images/NewImages/BulletButtons.gif');
	background-repeat:no-repeat;
	background-position:left;
	text-indent:12px;

}

.topNavxItem a
{
	padding-left:8px;
	padding-right:10px;
	padding-bottom:7px;
	padding-top:7px;
	display:block;
}



.topNavxItemDyn
{
	font-family:Verdana;
	font-size:10px;
	color:#003466;
	background-color:#D5D5DE;
	text-indent:15px;
	
		


}

.topNavxItemDyn a
{
	padding-left:8px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	display:block;
	
}


.topNavxHover a
{
	color:#666633;
}






/*======================================Main buttons=========================================*/

td.ButtonsTableContainer
{
 	background-image:url("../../Images/NewImages/leftDarkGrey.jpg");
 	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;
	background-color:#cbcbcb;
}

TABLE.ButtonsContainer
{
background-image:url("../../Images/NewImages/MainButtonsBg.jpg");
	background-repeat:repeat-y;
	background-position:right;
	height:32px;
	width:990px;
	border-top:solid 1px #656565;
	vertical-align:top;
}






td.Links
{
	background-image:url("../../Images/NewImages/BulletButtons.gif");
	background-repeat:no-repeat;
	background-position:left;
	font-family:Verdana;
	font-size:10px;
	color:#003466;
	padding-left:19px;
	padding-right:5px;
	text-align:left;
	width:16%;
}
td.RightGrayContainer
{
	background-image:url("../../Images/NewImages/leftDarkGrey.jpg");
	background-repeat:no-repeat;
	width:173px;
}
td.bottomLineImageholder
{
	background-image:url("../../Images/NewImages/ISCLogoTopNew.gif");
	background-repeat:no-repeat;
	background-position:left;
	height:66px;
	background-color:#ffffff;
}
td.bottomLineImageholderBottom
{
	background-image:url("../../Images/NewImages/ISCLogoBottomNew.gif");
	background-repeat:no-repeat;
	background-position:left;
	height:23px;
	background-color:#797979;
	padding-left:170px;
	padding-right:10px;
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
}

td.bottomLineImageholderBottom a
{
	text-decoration:none;
	color:#ffffff;
	
}

td.bottomLineImageholderBottom a:hover
{
	text-decoration:none;
	color:#000000;
	
}

/*============================== Bread Crumb =============================================================*/

.breadcrumb
{
    font-family: tahoma; 
    color: #333366;
    clear:both;
    font-size:9pt; 
    font-family: tahoma; 
    padding-left:7px;
    padding-bottom:2px;
    padding-top:4px;
    border-bottom:1px #CCCCCC solid;
    margin-bottom:4px;
}
.breadcrumb a:active
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb:active
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb a
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb a:hover
{
	text-decoration:underline;
}
.breadcrumbCurrent
{
	font-weight:bold; 
}


/*=======================================Content Place holder========================================*/

td.ContentPlaceHolder

{
	vertical-align:top;
}


/*=========================================SUB PAGES=============================================*/

TABLE.ContentContainingTable
{
	height:500px;
	width:990px;
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cbcbcb, endColorstr=#ffffff);
	vertical-align:top;
	
	font-family:Verdana;
	font-size:14px;
	color:#636563;
	line-height:20px;
	text-align:justify;

}
td.DefaultTextAllignment
{
	width:476px;
	padding-top:20px;
	font-family:Verdana;
	font-size:11px;
	color:#2e6092;
	padding-left:48px;
	vertical-align:top;
	line-height:20px;
	text-align:justify;
	padding-right:8px;
}
td.partsHolder
{
	width:514px;
	padding-top:5px;
	font-family:Verdana;
	font-size:11px;
	color:#003466;
}
td.AtaGlanceHolder
{
	font-family:Verdana;
	font-size:11px;
	color:#2e6092;
	line-height:20px;
	text-align:justify;
	padding-right:10px;
	
}

/*============================================WEB PART SHARED EVENTS==================================*/

TABLE.containerTable
{
	width:243px;
}
td.bulletholder
{
	width:10px;
	height:19px;
	text-align:right;
}
td.rightCornerHolder
{
	width:4px;
	height:19px;
}
td.textHolderMiddle
{
	width:229px;
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#003466;
	padding-left:3px;
	padding-top:3px;
	vertical-align:top;
	background-image:url("../../Images/NewImages/HeaderBgControls.gif");
	background-repeat:repeat-x;
	height:19px;
}
td.RoundedImageHolder
{
	vertical-align:top;
	height:5px;
}
td.SharedEventControlBottom
{
	height:28px;
	background-image:url("../../Images/NewImages/ControlBottom.gif");
	background-repeat:no-repeat;
}
td.SharedEventBackGround
{
	background-image:url("../../Images/NewImages/SharedEventbg.gif");
	background-repeat:repeat-y;
	height:45px;
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
	padding-top:3px;
	vertical-align:top;
	padding-left:6px;
}
/*=====================================WEB PART CONTAINER TABLE=================================*/

TABLE.containerTableControls
{
	width:513px;
	vertical-align:top;
	
}
td.SharedEventContainer
{
	vertical-align:top;
}
td.calenderContainer
{
	width:264px;
	vertical-align:top;
}
/*================================CALENDER CONTROL=====================================*/
TABLE.MainTableCalender
{
	width:249px;
}
td.CalenderBackroundContainer
{
	background-image:url("../../Images/NewImages/CalenderBackground.gif");
	background-repeat:repeat-y;
	height:160px;
}
td.MonthHolder
{
	height:18px;
	background-image:url("../../Images/NewImages/CAlenderMonthHolderBg.gif");
	background-repeat:repeat-y;
}
td.textHolderMiddleCalender
{
	width:235px;
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#003466;
	padding-left:3px;
	padding-top:3px;
	vertical-align:top;
	background-image:url("../../Images/NewImages/HeaderBgControls.gif");
	background-repeat:repeat-x;
	height:19px;
}
/*=================================SEARCH BUTTON========================================*/
.saveButton
{
	
	height:19px;
	padding-top:1px;
	width:25px;
	padding-left:2px;
	vertical-align:bottom;
	border: solid 0px;
	background-image:url("../../Images/NewImages/btnSearch.gif");
	background-repeat:no-repeat;
	margin-right:2px;
	font-style:normal;
	text-align:center;
	font-family:verdana ; 
	font-size: 11px; 
	color:#003466; 
	cursor:hand;
	
	}
td.FlashContainer
{
	width:355px;
	vertical-align:top;
}
td.Earthholder
{
	width:263px;
	vertical-align:top;
}

/*=======================================FLASH MAIN=======================================*/
TABLE.FlashHolderMainIntro
{
	width:650px;
	height:350px;
}
td.TopFlashIntroHeight
{
	height:140px;
}



/*========================================= Wep Part ======================================*/

/*
.ms-WPHeader
{
 background-color:transparent;

}


.ms-WPHeader TD span:first-child
{
height:19px; 

border:0px;

margin:0px;


cursor:hand;
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#003466;
	padding-left:10px;
	padding-top:0px;

vertical-align:middle;
background-image:url('../../Images/NewImages/ControlLeftBullet.gif');
background-repeat:no-repeat;
background-position:left top;


} 

.ms-WPHeader TD h3 
{

height:19px; 

border:0px;

margin:0px;


cursor:hand;
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#003466;
	padding-left:10px;
	padding-top:0px;

vertical-align:middle;

background-image: url('../../Images/NewImages/partsTopRightRounded.gif');
background-repeat:no-repeat;
background-position:top right;
}



.ms-WPHeader td:first-child
{
height:19px; 

border:0px;

margin:0px;


text-decoration:none;
cursor:hand;
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#003466;
	padding-left:10px;
	padding-top:0px;
	vertical-align:middle;
	
width:auto;
background-image:url('../../Images/NewImages/HeaderBgControls.gif');
background-repeat:repeat-x;
background-position:12px 0px;


} 




.ms-WPBody
{
font-size:8pt;
font-family:verdana,arial,helvetica,sans-serif;
}
.ms-WPBody TABLE,.ms-TPBody TABLE
{
font-size:1em;
}
.ms-WPBody A:link,.ms-WPBody A:visite
.ms-TPBody TABLE
{
font-size:1em;
}
.ms-WPBody TABLE
{
font-size:1em;
}
.ms-WPBody A:visited
{
color:#003399;
text-decoration:none;
}
.ms-WPBody A:link
{
color:#003399;
text-decoration:none;
}
.ms-WPBody A:hover
{
color:#000000;
text-decoration:underline;
}
.ms-TPBody th
{
font-weight:bold;
}
.ms-WPBody th
{
font-weight:bold;
}
.ms-WPBody td
{
font-size:8pt;
font-family:verdana,arial,helvetica,sans-serif;
}
.ms-TPBody h1
{
font-weight:bold;
font-size:200%;
}
.ms-WPBody h1
{
font-weight:bold;
font-size:200%;
}
.ms-TPBody h2
{
font-weight:bold;
font-size:150%;
}
.ms-WPBody h2
{
font-weight:bold;
font-size:150%;
}
.ms-TPBody h3
{
font-weight:bold;
font-size:120%;
}
.ms-WPBody h3
{
font-weight:bold;
font-size:120%;
}
.ms-TPBody h4
{
font-weight:bold;
font-size:100%;
}
.ms-WPBody h4
{
font-weight:bold;
font-size:100%;
}
.ms-TPBody h5
{
font-weight:bold;
font-size:80% 
}
.ms-WPBody h5
{
font-weight:bold;
font-size:80% 
}
.ms-TPBody h6
{
font-weight:bold;
font-size:65%;
}
.ms-WPBody h6
{
font-weight:bold;
font-size:65%;
}
.ms-WPBorderBorderOnly
{
border-color:#9ac6ff;
border-width:1px;
border-style:solid;
}
.ms-WPBorder
{
border-color:#9ac6ff;
border-width:1px;
border-style:solid;
}
.ms-WPBorder
{
border-top-width:0px;
}

*/



.ms-WPHeader td:first-child 
{
background-image:url('../../Images/NewImages/HeaderBgControls.gif');
background-repeat:repeat-x;
margin: 0;
padding: 0;
height: 19px
}
.ms-WPHeader TD h3 {
background: url('../../Images/NewImages/partsTopRightRounded.gif') no-repeat top right;
margin: 0;
padding: 2px 7px 0px 0px;
height: 19px;
font-family:Verdana;
font-weight:bold;
font-size:11px;
color:#003466;

}

.ms-WPHeader TD h3 a:link, .ms-WPHeader TD h3 a:visited {
color: black
}
.ms-WPHeader TD span:first-child {
background: url('../../Images/NewImages/ControlLeftBullet.gif') no-repeat top left;
padding-top: 6px;
padding-left: 25px
}


/* ========================= Page Indent =========================================================== */

.imagespalsh
{
	padding-left:20px;
}


.firstWP
{
	
	height:100px;
    min-height:100px;
	border:solid 0px #CCCCCC;
	padding-left:20px;	 	

}

.secondWP
{
	height:100px;
    min-height:100px;
	border:solid 0px #CCCCCC;
	padding-right:20px;	
}

.leftwelcomeImage
{
	float:left;
	padding-left:20px
	
}

.leftwelcomeImage img
{
    margin-right:10px; 
    margin-left: 0px; 
    margin-top:5px;
   	border:solid 1px #CCCCCC; 
	
}


