/*
colors to change
#DDDDDD
#000066
*/
/**********GENERAL**********/
body,table,td{
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	color: #000000;
}

a{
	color: #000099;
	text-decoration: none;
}
a:hover{
	color: #ff9900;
	text-decoration: underline;
}
hr{
	color: #DDDDDD;
	height: 1pt;
}

.warning{
	color: red;
	font-weight : bold;
	text-align:center;
}

input, select{
	font-size: 8pt;
	border: 1px solid #999999;
	/*border-bottom: 1px solid #DDDDDD;*/
}
#checkbox{
	border: none;
}

/******* FORMS  *******/
.list_title{
	background-color: #eeeeee;
	color: #000000;
	text-align:center;
}
.list_side{
	background-color: #eeeeee;
	color: #000000;
	text-align:right;
}
.list_data{
	border:1px solid #eeeeee;
}

/***** ADMINISTRACION  ******/
.admin_title{
	background-color: #000066;
	color:#FFFFFF;
	font-weight : bold;
	font-variant : small-caps;
}

.admin_line{
	background-color: #DDDDDD;
}
/*******  STATS  **********/
.stat_table{
	background-color:#ffffcc;
	border: 1px solid #999999;
}
.verticle{
	background-color: #eeeeee;
	font-size:8pt;
	writing-mode: tb-rl;
	filter: flipv fliph;
}
.data{
	border: 1 solid #eeeeee;
}

.menu{
	border-right:1px dashed #ccc;
}