/*
Hier werden Textfarbe am Chatstart und Systemtextfarbe angegeben.
Die Parameter werden mit PHO ausgelesen, deshalb bitte die Syntaxis beachten!
---------------------
Textfarbe:ffffff
Systemfarbe:A1D700
---------------------
*/
/*------------ for login -----------------------*/

.register {
  margin: 0 auto;
  width: 370px;
  padding: 20px;
  padding: 5px 8px 5px 8px;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	overflow: auto;

}

.register-box {
  margin: 0 auto;
  width: 370px;
  height: 280px;
  padding: 20px;
	
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: hidden;

}

.register-switch {width: 110px;position: relative;box-sizing:border-box;margin-bottom:8px;height:38px;}
.register-switch-input {display: none;}
.register-switch-label {float: left;position: relative;z-index:2;width: 33.3%;height: 36px;box-sizing:border-box;color: #555;text-align: center;text-shadow: 0 -1px rgba(0, 0, 0, 0.2);cursor: pointer;}
.register-switch-label span {padding-top: 5px;display:inline-block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;}
.register-switch .drawer {
	position: absolute;
	top: 1px;
	height: 36px;
	left: 1px;
	width: 36px;
	z-index: 1;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	background: #9decff;
	transition: left 0.2s ease 0s;
}
.switch-img/bg {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	background:transparent;
	border-radius:50px;
}
label[for=sex_m] {background:url(img/male.png) top 4px center no-repeat;}
label[for=sex_f] {background:url(img/female.png) top 4px center no-repeat;}
label[for=sex_n] {background:url(img/neutral.png) top 4px center no-repeat;}

.register-switch-input[id="sex_m"]:checked ~ .drawer {left: 0%;background:#33CCFF;}

.register-switch-input[id="sex_m"]:checked ~ .switch-img/bg {background: transparent;}

.register-switch-input[id="sex_f"]:checked ~ .drawer {left: 34%;background:#f5feb5;}

.register-switch-input[id="sex_f"]:checked ~ .switch-img/bg {background: transparent;}

.register-switch-input[id="sex_n"]:checked ~ .drawer {left: 66.4%;background:#ccc;}

.register-switch-input[id="sex_n"]:checked ~ .switch-img/bg {background: transparent;}


.register-input {
  display: block;
  width: 100%;
  height: 38px;
  margin-bottom: 20px;
  font-weight: 400;
  background: none;
  border-radius: 15px;
  border: 0;
  border: 1px solid #fff;
  color: #ffffff;
}
.register-input:focus {
  border-color: #fff;
  border-radius: 5px;
  outline: 0;
}


@media only screen and (max-width: 991px) {
	.register-switch {margin:auto;}
}
.register-button {
  border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c3c3c3;
	background-position: 0% 0%;
	display: block;
    width: 100%;
    height: 42px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    
	background-repeat: repeat;
	background-attachment: scroll;
}
.register-button:active {
  background-position: 0% 0%;
	border-color: #c3c3c3 #d1d1d1 #d8d8d8;
	box-shadow: 0 1px rgba(0, 0, 0, 0.03) inset;
	background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
	background-color: #eee;
	background-repeat: repeat;
	background-attachment: scroll;
}
.register-button:focus {
  outline: 0;
}


:-moz-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*------------ for Menu -----------------------*/

#menu,
#menu ul,
#menu li,
#menu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#menu {
  height: 37px;
  display: block;  
  border-radius: 5px;
  width: 1000px;     
  margin: 0;
  padding: 0;
   
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  border-radius: 8px;	
}
#menu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
#menu > ul > li {
  list-style: inside none;
  float: center;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#menu.align-center > ul {
  text-align: center;
}
#menu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}
#menu.align-center ul ul {
  text-align: left;
}
#menu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#menu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  /*border-right: 1px solid #080808;*/
  color: ffffff;
  padding: 12px 20px;
}
#menu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
#menu > ul > li > a:after {
  content: "";
  position: absolute;
  /*border-right: 1px solid;*/
  top: -1px;
  /*bottom: -1px;*/
  right: -2px;
  z-index: 99;
  /*border-color: #064fae;*/
}
#menu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#menu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
#menu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#menu > ul > li.has-sub:hover > a {
  padding-bottom: 14px;
  z-index: 999;
  border-color: #fb0000;
}
#menu ul li.has-sub:hover > ul,
#menu ul li.has-sub:hover > div {
  display: block;
}
#menu > ul > li.has-sub > a:hover,
#menu > ul > li.has-sub:hover > a {
  background: #3f3f3f;
  border-color: #3f3f3f;
}
#menu ul li > ul,
#menu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  background: #3f3f3f;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  padding: 10px 0;
}
#menu ul li > ul {
  width: 200px;
}
#menu ul ul ul {
  position: absolute;
}
#menu ul ul li:hover > ul {
  left: 100%;
  top: -10px;
  border-radius: 5px;
}
#menu ul li > ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#menu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 20px;
}
#menu,
#menu ul ul > li:hover > a,
#menu ul ul li a:hover {
  background: #transparent;
  
}
#menu > ul > li > a:hover {
  background: #080808;
  color: #ffffff;
}
#menu ul ul a:hover {
  color: #ffffff;
}
#menu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}  	
/*------------ End Menu -----------------------*/

/*------------ for Useronline -----------------------*/

.user-box {
  margin: 0 auto;
  width: 990px;
  height: 50px;
  padding: 20px;
	
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: hidden;

}

.user-box-2 {
  margin: 0 auto;
  width: 270px;
  height: 280px;
  padding: 20px;
	
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: hidden;

}



/*------------ for Copyright -----------------------*/


.copyright-box {
  margin: 0 auto;
  width: 270px;
  height: 50px;
  padding: 20px;
	
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: hidden;

}






/*------------ for Scrollbalken -----------------------*/

html::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}
html::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear,left top,left bottom,from(#0036FC),to(#0036FC));
    background: linear-gradient(to bottom,#0036FC,#0036FC);
    border-radius: 30px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
    box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}
html::-webkit-scrollbar-track {
    background: linear-gradient(to right,#201c29,#201c29 1px,#004BC6px,#004BC6);
}


@import url(https://fonts.googleapis.com/css?family=Oxygen);

body {
  margin:0;
  height: 100% !important;
  font-family:'Oxygen', sans-serif;
  font-size:14px;
  line-height:1.42857143;
  color:#333;
  background-color:transparent;  
  background-position: center;
  background:url(img/chateingang.jpg)
}

/* for index.php - Login */
#body{
	text-align:center; font-family:Verdana;sans-serif;
	background-repeat:no-repeat;
	background:url(img/bg.jpg) center center fixed;
	font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	}
#box{
	border: 0px solid #ffffff; width: 300px; font-size: 14px; margin: 0px auto;
	
	
	}
#ueberschrift{
	border-bottom: 1px solid #333;
	//background:url(img/bg.jpg) no-repeat center center fixed;
	background-repeat:repeat-x;*/
	background-color: #06293C;
	}
#inhalt{
	padding: 3px; font-size: 12px; background-color: #666666; color: white;
	}
#copyright{
	font-size: 9px; color: #0036FC0;
	}
#login{
	display:inline;
	}
/* for chat.php*/
table{
font-size: 12px;
}

#body_id{
	margin: 0px auto; font-size: 100.01%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
	background-image:url('img/bg.jpg');
	background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover;
	
	font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	}

#rahmen_um_alles{
	margin: 10px;
}
background:url(img/bg.jpg) no-repeat center center fixed;*/
	//background-color: black;
}
#kopf{
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	color:white;
	padding: 2px;

}
#onlinelist{
	
	float: right;
	width: 280px;
	height: 350px;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: auto;

}

#onlinelist2{
	
	float: left;
	width: 260px;
	height: 430px;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: auto;
}


* html #splitpane {
	margin-left: -2px;
}
#splitpane{
	background-image:url('../../img/splitpane.png');
	background-repeat:no-repeat;
 	background-position:center;
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	color:white;
	width: 8px;
	margin: 1px;
	height: 350px;
	overflow: auto;
	cursor:e-resize;
}
#splitpane2{
	background-image:url('../../img/splitpane.png');
	background-repeat:no-repeat;
 	background-position:center;
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
	float: left;
	color:white;
	width: 8px;
	margin: 1px;
	height: 350px;
	overflow: auto;
	cursor:e-resize;
}

#chatinhalt{
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960;
	border-bottom: solid 0px #222;
	font: normal 16px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);

	position:relative;
	height: 350px;
	overflow: auto;
	padding: 5px;
}
.mess_back{
background:transparent;
border:1px solid #7a1705;
border-radius:10px;
padding:2px 8px 2px 5px;
margin-bottom:3px;
display:inline-block;
box-shadow: 6px 4px 9px #7a1705;
}
.mess_self{
background:transparent;
border:1px solid #196480;
border-radius: 10px;
padding:2px 8px 2px 5px;
margin-bottom:3px;
display:inline-block;
box-shadow: 6px 4px 9px #196480;
}
#form{
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960;
	border-bottom: solid 0px #222;
	font: normal 16px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	clear: both;	
	margin-top: 10px;
	padding: 6px;
	height: 46px;
}
#form_left{
        padding: 6px;
        position: relative;
        float: left;
}
#form_right{
	padding: 6px;
	position:relative;
	float: left;
}

#privat_messages{
 position: absolute;
 top: 100px;
 left: 100px;
 background-color: #cccccc;
 border: 1px solid black;
 padding: 5px;
}

.rooms{	

  padding: 10px;
	
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960;
	border-bottom: solid 0px #222;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);

    margin-top: 10px;

	clear: both;	
	height: 25px;

}
.rooms_not_allowed{
 background-color: #3d3d3d;
 border: 1px solid #999999;
 padding: 1px;
 color: #cccccc;
 margin-bottom: 2px;
 cursor:pointer

}
.privat_ausg_an{
background:transparent;
border:1px solid #7a1705;
border-radius:10px;
padding:2px 8px 2px 5px;
margin-bottom:3px;
display:inline-block;
box-shadow: 6px 4px 9px #7a1705;
}
.privat_ausg_von{
background:transparent;
border:1px solid #196480;
border-radius: 10px;
padding:2px 8px 2px 5px;
margin-bottom:3px;
display:inline-block;
box-shadow: 6px 4px 9px #196480;
}
#close_privat{
	cursor:pointer;
	background-color: white;
	font-size: 10px;
	font-family: sans-serif;
	font-style: normal;
	border: 1px solid black;
	padding-left:4px;
	padding-right:4px;
}
#privat_anzeige{
	padding-bottom: 3px;
	color:white;
	height: 18px;
}
#privat_modus{
	font-size: 10px;
}
#close_privat{
	color:black;
}
.privat_mesages_window{
	height: 165px; 
	padding:3px; 
	border: 1px solid #eeeeee; 
	overflow: auto;
}
.privat_win_button{
	cursor:pointer; 
	font-weight:bold;
	border: 1px solid #ffffff;
	width: 190px;
	margin-top: 3px;
	background-color: #000000;
	text-align: center;
}
.colorpick{
     font-size: 10px;
     cursor:pointer;
     border: 1px solid black;
     width: 100%;
}
.dialog{
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
}

.img_button{
	cursor:pointer;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960;
	border-bottom: solid 0px #222;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	clear: both;	
	height: 32px;
	width: 32px;

}
#message{
	background-color: #0036FC0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid white;
}

.private_message_field{
	width:300px;
	margin-top: 2px;
	background-color: #999999;
	border: 1px solid white;
}

a:link {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
a:visited {font-family:Arial,serif;	font-size:10pt;	color:#ffffff; text-decoration:underline;}
a:active {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
a:hover {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:none;}

/*------------ for history -----------------------*/

.kopf{ background-color:#111111; }
.gerade{ background-color:#555555; }
.ungerade{ background-color:#333333; }
.privat_von{ background-color:#115511; }
.privat_nach{ background-color:#551111; }


/*------------ for adminbereich -----------------------*/
#adminbereich_body{
background-color:#666666;
color:white;
font-size: 12px;
font-family: sans-serif;
}
#adminbereich_body a:link {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:none;}
#adminbereich_body a:visited {font-family:Arial,serif;	font-size:10pt;	color:#ffffff; text-decoration:none;}
#adminbereich_body a:active {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
#adminbereich_body a:hover {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
/*---------------------------- for Window -------------------------*/
.overlay_etchat_beats_demo {
	background-color: #f8f2e1;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.etchat_beats_demo_nw {
  border-left: 1px solid #2C299B;
 border-top: 1px solid #2C299B;
 border-bottom: 1px solid #8888ee;
  width:10px;
  height:18px;
   /*background-image:url('roombg.gif');
 background-repeat:repeat-x;*/
 background-color: #06293C;
}

.etchat_beats_demo_n {
  border-top: 1px solid #2C299B;
  border-bottom: 1px solid #8888ee;
   /*background-image:url('roombg.gif');
 background-repeat:repeat-x;*/
 background-color: #06293C;
}

.etchat_beats_demo_ne {
 border-right: 1px solid #2C299B;
 border-top: 1px solid #2C299B;
 border-bottom: 1px solid #8888ee;
  width:10px;
  height:18px;
   /*background-image:url('roombg.gif');
 background-repeat:repeat-x;*/
 background-color: #06293C;

}

.etchat_beats_demo_w {
 border-left: 1px solid #2C299B;
 width:10px;
  background-color: #06293C;
}

.etchat_beats_demo_e {
  border-right: 1px solid #2C299B;
  width:10px;
  background-color: #06293C;
}

.etchat_beats_demo_sw {
 border-left: 1px solid #2C299B;
 border-bottom: 1px solid #2C299B;
  width:10px;
  height:3px;
  background-color: #06293C;
}

.etchat_beats_demo_s  {
border-bottom: 1px solid #2C299B;
background-color: #06293C;
}

.etchat_beats_demo_se, .etchat_beats_demo_sizer {
 border-right: 1px solid #2C299B;
 border-bottom: 1px solid #2C299B;
  width:10px;
  height:3px;
  background-color: #06293C;
}

.etchat_beats_demo_sizer {
	cursor:se-resize;
}

.etchat_beats_demo_close {
	width: 23px;
	height: 23px;
	background: transparent url(button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.etchat_beats_demo_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.etchat_beats_demo_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.etchat_beats_demo_title {
	float:left;
	height:14px;
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#ffffff;
}

.etchat_beats_demo_content {
	padding-top:5px;
	overflow:auto;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#06293C;
}