

#wrapper {
   min-height:100%;
   position:relative;
}
#footer {
	position:fixed;
	bottom: 0px;
	width: 100%;
	height:auto;   
}
@viewport{
    zoom: 1.0;
    width: device-width;
}
h1 {
	font-size: 15px;
	font-family: helvetica;
}
h2 {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
/*color filas de tablas*/
.fila_0 { background-color: #FFFFFF;}
.fila_1 { background-color: #E1E8F1; font-weight:bold;}


.info, .exito, .alerta, .error {
       font-family:Arial, Helvetica, sans-serif; 
       font-size:13px;
       border: 1px solid;
       margin: 10px 10px;
       padding:15px 10px 15px 50px;
       background-repeat: no-repeat;
       background-position: 10px center;
}
.info {
       color: #00529B;
       background-color: #BDE5F8;
       background-image: url(../images/info.png);
}
.exito {
       color: #4F8A10;
       background-color: #DFF2BF;
       background-image:url(../images/exito.png);
}
.alerta {
       color: #9F6000;
       background-color: #FEEFB3;
       background-image: url(../images/alerta.png);
}
.error {
       color: #D8000C;
       background-color: #FFBABA;
       background-image: url(../images/error.png);
}

/* */
.centrar
	{
		position: absolute;
		/*nos posicionamos en el centro del navegador*/
		top:50%;
		left:50%;
		/*determinamos una anchura
		width:400px;*/
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-200px;
		/*determinamos una altura
		height:300px;*/
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-150px;
		border:1px solid #808080;
		padding:5px;
	}
	
	
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}




body,td,th
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

body {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
    line-height: 20px;
    color: #555555;
}

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: none;
}

input{
display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}	

input:focus{
 border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input.input-box, textarea { background: cyan; }

input.submit {
	border:1px solid #B9C2D4;
	height: 30px;
	background-color: #6d090d;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
}

input, select {
	border:1px solid #B9C2D4;
	height: 21px;
}

.link {
	color:#333;
	font-weight: bold;
}

.panel {
	border:1px solid #3B6E22;
}

.imagebacked {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.panelScroll {
	height:408px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-image: url(../images/other/degras.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#panelMessages {
	height:408px;
	width:600px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-image: url(../images/other/degras.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#panelUsers {
	height:330px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#panelRooms {
	height: 78px; 
	width:190px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-image: url(../images/other/degras.png);
	background-repeat: repeat-x;
	background-position: 00px 0px;
}

.msgBody {
	color:rgb(0,0,0);
	width: 100%;
	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.msgTitleAll {
	color:rgb(0,64,0);
}

.msgTitlePrivate {
	color:rgb(84,0,0);
}

#contenido {
	height:100%;
	width:100%;
}

#write {
	height: 80px;
}

#emoticons {
	height: 80px;
	width:190px;
	overflow-x: hidden;
	overflow-y: auto;
}

#panelInfo {
	height: 50px;
	background-image: url(../images/other/degras.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#panelStatus {
	height: 50px;
	width:190px;
	overflow: hidden;
	background-image: url(../images/other/degras.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


#update {
	vertical-align: middle;
}

#work{
	width: 100%; 
	height: 100%;
}

#login{
	width:98%;
	height:98%;
	margin:10px;
	border:2px dotted #BBC4D6;
	background-image: url(../images/other/message.png);
	background-repeat: no-repeat;
	background-position: -15px -20px;
}

#insertar{
	width:100%;
	height:100%;
	margin:50px;
	border:2px dotted #BBC4D6;
	background-repeat: no-repeat;
	background-position: -15px -20px;
}


#logout{
	width:98%;
	height:98%;
	background-image: url(../images/other/message.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #333;
}

.title {
	/*background: url(../imagenes/logo.png) top left no-repeat;
    margin: 10px 10px 10px 10px;
    padding: 10px;
	*/
	width:98%;
	height:98%;
	background-color: #6d090d; 
	font-size: 20px;
	color: #FFF;
	background-image: url(../images/other/logo_cobratime.jpg);
	background-size: 100px 53px;
	background-repeat: no-repeat;
	background-position: 500px -0px;
}

.title a {
	color: #F5F7FA;
}
/*
.title img{
	background-image: url(../images/other/logo.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
}*/

.marco{
	border:1px solid #B9C2D4;
	height: auto;
	width: auto;
}

.emoticon {
	padding: 1px;
	margin: 2px;
	background-color: #F3F3F3;
	border: 1px dotted #3B5998;
	float: left;
}

.emoticon a {

}

.tableOptions {
	width:100%;
}

.tableOptions th {
background:#6d090d;
color:#FFF;
}

.tableOptions td {
	border: 1px dotted #3B5998;
	height: 22px;
	padding-left: 4px;
}

.tableOptions td a {
	background-color: #fff;
	width:100%;
	height:100%;
	color: #666;
	cursor: hand;
}

.tableOptions td a:hover {
	color: #000;
}
.TituloGrupo {
	font-size: 14px;
	font-weight: bold;
	color: #263962;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9C2D4;
}
.Titulo {
	color: #666;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}

.nickname {
	height: 16px;
	width: 153px;
	clear: right;
	float: none;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}

.nickinfo {
	padding-left: 18px;
	height: 16px;
	width: 144px;
	clear: right;
	float: none;
	position: relative;
	overflow: hidden;
	font-size: 9px;
}

.nameStatus {
	font-weight:bold;
}

.commandInput {
	background-image: url(../images/other/message.png);
	background-repeat: no-repeat; 
	background-position: -15px -20px;
}

.success    {
    background:url(../images/bueno.png) no-repeat scroll 5px 5px #EEF4D4;
    border: 1px solid #8FAD3D;
    color: #596C26;
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    font-family:Arial;
    margin-bottom: 10px;
    padding: 15px 15px 15px 80px;
    position: relative;
    width: 465px;   }
	
	.alert{
	

	background:url(../images/error.png) no-repeat scroll 5px 5px #e0adaf;
    border: 1px solid #6d090d;
    color: #6d090d;
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    font-family:Arial;
    margin-bottom: 10px;
    padding: 15px 15px 15px 80px;
    position: relative;
    width: 465px;   }

/*--------------------------------------------*/

.comboselect {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(new_arrow.jpg) no-repeat right #ddd;
}

.button
{
    margin: 10px;
    text-decoration: none;
    font: bold 1.5em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff;
    
    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);            
    
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    
}

.button, .button span
{
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button span
{
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 2.5em;
    
    /* The background pattern */
    
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

    /* Pattern settings */
    
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    background-size: 3px 3px;            
}

.button:hover
{
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button:active
{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}

.button-blue
{ 
height:auto;
width:auto;
color: #FFFFFF;
font-size: 20px;
    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
	cursor: hand;
}

.button-text
{ 
height:auto;
width:auto;
color: #FFFFFF;
font-size: 10px;
    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
	cursor: hand;
}

.button-blue:hover
{
    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');            
}

.button-blue:active
{
    background: #4477a1;
}