@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}

.assignments-list-paging {
	padding: 10px;
	
}

.assignments-list-paging.top {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.ui-tabs .ui-tabs-nav li a {
	font-family: Arial;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
}

.ui-widget-content a {
	color: #007A86;
	font-family: Arial;
}

.ui-widget-content {
	font-family: Arial;
	font-size: 12px;
}

.tab-next {
	font-family: Arial;
	color: #007A86;
	font-size: 28px;
	float:right;
}


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: .4em 1em .4em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.button-green {
	color: #fff;
	border: solid 0px #587f02;
	background: #5BB75B;
	background: -webkit-gradient(linear, left top, left bottom, from(#62C462), to(#51A351));
	background: -moz-linear-gradient(top,  #62C462,  #51A351);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C462', endColorstr='#51A351');
}
.button-green:hover {
	background: #51a351;
	color: #fff;
}
.button-green:active {
	color: #51a351;
}

/* Added by Rick, 25 Dec 2012 */
.button-blue {
	color: #fff;
	border: solid 0px #4F81BD;
	background: #5BB75B;
	background: -webkit-gradient(linear, left top, left bottom, from(#4FAFBD), to(#4F81BD));
	background: -moz-linear-gradient(top,  #4FAFBD,  #4F81BD);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4FAFBD', endColorstr='#4F81BD');
}
.button-blue:hover {
	background: #4F81BD;
	color: #fff;
}
.button-blue:active {
	color: #4F81BD;
}

.button-red {
	color: #fff;
	border: solid 0px #C00000;
	background: #C00000;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF2F2F), to(#D10000));
	background: -moz-linear-gradient(top,  #FF2F2F,  #D10000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2F2F', endColorstr='#D10000');
}
.button-red:hover {
	background: #D10000;
	color: #fff;
}
.button-red:active {
	color: #D10000;
}
/* End */

#gplusone {
float:right;
width:60px;
margin:24px 10px 0 0;
}

#addthis {
width:50px; 
float:right;
margin: 26px 0 0 5px;
}

.justify {
text-align:justify;
}

.tooltip {
display:none;
position:absolute;
background: #fffb99;
border:1px solid #ad7a00;
padding:5px;
color:#ad7a00;
}

.validate {
	color:red;
	display:inline;
}
#displayLink{
	text-decoration:none;
	color:#ccc;
	
}

#displayLink a:hover{
	color:#333 !important;
	text-decoration:underline !important;
}
.dark-grey {
	color:#333;
}

.mid-grey {
	color:#777;
}

.light-grey {
	color:#999;
}

.black {
	color: #000;
}

.blue {
	color: #0087C6;
}

.field-title {
	color:#999;
	font-size:11px;
	padding-right:8px;
}

.field-sep {
 	padding-top:8px;
}

.field-sep-line {
	 border-top:1px dashed #ddd;
	 padding-top:8px;
}

.profile-updated {
	font-size:11px;
	color:#777;
}

.profile-feedback {
	padding:2px 0px 0px 0px;
	margin: 0 0 -10px 0px;
	font-size: 11px;
	color:#777;
}

.grey {
	background-color:#eee;
}

.hide {
	display:none;
}



.education-table {
	width:250px;
}

.education-yr {
	font-size:11px;
	font-weight: normal;
}

.testimonial-list-item {
	color: #000;
	border-color:#ddd;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding:10px 20px;
}


.tutor-more-details {
	margin-right:8px;
	width:120px;
	text-align: center;
	float:right;
	cursor:pointer; 
	background-color: #eef7ff; 
	border:1px solid #cce7ff;
	padding:2px;
	font-size: 11px;
	font-weight: bold;
	color:#000;
}

.tutor-more-details:hover {
	background-color: #cce7ff;
	border: 1px solid #85b9e8; 
}


.tutor-distance {
	float:right;
	color:green;
	padding-right:20px;
	font-size: 11px;
	font-weight: bold;
}

.tutor-list-item {
	color: #000;
	border-color:#ddd;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding:10px;
	cursor:pointer;
}

.tutor-list-item:hover {
	background: #fbfbfb;
	box-shadow:inset 0px 0px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0px 0px 3px rgba(0,0,0,0.5);
}

.shortlisted-checkout {
	padding:0 0 0 0px;
	margin:5px 0 0 25px;
}

.shortlisted-checkout ol, li {
	padding:0px;
	margin:0px;
}

#shortlist {
	padding:0 20px;
	float:right;
}

#shortlist .title {
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
		color: #3B5998;
}

#shortlist-items {
	position: absolute;
	display: none;
	width:257px;
}

.shortlist-item {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.shortlist-box {
	width: 257px;
	padding: 0;
	background: url(../images/shortlist-bot.png) bottom left no-repeat;
	padding-top:6px;
	padding-bottom: 23px;
	margin: 0;
}

.shortlist-box dl, dt, dd {
	margin: 0;
	padding: 0;
}

.shortlist-box dt {
	height: 16px;
	background: url(../images/shortlist-top.png) top left no-repeat;
	padding:0;
}

.shortlist-box dd {
	padding: 5px 20px;
	background: url(../images/shortlist-mid.png) top left repeat-y;

}
.shortlist-box a {
	color: #3B5998;
}

.page_link{
	text-decoration: none;
	padding: 0px 5px;
	border: 1px solid #d4d4d4;
	margin: 0px 4px;
	padding-left: 6px;
	cursor: pointer;
}

.page_link:HOVER{
	background-color: #f4f4f4;
	border: 1px solid #444;
}


.paging_div {
	border-color:#ddd;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 8px 5px;
}

.paging_div.bottom {
	border-top:0px;
}

.paging_controls{
	margin: 0px 5px;
}

.paging_controls a{
	text-decoration: none;
	padding: 0px 3px;
	border: 1px solid #d4d4d4;
	margin: 0px 4px;
	padding-left: 6px;
	cursor: pointer;
}

.paging_controls a:HOVER{
	background-color: #f4f4f4;
	border: 1px solid #444;
}

.uv_pages a{
	text-decoration: none;
	padding: 0px 3px;
	border: 1px solid #d4d4d4;
	margin: 0px 4px;
	padding-left: 6px;
	cursor: pointer;
}

.uv_pages a:HOVER{
	background-color: #f4f4f4;
	border: 1px solid #444;
}

.checkbox-panel {
	 background-color:#e3f2ff;
	 border:0px solid #ccc;
	 padding:2px;
}

.right {
	text-align:right;
}

.highlight_red {
	color:red;
}

.col-header1 {
	padding:2px 2px;
	background-color:#eee;
	border-bottom:1px solid #ccc;
}

.col-header1a {
	padding:2px 2px;
	background-color:#eee;
	border-bottom:1px solid #ccc;
}

.col-header1b {
	padding:2px 2px;
	background-color: #ff9c99;
	border-bottom:1px solid #ccc;
}

.col-header2{ 
	padding:4px 4px;
	background-color:#f1f1f1;
	border:1px solid #ddd;
}

.center {
	text-align:center;
}


#buttons-left
{
	float:left;
	width:250px;
	margin-top:15px;
}

#buttons-right
{
	float:right;
	width:250px;
	margin-top:15px;
}

#button-tutors
{
	width:234px;
	height:59px;
	cursor: pointer;
	background-image: url('../images/button-tutors.gif');
}

#button-matching
{
	width:234px;
	height:59px;
	cursor: pointer;
	background-image: url('../images/button-matching.gif');
}

#button-registration
{
	width:252px;
	height:59px;
	cursor: pointer;
	background-image: url('../images/button-registration.gif');
}

#button-assignments
{
	width:252px;
	height:59px;
	cursor: pointer;
	background-image: url('../images/button-assignments.gif');
}

.button-shortlist
{
	width:90px;
	height:20px;
	cursor: pointer;
	background-image: url('../images/button-shortlist.jpg');
}

.button-shortlisted
{
	width:90px;
	height:20px;
	cursor: pointer;
	background-image: url('../images/button-shortlisted.jpg');
}

.button-checkout
{
	width:90px;
	height:21px;
	cursor: pointer;
	background-image: url('../images/button-checkout.jpg');
}

.button-remove
{
	width:11px;
	height:11px;
	cursor: pointer;
	background-image: url('../images/button-remove.png');
}

.button-filter
{
	width:129px;
	height:24px;
	cursor: pointer;
	background-image: url('../images/button-filter.jpg');
}

.button-filtered
{
	width:129px;
	height:24px;
	cursor: pointer;
	background-image: url('../images/button-filtered.jpg');
}

/* Added By Rick, 29 Dec 2012 */
.button-signout a
{
	background-image: url('../images/button-sign-up.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;     
        display: block;
        float: right;
        width: 90px;
        height: 20px;        
        overflow: hidden;
        text-indent: -1000px;
        font-size: 1000px;
}

.button-signout a:hover
{
	background-image: url('../images/button-sign-up.png');
        background-repeat: no-repeat;
        background-position: -90px 0px;    
        display: block;
        float: right;
        width: 90px;
        height: 20px;         
        overflow: hidden;
        text-indent: -1000px;
        font-size: 1000px;
}

.small {
	font-size: 11px;
}

.large{
	font-family: Times News Roman;
	font-size: 20px;
	line-height: 14px;
	font-weight: bold;
}

.orange {
	color: #ff9715;
}

.yellow {
	/*color: #efa300;*/
	color:#ffae00;
}

.bold {
	font-weight: bold;
}

body, form {
	margin:0;
	padding:0;
}
img {
	border: 0;
}
body {
	background: #ffffff url('../images/top-bkgd.jpg') repeat-x;
	font-family: Arial;
	font-size:12px;
}
a {
	color: #007a86;
	text-decoration:none;
}
a:hover {
	color: #efa300;
	text-decoration:underline;
}

th {
	text-align:left;
	vertical-align:top;
}
#container {
	width:100%;
	height:100%;
}
#main {
	margin:auto;
	width:960px;
	height:100%;
}

#header{
	width: 100%;
	height:280px;
}
#footer {
	background: #fff url('../images/footer.jpg') repeat-x;
	height:55px;
}
#footer-content {
	width:990px;
	margin:auto;
	color:#0097cf;
	font: 11px Arial;
	padding:10px 0 0 10px;
	line-height:20px;
}

#footer-more-links a, #footer-more-links {
	color: #666;
}

#logo {
	float:left;
	width:100px;
	margin:10px 0 0 0px;
	height: 83px;
}
#menu {
	margin:30px 0 0 0;
	font: 14px arial;
	color:#007a86;
	float:right;
}

#content {
 width:960px;
 margin:auto;
}

#content-main {
	width:600px;
	padding:10px;
}
#sidebar {
	width:320px;
	float:right;
}

h1 {
	font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
	font-size: 24px;
	font-weight: normal;
	color: #007a86;
}

h2 {
	font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
	font-size: 18px;
	font-weight: normal;
	color: #efa300;
}

h2.yellow {
	font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
	font-size: 18px;
	font-weight: normal;
	color: #fdb31f;
	
}

h2.copyh1{
	font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
	font-size: 24px;
	font-weight: normal;
	color: #007a86;
}
h1.copyh2
{
	font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
	font-size: 18px;
	font-weight: normal;
	color: #efa300;
}

#search-box {
	width:206px;
	height:25px;
    background: url(../images/search-box-field.jpg);
	float:right;
	margin:10px 10px 0 0;
}

#search-box .field {
    float: left;
    padding: 0;
    margin: 4px 0 0 10px;
    border: 0;
    width: 150px;
    background: none;
	color:#999;
	outline:none;
}
#search-box #go {
    float: right;
}

.box-testimonial { /* block position that can be changed at will */

width: 600px; /* width of block according to your background image */
}

.box-testimonial dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

.box-testimonial {
background: url(../images/box-testimonial-bot.gif) bottom left no-repeat;
padding-bottom: 12px; 
}

.box-testimonial dt {
height: 62px;
background: url(../images/box-testimonial-top.gif) top left no-repeat;
padding:0;
}

.box-testimonial dd {
color: #fff;
padding: 0 10px 5px 40px;
text-align: justify;
background: url(../images/box-testimonial-mid.gif) top left repeat-y;
}



.box3 { /* block position that can be changed at will */

width: 960px; /* width of block according to your background image */
}

.box3 dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

.box3 { /* by default background on the entire block */
background: url(../images/box3-bot.gif) bottom left no-repeat;
padding-bottom: 15px; /* so that text will not appear on the bottom rounded edge */
}

.box3 dt { /* bloc title definition */
height: 34px;
background: url(../images/box3-top.gif) top left no-repeat;
font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
font-size: 20px;
font-weight: normal;
color: #007a86;
padding:10px 0 0 15px;
}

.box3 dd {
padding: 0 10px 0 10px; /* internal block spaces administration */
text-align: justify;
background: url(../images/box3-mid.gif) top left repeat-y; /* internal background */
}


.box2 { /* block position that can be changed at will */

width: 450px; /* width of block according to your background image */
}

.box2 dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

.box2 { /* by default background on the entire block */
background: url(../images/box2-bot.gif) bottom left no-repeat;
padding-bottom: 15px; /* so that text will not appear on the bottom rounded edge */
}

.box2 dt { /* bloc title definition */
height: 34px;
background: url(../images/box2-top.gif) top left no-repeat;
font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
font-size: 20px;
font-weight: normal;
color: #007a86;
padding:15px 0 0 10px;
}

.box2 dd {
padding: 0 20px 0 10px; /* internal block spaces administration */
text-align: justify;
background: url(../images/box2-mid.gif) top left repeat-y; /* internal background */
}


.box { /* block position that can be changed at will */

width: 307px; /* width of block according to your background image */
}

.box dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

.box{ /* by default background on the entire block */
background: url(../images/box-bot.gif) bottom left no-repeat;
padding-bottom: 15px; /* so that text will not appear on the bottom rounded edge */
}

.box dt { /* bloc title definition */
height: 34px;
background: url(../images/box-top.gif) top left no-repeat;
font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
font-size: 20px;
font-weight: normal;
color: #007a86;
padding:15px 0 0 10px;
}

.box dd {
padding: 0 20px 0 10px; /* internal block spaces administration */
text-align: justify;
background: url(../images/box-mid.gif) top left repeat-y; /* internal background */
}

.box .buttons {
	padding:0;
	background: url(../images/box-mid.gif) top left repeat-y; /* internal background */
}

.box .tutor-button {
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding:3px 0 0 15px;
	height:22px;
	font-size: 14px;
	font-family: 'Calibri', 'Arial';
	background: url(../images/box-button-bkgd.jpg);
}

.box .last {
	border-bottom:1px solid #dcdcdc;
}

.article {
	padding-bottom:25px;
}

.article .image img {
	padding:2px;
	border:1px solid #999;
}

.article .image {
	float: right;
	margin: 0 0 10px 10px;
	font-size:11px;
	font-style:italic;
	color:#666;
}

.article h1 {
	margin:0;
}

.article h2 {
	margin:0;
}

.article .content {
	padding:0 0 5px 0;
}

.article .author {
	color:#888;
	font-size:11px;
	padding:0 0 5px 0;
}

.article .ratings {
	color:#007a86;
	font-size:11px;
}
.article .views {
	color:#007a86;
	font-size:11px;
}


.frame {
	padding:2px;
	border:1px solid #999;
}


.small-logout {
	color:#666;
	float:right;
	padding:5px 15px;
	font-size:11px;
	font-family:'Arial';
}

.list  li {
	padding:5px;
}

.teacher_privacy {
	color: #007A86;
	text-decoration: underline;
	cursor: pointer;
}


/*** call to action buttons ***/
.request a
{
display: block;
background-image:url('http://acetutors.com.sg/images/button-request-tutor-on.png');
width: 196px;
height: 73px;
display: block;
float: left;
}

.request img
{
width: 196px;
height: 73px;
border: 0
}

.request a:hover img
{
visibility:hidden
}

.browse a
{
display: block;
background-image:url('http://acetutors.com.sg/images/button-browse-tutors-on.png');
width: 196px;
height: 73px;
display: block;
float: left;
}

.browse img
{
width: 196px;
height: 73px;
border: 0
}

.browse a:hover img
{
visibility:hidden
}

.small-quote {
	font-size: 10px;
	color:#999;
	margin-top:-6px;
}

#estimated-hourly-rates td, #estimated-hourly-rates th {
	text-align: center;
	vertical-align: middle;
	border:2px solid #fff;
	padding:3px 4px;
}

#estimated-hourly-rates {
	width:100%;
	text-align: center;
	border-collapse: collapse;
	margin-top:4px;
}

#estimated-hourly-rates .top {
	border-top-width:0px;
	border-left-width: 0px;
	border-right-width: 0px;
}


#estimated-hourly-rates .left {
	border-left-width: 0px;
}


#estimated-hourly-rates .right {
	border-right-width: 0px;
}


#estimated-hourly-rates .bottom {
	border-bottom-width:0px;
	padding-bottom: 0px;
}

.box4 {
	height:290px;
	width:170px;
	background:url('/images/box4.jpg') no-repeat;
	padding:10px 8px;
	position:relative;
}

.box4.next {
	margin-right:21px;
}

.box4 .title {
	text-align: center;
	padding-top:4px;
	font-size:18px;
	color:#ffae00;
}

.box4 .title2 {
	text-align: center;
	padding-top:4px;
	font-size:18px;
	color:#0087c6;
}

.box4 ul {
	margin:10px 0px 0px 0px;	
	padding:0px;
	font-size: 12px;
	color: #666;
	text-align: left;
	list-style-type: none;
}


.box4 li {
	padding-bottom: 4px;	
	background-image: url(/images/small-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding-left: 14px; 
}



.box5 {
	width:600px;
	background:url('/images/box5-bot.jpg') bottom left no-repeat;
	padding-bottom: 10px;
}

.box5 dl, dt, dd {
	margin: 0;
	padding: 0;
}

.box5 dt {
	height: 13px;
	background: url(/images/box5-top.jpg) top left no-repeat;
	padding:0;
}

.box5 dd {
	padding: 0 10px 0 10px;
	background: url(/images/box5-mid.jpg) top left repeat-y; 
}

.box5 .title {
	font-size:18px;
	color:#007A86;
}

.box5 .col {
	width:170px;
	padding:10px 8px;
}
.box5 .next {
	margin-right:10px;
}


.box6 {
	width:830px;
	background:url('/images/box6-bot.jpg') bottom left no-repeat;
	padding-bottom: 20px;
}

.box6 dl, dt, dd {
	margin: 0;
	padding: 0;
}

.box6 dt {
	height: 20px;
	background: url(/images/box6-top.jpg) top left no-repeat;
	padding:0;
}

.box6 dd {
	padding: 0 20px 0 20px;
	background: url(/images/box6-mid.jpg) top left repeat-y; 
}

.box6 .title {
	font-size:18px;
	color:#007A86;
}



.box7 { /* block position that can be changed at will */

width: 830px; /* width of block according to your background image */
}

.box7 dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

.box7 { /* by default background on the entire block */
background: url(../images/box7-bot.gif) bottom left no-repeat;
padding-bottom: 15px; /* so that text will not appear on the bottom rounded edge */
}

.box7 dt { /* bloc title definition */
height: 34px;
background: url(../images/box7-top.gif) top left no-repeat;
font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
font-size: 20px;
font-weight: normal;
color: #007a86;
padding:10px 0 0 15px;
}

.box7 dd {
padding: 0 10px 0 10px; /* internal block spaces administration */
text-align: justify;
background: url(../images/box7-mid.gif) top left repeat-y; /* internal background */
}





#postal-area {
	width:450px;
	padding:6px 0px;
}

.postal-area-btn {
	border:1px solid #ccc;
	background: #fff;
	color: #000;
	float:left;
	padding:4px;
	display:inline;
	margin: 2px 6px 0 0;
	font-size: 12px;
	cursor:pointer;
}

.postal-area-btn.selected {
	background: #0087C6;
	color: #fff;
}

.postal-area-btn:hover {
	background: #0087C6;
	color: #fff;
}

.tuition-list-item {
	border-color:#ddd;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding:10px 10px 10px 100px;
}

.tuition-list-item .field-title {
	color:#999;
	font-size:11px;
	padding-right:8px;
}

.tuition-list-item h2 {
  font-family:Arial;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding:0px;
  margin:0px;
}

.tuition-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: green;
}



.good-box { /* block position that can be changed at will */

width: 307px; /* width of block according to your background image */
}

.good-box dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

.good-box { /* by default background on the entire block */
background: url(../images/good-box-bot.gif) bottom left no-repeat;
padding-bottom: 15px; /* so that text will not appear on the bottom rounded edge */
}

.good-box dt { /* bloc title definition */
height: 90px;
background: url(../images/good-box-top.gif) top left no-repeat;
font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
font-size: 20px;
font-weight: normal;
color: #007a86;
padding:15px 0 0 10px;
}

.good-box dd {
padding: 10px 20px 0 10px; /* internal block spaces administration */
background: url(../images/good-box-mid.gif) top left repeat-y; /* internal background */
}

.good-box dt .desc {
	font-size:12px;
	font-family: Arial;
	color: #000;
	padding: 10px 10px 0 4px;
}




.excellent-box { /* block position that can be changed at will */

width: 307px; /* width of block according to your background image */
}

.excellent-box dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

.excellent-box { /* by default background on the entire block */
background: url(../images/excellent-box-bot.gif) bottom left no-repeat;
padding-bottom: 15px; /* so that text will not appear on the bottom rounded edge */
}

.excellent-box dt { /* bloc title definition */
height: 90px;
background: url(../images/excellent-box-top.gif) top left no-repeat;
font-family: 'Georgia', 'Century', 'MS Serif', 'Times New Roman';
font-size: 20px;
font-weight: normal;
color: #007a86;
padding:15px 0 0 10px;
}

.excellent-box dd {
padding: 10px 20px 0 10px; /* internal block spaces administration */
background: url(../images/excellent-box-mid.gif) top left repeat-y; /* internal background */
}

.excellent-box dt .desc {
	font-size:12px;
	font-family: Arial;
	color: #000;
	padding: 10px 10px 0 4px;
}


/*** glyphicons ***/

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.icon-white {
  background-image: url("../images/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}


/*Added by Rick, 25 Nov 2012*/
/* Main Menu */
#container #mainMenu
{
    float: left;
    margin: 30px 0px 0px 315px;
    z-index:999;
}

#container #mainMenu ul
{
    list-style: none;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

#container #mainMenu ul li
{
    float: left;    
    position: relative;
}

#container #mainMenu ul li a
{    
    color: #1279B4;
    display: block;
    float: left;
    padding: 0px 12px 0px 12px;
    text-decoration: none;
    
}

/* Sub menu */
#container #mainMenu ul li ul
{	
    list-style-type:none;	
    display: none;     
}
#container #mainMenu li:hover ul
{	
    display: block;
}
#container #mainMenu ul ul
{
    top: 15px;		
    position:absolute;
    width:167px;
    z-index:1000;   
    left:0;
}
#container #mainMenu ul li ul li
{
    clear: left;
    background:white;
    width:167px;
    border-bottom: 1px solid #ccccca;
}
#container #mainMenu ul li ul li a
{	
    border: none;
    display: block;
    width:167px;
    line-height: 27px;    
}
#container #mainMenu ul li ul li a:hover
{	
    background-color: #eef7ff;    
    color: #000000;  
    width:143px;
}

/* Added by Rick, 25 Dec 2012 */
/* Small Tuition Group */
#smallgrouptuitionContainer .listing-form
{
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    border: 1px solid #C1DAD7;
    margin-bottom: 10px;
}

#smallgrouptuitionContainer select, #smallgrouptuitionContainer input, #smallgrouptuitionContainer textarea
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
}

/*Added by Rick, 8 Mar 2014 */
/* homepage call coordinators button*/
.callcoordinatorsbtn {
    font-family:Arial;
    display:inline-block;
    color:#007a86;
    font-weight:normal;
    font-size:20px;
    padding:10px;
    margin:0px;
    border:1px solid #E9F3FC;
    border-radius:5px;
	width:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;    
    /* IE10 Consumer Preview */ 
    background: -ms-linear-gradient(top, #FFFFFF 0%, #E9F3FC 100%) no-repeat;
    /* Mozilla Firefox */ 
    background: -moz-linear-gradient(top, #FFFFFF 0%, #E9F3FC 100%);
    /* Opera */ 
    background: -o-linear-gradient(top, #FFFFFF 0%, #E9F3FC 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E9F3FC));
    /* Webkit (Chrome 11+) */ 
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #E9F3FC 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background: linear-gradient(to bottom, #FFFFFF 0%, #E9F3FC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E9F3FC', GradientType=0); /* IE6-9 */
}
