@charset "utf-8";

body {
    width: 100%;
    margin: 0;
    padding: 0;
}

.page {
    font-family: verdana, arial, helvetica, sans-serif;
    max-width: 800px;
    width: 98%;
    margin: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

.header {
    height: auto;
    width: 100%;
}
.header a {
    isplay: block;
}

div.header img {
    height: auto;
    width: 100%;
}

.content {
    width: 100%;
    background-color: #FFFFFF;
    font-size: 0.9em;
}

div.content ul {
    font-size: 0.9em;
}

div.content h1 {
    font-size: 1.8em;
}

div.content h1,table,form,p {
    margin-left: 20px;
    margin-right: 20px;
}

#statusInfo {
    text-align: center;
    width: 100%;
    margin: 0px;
    table-layout: fixed;
}
#statusInfo td {
    vertical-align: bottom;
}
div.content input {
    margin-top: 10px;
    margin-left: -1px;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 1.1em;
}



div.content input:hover {
    background: #EAEAEA;
}


.footer {
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #F7F4E1;
    background-color: #555555;
    margin-top: 10px;
}

.footer a {
    color: #F7F4E1;
}

.Error {
    color: #DF0000;
}

div#Captcha{
    position: relative;
    height: 80px;
}

div#Captcha .Image{
    position: absolute;
    top: 5px;
}

div#Captcha .Input{
    position: absolute;
    top: -3px;
    left: 180px;
    width: 60px;
    height: 60px;
    font-size: 3em;
}

div#Captcha font {
    position: absolute;
    left: 148px;
    top: 18px;
    font-size: 2em;
}

.Status {
    color: #006F00;
}

div.content a.footerLink {
    color: #FFFFFF;
    margin-left: 0px;
}
div.content input#ticketCount {
    width: 30px;
}

div.content a {
    color: #000000;
}
.bugFixLink {
    margin-left:20px;
}
.floatLeft {
    float: left;
}
.floatRight {
    float:right ;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.halfPage {
    width: 48%;
    text-align: center;
}


a.t {
	width: 7px;
	height: 7px;
	border: 1px dotted #0000FF;
	background-color: #9999FF;
	color: #FFFFFF;
	font-size: 7px;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}
a.thot {
	width: 7px;
	height: 7px;
	border: 1px dotted #FF0000;
	background-color: #FF9999;
	color: #FFFFFF;
	font-size: 7px;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}
