body{font-size: 16px;}
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit{
	background-color: #FFF;
    border: none;
    color: #333;
    text-shadow: none;
    font-weight: normal;
}
.ui-mobile label, div.ui-controlgroup-label {
    font-weight: 400;
}

.ui-header, .ui-footer{
	padding:0% 4% 0% 4%;
}
.ui-content {
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    width: 92%;
    padding: 0% 4% 0% 4%;
}
.fLeft{
	float: left;
}
.clearBoth{
	clear:both;
}
#logo{width: 100%;
    text-align: center;
} }
#top_menu a {
    color: #232323;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
    text-decoration: none;
}
#top_menu {
    float: right;
    margin-right: 13px;
    margin-top: 9px;
    clear: both;
    text-align: right;
}
#login_status {
    float: right;
    color: #0c143c;
    font-size: 13px;
    vertical-align: middle;
    margin-top: 2px;
    text-align: right;
}
.wtb-button-blue {
    line-height: 1.4;
    border: 1px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 15px 4px 15px;
	margin-top: 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF !important;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85)) !important ;
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85) !important;
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85) !important;
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85) !important;
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85) !important;
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3093c7, endColorstr=#1c5a85) !important;
}

.button-blue .ui-btn{
    line-height: 1.4;
    border: 1px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px !important;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF !important;
    background-color: #3093c7 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85)) !important ;
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85) !important;
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85) !important;
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85) !important;
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85) !important;
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3093c7, endColorstr=#1c5a85) !important;
}
.notice {
    background: #e3f7fc;
    border: 1px solid #8ed9f6;
}
.alert-box {
    color: #000;
    font-size: 13px;
    padding: 10px 2%;
    margin-top: 10px;
    border-radius: 3px;
}

.underline {
    text-decoration: underline !important;
}
.errorMsgs {
    color: red;
    font-size: 13px !important;
}
.italic {
    font-style: italic;
}

.bold{
    font-weight: bold;
}

.requStar {
	position: relative;
    top: -4px;
    left: 1px;
}

.hasPlaceholder {
    color: #777;
}
.bus_and_time_data_label
{
    float: left;
    width: 220px;
    text-align: right;
    margin-bottom: 8px;
    clear: left;
}
.bus_data_label
{
    float: left;
    width: 275px;
    text-align: right;
    margin-bottom: 8px;
    clear: left;
    color: #777777;
}
.user_data_line
{
    font-size: 18px;
    width: 400px;
    margin-bottom: 12px;
}
.user_data_info
{
    width: 600px;
    text-align: left;
}
.user_data_label
{
    color: #333333;
    float: left;
    width: 200px;
    text-align: right;
    margin-bottom: 8px;
    clear: left;
}
#wrap_form{
    width: 100%; 
    margin: 0px; 
    padding: 0px; 
    min-height: 50px;
    font-size: 14px;
    overflow:hidden;
    border:1px solid grey;
}
.form_row
{
    width: 100%;
    clear: both;
}
.form_row ul{
    padding: 0px;
}
.form_row li{
    list-style-type: disc;
    list-style-position: outside;
    color:#000000;
    line-height: 1.4;
    margin-bottom:6px;
}
.form_block_left
{
    float: left;
    width: 440px; 
    height: auto; 
    padding-bottom: 15px;
    border-right: 1px solid grey;
    padding-right: 28px;
}
.form_block_right
{
    float: left;
    padding-bottom: 15px;
    width: 440px; 
    height: auto;
    padding-left:27px;
}
.email_form_block,.form_block
{
    height: auto; 
    padding: 0px 2% 10px 2%;
    background: none repeat scroll 0 0 #F1F1F1;
    border:1px solid #B6B6B6;
    border-radius: 3px;
}


.map_encloser
{
    margin-left: 4px;
    margin-bottom: 4px;
}
.stops_map
{
    width: 432px; 
    height:432px; 
    background-color: #ffffff; 
    text-align: center;
    display: block;
}
.stops_map_wizard
{
    width: 700px; 
    height:430px; 
    background-color: #ffffff; 
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}
label{
    float: left;
    width: 100%;
    margin-top: 0px !important;
    font-weight: normal;
    text-align: center;
    margin-right: 5px;
}
textarea{
    width: 1095px;
    height: 150px;
}
.boxes{
    width: 1em;
}
#submitbutton{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
}
br{clear: left;}
.tooltipsy {
    background: url("../images/tip-yellowsimple_arrows.gif") no-repeat scroll 25% bottom transparent;
    overflow: hidden;
    padding-bottom: 10px;
    width: 210px;
}
.tooltipsytxt {
    background-color: #FCEFB7;
    border-left: 2px solid #E3873B;
    border-right: 2px solid #E3873B;
    border-top: 2px solid #E3873B;
    color: #000000;
    font-family: tahoma,Verdana,sans-serif;
    padding: 7px 5px 8px;
}
.inner_title{
    background-color: #FEFF9C;
    clear: both;
    padding: 6px;
    margin: 0;
    border-bottom: 1px solid grey;
}
.myButton{
    padding:5px;
    font-size: 18px;
}



/* Signup */
#addStudent {
    font: 13px Arial, clean, sans-serif !important;
}
#addStudent div label{
    float: none !important;
    text-align: left !important;
}

.added-student-info {
    font-weight: bold;
    clear :both;
    margin-bottom: 30px;
    /*border: 1px solid red;*/
}

.step2-student-info-header {
    margin-left: 8%;
}

.student-det-row{
    float: left;
    width: 94%;
    font-size: 12px;
    margin: 0px;
}

.stud_det_header {
    width:100%; 
    margin: 5px 0px;
}

.stud_det_header .stud_det_header_firstname{
    display: inline-block;
    width: 49%;
}

.stud_det_header  .stud_det_header_schoolname {
    display: inline-block; 
    width:49%; 
    text-align: center;
}

.student-det-row .busBlock{
    width:100%;
	float: left;
	height:60px;
}

.student-det-row .timeBlock{
    float: right;
	 width:100%;
	height:60px;
	
}

.stu-message-block {
    height: 20px;
    padding-top: 5px;
    margin-top: 2px;
}

.delete-row {
    float: left;
    font-size: 12px;
    margin-top: 7px;
    margin-left: 10px;
}
.student-delete {
    height: 30px;
    /*background: url("../../resources/images/close.png") no-repeat transparent;  */
	float: left;
	width:100%;
	text-align:center;
	font-weight:bold;
}

#addstudentformMsgs {
    height: 50px;
}

#deleteConfirm {
      padding: 25px 20px 10px 20px;
}

.userinformation-header {
    margin: 0px 0px 0px 10%;
}

.student-det-row{
    /*border: 2px solid #B8ADAD;
    border-radius: 8px;*/
    padding: 8px;
}

.student-det-row input[type='text'] {
    text-align: center;
}
.student-det-row label  {
    float: none;
    clear: both;
    margin: 0 !important;
}

.ui-shadow-inset{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.inputUI .ui-body-inherit{
	border-color: none;
}
.ui-input-text, .ui-input-search{
    margin: 0px;
	border: 1px solid #808080 !important;
	
}
.ui-corner-all{
	border-radius: 0px !important;
}
.ui-input-text input, .ui-input-search input, textarea.ui-input-text {
    padding: .2em !important;
}
.ui-input-text input, .ui-input-search input {
    min-height: 1.2em;
}
.smMarginBottom{
	margin-bottom:10px;
}
.smMarginTop{
	margin-top:10px;
}
.smMarginLeft{
	margin-left:20px;
}
.paddingLR{padding: 0 15%;}
.textACenter{text-align:center;}
.smHeight{height: 20px;}
.ui-checkbox input, .ui-radio input{
left: 0px;
width: 15px;
height: 15px;
margin: 0px;
}
.ui-mobile label, .ui-controlgroup-label{
	margin:0px;
}
.mobileClassInputTime{

}
