﻿
html, body {
	background-color: #CFEAFF;
	color: #000000;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll; /* ie8 centre layout scroll hack*/
	
}


img {
	border-width: 0px;

}

p {
	line-height: 120%;
}

a {
	color: #0084CC;
	text-decoration: underline;
	font-weight: normal;
}
  
a:hover {

  	text-decoration: none;
}

hr {
	height: 1px;
	border-color: #EEE22E;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
  
h1 {
	font-size: 12px;
	color: #27699A;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
h2 {
	font-size: 18px;
	color: #27699A;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;

}

h3 {

	font-size: 16px;
	color: #27699A;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}


    /* TOP MENU */

#topNav{
    width: 100%;
    height: 26px;
}  

#topMenu{
	padding-top: 6px;
	padding-left: 60px;
	color: #FFFFFF;
	width: 920px;

}

#topMenu a {
	color: #EEE22E;
	text-decoration: none;
	font-weight: bold;
}



#topMenu a:hover {
	color: #FFFFFF;
}

#topMenu #current  {
	color: #FFFFFF;
}

.menuSpacer {
	padding-left:70px
}



  /* HEADER */
  
#headerIndex, #headerIndexEmployee{
	background-position: top left;
	width: 980px;
	height: 80px;
	margin-left : auto;
	margin-right : auto;
	padding: 0px;
}

#headerIndex{
	background-image: url('../images/generic/portal_index_logo.gif');
	background-repeat: no-repeat;
}

#headerIndexEmployee{
	background-image: url('../images/generic/portal_logo_employee.gif');
	background-repeat: no-repeat;
}


  /* TITLE */
  
#topmenuIndex, #topmenuIndexEmployee{
	width: 980px;
	height: 26px;
	background-color: #3386C6;
	margin-left : auto;
	margin-right : auto;

}
#topmenuIndex{
	background-color: #3386C6;
}

#topmenuIndexEmployee{
	background-color: #D29303;
}



/* MAIN CONTENT CONTAINER */

#containerIndex, #containerIndexEmployee  {

	background-repeat: repeat-x;
	background-position: 50% top;
}

  
#containerIndex {
	background-image: url('../images/generic/homepage_bg.gif');
}

#containerIndexEmployee {
	background-image: url('../images/generic/homepage_bg_employee.gif');
}


#container {

  	background-image: url('../images/generic/internalpage_bg.gif');
	background-repeat: repeat-x;
	background-position: 50% top;	

}


#contentContainer{
    width: 980px;
    margin-left:auto;
	margin-right:auto;


}

  /* COLUMNS*/
  
  
#leftColumn{
    float: left;
	width: 165px;
	margin-left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;

}


#contentColumn{
	float: left;
	margin-left: 0px;
	width: 650px;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #333333;

}


#rightColumn{
    float: right;
	width: 165px;
	margin-left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;

}

  /* AD PODS */
  
.adPod{
	background-position: left top;
	float: left;
	width: 157px;
	height: 128px;
	padding-left:8px;
    padding-top:6px;
	background-image: url('../images/generic/adpod_bg.gif');
	background-repeat: no-repeat;
	margin-bottom: 10px
}
  

  /* CONTENT*/
  
#contentIndex{
	margin: 20px 5px 20px 5px;
}

.alert{
    float:left;
    width:350px;
	font-size: 12px;
	font-weight: bold;
	color: #3386C6;
}
.search{
    float:right;
    width:230px;
}

.newsLeft{
    float:left;
    width:410px;

}

.newsRight{
	float: right;
	width: 170px;
	font-size: 11px;
}

.tickerstyle{
	width: 565px;
	height: 100px;
	border: 1px #C0C0C0 solid;
	background: #FFFFFF;
	padding: 8px;
	overflow: hidden;
}

.bannerAd{
    float:right;
	width: 468px;
	height: 60px;
	padding-top: 10px

}



  /* PODS*/
  
.podTopEmployee, .podTopCorporate, .podTopSchools, .podBottomEmployee, .podBottomCorporate, .podBottomSchools{
	background-position: left top;
	float: left;
	width: 586px;
	height:25px;


}

.podTopEmployee{
    margin-top:0px;
	background-image: url('../images/generic/login_pod_top_employee.gif');
	background-repeat: no-repeat;
}

.podTopCorporate{
    margin-top:0px;
	background-image:url('../images/generic/login_pod_top_corporate.gif');
	background-repeat: no-repeat;
}

.podTopSchools{
    margin-top:0px;
	background-image: url('../images/generic/login_pod_top_schools.gif');
	background-repeat: no-repeat;
}


.podBottomEmployee{
	background-image: url('../images/generic/login_pod_bottom_employee.gif');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.podBottomCorporate{
	background-image: url('../images/generic/login_pod_bottom_corporate.gif');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.podBottomSchools{
	background-image: url('../images/generic/login_pod_bottom_schools.gif');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}


.podMiddleEmployee, .podMiddleCorporate,  .podMiddleSchools{
	float: left;
	width: 546px;
	padding:20px;
	color: #FFFFFF
}

.podMiddleCorporate legend{
	color: #FFFFFF
}

.podMiddleCorporate a{
	color: #FFFFFF
}

.podMiddleCorporate{
	background-color:#35BBF8;
}

.podMiddleEmployee, .podMiddleEmployee legend, .podMiddleEmployee a{
	background-color: #4ea635;
	color: #FFFFFF
}

.podMiddleSchools, .podMiddleSchools legend, .podMiddleSchools a{
	background-color:#FFDC38;
	color:#000000
}

  
.loginText{
text-align:center

}
  
.corporateButton, .personalButton{

    font-size:12px;
	text-align: center;
	padding-top: 10px;
}

.corporateButton{
	color: white;

}

.personalButton{

	color: black
}

.corporateButton a{
   font-weight:bold;
   text-decoration: none;
   color: white
}

.personalButton a, .personalButton a:hover{
   font-weight:bold;
   text-decoration: none;
   color: black
}


.corporateButton a:hover{
   	color: #FFFF00;
   	text-decoration: none;
}


.corporateButton{
	float:left;
	width: 266px;
	height: 44px;
	background-image: url('../images/generic/login_corporate.gif');
	background-repeat: no-repeat;
}

  
  
  
  
.podHeaderIndex  {
	float: left;
	width: 640px;
	height: 21px;
	background-repeat: no-repeat;
	position: relative;
	background-image: url('../images/generic/header_index_login.gif');

}




.podBottom{
	width: 640px;
	height: 16px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-image: url('../images/generic/footer_index_login.gif');

}
.podMiddle{
	width: 640px;
	float: left;
	background-repeat: repeat-y;
	background-image: url('../images/generic/bg_index_login.gif');
}





.podContent {
	float: left;
	width:590px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;


}

.podContentTwo {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;

}


.generalContent {
	width: 675px;
	float: left;

}



.SearchButtonLink {
	background-position: top left;
	padding-top: 13px;
	padding-left: 45px;
	width : 178px;
	height: 29px;
	display: block;
	color: #3386C6;
	text-decoration: none;
	background-image: url('../images/generic/search_button.png');
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:5px
}

#footer{
	clear: both;
	width: 980px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 10px;
	color: #C0C0C0;
}

#footer a{
	color: #C0C0C0;
	font-weight: bold;

}

  /* FORMS */
  
.formTitles {
    width: 100%;
    padding: 5px;
	background-color: #59A3F4;
	font-weight:bold;
	color:white
}
  
.formText, .formField { 
   margin-top : 20px; 
} 
.formText {
	padding: 0 10px 0 10px;
	float : left;
	position : relative;
	width : 200px;
} 
.formField { 
   float : left; 
   position : relative; 
} 
fieldset { 
   padding : 10px 10px 10px 10px; 
   border : 1px solid #cccccc; 

} 

#fieldsetEmployee{
   background-color:#4FA634
	
}
legend {
	color: #336699;
	font-size : 150%;

} 
input {
	margin : 0 0 0 10px;
	border: 1px #333333 solid;
	font-size : small;
	background-color: #FFFFFF;
} 

.noBorder {
	border: 0px;
} 

textarea {
   margin : 0 0 0 10px; 
   width: 300px;
   border : 1px solid #999999; 
   font-size : small; 
   font-family : Arial, Helvetica, sans-serif; 
} 

select {
   margin : 0 0 0 10px; 
	
}

  
  /* MISC STYLES */
  
.textMedium{
	font-weight: bold;
	font-size: 14px;
}

  
.textLarge{
	font-size: 20px;
}

.noLink{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
  
.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 15px;	
}

.indent {
	margin-left: 15px;
	
}
.middleimage {
	vertical-align: middle;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

.center{
	text-align: center;
}


/* NOTIFICATION MESSGAES */

.notify_info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/generic/ico-info.gif');
}
.notify_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/generic/ico-info.gif');
}
.notify_warning {
    color: #F00;
    background-color:#FCD1D1;
    background-image: url('../images/generic/ico-info.gif');
}
.notify_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/generic/ico-info.gif');
}

/* REVISED WEBSITE 2014 */

.notify_info, .notify_success, .notify_warning, .notify_error, .notify_validation {
    border: 1px solid;
    margin: 0px 0px;
    padding:15px 10px 15px 35px;
    background-repeat: no-repeat;
    background-position: left top ;
}


.podTop{
	float: left;
	width: 640px;
	height: 15px;
	position: relative;
	background-image: url('../images/generic/pod_index_header.gif');
	background-repeat: no-repeat;
}

.podContent h1 {
	color: #195C91;
	font-weight: normal;
	font-size: 20px;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 18px;
	padding-left: 0px;
}

.corporateButton, .personalButton, .schoolsButton {

    font-size:12px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}

.corporateButton, .personalButton{
	color: #FFFFFF;

}

.schoolsButton, .schoolsButton a, .schoolsButton a:hover{
	color: #000000;
	text-decoration:none
}

.corporateButton a{
   font-weight:bold;
   text-decoration: none;
   color: #FFFFFF;
}

.personalButton a, .personalButton a:hover{
   font-weight:bold;
   text-decoration: none;
   color: #FFFFFF;
}


.corporateButton a:hover{
   	color: #FFFF00;
   	text-decoration: none;
}


.corporateButton, .personalButton, .schoolsButton {
	float:left;
	width: 310px;
	height: 40px;
}

.corporateButton{
	background-image: url('../images/generic/login_corporate.gif');
	background-repeat: no-repeat;
}

.personalButton{
	background-image: url('../images/generic/login_employee.gif');
	background-repeat: no-repeat;
}

.schoolsButton{
	background-image: url('../images/generic/login_schools.gif');
	background-repeat: no-repeat;
}


.buttonInfo {
	float:left;
	color:#999999;
	margin-bottom:20px
}



.loginPodLeft {
	float:left;
	width:315px
}

.loginPodRight {
	float:right;
	width:250px
}

























