/**
*	Title : Full d'estils CSS del disseny de la gestió acadèmica
*
*	Comment : Estructura i distribució
*
*	Victor Llorente Vaquero
*	24/09/2009
*	vllorente@uda.ad
*/

/* Core */

* {
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 11px;
	color: #222222;
}

hr {
	height:1px;
	border-width:0;
	background-color: #C5C5C5;
}

body {
	background-color: #F7F7F7;
}

img {
	border: none;
	vertical-align: bottom;
}

input, textarea {
	border: 1px solid #C5C5C5;
}

textarea {
	resize:none;
}

input:focus, textarea:focus {
	background: #eaeaea;
}

select {
	border: 1px solid #C5C5C5;
	max-width: 420px;
}

select[multiple] {
	border: 1px solid #C5C5C5;
	max-width: 650px;
}

a:link, a:visited {
	text-decoration: none;
	color: #222222;
}

a:hover {
	text-decoration: underline;
	color: #222222;
}

table {
	border: 0;
}

tr, td {
	padding: 1px 5px 1px 5px;
	margin: 0;
}

/* Core classes */

.center_content {
	margin: 0 auto;
	width: 950px;
}

.navigation {
	float:left;
	padding: 2px 0;
}

.status {
	float:left;
}

.options {
	float:right;
}

.legend {
	float: left;
	width: 100%;
	padding: 0.5em;
	text-align: center;
}

.img_button {
	border: none;
	vertical-align: bottom;
}

.no_border {
	border:none;
}

.div_input{
	display: block;
	float: left;
}

.div_input_error{
	border: 1px dotted #FF0033;
	display: block;
	float: left;
	padding: 2px;
}

.photo {
	position: absolute;
	top: 5em;
	left: 70em;
	padding: 5px;
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
  -moz-border-radius: 5px;
  -moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
  -khtml-border-radius: 5px;
  -khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
  border: 1px solid #C5C5C5;
}


.label_error {
	display: block;
	color: #FF0033;
	font-weight: bold;
	padding: 3px;
}

.label_info {
	display: block;
	color: #3366FF;
	font-weight: bold;
	padding: 3px;
}

.label_ok {
	display: block;
	color: #3366FF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.mandatory {
	font-weight: bold;
}

.footer {
	margin: 0 auto;
	text-align: center;
}

.row0 {
	background-color: #EAEAEA;
}

.section_header {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.label_header {
	float: left;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	margin-bottom: 6px;
	border-bottom: 1px dotted #c5c5c5;
	width: 100%;
	font-size: 115%;
}

.label_sub_header {
	float: left;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	font-size: 105%;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 100%;
}

.label_nodata {
	float: left;
	font-style: italic;
	color: #888888;
}

.label_left {
	float: left;
	width: 30%;
	font-weight: bold;
	padding: 0.2em 0;
}

.label_left_100 {
	float: left;
	width: 100%;
	font-weight: bold;
	padding: 0.2em 0;
}

.label_left_short {
	float: left;
	width: 20%;
	font-weight: bold;
	padding: 0.2em 0;
}
.label_right {
	float: right;
	width: 30%;
	font-weight: bold;
	padding: 0.2em 0;
	text-align: right;
}

.label_right_short {
	float: right;
	padding: 0.2em 0;
	text-align: right;
}

.label_indent {
	float: left;
	text-align: justify;
	margin: 0 3em ;
	padding: 0.2em 0;
}

.label_left_strong {
	font-weight: bold;
	padding: 0.2em 0;
}

.label_left_aux {
	float: left;
	padding: 0.2em 0;
	width: 70%;
}

.label_left_check {
	float: right;
	padding: 0.2em 0;
	width: 80%;
	font-weight: bold;
}

.label_left_number {
	float: left;
	text-align: right;
	padding: 0.2em 0;
	width: 10%;
}

.label_left_number_frac {
	float: none;
	text-align: justify;
	padding: 0.2em 0;
	width: 10%;
}

.import_right_label{
	float: right;
}

.import_right_short_label{
	float: left;
	font-weight: bold;
	padding: 0.2em 0;
	margin-right: 3em;
}

.import_right_number_label{
	float: left;
	text-align: right;
	padding: 0.2em 0;
}

.main_info {
	float: left;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	margin-bottom: 5px;
	font-size: 120%;
}

.actions {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	margin-bottom: 1em;
	padding: 0.5em;
}

.bulk {
	padding: 0.5em;
}

.num_regs {
	text-align: right;
	margin-right: 5px;
}

.section_entry {
	width: 100%;
	clear: both;
	padding-top: 0.5em;
}

.section_delete {
	padding-top: 0.5em;
}

.content_section {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	margin-bottom: 1em;
	padding: 0.5em 0.5em 1em 0.5em;
}

.content_confirm_delete {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #FF0033;
	margin: 1em auto;
	padding: 0.5em 0.5em 1em 0.5em;
	width: 60%;
	text-align: center;
	background-color: #FFEBE8;
}

.content_confirm {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	margin: 1em auto;
	padding: 0.5em 0.5em 1em 0.5em;
	width: 60%;
	text-align: center;
}

.content_no_confirm {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #FF0033;
	margin: 1em auto;
	padding: 0.5em 0.5em 1em 0.5em;
	width: 60%;
	text-align: center;
	background-color: #FFEBE8;
}

/* Header */

.main_header {
	border-radius: 5px 5px 0px 0px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px 5px 0px 0px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	background: #D7D7BB none no-repeat scroll 5px 4px;
	margin: 0 auto 1.5em auto;
	padding: 0.3em;
}

.main_header_tabs {
	border-radius: 0px 0px 5px 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 0px 0px 5px 5px;
	-moz-box-shadow: 0pt 1px 10px rgb(200, 200, 200);
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	top: -17px;
	position: relative;
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: rgb(197, 197, 197);
	margin: 0 10px 0 10px;
}

.main_header_title_position {
	padding: 1px 0px 0px 45px;
}

.main_header_ts {
	position:relative;
}

.main_header_search {
	position: absolute;
	top: 0.8em;
	right: 5px;
}

.main_header_title {
	font-size:18px;
	font-weight:bold;
}

.main_header_subtitle {
	font-size:14px;
}

/* Drop-Down Menu */

ul#toptabs {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}

ul#toptabs li {
	float: left;
	padding: 2px;
	margin: 6px 2px 0px 2px;
}

ul#toptabs div {
	border: 1px solid #C7C7C7;
	border-top: 0px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	visibility: hidden;
	margin-left: -5px;
	margin-top: 2px;
	padding: 0px;
	background-color: #f7f7f7;
}

#toptabs div a {
	position: relative;
	display: block;
	padding: 5px 10px;
}

#toptabs div a:hover {
	background-color: #d7d7bb;
}

/* End Drop-Down Menu */

ul#disconnect {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
}

ul#disconnect li {
	float: right;
	padding: 2px;
	margin: 6px 2px 0px 2px;
}

/* Buttons */

.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	margin: 0 2px;
	vertical-align: baseline;
}

/* Public preregistration form */

.entry {
	padding: 2px;
	width: 100%;
	clear: both;
}

.clear {
	clear: both;
}

.prereg_label_left {
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	padding-top: 2px;
	width: 45%;
}

/* Login form */

.login_section {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	margin: 0 auto 1em;
	width: 50%;
	padding: 0 0 1em;
}

.login_header {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	background: #D7D7BB none no-repeat scroll 5px 4px;
	margin: 0 auto 1.5em auto;
	width: 70%;
}

.login_header_text {
	font-size: 20px;
	font-weight: bold;
	left: -32px;
	position: relative;
	text-align: center;
}

.login_label_left {
  float: left;
  text-align: right;
  margin-right: 5px;
  display: block;
  padding-top: 2px;
  width: 50%;
}

.login_info {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #FF0033;
	margin: 0 auto 1em;
	padding: 1em 0 1em;
	width: 50%;
	background-color: #FFEBE8;
}

/* Public header */

.header {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	background: #D7D7BB none no-repeat scroll 5px 4px;
	margin: 0 auto 1.5em auto;
}

.header_text {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/* Public classes */

.info {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #FF0033;
	margin-bottom: 1em;
	padding: 0.5em;
	text-align: center;
	background-color: #FFEBE8;
}

.info_ok {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #3366FF;
	margin-bottom: 1em;
	padding: 0.5em;
	text-align: center;
	background-color: #BBDDFF;
}

.no_results {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	margin-bottom: 1em;
	padding: 0.5em;
	text-align: center;
	color: #888888;
	font-style: italic;
}

.section {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	margin-bottom: 1em;
	padding: 0 0 1em;
}

.info_lang {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	margin-bottom: 1em;
	padding: 0.5em;
	text-align:center;
}

.info_left {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	margin-bottom: 1em;
	padding: 0.5em;
}


/* All modules */

.table_section {
	border-radius: 5px;
	box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 1px 10px;
	border: 1px solid #C5C5C5;
	margin-bottom: 1em;
	padding: 5px;
}

.table_header {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	background-color: #D7D7BB;
}

.table_header_center {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	background-color: #D7D7BB;
	text-align: center;
}

.table_img_cell {
	text-align: center;
	width: 1px;
	padding: 1px;
}

.table_count_cell {
	text-align: right;
	padding: 1px;
	width: 1px;
}

.table_decimal {
	text-align: right;
	padding: 1px;
	white-space: nowrap;
}

.text_error {
	color: #FF0000;
}

.pagination {
	padding: 5px;
}

/* El següent correspon als tabuladors */

ul.tabbar {
	display: none; /* Això es important per al Tabbar, no es mostrar si JavaScript no esta disponible */
	margin: 0;
	padding: 0;
}

.tabbar a {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius: 5px 5px 0px 0px;
	display: block;
	float: left;
	margin-left: 5px;
	border: 1px solid #D7D7BB;
	border-bottom: 0;
	background-color: #D7D7BB;
	padding: 0.2em 0.6em;
	cursor: pointer;
}

.tabbed_box {
	clear: both;
}

.table_text_left_cell {
	text-align: left;
}

.table_text_center_cell {
	text-align: center;
}

.table_text_right_cell {
	text-align: right;
}

.qualification_calls_extra {
	color: #FF0000;
	text-align: center;
}