* {
	padding: 1;
	margin: 0;
}

body {
	background: #fff url(img/bg3.png) repeat-x top;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

body, html {
  height: 100%;
}

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

a:hover {
	text-decoration: underline;
}

img
{
	border: none;
}

h1
{
	font-size: 24px;
}

#wrap {
	/*width: 1200px;*/
	margin: auto;
}


#header {
	height: 38px;
	padding-left:25px;
}

#header span {
    display: inline-block;
}

#header h1 {
	font-size: 18px;
	font-weight: 100;
	padding: 5px 0 0 0px;
}
#header h1 a {
	text-decoration: none;
	color: #B7271F;
}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
}

#header h2 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 1px;
}

#menu {
	height: 28px;
	line-height: 18px;
}

#menu ul {
	padding-left: 2px;
	list-style-type: none;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	color: #fff;
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 600;
}

#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	/*margin: 10px 0;*/
	/*overflow: auto;*/
	line-height: 15px;
	position: relative;
}

#content .page_title { color: #990000; font-family: Tahoma; font-size: 15px; font-weight: bold; }




.left {
	float: left;
	width: 580px;
	text-align: justify;
}

.left h2 {
	color: #B7271F;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}

.left h2 a {
	color: #B7271F;
}
.left h2 a:hover {
	color: #333;
}

.right {
	margin-top: 10px;
	float: right;
	width: 160px;
	padding: 10px;
	background: #FFDDDD;
	border: 1px solid #990000;
}

.right h2 {
	font-size: 12px;
	color: #555;
	padding: 5px 0 2px 0;
}

.right ul {
	list-style-type: none;
	padding: 5px 0 10px 0;
}

.right ul li {
}

.right ul li a {
	display: block;
	border-bottom: 1px solid #999;
	color: #666;
	padding: 2px 10px;
}
.right ul li a:hover {
	color: #333;
	text-decoration: none;
}

#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
	border-top: 2px solid #ddd;
}

/* *** Form styles *** */

.form_table{
	/*background-color:#fbfbfb;*/
}

.form_table .mobile_with_text {
	display: flex;
	
}
.form_table .mobile_with_text span {
	flex-grow: 1;
}


.form_table th, .small_input_label {
	/*width:120px;
	padding-left:10px;*/
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-align:left;
}

.form_table .form_header {
	color:#FFFFFF;
	background-color:#666666;
	text-align:center;
}

.form_table td{
	text-align: left;
}

.form_table input, .form_table select, .small_input input, .small_input select {
	font-family:Tahoma;
	font-size:10px;
	height:11px;
}

.form_table file {
	height:20px;
}

.form_table select, .small_input select {
    width:120px;
	height:17px;
}

.form_box{
	/*border: 1px solid #dddddd;*/
	padding:0px 15px 0px 15px;
	/*background-color:#fbfbfb;*/
	height:100%;
	position: relative;
}

.form_box legend{
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#990000;
	border:thin solid #dddddd;
}

/* *** Content *** */

.error, .message {
	text-align:center;
}

.error, .validation_error, .message{
	margin-top: 10px;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}

.error, .validation_error {
	background-color:#FFFF00;
	border:thin solid #FF0000;
	padding:1px 20px 1px 20px;
}

.content_table{
	border:1px solid #dddddd;
}

.content_table #caption td{
	border-bottom:1px solid #dddddd;
	background-color:#FFFFFF;
	padding:8px 2px 8px 10px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

.content_table #bg td{
	border-bottom:1px solid #dddddd;
	background-color:#f6f6f6;
	padding:4px 2px 4px 10px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

.content_table #no_bg td{
	border-bottom:1px solid #dddddd;
	background-color:#FFFFFF;
	padding:4px 2px 4px 10px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

/* *** Search box styles *** */

.search_box{
	border: 1px solid #dddddd;
	padding:0px 20px 10px 15px;
	background-color:#fbfbfb;
}

.search_box legend{
	font-family:Tahoma;
	font-weight:bold;
	color:#000000;
}

.search_box input{
	width:165px;
	height:19px;
	font-family:Tahoma;
	font-size:11px;
}

.search_box #search_btn{
	width:59px;
	height:19px;
	background-image:url(img/search_btn.gif);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

/* *** Buttons *** */

/*.auth_btn{ */
.button1 {
	width:85px;
	height:26px;
	background-image:url(img/auth_btn.gif);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

/*.search_btn{*/
.button2 {
	width:59px;
	height:19px;
	background-image:url(img/button2.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #79809C;
  border:none;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

/*.submit_btn{*/
.button3 {
	width:125px;
	height:26px;
	background-image:url(img/button3.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #515151;
	border:none;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

/*.add_user_btn{*/
.button4 {
	width:125px;
	height:26px;
	background-image:url(img/but_add_user.gif);
	background-position: center;
	background-repeat: no-repeat;
	border:none;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

.button5{
    width: 80px;
    height: 20px;
    font-size: 9px;
}

.message_frame {
	height:200px;
	border:thin solid #CCCCCC;
	background-color:#F3F3F3;
	font-size:14px;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	text-align:left;
	vertical-align:top;
	width:770px;
	color:#000;
}

.graybox {
	display:none;
	position:absolute;
	padding:10px;
	width:200px;
	z-index:100;
	background-color:#F8F8F8;
	border: thin #000 solid;
}

.reset_schedules_btn {
	border: 0;
}
.reset_schedules_btn a {
	border: 3px outset rgb(204, 204, 204);
	margin: 0pt;
	padding: 7px;
	display: block;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	width: 100px;
	line-height: 17px;
	text-align: center;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(246, 255, 11);
	background-color: rgb(221, 53, 25);
	font-style: normal;
}

.reset_schedules_btn a:hover{}
.reset_schedules_btn a:active{
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

#outbox_form a, #inbox_form a{
    color: #000;
}
.assigned, .selected, .assigned a, .selected a {
	font-weight:bold;
	color:#000;
	font-size:12px;
	vertical-align:middle;
}

.selected, .selected a {
	color:#CC3300 !important;
}

.unassigned, .unassigned a {
	font-weight:bold;
	color:#9F9F9F !important;
	font-size:12px;
	vertical-align:middle;
}

.checkbox {
	vertical-align:middle;
}

.insert_row_plus {
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	color:#F00;
}

.add_new_btn {
	cursor:pointer;
	vertical-align:middle;
}

.add_new_dlg {
	display:none;
	width:100%;
}

.other_address {
	display:none;
}

.widget_view_only {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

.required {
	color:#FF0000;
}

.big_button {
	border: 0;
}
.big_button a {
	border: 3px outset rgb(204, 204, 204);
	margin: 0pt;
	padding: 7px;
	display: block;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	width: 150px;
	line-height: 17px;
	text-align: center;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(246, 255, 11);
	background-color: rgb(221, 53, 25);
	font-style: normal;
}

.big_button a:hover{}
.big_button a:active{
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

.calendar_iep_note {
	cursor:pointer;
	color:black;
	font-size:12px;
	font-weight:bold;
}



/*================================================================*/
/*#loading-mask {*/
  /*position: absolute;*/
  /*left:     0;*/
  /*top:      0;*/
  /*width:    100%;*/
  /*height:   100%;*/
  /*z-index:  20000;*/
  /*background-color: white;*/
/*}*/

/*#loading {*/
  /*position: absolute;*/
  /*left:     50%;*/
  /*top:      50%;*/
  /*padding:  2px;*/
  /*z-index:  20001;*/
  /*height:   auto;*/
  /*margin:   -35px 0 0 -30px;*/
/*}*/

.loading-indicator {
    font-size:11px;
    background-image: url(../js/ext/resources/images/default/grid/loading.gif );
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}

#loading-mask{
	position:absolute;
	left:0;
	top:0;
    width:100%;
    height:100%;
    z-index:20000;
    background-color:white;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
    height:auto;
}
#loading img {
    margin-bottom:5px;
}
#loading .loading-indicator{
	background:white;
	color:#555;
	font:bold 13px helvetica,arial,tahoma,sans-serif;
	padding:10px;
	margin:0;
    text-align:center;
    height:auto;
}


/*#loading .loading-indicator {*/
  /*background: url(../js/ext/resources/images/default/grid/loading.gif ) no-repeat;*/
  /*color:      #555;*/
  /*font:       bold 13px tahoma,arial,helvetica;*/
  /*padding:    8px 42px;*/
  /*margin:     0;*/
  /*text-align: center;*/
  /*height:     auto;*/
/*}*/


.loading {
    background: url(../img/loading.gif) no-repeat right center;
}


/********** case log messages ***************/
.log_dialog {
	display: none;
	width: 560px;
}

.log_dialog button {
	float: right;
}

.log_dialog_date {
	width: 100px;
}

.log_dialog_time {
	width: 100px;
}

.log_dialog_message {
	width: 400px;
	height: 80px;
}

.log_wrapper .log_item {
	padding: 4px;
	text-align: left;
	margin-bottom: 10px;
	background-color: #dde;
}

.log_wrapper .even {
	background-color: #cce;
}

.log_wrapper .log_item_title {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	height: 16px;
}

.log_wrapper .log_item img {
	display: none;
}

.log_wrapper .log_item:hover img {
	display: inline;
	cursor: pointer;
	vertical-align: top;
}

.log_wrapper .log_item_message {
	white-space: pre-wrap;
}

.followup_note .log_wrapper .log_item_title { font-size: 12px; }
.followup_note .log_wrapper .log_item_title a { color: #CB392C !important; }


#users_tree ul {
	padding-left: 10px;
}

.edit_form { padding-top: 15px; }
.edit_form div { padding-top: 5px; }
.edit_form div span { display: inline-block; width: 150px; text-align: left; }



.form_table .star, .form_table .star2, .form_table .star3, .form_table .star4 { color: red; font-weight: bold; font-size: 12px; font-family: Tahoma; }
.form_table .star2, .form_table .star3, .form_table .star4 { float: left; width: auto; position: relative; padding-top: 20px; margin-left: -8px; }
.form_table .star3 { padding-top: 0; margin-left: -5px; }
.form_table .star4 { padding-top: 40px; }

.form_table .star5 {
    color: red; font-weight: bold; font-size: 12px; font-family: Tahoma;
    float: left; width: auto; position: relative;
    padding-top: 0; margin-left: -10px;
}



/*====================================================================================================================*/

@media only screen and (min-width: 830px) {

}

@media only screen and (max-width: 670px) {

}

@media only screen and (max-height: 600px) {

}

@media screen and (min-width: 600px) {

}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 400px) {

}