@import url(messages.css);
@import url(displaytag.css);

/*

*, input, textarea, select {
font-family: "Segoe UI"; 	
}

*/

/*a {
    color: red;
    font-weight: bold;
}

a:visited, body#login div#menu a:visited {
    color: #cc0000;
}

a:hover {
    background-color: transparent;
    color: green !important; 
    text-decoration: underline overline; 
}
*/

a img { border: 0 }

/* 0 means zero regardless of measurement */

div#loginTable {
    background: #EEEEEE;
    border: 1px solid #C0C0C0;
    color: inherit;
    margin: 10px 0px;
    padding: 5px;
    width: 400px;
}

div#loginTable th {
    text-align: right;
}

div#menu {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 190px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #c0c0c0;
    line-height: 17px;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 166px;
}
/* Again, "be nice to Opera 5". */
body>div#menu {width: 150px;}

div#menu a:visited {
    background: transparent;
    color: black;
}

div#readme {
    background: #ffd;
    border: 1px solid silver;
    color: #008000;
    height: 300px;
    margin-top: 10px;
    overflow: auto;
    padding: 5px;
    width: 600px;
}

div#readme pre {
    border: 0;
}

div#flags {
    position: absolute;
    left: 20px;
    top: 10px;
}

div#userStatus {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: .9em;
    height: 40px;
    line-height: 1.2;
    text-align: right;
}


div#validators {
    float: right;
}

div.separator {
	border-bottom: 1px solid orange; 
    margin: 10px 0px; 
    width: 300px;
}

div.standardsNote {
    display: none;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form select {
    padding-left: 4px;
    color: #666;
}

input.button {
    color: #000;
}

form input.focus {
	border: 1px solid orange;
    color: #000;
}

form textarea.focus {
	border: 1px solid orange;
    color: #000;
}


form select {
    padding-left: 0px;
}

h1 {
    color: #ccc;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

img.badge {
    border: 0px;
    height: 31px;
    margin-right: 5px;
    width: 88px;
}

p {
    font: 12px/20px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

span.attention {
    background: transparent;
    color: #0000ff;
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}

/* These are the styles for detail screen tables */
table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}

table.detail th {
	  text-align: right;
    padding: 0px 3px 0px 0px;
}

table.detail th.tallCell {
    vertical-align: top;
}

table.detail td {
    text-align: left;
}

table.detail td.moveOptions {
    text-align: center;
    width: 50px;
    padding: 5px;
}

table.detail td.moveOptions button {
    margin-bottom: 3px;
    width: 45px;
    white-space: nowrap;
}

table.detail td.buttonBar {
    padding-top: 10px;
}

table.detail td.updateStatus {
    font-size: 11px;
    color: #c0c0c0;
}

fieldset.pickList {
    margin-top: 5px;
    padding: 5px;
    background: transparent;
    border-color: #eee;
}

fieldset.pickList legend {
    font-weight: bold;    
}

table.pickList {
    padding: 0;
    border-spacing: 0;
}

table.pickList th.pickLabel {
    text-align: center;
    background: transparent;
    color: #666;
}

table.pickList td {
    text-align: center;
}

table.pickList td select {
    width: 150px;
}

th, td, pre, code {
    font-size: 12px;
}

ul.glassList {
    list-style: url(../images/aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.5;
}

pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
}

.action, .action:hover {
	background-color:#6c0;
	color:white;
	border:0px;
	margin:2px;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	border:1px outset #6c0;
	font-size:85%;
	}

.action:hover {
	background-color:#36f;
	border:1px outset #36f;
	}

.seatInput {
	width:25px;
	padding:1px;
	}	
	
.checkField {
	background-color:#F7F9FA;
	}	

td.softDivider {
	border-top:1px dotted #eee;
	}			
	
.bare {
	border:none;
	background-color:inherit;
	}	
	
.checkOutButtons .submit {
	width:100%;
	padding:8px;
	}	
	
.minorSubmit {
	background-color:#666;
	padding:1px;
	border:1px outset #666;
	color:white;
	}
	
.minorSubmit:hover {
	background-color:#999;
	border: 1px outset #999;
	}	

.dialogWindow{
	z-index:-1;
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	border-collapse:collapse;
}
.dialogHeader {
	background-color:#DDDDDD;
	border-bottom:1px solid #CCCCCC;
	padding:4px;
	height:24px;
}
.dialogContent {
	border-top:1px solid #F9F9F9;
	padding:6px 0.75em;
	background-color:#EFEFEF;
	text-align:center;
}
TABLE.dialogContent TR TD{
	height:100%;
	width:100%;
}
.dialogCaption{
	margin-left:5px;
	font-family:"Lucida Grande",Arial,sans-serif;
	font-weight:bold;
	text-shadow:#FFFFFF 0pt 1px 0pt;
}
.dialogClose{
	float:right;
	margin-right:5px;
	color:#777777;
}
.notesArea {
	font-size: 120%; 
	padding-top:14px;
	width:550px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.public {
	background-image:url('../images/notes_public_bg.gif');
	background-repeat:no-repeat;
}

.private {
	background-image:url('../images/notes_private_bg.gif');
	background-repeat:no-repeat;
	background-color:#ccc;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}