﻿/* Content Page (!Top)


** To quickly navigate to the section, just highlight the shortcut key 
(e.g. !Footer)and hit Ctrl F and click on Find Next and you will reach
the Footer section**

Colour chart
HTML (!HTML)
ASCX Control (!ASCX)
Header (!Head)
	Banner Container (!Banner)
		Search Bar (!Search)
		Banner & Logo Image (!BLImage)
Content (!Content)
	Parent Category (!Parent)
	Breadcrumbs (!Bread)
	Utilities (!Util)
	Public Left Content (!LeftCt)
		Left Content Pics (!LCP)
		Contact Us (!Contact)
		Left Content Transparent Pics (!LCTP)
	Public Main Content (!MainCt)
		Home Content (!HomeCt)
		Case Study (!CaseStd)
		Featured Category & CaseStudy (!Feature)
		Readmore (!Readmore)
	Public Right Content (!RightCt)
		Latest News (!News)
		Related Content (!Related)
		Static Homepage Text (!Static)
Footer (!Footer)
Search Result (!SResult)
Jobs (!Jobs)
Uncategorized code (!Code)

/******************************* Colour Chart *************************************

Colour charts:
#333(333) = dark grey
#666(666) = grey
#999(999) = grey

#CCC(CCC) = grey
#EEE(EEE) = light grey
#FFF(FFF) = white

#666663 = grey
#A09D93 = grey
#E6E4E0 = grey
#848377 = grey
#F5F4F2 = light grey
#FF0000 = red
#CBC7BE = grey
#E0E0E0 = grey
#A09D93 = grey



/******************************** HTML (!HTML)**************************************/
body
{
    background-color: #FFFFFF;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #666663;
}
td
{
    vertical-align: top;
    display: table-cell;
}
a:hover
{
    text-decoration: underline;
}
.PublicErrorMessage
{
    color: Red;
    font-size: 12px;
    font-weight: bold;
}
.PublicErrorMessage ul, .PublicErrorMessage li
{
    display: none;
}
hr
{
    height: 0;
    width: auto;
    border: 0;
    border-bottom: 1px dashed red;
    margin: 10px 0 5px 0;
}
img, table
{
    border: 0;
    padding: 0;
    margin: 0;
}
#ctl00_phlMainContent_tbsWizardSteps table, #ctl00_phlMainContent_mpgWizardSteps
{
    position: relative;
    float: left;
    clear: both;
}
h1, .header1, .InputFieldHeader1
{
    color: #01277A;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    margin: 8px 0 5px 0;
    padding: 0;
    font-weight: 700;
}
h2, .header2, .InputFieldHeader2
{
    color: #01277A;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    text-transform: none;
    margin: 9px 0 9px 0;
    padding: 0;
}
h3, .header3, .InputFieldHeader3
{
    color: #01277A;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
    margin: 13px 0 5px 0;
    padding: 0;
}
h4, .header4, .InputFieldHeader4
{
    color: #01277A;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
    margin: 13px 0 5px 0;
    padding: 0;
}
p
{
    color: #666663;
    font-family: Arial;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 14px 0;
    line-height: 150%;
    text-align: left;
    font-size: 12px;
}
br
{
    margin: 10px 0 0 10px;
}
p a:link, p a:visited
{
    color: #0137AD;
}
ul
{
    margin: 0;
    padding: 0;
}
li
{
    list-style-type: disc;
    margin: 2px 0 3px 15px;
    padding: 0;
}

/***************************** ASCX Control (!ASCX) ********************************/
.Form
{
    margin: 10px 0px 0 0px;
    background: #EEE;
    border: 1px solid #CCC;
    padding: 2px;
}

.LeftMenuItemArrow
{
    position: absolute;
    margin: 5px 0px 4px auto;
    right: 3px;
}

.DocumentUpload
{
    float: right;
}
.DocumentUpload td
{
    vertical-align: middle;
    padding: 2px;
}
.ContentContainer
{
    width: 453px;
    padding: 0;
    margin: 10px 0;
    float: left;
    clear: none;
}
.ContentContainer a:link, ContentContainer a:visited
{
    color: #333;
}
.ContentContainer th
{
    background: #CBC7BE;
    border-right: 1px solid #999;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #999;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 5px;
}
.ContentItemHeader, .ContentItemHeaderActiveAscending, .ContentItemHeaderActiveDescending
{
    padding: 0px 0px 0px 20px;
    background-repeat: no-repeat;
}
.ContentItemHeaderActiveAscending
{
    background-image: url(/Images/arrow_up.gif);
}
.ContentItemHeaderActiveDescending
{
    background-image: url(/Images/arrow_down.gif);
}
.ContentItemAlternate, .ContentItem
{
    vertical-align: top;
    padding: 15px 10px 10px 10px;
}
.ContentItemAlternate img, .ContentItem img
{
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}
.ContentItem
{
    background: #EEE;
    border-bottom: 1px dotted #999;
}
.ContentItemAlternate
{
    background: #FFF;
    border-bottom: 1px dotted #999;
}
.ContentItemAlternate a, .ContentItemAlternate a:link, .ContentItemAlternate a:visited, .ContentItem a, .ContentItem a:link, .ContentItem a:visited
{
    color: Black;
}

.ContentItemTitle a
{
    font-weight: bold;
    margin: 5px 0;
    text-decoration: none;
}
.ContentItemStatus
{
    font-size: 11px;
}
.ContentItemMetadataContainer
{
    margin: 5px 0;
    font-size: 11px;
}
.ContentItemAbstract
{
    font-size: 11px;
    color: #666;
    margin: 10px 0;
}
.ContentItemMetadataContainer td
{
    padding: 1px;
    margin: 0;
    border-bottom: 0;
}
.ContentItemAction
{
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin: 0 0 0px 0;
}
.ContentItemAction a
{
    text-decoration: none;
}
.ContentItemSubAction
{
    font-size: 11px;
    margin: 1px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.ContentProgressInfo
{
    height: 15px;
    float: left;
    background: #FF0000;
    color: #FFF;
    font-size: 11px;
    font-family: Arial;
    padding: 2px 5px;
}
.ContentItemStaging
{
}
.FileUploadArea
{
    float: left;
    width: 100%;
    margin: 10px 0;
}

/******************************* Header (!Head) ************************************/
#Header
{
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
/************** Banner Container (!Banner)************/
#Banner
{
	background: #000;
	padding: 0;
	font-size:0;
	width: 100%;
}

/*************** Search Bar (!Search) *****************/
#SearchBar
{
    position:relative;
	float: right;
	text-align: right;
	background-color: #EEE;
}
#SearchContentArea
{
	position: relative;
	float: right;
	width: 190px;
}
#SearchLabel
{
	position: relative;
	float: left;
	margin-top: 6px;
	color: #848377;
	font-size: 12px;
}
.SearchTools
{
	font-size: 11px;
	padding: 10px 0;
}
.SearchTools a
{
	text-decoration: underline;
	cursor: pointer;
}
/* Input fields: short, medium, long*/
.PublicInputField, .PublicInputFieldShort, .PublicInputFieldMedium, .PublicInputFieldLong
{
	font-family: Arial, Verdana;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #999;
	width: 150px;
	margin: 2px 0 2px 0;	
}
.PublicInputFieldShort
{
	width: 100px;
}
.PublicInputFieldMedium
{
	width: 200px;
}
.PublicInputFieldLong
{
	width: 98%;
}
.PublicButton
{
	background-color: #A09D93;
	color: #FFFFFF;
	margin: 2px;
	height: 20px;
	font-size: 11px;
	padding: 0 2px 0 2px;
}
/********** Banner & Logo Image (!BLImage)************/
#Banner img
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 980px;
}
.pnlLogoBreadcrumbs, #CompanyLogo
{
	position: absolute;
	right: 0px;
	top: 20px;
}

/********************************** Content (!Content)****************************************/
#Content
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	float: left;
	clear:both;
	width: 100%;
	
	background-color: White;
}
.ContentHeader
{
	position: relative;
	float: left;
	border-bottom: 1px solid #EEE;
	width: 100%;
	margin: 0 0 0 0;
	height:30px;
}
/*************** Parent Category (!Parent)***************/
#ParentCategory
{
	background-color: #E6E4E0;
	border-left: 1px solid #FFF;
	width: 256px;
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
}
#ParentCategoryText
{
	font-size: 16px;
	font-weight: bold;
	padding: 8px 3px 0 30px;
}
#ParentCategory a
{
	color: Black;
	text-decoration: none;
}
#ParentCategory a:hover
{
	text-decoration: underline;
}
/**************** Breadcrumbs (!Bread)*****************/

.Breadcrumbs
{
	padding: 10px 10px 5px 0px;
	float: left;
	color: Black;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.BreadcrumbsItem
{
	text-decoration: underline;
}
/***************** Utilities (!Util)******************/
#Utilities
{
	position: relative;
	float: right;
	padding-right: 10px;
}
/****************************** Left Content (!LeftCt)***************************************/
.PublicLeftContent
{
    left:0;
	width:180px;
	float: left;
    position:relative;
    margin-left:0;
    margin-right:0;
    padding-right: 14px;
    min-height:1px;
}
#LeftMenu
{
	background-color: #E6E4E0;	
	border-bottom: 10px Solid White;
}
/******* LeftContent Pictures (!LCP)***********/
.ImageUpload, #ctl00_phlRightContent_ctl00_pnlUploadImages

{
	padding-bottom: 10px;	
	height: auto;
	width: 257px;
}
#transparentMiddlePicHide
{
	position: absolute;
	top: 124px;
	left: 191px;
}
#transparentBottomPicHide
{
	position: absolute;
	top: 248px;
	left: 142px;
}

/************ Contact Us (!Contact)************/
#ContactUsLink
{
	border-top: 1px Solid #EEE;
	border-bottom: 1px Solid #EEE;
	padding: 7px 0 7px 30px;
	margin: 20px 0 0px 0;
}
#ContactUsLink a
{
	color: Black;
	font-size: 12px;
	text-decoration: none;
}
#ContactUsLink a:hover
{
	text-decoration: underline;
}
/********* Transparent Left Pic (!LCTP)**********/

#UploadedImages
{
}
#UploadedImages img
{
	margin: 0 0 4px 0;
	float: none;
	clear: right;
}
.Image1
{
	height: 119px;
	margin-bottom: 5px;
}
.Image2
{
	height: 119px;
	margin-bottom: 5px;
}
.Image3
{
	height: 97px;
	margin-bottom: 5px;
}
/******************************* Main Content (!MainCt)*******************************/
#PublicMainContent, .PublicMainContent
{
    position: relative;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0px 0 0;
	clear: right;
	width: 480px;
	
}
.CategoryContent
{
	margin: 0;
	clear: right;
	width: 100%;
}

/****************** Home Content (!HomeCt)**********************/

.HomeContent, .DefaultContent
{
    padding: 0px 0 0 0;
}
.HomeContent
{
    position: relative;
    float: left;
    width: 100%;
}
.CategoryDescription
{
	position: relative;
	margin:0 0 7px;
	float: left;
	clear: both;	
}
.DefaultContent
{
    
}
/********************* Case Study (!CaseStd)**********************/

.ChildCategoryItem, .ArticleItem
{
	margin: 15px 0 0 0;
	padding: 5px 0 5px 0;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.CaseStudyHeader, .CaseStudyHeader a
{
	text-decoration: none;
	color: Black;
}
.CaseStudyHeader a:hover
{
	text-decoration: underline;
}
.ChildCategoryHeader a:link, .ChildCategoryHeader a:visited
{
	color: Black;
}
.ChildCategoryHeader a:hover
{
	text-decoration: underline;
	color: Black;
}

/******** Featured Category & CaseStudy on HomePage (!Feature)*******/
FeaturedCategoryContent, .FeaturedCaseStudyContent
{
	padding-left: 20px;
	position: relative;
	float: left;
}
#FeaturedCaseStudy
{
	overflow: visible;
	padding: 0 0 15px 0;
}
#FeaturedCategory, #FeaturedCaseStudy
{
	float: left;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	padding: 0 0 0 0px;
	margin: 10px 0 0 0;
}
.FeaturedHeader
{
	font-weight: 700;
	margin: 5px 0 0 0px;
	text-align: left;
	color: Black;
}
.FeaturedHeader p
{
	font-size: medium;
}
#FeatureImage
{
	border: solid 1px #F5F4F2;
	margin: 12px 0 0 0;
}
#FeatureImage img
{
	width: 100%;
}
.FeatureAbstract
{
	margin: 12px 0 0 0;
	padding-right: 2px;
	text-align: left;
	position: relative;
	float: left;
}
.FeatureAbstract p
{
	font-size: 12px;
}
/************ Read More link (!Readmore)*************/
.ReadMore, .ReadMore a:link, .ReadMore a:visited
{
	color: #01277A;
	font-weight: 600;
	text-decoration: none;
	font-size: 12px;
	clear: both;
}
.ReadMore a:hover
{
	text-decoration: underline;
}
.Readmore a
{
	color: #01277A;
}
.ReadMore img
{
	padding: 0;
	margin: 0 0 -5px 0;
}
/**************************** Right Content (!RightCt)******************************/

#PublicMainRightContent
{
	position: relative;
	float: left;
	width: 743px;
}
.PublicRightContent
{
    right:0;
    width: 290px;
    position:relative;
    float: right;
    padding-right:1px;
    margin-left:0;
    margin-right:0;
    /*padding-top: 38px;*/
}
#RightImages
{
	position: relative;
	float: left;
	width: 100%;
}
#RightImages img
{
	width: 220px;
	height: auto;
	padding: 0 0 0px 0;
}
#MiddleImages
{
	position: relative;
	float: right;
	width: 100%;
}
#MiddleImages img
{
	width: 100px;
	height: auto;
	padding: 0 10px 10px 0;
}
/******************* Latest News (!News)******************/
#LatestNews
{
	background-color: #A09D93;
	/*height: 119px;*/
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	padding:10px 0 10px 0;
	margin: 0 0 10px 0;
}
#LatestNewsHeader
{
	color: White;
	padding: 0 0 0 15px;
	font-size: 14px;
}
.NewsItemRow1, .NewsItemRow1 p
{
	font-size: 10px;
	color: White;
	padding: 3px 0 0 15px;
}
.NewsDate img
{
    width:7px;
}
.NewsItemRow2
{
	font-size: 10px;
	color: White;
	padding: 0px 0 0 15px;
}
.NewsItemRow2 img
{
	padding: 0 2px 0 0;
}
.ReadMoreLatestNews
{
	font-size: 10px;
}
.ReadMoreLatestNews a:link, .ReadMoreLatestNews a:visited
{
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
.ReadMoreLatestNews a:hover
{
	text-decoration: underline;
}
/*************** Related Content (!Related)******************/
#RelatedContent, #RelatedDocuments
{
    position:relative;
    float:left;
	padding: 10px 0 0 0;
	width: 100%;
}
#RelatedContentHeader, #RelatedDocumentsHeader
{
	margin: 0 0 5px 0;
}
.RelatedContentPic, .RelatedDocumentsPic
{
	position: relative;
	float: left;
}
.RelatedContentItem a:link, .RelatedDocumentsItem a:link,
.RelatedContentItem a:visited, .RelatedDocumentsItem a:visited
{
	padding: 0 0 4px 10px;
	font-weight: normal;
	color: #666663;
}


.RelatedContentItem, .RelatedDocumentsItem
{
	margin-bottom: 5px;
	padding: 0 0 0 0;
	color: #333;
}

/************* Static HomePage Text (!Static)*****************/
#StaticHomePageText
{
	position: relative;
	float: left;
	font-size: 17px;
	padding: 5px 0 0 14px;
	text-align: left;
	color: Black;
	margin: 10px 0 0 0px;
	height: 210px;
	font-family: Helvetica, sans-serif;
	line-height: 25px;
	border-left: dotted 1px #ccc;
	width: 220px;
}

/***************************** Footer (!Footer) ************************************/
#Footer
{
    position:relative;
    /*float:left;*/
	/*height: 20px;*/
	clear: both;
	border-top: 1px dotted #CCC;
	width:980px;
    margin: 0 auto 0px auto;
}
#FooterRockSolid
{
	text-align: right;
	float: right;
	padding: 5px 15px 0px 15px;
	margin: 0;
}
.FooterText
{
	text-align: center;
	padding: 5px 0px 5px 0px;
	clear: left;
	margin: 0;
	font-size: 10px;
	width: 100%;
}


/************************* Search Result (!SResult)********************************/

.SearchResultItem
{
	border-top: 1px solid #CCCCCC;
	margin: 15px 0pt 0pt;
	padding: 5px 0pt;
}
.SearchResultItemSubtitle
{
	font-weight: bold;
}
SPAN.searchword
{
	background-color: yellow;
}
/******************************** Jobs (!Jobs)**************************************/
.JobList
{
	position: relative;
	float: left;
	background-color: #EEEEEE;
	width: 100%;
	color: Black;
	border-bottom: 1px Solid #CC3333;
}
.JobItem
{
	position: relative;
	float: left;	
	/*margin: 15px 0 10px 0;*/
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #CC3333;
	width: 100%;
	clear: both;
}
.JobHeader
{
	position: relative;
	padding: 0 0 0 5px;
	font-size:16px;
	font-weight:bold;
	
}
.JobHeader a:link, .JobHeader a:visited
{
    color: Black;
}
.JobAbstractListView
{
	position: relative;
	float:left;
	margin-top: 16px;
	padding: 0 5px 0 5px;
}

/*********************************************************************************

                               Uncategorized codes (!Code)

*********************************************************************************/

.InputContentItemTitle /* ?????? */
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: Black;
	width: 97%;
	margin: 0 1%;
	border: 1px solid #999;
	padding: 2px;
}

.ClosingDate
{
	position:relative;
	float:right;
	padding:0px 5px 0px 0;
}

.JobHeader h2
{
	position:relative;
	float:left;
	margin-top:0px;
	color:Black;
}
.JobLaunchDate
{
	
}
.JobClosingDate
{
	padding-top: 4px;
	position:relative;
	float:left;
	clear: both;
}

.JobAbstract
{
	padding: 7px 0 7px 0;
	clear:both;
}

.JobDescription
{
	position:relative;
	float:left;
	clear: both;
}
.ReadMoreJob, .ReadMoreJob a:link, .ReadMoreJob a:visited
{
	color: #909090;
	font-weight: 600;
	text-decoration: none;
	font-size: 12px;
	padding:10px 0 0 0;
}
.JobFormArea
{
	position: relative;
	float: left;
	clear: both;	
}
.CategoryAbstract
{
    margin: 0 0 7px 0;
    position: relative;
    float: left;
    clear: both;
}
#SiteContent
{
    background-color: White;
    position: relative;
	margin: 0 auto;
	width: 980px;
    min-width: 980px;
}
#LinksAndSearch, #HeaderRight
{
    width:100%;
    position:relative;
    float:left;
    background-image: url(/Images/searchRepeat.jpg);
    background-color: #EEE;
}
#SearchTextBox
{
    position:relative;
    float:left;
}
#SearchButton
{
    position:relative;
    float:left;
}
.Content
{
    width:100%;
}
.BreadcrumbsLanguageBar
{
    position:relative;
    float:left;
    padding-left:195px;
    clear:right;
}
#ctl00_phlMainContent_pnlTitleSubtitle
{
    position:relative;
    float: left;
    clear:left;
    width: 80%;
}
.NewsletterSubscription
{
	position: relative;
	float: left;
	clear: both;
	padding: 20px 10px 20px 10px;
	background: #EBEBEB;
	width: 270px;
}
#FirstName, #FirstNameEntry, #Email, #EmailEntry, .NewsSubscribeFirstNameTextbox, .NewsSubscribeEmailTextbox
{
	position: relative;
	float: left;
}
#FirstNameEntry, #EmailEntry
{
	clear: both;
	padding-top: 5px;
	width: 250px;
}
#FirstName, #Email
{
	width: 85px;
	text-align: right;
	padding-right: 10px;
	color: #848377;
}
#SubscribeButton
{
	position: relative;
	float: left;
	padding: 5px 0 0 95px;
	text-decoration: none;
	top: 10px;
}
#SubscribeButton a, .btnSubscribe, .btnSubscribe:hover, .btnSubscribe:link
{
	text-decoration: none;
	background-color: #A09D93;
	color: white;
	margin: 2px;
	height: 20px;
	font-size: 14px;
	font-family: Arial;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px white;
	left: 95px;
	position: relative;
	float: left;
	text-decoration: none;
}
.ErrorMessage
{
	position: relative;
	float: left;
	left: 95px;
}
.LoginErrorMessage
{
	width: 100%;
	float:none;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	clear: both;
}
.EmailErrorMessage
{
	position: relative;
	padding-left: 95px;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
.EmailUsed
{
	position: relative;
	float: left;
	color: Red;
	left: 12px;
	clear: both;
}
#AlumniRegisterNow
{
    padding:15px 0 0 14px;
    clear:both;
    position:relative;
    float:left;
}
#SubscribedConfirmation
{
	position: relative;
	float: left;
}
.pnlSubscriberInfo
{
	position: relative;
	float: left;
}
#NavMenu
{
	position: relative;
	float: left;
	width: 100%;
}
.TopRightContent
{
	position: relative;
	float: left;
	width: 100%;
}
#LeftMenuShim, #LeftMenu
{
    font-size:0;
    margin:0;
    padding:0;
}
#RelatedDocuments li, #RelatedContent li
{
    margin:2px 0 3px 15px;
}
.AddThisButton
{
    position:relative;
    float:left;
    padding-top:8px;
    padding-right:15px;
    padding-bottom:10px;
}
.PublicBreadcrumbs
{
    position:relative;
    float:left;
    width:100%;
}
#NewsletterSubscribe
{
    position: relative;
    float: left;
    padding: 20px 5px 10px 5px;
    font-size: 10px;
}
#SubscribeTitle
{
    padding:  0 0 10px 0;
    font-size: 12px;
}
#MemberInputFields
{
    width: 100%;
    position: relative;
    float: left;
    padding: 0 0 5px 0;
}
.SubscribeField
{
    position: relative;
    float: left;
    padding: 4px 0 4px 0;
}
.SubscribeRow
{
    position: relative;
    float: left;
    width: 100%;
}
.SubscribeFeedback
{
    position: relative;
    float: left;
    padding: 8px 0 4px 0;
}
.RSSFeedIcon {
float:left;
padding-bottom:10px;
padding-top:10px;
position:relative;
}

.RSSFeedIcon a img
{
    width:15px;
}
.PublicMainContent li
{
    margin: 2px 0 3px 15px;
}
.MemberLinkMessage
{
    position: relative;
    float: left;
    padding-top: 20px;
    text-align: center;    
}
#Member
{
    position: relative;
    float: left;
    background-color: #A09D93;  
    padding: 8px 12px;
    margin-top: 8px;
    width: 100%;
}
#MemberHeading
{
    color:White;
    font-size:14px;
}
.MemberMessage
{
    color:White;
}
.FeaturedCategoryContent img
{
    position: relative;
    float: left;
}
.FeatureAbstract
{
    position: relative;
    float: left;
    clear: both;
}
.FeaturedCategoryContent .FeaturedHeader
{
    padding: 0 0 5px 0;
}
.FeaturedCategoryContent .FeatureAbstract
{
    padding: 0 0 10px 0;
}

/* Styles from Old site (rs000211) */
/* Content Page (!Top)


** To quickly navigate to the section, just highlight the shortcut key 
(e.g. !Footer)and hit Ctrl F and click on Find Next and you will reach
the Footer section**

Colour chart
HTML (!HTML)
ASCX Control (!ASCX)
Header (!Head)
	Banner Container (!Banner)
		Search Bar (!Search)
		Banner & Logo Image (!BLImage)
Content (!Content)
	Parent Category (!Parent)
	Breadcrumbs (!Bread)
	Utilities (!Util)
	Public Left Content (!LeftCt)
		Left Content Pics (!LCP)
		Contact Us (!Contact)
		Left Content Transparent Pics (!LCTP)
	Public Main Content (!MainCt)
		Home Content (!HomeCt)
		Case Study (!CaseStd)
		Featured Category & CaseStudy (!Feature)
		Readmore (!Readmore)
	Public Right Content (!RightCt)
		Latest News (!News)
		Related Content (!Related)
		Static Homepage Text (!Static)
Footer (!Footer)
Search Result (!SResult)
Jobs (!Jobs)
Uncategorized code (!Code)

/******************************* Colour Chart *************************************

Colour charts:
#333(333) = dark grey
#666(666) = grey
#999(999) = grey

#CCC(CCC) = grey
#EEE(EEE) = light grey
#FFF(FFF) = white

#666663 = grey
#A09D93 = grey
#E6E4E0 = grey
#848377 = grey
#F5F4F2 = light grey
#FF0000 = red
#CBC7BE = grey
#E0E0E0 = grey
#A09D93 = grey



/******************************** HTML (!HTML)**************************************/
body
{
    background-color: #FFFFFF;
    background-image: url("/Images/CustomerSpecific/ADS_Pakistan_Website_background.jpg");
    font-family: Arial, Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #666663;
}
td
{
    vertical-align: top;
    display: table-cell;
}
a, a:link
{
    /*color: #01277A;*/
    font-size: 12px;
}
a:hover
{
    text-decoration: underline;
}
.PublicErrorMessage
{
    color: Red;
    font-size: 12px;
    font-weight: bold;
}
.PublicErrorMessage ul, .PublicErrorMessage li
{
    display: none;
}
hr
{
    height: 0;
    width: auto;
    border: 0;
    border-bottom: 1px dashed red;
    margin: 10px 0 5px 0;
}
img, table
{
    border: 0;
    padding: 0;
    margin: 0;
}
#ctl00_phlMainContent_tbsWizardSteps table, #ctl00_phlMainContent_mpgWizardSteps
{
    position: relative;
    float: left;
    clear: both;
}
h1, .header1, .InputFieldHeader1
{
    color: #002E64;
    font-family: Georgia, Arial;
    font-weight: normal;
    font-size: 20px;
    margin: 2px 0 15px 0;
    padding: 0;
}
h2, .header2, .InputFieldHeader2
{
    color: #002E64;
    font-family: Georgia, Arial;
    font-weight: bold;
    font-size: 16px;
    text-transform: none;
    margin: 9px 0 9px 0;
    padding: 0;
}
h3, .header3, .InputFieldHeader3
{
    color: #5D91C3;
    font-family: Georgia, Arial;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
    margin: 13px 0 5px 0;
    padding: 0;
}
h4, .header4, .InputFieldHeader4
{
    color: #01277A;
    font-family: Georgia, Arial;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
    margin: 13px 0 5px 0;
    padding: 0;
}
p
{
    color: #666663;
    font-family: Arial;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 10px 0;
    line-height: 150%;
    text-align: left;
    font-size: 12px;
}
br
{
    margin: 10px 0 0 10px;
}
p a:link, p a:visited
{
    color: #01277A;
    font-size: 11px;
}
.CategoryDescription ul, .CategoryAbstract ul
{
	margin-left: 10px;
}
ul
{
    margin: 0 0 10px 0;
    padding: 0;
}
li
{
    list-style-type: disc;
    margin: 2px 0 3px 15px;
    padding: 0;
}

/***************************** ASCX Control (!ASCX) ********************************/
.Form
{
    margin: 10px 0px 0 0px;
    background: #EEE;
    border: 1px solid #CCC;
    padding: 2px;
}

.LeftMenuItemArrow
{
    position: absolute;
    margin: 5px 0px 4px auto;
    right: 3px;
}

.DocumentUpload
{
    float: right;
}
.DocumentUpload td
{
    vertical-align: middle;
    padding: 2px;
}
.ContentContainer
{
    width: 453px;
    padding: 0;
    margin: 10px 0;
    float: left;
    clear: none;
}
.ContentContainer a:link, ContentContainer a:visited
{
    color: #333;
}
.ContentContainer th
{
    background: #CBC7BE;
    border-right: 1px solid #999;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #999;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 5px;
}
.ContentItemHeader, .ContentItemHeaderActiveAscending, .ContentItemHeaderActiveDescending
{
    padding: 0px 0px 0px 20px;
    background-repeat: no-repeat;
}
.ContentItemHeaderActiveAscending
{
    background-image: url(/Images/arrow_up.gif);
}
.ContentItemHeaderActiveDescending
{
    background-image: url(/Images/arrow_down.gif);
}
.ContentItemAlternate, .ContentItem
{
    vertical-align: top;
    padding: 15px 10px 10px 10px;
}
.ContentItemAlternate img, .ContentItem img
{
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}
.ContentItem
{
    background: #EEE;
    border-bottom: 1px dotted #999;
}
.ContentItemAlternate
{
    background: #FFF;
    border-bottom: 1px dotted #999;
}
.ContentItemAlternate a, .ContentItemAlternate a:link, .ContentItemAlternate a:visited, .ContentItem a, .ContentItem a:link, .ContentItem a:visited
{
    color: #002E64;
    font-family: Georgia, Arial;
}

.ContentItemTitle a
{
    font-weight: bold;
    margin: 5px 0;
    text-decoration: none;
}
.ContentItemStatus
{
    font-size: 11px;
}
.ContentItemMetadataContainer
{
    margin: 5px 0;
    font-size: 11px;
}
.ContentItemAbstract
{
    font-size: 11px;
    color: #666;
    margin: 10px 0;
}
.ContentItemMetadataContainer td
{
    padding: 1px;
    margin: 0;
    border-bottom: 0;
}
.ContentItemAction
{
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin: 0 0 0px 0;
}
.ContentItemAction a
{
    text-decoration: none;
}
.ContentItemSubAction
{
    font-size: 11px;
    margin: 1px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.ContentProgressInfo
{
    height: 15px;
    float: left;
    background: #FF0000;
    color: #FFF;
    font-size: 11px;
    font-family: Arial;
    padding: 2px 5px;
}
.ContentItemStaging
{
}
.FileUploadArea
{
    float: left;
    width: 100%;
    margin: 10px 0;
}

/******************************* Header (!Head) ************************************/
#Header
{
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    width: 994px;
}
/************** Banner Container (!Banner)************/
#Banner
{
    position: relative;
    float: left;
    margin: 0;
    width: 994px;
    padding: 0px;
    height: 167px;
    background-color: #FFFFFF;
}

/*************** Search Bar (!Search) *****************/
#SearchBar
{
    position: absolute;
    left: 745px;
    top: 130px;
    text-align: right;
    background-color: transparent;
    width: 250px;
}
#SearchContentArea
{
    position: relative;
    float: right;
    width: 190px;
}
#SearchLabel
{
    position: relative;
    float: left;
    margin-top: 6px;
    color: #848377;
    font-size: 12px;
}
.SearchTools
{
    font-size: 11px;
    padding: 10px 0;
}
.SearchTools a
{
    text-decoration: underline;
    cursor: pointer;
    color: #002E64;    
}
/* Input fields: short, medium, long*/
.PublicInputField, .PublicInputFieldShort, .PublicInputFieldMedium, .PublicInputFieldLong
{
    font-family: Arial, Verdana;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #999;
    width: 150px;
    margin: 2px 0 2px 0;
    height: 18px;
}
.PublicInputFieldShorter
{
    width: 77px;
}
.PublicInputFieldShort
{
    width: 170px;
}
.PublicInputFieldMedium
{
    width: 200px;
}
.PublicInputFieldLong
{
    width: 98%;
}
.PublicButton
{
    background-color: #A09D93;
    color: #FFFFFF;
    margin: 2px;
    height: 20px;
    font-size: 11px;
    padding: 0 2px 0 2px;
}
#SearchButton .PublicButton
{
	background:none repeat scroll 0 0 #002E64;
	border: 0px;
	float:left;
	font-size:10px;
	font-style: italic;	
	font-weight: bold;
	height:23px;
	margin-left:0px;
	margin-top:3px;
	position:relative;
	text-transform:uppercase;
	width:65px;
	color: White;
	padding-bottom: 2px;
	padding-right: 6px;
	text-align: center;
}
#txtSearchTerm
{
	color: #666663;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 11px;
	width: 170px;
}
/********** Banner & Logo Image (!BLImage)************/
#Banner img
{
    position: relative;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
    width: 994px;
    height: 167px;
}
.Logo
{
    position: relative;
    float: left;
    width: 994px;
    height: 108px;
    background-color: #013060;
}
.Logo a
{
    color: White;
    text-decoration: underline;
}
.GlobalLinks
{
    position: relative;
    float: left;
    padding: 5px 15px 0 250px;
    color: White;
    clear: both;
    width: 137px;
    display: none;
}
.LogoImage
{
    position: relative;
    float: left;
}
#HeaderImages
{
    position: relative;
    float: right;
}
.AustralianAwardsImage
{
    position: relative;
    float: left;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageCompanyName
{
    position: relative;
    width: 310px;
    padding-top: 15px;
    text-align: center;
}
.HomePageCompanyNameEnglish
{
    color: #009FBB;
    font-size: 20px;
}

.HomePageCompanyNameArabic
{
    color: #000000;
    font-size: 20px;
}
.HomePageSponsorText
{
    font-size: 10px;
}

#MainMenuShadowTop
{
    position: relative;
    float: left;
    height: 1px;
    width: 100%;
    background-color: #E0E0E0;
}
#MainMenuShadowBottom
{
    background-image: url(/Images/CustomerSpecific/MainMenuShadowBottom.gif);
    background-position: bottom;
    font-size: 14px;
}
.StaticBannerText
{
    /*position:relative;     float:left;     background-color:#7BACBA;     font-size:19px;     height:194px;     padding:10px;     position:relative;     width:230px;*/
    color: #FFFFFF;
    direction: rtl;
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    right: 23px;
    top: 64px;
    width: 250px;
}
.StaticBannerText a:link, .StaticBannerText a:visited
{
    color: #FFFFFF;
}

/********************************** Content (!Content)****************************************/
#Content
{
    padding: 0;
    margin: 0 0 0 0;
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    *padding-bottom:20px;
}
.ContentHeader
{
    position: relative;
    float: left;
    border-bottom: 1px solid #EEE;
    width: 100%;
    margin: 0 0 -15px 0;
}
/*************** Parent Category (!Parent)***************/
#ParentCategory
{
    background-color: #E6E4E0;
    border-left: 1px solid #FFF;
    width: 257px;
    margin: 0;
    padding: 0;
    float: left;
    height: 30px;
}
#ParentCategoryText
{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 3px 0 30px;
}
#ParentCategory a
{
    color: Black;
    text-decoration: none;
}
#ParentCategory a:hover
{
    text-decoration: underline;
}
/**************** Breadcrumbs (!Bread)*****************/

.Breadcrumbs, .CustomBreadcrumbs
{
    padding: 0px 14px 10px 0px;
    float: left;
    color: #808285;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
.CustomBreadcrumbs
{
    position:relative;
    float:left;
    clear:both;
    width:100%;
}
.CustomBreadcrumbs a
{
	color: #808285;
}
.BreadcrumbsItem, .BreadcrumbsItem a:link, .BreadcrumbsItem a:visited, .BreadcrumbsItem a:hover, .BreadcrumbsItem a
{
    color: #808285;
}
.EventViewLink a, .EventViewLink a:link, .EventViewLink a:hover, .EventViewLink a:visited
{
	color: #01277A;
}
.CategoryAbstract a, .CategoryAbstract a:link, .CategoryAbstract a:hover, .CategoryAbstract a:visited
{
	color: #002E64;
}
.EventTable a, .EventTable a:link, .EventTable a:hover, .EventTable a:visited
{
	color: #01277A;
}
.ASXYears
{
	color: #5D91C3;
	font-family: Georgia,Arial;
	font-size: 18px;
}
/***************** Utilities (!Util)******************/
#Utilities
{
    position: relative;
    float: right;
    padding-right: 10px;
}
/****************************** Left Content (!LeftCt)***************************************/
.PublicLeftContent
{
    float: left;
    padding: 0; /*width: 257px;*/
    overflow: hidden;
    position: relative;
    width: 250px;
    margin-top: 15px;
    height: auto;
}
.TopMenuLocation
{
    position: relative;
    float: left;
    clear: both;
    padding-left: 25px;
    padding-bottom: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
.TopMenuLocation a
{
    color: #5D91C3;
    font-family: Georgia;
    text-decoration: none;
    font-size: 15px;
}
.TopMenuLocation a:hover
{
    text-decoration: underline;
}
#LeftMenu
{
    background-color: #E6E4E0; /*padding: 0 0 10px 0;*/
    border-bottom: 10px Solid White;
    margin-left: 8px;
}
/******* LeftContent Pictures (!LCP)***********/
.ImageUpload, #ctl00_phlRightContent_ctl00_pnlUploadImages
{
    padding-bottom: 0px;
    height: auto; /*width: 190px;*/
}
#ctl00_phlRightContent_ctl00_pnlUploadImages
{
    margin-top: 40px;
    padding-right: 8px;
}
.ImageUpload
{
    float: left;
    width: 255px;
    margin-bottom: 12px;
}
.ImageCaption
{
    color: #666663;
    position: relative;
    float: left;
    padding: 2px 0 4px 5px;
    margin-bottom: 10px;
    width: 250px;
}
#transparentTopPic1
{
    position: absolute;
    top: 0px;
    left: 248px;

    filter: alpha(opacity=70);
    opacity: .7;
}

#transparentTopPic2
{
    position: absolute;
    top: 0px;
    left: 218px;

    filter: alpha(opacity=70);
    opacity: .7;
}

#transparentTopPic3
{
    position: absolute;
    top: 0px;
    left: 196px;
    filter: alpha(opacity=70);
    opacity: .7;
}

#transparentTopPic4
{
    position: absolute;
    top: 0px;
    left: 158px;
    filter: alpha(opacity=70);
    opacity: .7;
}

#transparentMiddlePic1
{
    position: absolute;
    top: 124px;
    left: 155px;
    filter: alpha(opacity=70);
    opacity: .7;
}

#transparentMiddlePic2
{
    position: absolute;
    top: 124px;
    left: 175px;
    filter: alpha(opacity=80);
    opacity: .8;
}

#transparentMiddlePic3
{
    position: absolute;
    top: 124px;
    left: 145px;
    filter: alpha(opacity=70);
    opacity: .7;
}
#transparentMiddlePicHide
{
    position: absolute;
    top: 124px;
    left: 191px;
}

#transparentBottomPic1
{
    position: absolute;
    top: 248px;
    left: 133px;
    filter: alpha(opacity=80);
    opacity: .8;
}

#transparentBottomPic2
{
    position: absolute;
    top: 248px;
    left: 126px;
    filter: alpha(opacity=80);
    opacity: .8;
}
#transparentBottomPicHide
{
    position: absolute;
    top: 248px;
    left: 142px;
}

/************ Contact Us (!Contact)************/
#ContactUsLink
{
    border-top: 1px Solid #EEE;
    border-bottom: 1px Solid #EEE;
    padding: 7px 0 7px 30px;
    margin: 20px 0 0px 0;
}
#ContactUsLink a
{
    color: Black;
    font-size: 12px;
    text-decoration: none;
}
#ContactUsLink a:hover
{
    text-decoration: underline;
}
/********* Transparent Left Pic (!LCTP)**********/

#UploadedImages
{
}
#UploadedImages img
{
    margin: 0 0 4px 0;
    float: none;
    clear: right;
}
.Image1
{
    height: 119px;
    margin-bottom: 5px;
}
.Image2
{
    height: 119px;
    margin-bottom: 5px;
}
.Image3
{
    height: 97px;
    margin-bottom: 5px;
}
#transparentLeftMenuPic1
{
    position: absolute;
    left: 248px;
    filter: alpha(opacity=70);
    opacity: .7;
}

#transparentLeftMenuPic2
{
    position: absolute;
    left: 218px;
    filter: alpha(opacity=70);
    opacity: .7;
}

#transparentLeftMenuPic3
{
    position: absolute;
    left: 196px;
    filter: alpha(opacity=70);
    opacity: .7;
}

#transparentLeftMenuPic4
{
    position: absolute;
    left: 158px;
    filter: alpha(opacity=70);
    opacity: .7;
}

/******************************* Main Content (!MainCt)*******************************/
#PublicMainContent, .PublicMainContent
{
    position: relative;
    float: left;
    padding: 0px 15px 0 0;
    margin-top: 17px;
    margin-bottom: 20px;
    width: 477px;
    border-right: solid 1px #BCBEC0;
}
.CategoryContent
{
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    width: 100% /*padding: 0 0px 0 5%; 	clear: right; 	width: 95%;*/;
}
.CategorySubTitle
{
    padding-left: 15px;
}
/****************** Home Content (!HomeCt)**********************/

.HomeContent, .DefaultContent
{
    width: 100%;
}
.HomeContent
{
    /*height: 109px;*/
}
.CategoryDescription
{
    margin: 0 0 14px 0;
    line-height: 150%;
    font-size: 12px;
    padding-right: 35px;
    width: 93%;
}
.DefaultContent
{
    position: relative;
    float: left;
}
/********************* Case Study (!CaseStd)**********************/
.CaseStudy
{
    position: relative;
    float: left;
    width: 100%;
}
.ChildCategoryItem, .ArticleItem
{
    margin: 0 20px 15px 0px;
    padding: 5px 0 5px 0;
    width: 96%;
    border-bottom: 1px solid #BCBEC0;
}
.CaseStudyHeader, .CaseStudyHeader a
{
    text-decoration: none;
    color: Black;
}
.CaseStudyHeader a:hover
{
    text-decoration: underline;
}
.ChildCategoryHeader a:link, .ChildCategoryHeader a:visited, .ChildCategoryHeader a:hover
{
    color: #01277A;
}
.ChildCategoryHeader a:hover
{
    text-decoration: underline;
    color: #01277A;
}

/******** Featured Category & CaseStudy on HomePage (!Feature)*******/
FeaturedCategoryContent, .FeaturedCaseStudyContent
{
    padding: 20px;
}
#FeaturedCategory
{
    border-right: dotted 1px #ccc;
}
#FeaturedCaseStudy
{
    overflow: visible;
    padding: 0 0 15px 0;
}
#FeaturedCategory, #FeaturedCaseStudy
{
    float: left;
    width: 49.8%;
    overflow: hidden;
    padding: 0 0 0 0px;
    margin: 10px 0 0 0;
}
.FeaturedHeader
{
    font-weight: 700;
    margin: 5px 0 0 0px;
    text-align: left;
    color: Black;
}
.FeaturedHeader p
{
    font-size: medium;
}
#FeatureImage
{
    border: solid 1px #F5F4F2;
    margin: 12px 0 0 0;
}
#FeatureImage img
{
    width: 100%;
}
.FeatureAbstract
{
    margin: 12px 0 0 0;
    padding-right: 2px;
    text-align: left;
}
.FeatureAbstract p
{
    font-size: 12px;
}
/************ Read More link (!Readmore)*************/
.ReadMore, .ReadMore a:link, .ReadMore a:visited
{
    color: #01277A;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 10px;
}
.ReadMore a:hover
{
    text-decoration: underline;
}
.ReadMore img
{
    padding: 0;
    margin: 0 0 -5px 0;
}
/**************************** Right Content (!RightCt)******************************/

#PublicMainRightContent
{
    position: relative;
    float: left;
    width: 743px;
}
#PublicRightContent, .PublicRightContent 
{
    position: relative;
    float: left;
    margin: 15px 0px 20px 0px;
    padding: 0 0px 0 15px;
    position: relative;
    max-height: 100%;
    width: 220px;
    clear: both;
}
.TopCorners
{
	position: relative;
	float: left;
	top: 3px;
	width: 220px;
}
.BotCorners
{
	position: relative;
	float: left;
	bottom: 3px;
	width: 220px;
}
/******************* Latest News (!News)******************/
#LatestNews
{
    background-color: #A09D93;
    height: 119px;
    overflow: hidden;
}
#LatestNewsHeader
{
    color: White;
    padding: 5px 0 0 15px;
    font-size: 14px;
}
.NewsItemRow1
{
    font-size: 10px;
    color: White;
    padding: 3px 0 0 15px;
}
.NewsItemRow2
{
    font-size: 10px;
    color: White;
    padding: 0px 0 0 15px;
}
.NewsItemRow2 img
{
    padding: 0 2px 0 0;
}
.ReadMoreLatestNews
{
    font-size: 10px;
}
.ReadMoreLatestNews a:link, .ReadMoreLatestNews a:visited
{
    font-weight: 600;
    color: #333;
    text-decoration: none;
}
.ReadMoreLatestNews a:hover
{
    text-decoration: underline;
}
/*************** Related Content (!Related)******************/
#RelatedContent, #RelatedDocuments
{
    padding: 0px 2px 0 0;
}
#RelatedContentHeader, #RelatedDocumentsHeader
{
    margin: 0 0 5px 0;
}
.RelatedContentPic, .RelatedDocumentsPic
{
    position: relative;
    float: left;
    padding-right: 6px;
}
.RelatedContentItem a:link, .RelatedDocumentsItem a:link, .RelatedContentItem a:visited, .RelatedDocumentsItem a:visited
{
    padding: 0 0 4px 10px;
    font-weight: normal;
    color: #666663;
}
.RelatedContentItem a:visited, .RelatedDocumentsItem a:visited
{
    color: #666663;
}
.RelatedContentItem, .RelatedDocumentsItem
{
    margin-bottom: 5px;
    padding: 0 0 0 0;
    color: #333;
}

/************* Static HomePage Text (!Static)*****************/
#StaticHomePageText
{
    position: relative;
    float: left;
    font-size: 17px;
    padding: 5px 0 0 14px;
    text-align: left;
    color: Black;
    margin: 10px 0 0 0px;
    height: 210px;
    font-family: Helvetica, sans-serif;
    line-height: 25px;
    border-left: dotted 1px #ccc;
    width: 220px;
}

/***************************** Footer (!Footer) ************************************/
#Footer
{
    margin: 0px 0 0 0;
    clear: both;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 994px;
    color: #666663;
    *position: static;
}
#FooterRockSolid
{
    text-align: right;
    float: right;
    padding: 5px 15px 0px 15px;
    margin: 0;
}
.FooterText
{
    text-align: center;
    padding: 5px 10px 5px 10px;
    clear: both;
    margin: 0;
    font-size: 10px;
}
.FooterText a:link, .FooterText a:visited
{
    color: #002E64;
    text-decoration: underline;
}
.FooterText a:hover
{
    text-decoration: underline;
}


/************************* Search Result (!SResult)********************************/

.SearchResultItem
{
    border-top: 1px solid #CCCCCC;
    margin: 15px 0pt 0pt;
    padding: 5px 0pt;
}
.SearchResultItemSubtitle
{
    font-weight: bold;
}
SPAN.searchword
{
    background-color: yellow;
}
/******************************** Jobs (!Jobs)**************************************/
.JobList
{
    position: relative;
    float: left;
    background-color: #EEEEEE;
    width: 100%;
    color: Black;
    border-bottom: 1px Solid #CC3333;
}
.JobItem
{
    position: relative;
    float: left; /*margin: 15px 0 10px 0;*/
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #CC3333;
    width: 100%;
    clear: both;
}
.JobHeader
{
    position: relative;
    padding: 0 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}
.JobHeader a:link, .JobHeader a:visited
{
    color: Black;
}
.JobAbstractListView
{
    position: relative;
    float: left;
    margin-top: 16px;
    padding: 0 5px 0 5px;
}

/*********************************************************************************

                               Uncategorized codes (!Code)

*********************************************************************************/

.InputContentItemTitle /* ?????? */
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: Black;
    width: 97%;
    margin: 0 1%;
    border: 1px solid #999;
    padding: 2px;
}

.ClosingDate
{
    position: relative;
    float: right;
    padding: 0px 5px 0px 0;
}

.JobHeader h2
{
    position: relative;
    float: left;
    margin-top: 0px;
    color: Black;
}
.JobLaunchDate
{
}
.JobClosingDate
{
    padding-top: 4px;
    position: relative;
    float: left;
    clear: both;
}

.JobAbstract
{
    padding: 7px 0 7px 0;
    clear: both;
}

.JobDescription
{
    position: relative;
    float: left;
    clear: both;
}
.ReadMoreJob, .ReadMoreJob a:link, .ReadMoreJob a:visited
{
    color: #909090;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 0 0 0;
}
.JobFormArea
{
    position: relative;
    float: left;
    clear: both;
}
.CategoryAbstract
{
    margin: 0;
    line-height: 150%;
    padding-right: 35px;
}
#SiteContent
{
    width: 994px;
    position: relative;
    margin: 0 auto 0 auto;
    clear: both;
    
}

.tr1
{
    position: relative;
    float: left;
    width: 746px;
}
.style1
{
    height: 35px;
}
.style2
{
    width: 185px;
    position: relative;
    float: left;
    height: 35px;
}
.style3
{
    height: 22px;
    width: 125px;
}
.style4
{
    position: relative;
    float: left;
}

.FormFieldErrorMessage
{
    font-size: 10px;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}
#ctl00_phlMainContent_ctrAlumniForm_txtName, #ctl00_phlMainContent_ctrAlumniForm_pnlComplaintsForm
{
    position: relative;
    float: left;
    clear: both;
}
.ContactUsFormTable
{
    position: relative;
    float: left;
    clear: both;
}

.ContactUsContact
{
    position: relative;
    float: left;
}
.tr1td2
{
    position: relative;
    float: left;
}
.PartnerCompanyLogo
{
    display: none;
}
.ContactUsContact
{
    position: relative;
    float: left;
    width: 400px;
    padding-left: 15px;
    clear: both;
}
.ContactUsForm
{
    position: relative;
    float: left;
    padding: 15px 15px 15px 15px;
    width: 100%;
}
.AlumniForm
{
    position: relative;
    float: left;
    padding: 15px 15px 15px 15px;
    width: 100%;
}
#ctl00_phlMainContent_ctrContactUsForm_pnlContactUsForm, #ctl00_phlMainContent_ctrAlumniForm_pnlContactUsForm
{
    border: solid 1px #0137AD;
    position: relative;
    float: left;
    margin-left: 15px;
    bottom: 15px;
    width: 580px;
}
.FeedbackConfirm
{
    position: relative;
    float: left;
    margin-left: 15px;
    padding: 15px;
    border: solid 1px black;
    background-color: #EEEEEE;
}
#AlumniHeader, #ContactUsHeader
{
    position: relative;
    float: left;
    clear: both;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
    color: #01277A;
}
#AlumniFormText
{
    position: relative;
    float: left;
    clear: both;
}
.Table, .ScholarshipSection
{
    position: relative;
    float: left;
}
#ScholarshipCategory1, #ScholarshipCategory2, #ScholarshipCategory3, #ScholarshipCategory4
{
    position: relative;
    float: left;
    padding: 0 33px 33px 0;
    color: #444444;
}
.ScholarshipImage
{
    position: relative;
    float: left;
    width: 75px;
    height: 75px;
    clear: left;
    margin: 0;
    padding: 0;
    border: solid 1px #01277A;
    background-color: White;
}
.ScholarshipBoxContent
{
    padding: 8px 12px 16px 12px;
    position: relative;
    float: left;
    background-color: #C7DEFF;
    border: solid 1px #01277A;
    width: 255px;
}
.ScholarshipHeader
{
    font-weight: 700;
    margin: 5px 0 15px 0px;
    text-align: left;
    color: White;
    position: relative;
    float: left;
    font-size: 14px;
    clear: right;
}
.ScholarshipAbstract
{
    padding-left: 12px;
    text-align: left;
    position: relative;
    float: left;
    width: 155px;
}
.ScholarshipBoxContent a
{
    text-decoration: none;
    color: #002E64;
}
.ScholarshipBoxContent a:hover
{
    text-decoration: underline;
}
.HomeItemHover, .HomeItemActive, .HomeItem
{
    background-image: none;
    cursor: pointer;
}
.ScholarshipSection
{
    width: 645px;
    padding-left: 33px;
    padding-top: 33px;
}
.TableHeaderRow
{
    border-top: 1px solid #0137AD;
    background-color: #01277A;
    color: White;
    font-weight: bold;
}
.TableHeaderRow p
{
    font-weight: bold;
    color: White;
}
.TableRow
{
    border-top: 1px solid #0137AD;
}
.TableRowAlternate
{
    border-top: 1px solid #0137AD;
    background-color: #C7DEFF;
}
.MemberLogin
{
    float: left;
    font-size: 10px;
    padding: 40px 0 10px 24px;
    position: relative;
    width: 250px;
    clear: both;
}
.SubscribeRow
{
    float: left;
    position: relative;
}
#ctl00_pnlAlumniLogin
{
	position: relative;
	float: left;
	width: 191px;
	clear: both;
}
.AlumniLoginLinks
{
    float: left;
    text-align: left;
    position: relative;
    padding: 0px;
    clear: both;
    margin-top: 12px;
    line-height: 180%;
    *line-height: 100%;
}
.AlumniLoginLinks a
{
	position: relative;
	float: left;
	width: 140px;
	text-align: left;
	clear: both;
	color: #808285;
	font-size: 12px;
}
#ctl00_ctrAlumniLogin_pnlLoginUnsuccesful
{
	position: relative;
	float: left;
	clear: both;
}
.AlumniLoginEmail
{
	position: relative;
	float: left;
}
.MemberField
{
    position: relative;
    float: left;
    padding: 0px 3px 5px 0px;
    width: 65px;
    clear: both;
    font-size: 11px;
    text-transform: uppercase;
}
.MemberTextBox
{
    position: relative;
    float: left;
    clear: both;
}
#ctl00_ctrAlumniLogin_btnExecuteLogin
{
	position: relative;
	float: left;
	clear: both;
	margin-left: 0px;
	margin-top: 7px;
	background: #002E64;
	border: solid 1px #848688;
	text-transform: uppercase;
	width: 65px;
	height: 23px;
	font-size: 10px;
}
#AlumniLoginDetails
{
    position: absolute;
    right: 0;
    top: 0;
    color: White;
    padding: 5px 10px 0 0;
}
#ContactTheAlumni
{
    position: relative;
    float: left;
    padding: 0 0 0 15px;
}
.PublicErrorMessage
{
	color: Red;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	width: 100%;
	float: left;
}
.BackToEventCalendar
{
    position:relative;
    float:left;
    width:100%;
    padding-bottom:10px;
    color: #01277A;
}
.BackToEventCalendar a, .BackToEventCalendar a:link, .BackToEventCalendar a:visited. .BackToEventCalendar a:hover
{
	color: #01277A;
}
.PublishTime
{
    padding: 2px;
    margin-top: 2px;
    width: 18px;
    font-size: 11px;
}
.ErrorMessage li
{
    list-style: none;
}
#QuestionsFromPublicAbstract
{
    padding: 0 0 20px 0;
}
.QuestionsDate
{
    padding: 0 0 4px 0;
}
.QuestionsQuestion
{
    padding: 0 0 4px 0;
}
.QuestionsEmail
{
    padding: 0 0 4px 0;
}
.QuestionsReadMore
{
    padding: 0 0 20px 0;
}
#ctl00_phlMainContent_ctrAlumnictrEventsCalendar_upnEventTable
{
	position: relative;
	float: left;
	margin-top: 15px;
}
.RightColumn
{
	position:relative;
	float: left;
}
.LatestForumPostSection
{
	position: relative;
	float: left;
	width: 100%;
}
.LatestForumPostHeader
{
	position: relative;
	float: left;
	clear: both;
	padding: 42px 0 0px 24px;
}
.LatestForumPostHeader h1
{
	margin-bottom: 5px;
}
.LatestForumPost
{
	position: relative;
	float: left;
	clear: both;
	margin: 0px 0 0px 24px;
	padding: 0px 0 10px 0;
	border-bottom: solid 1px #808285;
	width: 200px;
}
.hypForumTopic, .ForumPostLink
{
	color: #002E64;
}
.EventTableRowColunm3 p, .EventTableRowColunm3ALT p
{
	margin: 0px;
}

