/**
 * Copyright (c) 2011 Metropolitan Transportation Authority
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *         http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

thead.darkHeader > tr {
    background-color: #6D6E72;
}

thead.darkHeader > tr > td {
    color: white;
    font-weight: bold;
    padding: 5px;
}

/****
 *
 ****/
 
#service-alert_summary_value {
	width: 639px;
}

/****
 *
 ****/

#contentbox {
	padding:0;
	margin: 0 0 0 20px;
	height: 100%;   /* For IE */
}

#contentbox #content {
	padding-top: 0;
}

#content #text {
    position: relative;
	padding-top: 5px;
	margin-right: 20px;
	line-height: 120%;
}

#content #text fieldset {
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

#content #text fieldset label {
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
}

#content #text fieldset label.inline {
	display: inline;
}

#content #text p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content #text h1,
#content #text h2 {
	font-weight: normal;
	font-size: 22px;
	padding-top: 30px;
	padding-bottom: 5px;
}

#content #text #indexContainer {
	padding-bottom: 20px;
}

#content #text #indexList {
	border: solid 1px #999999;
	margin-top: 20px;
	width: 200px;
	padding: 10px 0;
}

#content #text #indexList li {
	padding: 10px 5px 10px;
}

#content #text #indexList a {
	font-size: 12px;
	color: #0000FF;
}


body, p, ul, li, h1, h2, a, form, fieldset, label, table, tr, td, tbody {
	padding: 0px;
	margin: 0px;
	border: none;
}

ul li {
	list-style-type: none;
}

/* Remove outline on selected elements */
:focus {
	outline: none;
}

/* ::-moz-focus-inner {
	border: 0;
	outline: none;
} */

.formButton {
	border: 1px transparent;
	width: 100px;
	height: 30px;
	background-image:url('img/Button_background.png');
}

.inlineFormButton {
	border: 1px transparent;
	width: 100px;
	height: 30px;
	display: inline;
	background-image:url('img/Button_background.png');
}

.backToMenu {
	padding: 10px 0;
}

.backToMenu a {
	color: rgb(0,0,255);
}

#content #text #codesHolder {
	margin-top : 20px;
	overflow: hidden;
}

#codesHolder #quickCodes {
	float: left;
	border: 1px transparent;
	width: 400px;
}

#codesHolder #batchCodes {
	float: left;
	border: 1px transparent;
	width: 400px;
	margin-left: 50px;
}

#generateQRCode, #generateQRCodeBatch {
	text-decoration: underline;
}

#generateQRCode:hover, #generateQRCodeBatch:hover {
	cursor: pointer;
}

#batchCodeContainer {
	display: none;
}

.fileUpload {
	padding-top: 10px;
	padding-bottom: 10px;
}

.qrSubmit {
	margin-top: 10px;
	background-image:url('img/Button_background.png');
	width: 100px;
	height: 30px;
	margin-bottom: 10px;
}

.required {
	color: red;
	font-weight: bold;
	display: inline;
	margin-left: 5px;
}

.clear {
	clear: both;
}

.errorMessage {
	color: rgb(255,0,0);
}

html, body {
    background-image: url("img/grey_bg.jpg");
    background-repeat: repeat-x;
    color: #333333;
    font: 13px/1.231 helvetica,arial,clean,sans-serif;
}

#mainbox {
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#topbar {
    height: 75px;
}

#topbar #branding {
    float: left;
}

#topbar #navigation {
	vertical-align: middle;
	border: solid 1px transparent;
	height: 75px;
	background-image:url('img/HeaderBar18.jpg');
}

#topbar #navigation a {
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	color: white;
}

.logoutButton {
	float: right;
    color: white;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
	padding: 0px 10px 0px 0px;
	font: 13px/1.231 helvetica,arial,clean,sans-serif;
}

#topbar #branding a img,
#topbar #branding a {
	border: none;
	text-decoration: none;
}




