/* Important notes:
-You may not assume ANYTHING about the path to images or media
that isn't under this file's theme pack.  In other words, no ../ relative links.
-This stylesheet will be applied after the one in
wifidog/media/base_theme/stylesheet.css.  This theme pack should only override the elements
 in the base stylesheet that you want to change.
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	_font-size:xx-small;	
	color:#333333;
	width:95%;
	
}

/* Encabezado */ 
/* Network logo */
#page_header {
	background: url('images/logo-wifi.gif') no-repeat 10px 10px;
	height:60px;
	background-color:#FF6600;
}

#page_header .welcome_msg_inner {
	margin: 10px 0px 0px 50px;
	color:#ffffff;
	
}

#page_header .welcome_msg_inner em {
	font-size: 1em;
	color: #eeeeee;
}

/* Columna izquierda */ 

#left_area_top {
	
	background: #dddddd;
	
}

#left_area_middle {
	
	background: #eeeeee;
	border: 1px solid #cccccc;
}

/* columna central */ 

#main_area {
  
	background: #FFFFFF;
	float:left;
	
}


#main_area_top {
	background: none;
	border: none;
}

#main_area_middle {
	position: relative;
/* 	width:90%; */
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#page_footer {

	clear:both;
	display:block;
	border-top:1px solid #CCCCCC;
	height:50px;
	padding:10px 0px 0px 0px;
}



#login_form {
	/* float: none;
	clear:both; */


}
#login_form form {
    padding-left: 1em;
}

#login_help {
  
	background-color:#eeeeee;
}


/*********************/

h2 {
	font-size:110%;
	color:#333333;
	margin:15px 0px 6px 0px;
	padding:0px 0px 3px 3px;
	border-bottom:1px solid #CCCCCC;
}

a, a.administration {
    color: #FF6600;
   	text-decoration: none;
	font-size:1em;
	
}


a:hover, a.administration:hover {
    color: #000000;
}

a.administration {
	/* display:block; */
	margin:2px 0px 0px 2px;
}

input {
    border: 1px solid #aaa;
}

input:hover {
    border: 1px solid #FF6600;
}

input:focus {
    border: 1px solid #FF9900 ;
}

select {
    color: #666;
    border: 1px solid #666666;
    background: #ffffff;
}

.submit {
    border: 1px solid #FF6600;
	background:#FFFFFF;
	margin:3px 0px 5px 10px;
}

.submit:hover {
    border: 1px solid #FF9900;
    background-color: #eeeeee;
}
.submit_disabled {
    border: 1px solid #eeeeee;
	margin:0px;
}

fieldset {
	
	/* clear:both; */
	background-color: #ffffff;
    border: 1px solid #FF6600;
	margin:10px 0px 20px 10px;
	padding:10px;
	/* width:80%; */
}
fieldset legend {
	color: #ffffff;
	background-color:#FF6600;
	font-size: 1.2em;
	font-weight: bold;
	padding:5px 10px;
	
}
fieldset table {
    width: 100%;
    border-collapse: collapse;
}
fieldset tr.odd {
    background-color: #fff;
}
fieldset th {
    text-align: left;
}

fieldset .red {
    background-color: #CC0000;
}
/**********************************/ 


#politicas {
	height: 200px;
	overflow:auto;
	padding: 10px;
}

#politicas ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#politicas ul li {
	margin:8px 0px 0px 0px;
	background:url(images/vinieta_2.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:0px 0px 0px 8px;
}

#politicas ul ul li {
	background:none;
}

#politicas ol {
	margin:10px 0px 0px 0px;
	_margin:10px 0px 0px 30px;
}

#politicas ol li {
	margin:5px 0px 0px 0px;
}


.errormsg {
	color:#FF0000;
	font-size:1em;
	padding:3px 10px;
	/* border:1px solid #FF0000; */
}

#warning_message_area {
	background-color: #FF6600;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 2px solid #000000;
}

.admin_element_group
{
	border: 1px solid #FF6600;
	padding: 10px;
}
