.main-body
{
	background-color: #F7F7F7;
	width: 960px;	
}

body
{
   margin: 0px;
   padding: 0px;
   background-color: #F7F7F7;
   	
}

#header
{
   position: relative;
   height: 140px;
   background-color: #272737;
}

#logo
{
   position: absolute;
   width: 301px;
   height: 90px;
   top: 20px;
   left: 10px;
}

#btnLogin
{
   position: absolute;
   top:3px;
   right: 0px;
}

#currencyPicker
{
   position: absolute;
   top:3px;
   right: 70px;
}

#buttonsPane
{
   position: absolute;
   width: 600px;
   height: 46px;
   right: 0px;
   bottom: 17px;
}

#loginPane
{
   position: absolute;
   width: 200px;
   height: 30px;
   right: 0px;
   top: 2px;
}

#loginPane a
{
   color: #DDDDDD;
   font-size: 11px;
}

#loginPane ul
{
    color: #fff;
    list-style: none;
    padding: 0;
    margin:0;
    margin-top: 2px;
}

#loginPane ul li
{
   display: inline;
}
#loginPane ul li a{
	font-weight: bold;
}

#buttons
{
   position: absolute;
   width: 514px;
   height: 46px;
   right: 0px;
   bottom: 0px;
   background-image: url('/static/images/buttons.gif');
}

#slope
{
   position: absolute;
   width: 86px;
   height: 46px;
   left: 0px;
   bottom: 0px;
   background-image: url('/static/images/slope.gif');
}

#slogan
{
   position: absolute;
   width: 489px;
   height: 30px;
   right: 15px;
   bottom: 70px;
   background-image: url('/static/images/slogan.gif');
}

#headerFooter
{
   position: absolute;
   bottom: 0px;
   left: 0px;
   height: 18px;
   width: 960px;
   background-image: url('/static/images/headerFooter.gif');
}


#mainPane
{
   background-color: #e5e9fd;
   text-align: left;
   margin: 0px;
   padding: 0px;
   height: 500px;
   /*padding: 2px 5px 5px 5px; */
}

#frontPane
{
   width: 960px;
   margin: 0px;
   padding: 0px;
   background-image: url('/static/images/main-background.gif');
}

#frontFooter
{
   width: 960px;
   background-image: url('/static/images/main-footer.gif');
   background-repeat:no-repeat;
}

#columns
{
   border-width: 0px;
   border-collapse: collapse;
   margin: 0px;
   padding: 0px;
   border-spacing: 0px;
   position: relative;
   top: -4px;
}

.column-in
{
		margin:0;
		padding:0;
}

#buttons a:hover
{
   background-position: 0 -57px;
}

#buttons a
{
   position:absolute;
   height: 46px;
   width: 80px;
}

#btn-home
{
   left:0px;
   background-image: url('/static/images/btn-home.gif');
}

#btn-news
{
   left:85px;
   background-image: url('/static/images/btn-news.gif');
}

#btn-about
{
   left:170px;
   background-image: url('/static/images/btn-about.gif');
}

#btn-contact
{
   left:255px;
   background-image: url('/static/images/btn-contact.gif');
}

#btn-faq
{
   left:340px;
   background-image: url('/static/images/btn-faq.gif');
}

#btn-jobs
{
   left:425px;
   background-image: url('/static/images/btn-jobs.gif');
}

#main-box
{
   position: relative;
   width: 590px;
}

#main-box
{
   position: relative;
   width: 590px;
   margin-left: 7px;
}

.bottom-left
{
   position: absolute;
   bottom: 0px;
   left: 0px;
}

.bottom-right
{
   position: absolute;
   bottom: 0px;
   right: 0px;
}

.content
{
   padding: 5px;
   
}

.main-box
{
   position: relative;
   margin-left: 6px;
   width: 169px;
}

.main-box hr
{
   height: 1px;
   border-style: none;
   width: 85%;
   background-color: #aaaaaa;
}

.star-line
{
  position:relative;
  top: 3px;
}

.star-count
{
   color: #858585;
}

.template-footer
{
   font-size: 8pt;
   padding: 0px 0px 3px 0px;
   text-align: center;
   color: black;   
}



#school-info
{
   position: relative;
   width: 960px;
   height: 182px;
   background-color: #F7F7F7;
}

#school-info-content
{
   position: absolute;
   left: 10px;
   top: 10px;
   width: 510px;
   height: 150px;
   text-align: left;
}

.school-name
{
 
   font-size: 28px;
}

.school-address
{

   font-size: 12px;
   position:relative;
   top: 10px;
}

.school-info-image
{
 
   background-color: #DEDEDE;
   width: 210px;
   height: 140px;
}

#school-info-edit
{
   text-align: left;
   width: 100px;
   margin-top: 10px;
}

#school-info-version
{
   position: absolute;
   text-align: right;
   top: 142px;
   left: 220px;
   width: 212px;
   font-size: 9px;
}

a
{
   color: #555555;
   text-decoration: none;
}

.main-box a
{
   color: black;
   text-decoration: none;
}

.main-box a .rating
{
   position:relative;
   top: -3px;
   font-size: 12px;
   color: #A5A5A5;
   text-decoration: none;
}

.school-info-image a
{
   position: absolute;
   top: 65px;
   left: 70px;
   color: #555555;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}


#school-info-image1
{
   right: 220px;
}

#school-info-image2
{
   right: 0px;
}

#school-buttons
{
   width: 960px;
   height: 46px;
   position: relative;
   padding-top: 40px;
}

#btn-school
{
   position: absolute;
   left: 12px;
}

#btn-students
{
   position: absolute;
   left: 122px;
}
#btn-exams
{
   position: absolute;
   left: 232px;
}
#btn-facilities
{
   position: absolute;
   left: 342px;
}
#btn-contract
{
   position: absolute;
   left: 452px;
}

#btn-benefit
{
   position: absolute;   
   left: 562px;
}

#btn-city
{
   position: absolute;   
   left: 672px;
}

#btn-jobsSchool
{
   position: absolute;   
   left: 782px;
}

.school-content
{
   width: 960px;
   text-align: left;
   position: relative;
}

.content-in
{
   padding-left: 10px;
   padding-bottom: 10px;
   min-height: 500px;
}

.content-page
{
   padding-top: 20px;
   padding-bottom: 20px;      
   padding-left: 25px;
   padding-right: 50px;
}

#school-content-school
{
   
   background-color: #e5e9fd;
}

#school-content-students
{
   
   background-color: #fdf0e2;
   display: block;
}

#school-content-results
{
  
   background-color: #ecf3d0;
}



#school-content-facilities
{

   background-color: #f6f2f6;
}

#school-content-contract
{
   
   background-color: #f8e9ef;
}

#school-content-benefits
{

   background-color: #fef6e1;

}

#school-content-city
{
 
   background-color: #f8e9ef;

}

#school-rate-edit
{
   float: right;
   width: 286px;
    height: auto;
   margin-right: 10px;
}

#school-rate
{
   position: absolute;
   top: 25px;
   right: 15px;
   width: 286px;
   height: auto;
}

.blue #school-rate
{
   background: url('/static/images/school-box/blue/header-ratings.gif') no-repeat;
   background-color: #d7ddfc;
}

.blue #school-rate-edit
{
   background: url('/static/images/school-box/blue/header-ratings.gif') no-repeat;
   background-color: #d7ddfc;
}

.orange #school-rate
{
   background: url('/static/images/school-box/orange/header-ratings.gif') no-repeat;
   background-color: #fae5cb;
}
div.orange
{
   background-color: #fae5cb;
}

.orange #school-rate-edit
{
   background: url('/static/images/school-box/orange/header-ratings.gif') no-repeat;
   background-color: #fae5cb;
}

.green #school-rate
{
   background: url('/static/images/school-box/green/header-ratings.gif') no-repeat;
   background-color: #e3edb8;
}

.green #school-rate-edit
{
   background: url('/static/images/school-box/green/header-ratings.gif') no-repeat;
   background-color: #e3edb8;
}

.plum #school-rate
{
   background: url('/static/images/school-box/plum/header-ratings.gif') no-repeat;
   background-color: #e2d2e0;
}

.plum #school-rate-edit
{
   background: url('/static/images/school-box/plum/header-ratings.gif') no-repeat;
   background-color: #e2d2e0;
}

.crimson #school-rate
{
   background: url('/static/images/school-box/crimson/header-ratings.gif') no-repeat;
   background-color: #eecbd8;
}

.crimson #school-rate-edit
{
   background: url('/static/images/school-box/crimson/header-ratings.gif') no-repeat;
   background-color: #eecbd8;
}

.gold #school-rate
{
   background: url('/static/images/school-box/gold/header-ratings.gif') no-repeat;
   background-color: #fce9b9;
}

.gold #school-rate-edit
{
   background: url('/static/images/school-box/gold/header-ratings.gif') no-repeat;
   background-color: #fce9b9;
}

.salmon #school-rate
{
   background: url('/static/images/school-box/salmon/header-ratings.gif') no-repeat;
   background-color: #eecbd8;
}

.salmon #school-rate-edit
{
   background: url('/static/images/school-box/salmon/header-ratings.gif') no-repeat;
   background-color: #eecbd8;
}

#school-rate-btn
{
   float: right;	   
   width: 100px;
   height: 21px;
   padding-right: 170px;
   padding-top: 20px;
}

#school-rate-content
{
   padding-top: 35px;
   padding-left: 10px;  
    padding-bottom: 15px;
}

#school-rate-content table {
	font-size: 12px;
}

#edit-box
{
    float: right;
    height: 21px;
    margin-right: 305px;
    padding: 10px;
    width: auto;
}
.edit-box-jobs
{
   position: relative !important;   
   top: 0px !important;
   right: 0px !important;
   text-align: left !important;
   padding-top: 10px;
}
#edit-box-version
{
   position: absolute;
   bottom: 15px;
   right: 130px;
   width: 180px;
   height: 21px;
   text-align: right;
}





.heading
{

   font-size: 18px;
}

.input-data
{
   border-top: 1px solid;
   width: 250px;
   vertical-align: top; 
}

.no-data
{
   border-top: 1px solid;
   width: 250px;
   color: #999999;
   vertical-align: top;
}

tr.last td
{
   border-bottom: 1px solid;
}

.image-center
{
   position:absolute;
   height: 20px;
   width: 210px;
   top: 65px;
   left: 0px;
   background-color: #DEDEDE;
}

.image-bottom
{
   position:absolute;
   height: 20px;
   width: 210px;
   bottom: 2px;
   left: 0px;
   background-color: #DEDEDE;
}

.info-textbox
{
   width: 200px;
}


.record-top
{
   width: 295px;
   font-size: 15px;
   vertical-align:text-top;
}

.record-top ul {
	list-style: none;
}
.record-top ul li {
	display: block;
}
.record-top-grey
{
   width: 295px;
   font-size: 15px;

   padding: 7px;
   color: #BBBBBB;
   vertical-align:text-top;
}

h2
{
   width: 600px;
   font-size: 18px;
   padding: 0px;
   margin: 0px;
   font-weight: normal;
}

.record
{
   width: 295px;
   font-size: 15px;
   padding-top: 7px;
   vertical-align:text-top;
}

.record-grey
{
   width: 295px;
   font-size: 15px;
   padding: 7px;
   color: #BBBBBB;
   vertical-align:text-top;
}

.blue .record-top
{
   border-top: 1px solid #b5c1f9;
   border-bottom: 1px solid #b5c1f9;
}

.blue .record-top-grey
{
   border-top: 1px solid #b5c1f9;
   border-bottom: 1px solid #b5c1f9;
}

.blue .record
{
   border-bottom: 1px solid #b5c1f9;
}

.blue .record-grey
{
   border-bottom: 1px solid #b5c1f9;
}

.blue .record b1
{
   color: #b5c1f9;
}

.blue .record-top b1
{
   color: #b5c1f9;
}

.orange .record-top
{
   border-top: 1px solid #e77e00;
   border-bottom: 1px solid #e77e00;
}

.orange .record-top-grey
{
   border-top: 1px solid #e77e00;
   border-bottom: 1px solid #e77e00;
}

.orange .record
{
   border-bottom: 1px solid #e77e00;
}

.orange .record-grey
{
   border-bottom: 1px solid #e77e00;
}

.orange .record b1
{
   color: #e77e00;
}

.orange .record-top b1
{
   color: #e77e00;
}

.green .record-top
{
   border-top: 1px solid #99bd00;
   border-bottom: 1px solid #99bd00;
}

.green .record-top-grey
{
   border-top: 1px solid #99bd00;
   border-bottom: 1px solid #99bd00;
}

.green .record
{
   border-bottom: 1px solid #99bd00;
}

.green .record-grey
{
   border-bottom: 1px solid #99bd00;
}

.green .record b1
{
   color: #99bd00;
}

.green .record-top b1
{
   color: #99bd00;
}

.plum .record-top
{
   border-top: 1px solid #9b6495;
   border-bottom: 1px solid #9b6495;
}

.plum .record-top-grey
{
   border-top: 1px solid #9b6495;
   border-bottom: 1px solid #9b6495;
}

.plum .record
{
   border-bottom: 1px solid #9b6495;
}

.plum .record-grey
{
   border-bottom: 1px solid #9b6495;
}

.plum .record b1
{
   color: #9b6495;
}

.plum .record-top b1
{
   color: #9b6495;
}

.crimson .record-top
{
   border-top: 1px solid #ae0042;
   border-bottom: 1px solid #ae0042;
}

.crimson .record-top-grey
{
   border-top: 1px solid #ae0042;
   border-bottom: 1px solid #ae0042;
}

.crimson .record
{
   border-bottom: 1px solid #ae0042;
}

.crimson .record-grey
{
   border-bottom: 1px solid #ae0042;
}

.crimson .record b1
{
   color: #ae0042;
}

.crimson .record-top b1
{
   color: #ae0042;
}

.gold .record-top
{
   border-top: 1px solid #f5b61a;
   
}

.gold .record-top-grey
{
   border-top: 1px solid #f5b61a;
   border-bottom: 1px solid #f5b61a;
}

.gold .record
{
   border-bottom: 1px solid #f5b61a;
}

.gold .record-grey
{
   border-bottom: 1px solid #f5b61a;
}

.gold .record b1
{
   color: #f5b61a;
}

.gold .record-top b1
{
   color: #f5b61a;
}


.salmon .record-top
{
   border-top: 1px solid #e0769e;
   border-bottom: 1px solid #e0769e;
}

.salmon .record-top-grey
{
   border-top: 1px solid #e0769e;
   border-bottom: 1px solid #e0769e;
}

.salmon .record
{
   border-bottom: 1px solid #e0769e;
}

.salmon .record-grey
{
   border-bottom: 1px solid #e0769e;
}

.salmon .record b1
{
   color: #e0769e;
}

.salmon .record-top b1
{
   color: #e0769e;
}

.footer
{
   margin-top: 5px;
   font-size: 11px;
   color: #323232;
}

img
{
   border-width: 0px;
}

#school-main
{
/*   min-height: 4000px; */
}

.add-table
{
   font-size: 14px;
}

.add-table input
{
      font-size: 14px;
      height: 20px;
      width: 190px;
}

.add-table select
{
      width: 195px;
}

.add-table td
{
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 10px;
}

.address-cell
{
   text-align:right;
   padding-right:20px;
   padding-top:5px;
   padding-bottom:5px;
}

.ad-cell
{
   font-weight: bold;
   width: 160px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 10px;
}

.topnav li {
	display: inline;
	list-type:none;	
}
.topnav li a {
	font-weight: bold;
	font-size: 1.3em;
	color: #F7F7F7;
}
.databox{
	float: left;
	width: 300px;
	margin-right: 10px;
	min-height: 70px;
	
}
.data-container{
	width: 620px;
}
.clear {
	clear: both;
}

#mapSchool {
	width: 160px !important;
}

.button-edit {
	text-align:center; position:absolute; left:-39px; top:110px; width:39px; padding-left:0; height:16px; background:url(../images/template/edit_btn.gif);
}

p.normal {
	margin: 10px;
}

.content-box {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.content-box p {
	line-height: 1.5em;	
}

.forexFrame {
	float: right;
	margin-right: 12em;
}

ul.two-cols-list{
	width: 460px;
}

ul.two-cols-list li{
	display: inline;
	padding: 5px;
}
ul.two-cols-list li label{
	padding: 5px;
}


.hide{
	display: none;
}

.not-entered {
	color: #BBBBBB;
}
.flexi {
	height: auto !important;
	border-top: none !important;
	padding-top: 10px;
}
.column{
	float: left;
	padding 5px;
	width: 100px;
}

.module p {
	line-height: 1.5em;
}

.panel-progress{
	border: 3px solid rgb(187, 187, 187); 
	left: 650px;
	position: absolute;
	background: none repeat scroll 0% 0% rgb(255, 255, 255); 
	width: 280px; 
	margin-right: 10px; 
	margin-left: 15px; 
	height: 100px;
	margin-top: 5px; 
}

.edit-box
{
   padding: 10px;
   text-align: center;
}

form.confirmSave {
	margin: 0;
    width: 700px;
}

.fullrow{
	width: 620px;
	clear: both;
	padding-bottom: 10px;
}

.school-share-tools   .social_media{
	margin-left: 10px;
	margin-top: 30px;	
}

.spp-vacancy-type-image {
  height: 8em;
  width: 8em;
  float: right;
  margin-top: -9px;
}
