*
{
	border:0;
	margin:0;
	padding:0;
	font-size:12px;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
}
body {
	background-image: -webkit-linear-gradient(top, #eee, #ddd);
	background-image:    -moz-linear-gradient(top, #eee, #ddd);
	background-image:     -ms-linear-gradient(top, #eee, #ddd);
	background-image:      -o-linear-gradient(top, #eee, #ddd);
	color:#333;
	min-height:100%;
	margin: 0 auto;
}
html {
	min-height:100%;
}
#header {
	position:fixed;
	width:100%;
	top:0px;
	padding:4px;
	height:16px;
	z-index:99;
 	background:rgba(255,255,255,0.5);
}
#wrapper {
	height:auto;
	min-width:100%;
}
#footer {
	position:relative;
	margin-top:-30px;
	width:100%; 
	max-height:30px !important;
	height:30px;
}
#footer div {
	padding-top:10px;
}

.btn
{
	border:thin rgba(0,0,0,.1) solid;
	border-width: 1px;
	background-color:#F1F1F1;
	height:30px;
	width:85px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	//font: 14px/100% Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ie .btn {
	border:1px #aaa solid;
	color: #333;
	cursor: pointer;
	background-color:#F1F1F1;
}
.btn:hover {
	text-decoration: none;
	background-color:#F8F8F8;
	color:#DA251C;
}
.btn:active {
	position: relative;
	top: 1px;
}

.txtbox
{
	color:#000;
	border:thin rgba(0,0,0,0.1) solid;
	background-color:#f1f1f1;
	font-size:14px;
	width:150px;
	height:30px;
	margin:6px 0px;
	padding:0 4px 0 4px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ie .txtbox {
	border:1px #aaa solid;
	color:#000;
	background-color:#fff;
}

.disabled {
	background-color:#E1E1E1;
}

#logo
{
	float:none;
	padding-top:50px;
	padding-bottom:20px;
	vertical-align:center;
}
#logo img {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

a
{
	text-decoration:none;
	color:#DA251C;
	padding:2px 5px 2px 5px;
}
a:hover
{
	color:#fff !important;
	text-decoration:none;
	background-color:#DA251C;
}
a:visited
{
	color:#DA251C;
}
.tab-clicked {
	padding:2px 5px 2px 5px;
	color:#fff !important;
	text-decoration:none;
	background-color:#000;
}

.report{
	cursor: pointer;
	min-width: 80px;
	color: #DA251C;
}

.reportTable td{
	padding: 2px 6px;
	}

#captcha{
	font-size: 20px;
	}

input[placeholder], [placeholder], *[placeholder] {
	color:#aaa !important;
}
    
.table-col1 {
	background-color:rgba(0,0,0,0.1);
}

.table-col2 {
	background-color:rgba(255,255,255,0.1);
}
#msg
{
    height:20px;
    width:400px;
    font-size:14px;
    padding-top:3px;
    margin-bottom:5px;
    color:#fff;
    background-color:#444;
    display:none;
}
