/* BusConduct.com Style Sheet */
/* Version 1.0B */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e8e4cb url(images/navigation/bkg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.liquid #container {
	width: 95%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.liquid #header {
	background: url(images/navigation/masthead.png) no-repeat left;
	height: 119px;
}
.liquid #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.liquid #headerbox {
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	color: #eb7348;
	float: right;
	margin-top: 20px;
	line-height: 25px;
}
.liquid #navigation
{
    height: 38px;
    margin-left: 270px;
    float: left;
    margin-top: 81px;
}
.liquid #content
{

    background: white url(images/navigation/content.png) repeat-x 0 top;
    font-size: 10pt;
    font-family: Arial;
}
.liquid #contentleft {
	background: url(images/navigation/content-left.png) no-repeat left top;
}
.liquid #contentright {
	background: url(images/navigation/content-right.png) no-repeat right top;
}
.liquid #footer {
	background: url(images/navigation/footer.png) repeat-x;
	height: 52px;
} 
.liquid #footerleft { 
	background: url(images/navigation/footer-left.png) no-repeat left top;

} 
.liquid #footerright { 
	background: url(images/navigation/footer-right.png) no-repeat right top;
} 
.liquid #footer p {
	padding-top: 25px;
	text-align: center;
}

.invisible {
	width: 900px;
	height: 5px;
	clear: both;
}

.headerbox {
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	color: #eb7348;
}

/* DigiSquid CSS Version 2.0 */

h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #e85c2d;
	padding: 25px 70px 10px;
}

h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #e85c2d;
	padding: 25px 70px 10px;
}

h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #e85c2d;
}

h4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #e85c2d;
	padding: 25px 70px 10px;
}


p {
	font-size: 12px;
	line-height: 20px;
	padding: 0 70px 20px;
	margin: 0;
}

strong {
	font-weight: bold;
}

.small {
	font-size: 9px;
	line-height: 10px
}

.bigger {
	font-size: 125%;
	font-weight: bold;
}

p a:link {
	color: #f91a19;
	text-decoration: none;
}

p a:visited {
	color: #f91a19;
	text-decoration: none;
}

p a:hover {
	color: #fa921f;
	text-decoration: none;
}

p a:active {
	color: #fa921f;
	text-decoration: none;
}


p.more {
	margin: 0;
	padding-left: 70px;
}

p.more a {
	display: block;
	width: 150px;
	height: 25px;
	background-color: #e85c2d;
	color: white;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #000;
	text-align: center;
}

p.more a:visited {
	display: block;
	width: 150px;
	height: 25px;
	background-color: #e85c2d;
	color: white;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #000;
	text-align: center;
}

p.more a:active {
	display: block;
	width: 150px;
	height: 25px;
	background-color: #e85c2d;
	color: white;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #000;
	text-align: center;
}

p.more a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f69e7f;
}

.border {
	border: solid 1px black
}

.photoleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
}

.photoright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

.Breadcrumbs, a:link, a:visited, a:active {
	color: #eb6532;
	font-size: 12px;
	margin-top: 10px;
}

.Breadcrumbs, a:hover {
	color: #fa8a1e;
}

/* ASP CSS */

.bodyIframe
{
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: none;
    background-color: #000;
}

.Container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	border: 1px solid #fdd801;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url(images/background.png) repeat-x 0 bottom;
	border-top-style: none;
}

/* Start Login */

.LoginBody {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e85c2d url(images/background.png) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	scrollbar-face-color: #3d70a4;
	scrollbar-arrow-color: #3d70a4;
	scrollbar-track-color: #c8d1a6;
	text-align: center;
}

.LoginContainer
{
    width: 90%; /* this will create a container 80% of the browser width */
    background: #FFFFFF repeat-x 0 bottom;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000;
    text-align: left;
}

.LoginBox {
    background-color: #ede7c8;
    padding: 0 15px 15px;
    font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #7b765e;
	border: 1px solid #8d8978;
	margin-top: 50px;
	margin-left: 25px;
	width: 90%;
}

.LoginBoxSupport {
    background-color: #ede7c8;
    padding: 25px;
    font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #7b765e;
	border: 1px solid #8d8978;
	margin-top: 50px;
	width: 200px;
	margin-left: 50px;
	margin-right: 25px;
}


.LoginPhoto {
	float: left;
	margin-left: 20px;
	clear: both;
}

.LoginLabel {
	position: relative;
	bottom: 25px;
	color: #e85c2d;
	font-weight: bold;
}

.Login {
	width: 400px;
}

.Login td {
	padding: 3px;
}

.Login input {
	border: 1px solid #ede7c8;
	color: #1b1b1b;
}

.LoginSubmit {
	padding: 3px;
	background-color: #000;
}


/* End Login */

/* Start Data Table */
.Data {
      background-color: #ede7c8;
      padding: 10px;
      width: 95%;
      font: 11px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
      color: #000;
	margin-left: 30px;
	margin-right: 20px;
}

.Data td {
	padding: 5px;
}

.DataHeader {
	border-bottom-color: black;
	background-color: #cec699;
	border-bottom: 1px solid;
}

.DataFooter {

}

.DataRowTop {
	background-color: #959070;
	color: #ede7c8;
}

.DataRowTop a:link, a:visited
{
    color: #ede7c8;
}

.DataRowTop a:hover, a:active {
	color: #ede7c8;
}

.DataRowA {
	background-color: #ede7c8;
}

.DataRowA a:hover, a:active, a:link, a:visited {
	color: #eb7348;
	    font-weight: bold;
}

.DataRowB {
	background-color: #cec699;
}

.DataRowB a:hover, a:active, a:link, a:visited
{
    color: #eb7348;
    font-weight: bold;
}

.DataDate {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: #ffffff;
}

.DataDate input {
    color: black;
    background-color: #ede7c8;
    padding: 0 0px 0px;
}

/* End Data Table */

/* Start Record Table */
.Record
{
    background-color: #ede7c8;
    width: 95%;
    font: 12px/14px "Lucida Grande" , Lucida, Verdana, sans-serif;
    color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 22px;
}

.Record td {
	padding: 3px;
	font: 12px/14px "Lucida Grande" , Lucida, Verdana, sans-serif;
}

.RecordHeader {
	background-color: #191919;
	color: #fff;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.Record select {
	background-color: #ede7c8;
}

.RecordDate {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: #ffffff;
}

.RecordDate input {
    color: black;
    background-color: #ede7c8;
    padding: 0 0px 0px;
}

.RecordDate td {
	padding: 0px;
}

.RecordRadioButton input {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.RecordFooter {

}

/* End Client Table */

/* Start Help */

.Help
{
    background-color: #ede7c8;
    border: 1px solid #000;
    font: 10px "Lucida Grande" , Lucida, Verdana, sans-serif;
    color: #8d0f0e;
    padding: 5px 5px 5px;
    width: 535px;
}

.HelpText
{
    font: 11px "Lucida Grande" , Lucida, Verdana, sans-serif;
    color: #8d0f0e;
    font-weight: bold;
}

/* End Help */


/* Start Menu */
.Menu {
	padding: 0;
	margin: 0;
}

.PublicStaticMenuItem a {
	text-decoration: none;
	background: none;
	font: bold 9px Arial;
	color: #e85c2d;
}
.PublicStaticMenuItem {
	width: 85px;
	height: 40px;
	background: url(images/navigation/Publictab.png) no-repeat;
	font: bold 9px Arial;
	text-align: center;
	padding-top: 3px;
}
.PublicStaticSelected a
{
	text-decoration: none;
	background: none;
	color: black;
	font: bold 9px Arial;
}

.PublicStaticSelected
{
    width: 107px;
    height: 40px;
    background: url(images/navigation/Publictab-on.png) no-repeat;
    font: bold 9px Arial;
    color: black;
    text-align: center;
    padding-top: 3px;
}

.PublicStaticHover a {
	text-decoration: none;
	background: none;
	color: #e85c2d;
	font: bold 9px Arial;
}

.PublicStaticHover {
    width: 85px;
    height: 40px;
    background: url(images/navigation/Publictab-on.png) no-repeat;
    font: bold 9px Arial;
    color: black;
    text-align: center;
    padding-top: 3px;
}


.StaticMenuItem a {
	text-decoration: none;
	background: none;
	font: bold 12px Arial;
	color: #e85c2d;
}
.StaticMenuItem {
	width: 107px;
	height: 40px;
	background: url(images/navigation/tab.png) no-repeat;
	font: bold 12px Arial;
	text-align: center;
	padding-top: 3px;
}
.StaticMenuItem2
{
    background: url(images/navigation/tab.png) no-repeat;
    text-decoration: none;
    font: bold 11px Arial;

    background: none;
}
.StaticSelected a
{
	text-decoration: none;
	background: none;
	color: black;
	font: bold 12px Arial;
}

.StaticSelected
{
    width: 107px;
    height: 40px;
    background: url(images/navigation/tab-on.png) no-repeat;
    font: bold 12px Arial;
    color: black;
    text-align: center;
    padding-top: 3px;
}

.StaticHover a {
	text-decoration: none;
	background: none;
	color: #e85c2d;
	font: bold 12px Arial;
}

.StaticHover {
    width: 107px;
    height: 40px;
    background: url(images/navigation/tab-on.png) no-repeat;
    font: bold 12px Arial;
    color: black;
    text-align: center;
    padding-top: 3px;
}
/* Menu */

.Menubar { 
	background: white url(images/menu.png) repeat-x; 
	padding: 0 0 0 60px;
	height: 48px;
} 

.DynamicMenu
{
    z-index: 1;
}

.DynamicMenuItem {
	padding: 5px;
	background-color: #ede7c8;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #000;
}


.DynamicMenuItem a {
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #000;
}

.DynamicSelected {
	padding: 5px;
	background-color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #000;
}

.DynamicSelected a {
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: white;
}

.DynamicHover {
	padding: 5px;
	background-color: #e85c2d;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #000;
}

.modalBackground {
      background-color:Gray;
      filter:alpha(opacity=70);
      opacity:0.7;
}

.modalBox {
    background-color: #ede7c8;
    padding: 0 15px 15px;
    font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #7b765e;
	border: 1px solid #8d8978;
	margin-top: 0px;
	margin-left: 0px;
	width: 90%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    line-height: 0px;
}

.MyCalendar
{
    padding: 0px;
    margin: 0px;
    border-style: none;
    background-color: #000000;
}

.MyCalendar .ajax__calendar_container td
{
    padding: 0px;
    margin: 0px;
    border-style: none;
    background-color: lemonchiffon;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/* Set's the appearance of the drop down control*/
.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: .95em;
    color: #666666;
}

.DontShowListSearchPrompt
{
display: none;
}
