body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	background: #434445;
	background-image: url('bgs.jpg');
	background-attachment:scroll;
	background-repeat: repeat;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}
a {
  color: #878986;
  /*color: #BD0000;*/
}
a:hover {
  color: #EECCCC;
  text-shadow: 0px 0px 16px #FFFFFF;
}
/*body {
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    background-color: #555555;
    margin: 0;
    border: 15px solid #777777;
}*/
p, h1, form, button {
    border:0;
    margin:0;
    padding:0;
}
.spacer{
    clear:both;
    height:1px;
}
a:hover {
    text-shadow: 0 0px 4px rgba(0, 0, 255, .2);
}
a img {
    border: 0px;
}
/* ----------- LoginBox ----------- */
.loginbox {
    margin: 8% auto;
    width:400px;
    padding:14px;
}
.outside {

}
.copyright {
    /*text-align: center;*/
    text-align: right;
    margin: 0px auto;
    font-size: 0.8em;
    color: #888888;
}

/* ----------- stylized ----------- */
#stylized {
		text-shadow:0 1px 2px rgba(0, 0, 0, .5);
		border-radius: 8px;
		background: rgb(50, 50, 50); /* Fall-back for browsers that don't support rgba */
	        background: rgba(0, 0, 0, .25);
		box-shadow:inset 0 0 10px rgba(0, 0, 0, .25), 0 0 4px rgba(255, 255, 255, .25);
		-moz-box-shadow:inset 0 0 10px rgba(0, 0, 0, .25), 0 0 4px rgba(255, 255, 255, .25);
		-webkit-box-shadow:inset 0 0 10px rgba(0, 0, 0, .25), 0 0 4px rgba(255, 255, 255, .25);
		font-weight: 100;
		font-size: 0.9em;
		color: #999;
/*    border:solid 2px #EEEEEE;
    background:#DDDDDD;
    border-radius: 2px;
*/
}
.shadow {
    -moz-box-shadow: 0px 0px 18px #333;
    -webkit-box-shadow: 0x 0px 18px #333;
    box-shadow: 0px 0px 18px #333;
}
#stylized .topbar {
    position: relative;
    text-align: right;
    top: -13px;
    padding: 8px 6px 5px 6px;
    margin: 0px -13px 0px -13px;
    background-color: rgba(255, 255, 255, .05);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    border-radius: 8px 8px 0px 0px;
    box-shadow: none;
    height: 16px;
/*    position: relative;
    text-align: right;
    top: -14px;
    padding: 4px;
    margin: 0px -14px 0px -14px;
    background-color: #c6c6c6;
    border: none;
    border-bottom: 2px solid b1b1b1;
    border-radius: 2px 2px 0px 0px;*/
}
.status {
    /*
    position:absolute;
    top: 22px;
    width: 18%;
    right: 40%;
    */
    position: fixed;
    top: 5%;
    right: 5%;
    text-align: center;
    background-color: #AA0000;
    color: #FFAAAA;
    border: 2px solid #FFAAAA;
    padding: 10px;
    padding-right: 25px;
    border-radius: 8px;
}
#stylized .user {
    width: 60%;
    float: left;
}
#stylized .listrow {
    width: 98%;
    /*float: left;*/
    padding: 4px 4px 4px 4px;
    display: block; /*list-item;*/
}
#stylized .listrow:nth-child(odd) {
    background-color: #494949;
}
#stylized .listrow:nth-child(even) {
    /*background-color: #383838;*/
}
#stylized .listrow:hover {
    background-color: #4b5a30;
}
#stylized .listrow div {
    float:right;
}
#stylized .listrow img {
    vertical-align: middle;
}
#stylized .listrow i, #stylized .listrow i a {
    color: rgb(106, 106, 106) !important;
}
#stylized h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
#stylized p{
    font-size:11px;
    color:#6F6F6F;
    margin-bottom:20px;
    border-bottom:solid 1px #888888;
    padding-bottom:10px;
}
#stylized label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
}
#stylized .small{
    color:#6F6F6F;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}
#stylized input, select, textarea {
    color: #b7b7b7;
    float:left;
    font-size:12px;
    padding:4px 2px;
    /*border:solid 1px #aacfe4;*/
    border:solid 1px #7c787f;
    width:200px;
    margin:2px 0 20px 10px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
}
#stylized button{
    clear:both;
    margin-left:150px;
    width:125px;
    height:31px;
    background:#888888 no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    border-radius: 4px;
}
#stylized button:hover{
    background:#AAA no-repeat;
    color:#FFFFFF;
}
