/*-------------------------------------------------------------*/
/************      ABP Style Sheets       ************/
/*-------------------------------------------------------------*/
/*margin-top
margin-right
margin-bottom
margin-left*/
/*--------------------------- TAGS ----------------------------*/

/* #69AC2D  VERDE */

body {
	margin: 0px 0 0 0; 
	padding: 0; 
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 13px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
/*	padding: 6px 0 0 10px;*/
	margin: 15px 0 10px 0;
	font-family: Arial;
	color: #69AC2D;
/*	background: url(../../common/images/h1back.jpg) 0px 0px no-repeat #FFFFFF;	
	height: 35px;*/
}

h4 {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding: 4px 0 0 10px;
	margin: 0px;
	font-family: Century Gothic, Verdana;
	color: #FFFFFF;
	background: url(../../common/images/h4back.jpg) 0px 0px no-repeat #FFFFFF;	
	height: 26px;
}

h3 {
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	font-family: Arial;
	padding-top: 15px; 
}

h5 {
	text-align: left;
	font-size: 14px;
	color: #999999;
	margin-bottom: 0px;
	text-decoration:underline;
	font-weight: bold;
	font-family: Arial;
}

.inputButton {
	background-color: #DDDDDD;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #EEEEEE #999999 #999999 #EEEEEE !important;
	color: #000000;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
}

.textoRegistrar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}

.inputRegistrar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

/*--------------------------- MAIN ----------------------------*/
.main {
	width: 1000px; 
	margin: 0 auto; 
	text-align: left;
	background: #FFFFFF;
	height: auto !important;
}
/*-------------------------- HEADER ---------------------------*/
	.header {
		overflow: hidden; 
		height: auto !important; 
		height: 1%;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
		.firstline {
			background-color: #555555; 
			height: 3px; 
			font-size: 1px; 
			clear: both;
			margin: 0 0 0 0;
		}	

		.secondline {
			background-color: #9BD766; 
			height: 6px; 
			font-size: 1px; 
			clear: both;
			margin: 1px 0 0 0;
		}	

/*-------------------------- CENTRAL --------------------------*/	
	.central {
		overflow: hidden; 
		height: auto !important;
		height: 1%; 
		clear: both;
		padding-bottom: 20px;
	}

/*------------------------- IZQUIERDA / MENU -------------------------*/				

		.colleft {
			float: left;
			width: 200px;
			height: auto !important;
		}

			.loginError {
				background-color: #FFFFFF;
				border: 1px solid #9BD766;
				text-align: center;
				width: 184px;
				color: #000000;
				padding: 3px 0 3px 0;
				margin-bottom: 6px;
				display: none;
			}

			.loginTitle {
				background-color: #EEEEEE;
				width: 180px;
				padding: 3px 0 3px 5px;
				margin-bottom: 6px;
				border-bottom: 1px solid #000000;
			}

			.divLogin {
				margin: 20px 0 10px 15px;
				font-size: 11px;
				font-weight: bold;
				font-family: Century Gothic;
				padding-bottom: 20px;
			}
				.divLogin input {
					border: 1px solid #CCCCCC;
				}

			.divBienvenido {
				margin: 20px 0 10px 15px;
				font-size: 11px;
				font-weight: bold;
				font-family: Century Gothic;
				border-bottom: 1px solid #CCCCCC;
				padding-bottom: 20px;
			}


			.ulMenu {
				list-style-position: outside;
				list-style-type: none;
				margin: 5px;
				padding: 0;		
				font-size: 13px;
				font-weight: normal;
				font-family: Arial, Helvetica, sans-serif;
			}
							
				.ulMenu li{
					margin: 0 10px 0 6px;
				}

				.ulMenu li a,
				.ulMenu li a:link,
				.ulMenu li a:visited {
					text-decoration: none;
					display: block;
					line-height: 22px;
					padding: 2px 5px 2px 5px;
					color: #000000;
					border-bottom: 1px dotted #CCCCCC;
				}
				.ulMenu li a:hover,
				.ulMenu li a:active {
					color: #FFFFFF;
					background-color: #9BD766;
				}

			.ulSubmenu {
				list-style-position: outside;
				list-style-type: none;
				margin: 0;
				padding: 0;		
				font-size: 13px;
				font-weight: normal;
				font-family: Arial, Helvetica, sans-serif;
			}
							
				.ulSubmenu li a,
				.ulSubmenu li a:link,
				.ulSubmenu li a:visited {
					background: none !important;	
					text-decoration: none;
					display: block;
					border: 0px !important;
					line-height: 13px;
					padding: 8px 5px 8px 12px;
					color: #000000;
					font-weight: normal;
				}
				.ulSubmenu li a:hover,
				.ulSubmenu li a:active {
					color: #589225;
					font-weight: normal;
					border: 0px;
					background: none !important;	
				}


			.divLeftSponsor{
				margin-top: 20px;
				font-size: 13px;
				font-weight: bold;
				font-family: Arial;
			}


		.divInvite{
			border: 1px solid #CCCCCC;
			margin: 12px;
			padding: 5px;
			font-size: 11px;
			text-align: center;
			background-color: #F3F3F3;
		}
	
		
		.specialButton{
			background: url(../../common/images/backMenu.jpg) 0px 0px no-repeat #FFFFFF;	
			height: 30px;
			padding: 5px 0 0 34px;
			font-size: 14px;
			font-weight: bold;
			margin-left: 16px;
		}
/*-------------------------- MEDIO ---------------------------*/		
		.colmid {
			margin: 0 0px 0 210px;
			padding: 0 8px 0px 8px;
			width: 760px;
/*			background: url(../../common/images/imgBackground.jpg) 0px 0px no-repeat #FFFFFF;	
			background-position: bottom right;*/
			height: auto !important;
		}

			.fix3pix {
				margin: 0 !important;
				margin: 0 -3px;
				padding: 0px 0 !important;
				padding: 0px 3px;				
			}
			
			.divTopMenu {
				background: url(../../common/images/backTopMenu.jpg) no-repeat;
				height: 24px;
				color: #FFFFFF;
				padding-right: 10px;
				padding-top: 1px;
				font-size: 11px;
			}


			.sepline {
				background-color: #CCCCCC; 
				height: 1px; 
				margin: 10px 0 10px 0;
				font-size: 1px; 
			}

			.selInput {
				font-size: 13px;
			}


/*------------------------ MAIN --------------------*/
		
		.selCombo {
			font-size: 10px;
		}

		.tableUnreaded {
			margin-top: 10px;
			width: 740px;
			border-collapse: collapse;
		}
			
			.tableUnreaded td {
				padding: 3px 0 3px 3px;
			}
		
			.tablePhoto {
				height: 20px;
				vertical-align: middle;
				border: 1px solid #EEEEEE;
				margin-right: 5px;
			}

			.trHeader {
				background-color: #EEEEEE;
				font-weight: bold;
				height: 14px;
			}

			.trHeader2 {
				text-align: center;
				background-color: #EEEEEE;
				font-weight: bold;
				height: 16px;
			}
			
			.tbHeader2 {
				font-size: 13px;
				color: #999999;
				font-weight: bold;
				font-family: Arial;
				padding-top: 15px; 
			}

			.itemOdd {
				background: #EEEEEE;
			}

		.msgSave {
			text-align:center;
			border: 2px solid #CCCCCC;
			background-color: #EEEEEE;
			font-weight: bold;
			color: #000000;
			padding: 3px 0 3px 0;
			margin: 0px 50px 10px 50px;
		}

		.textIndex1 {
			font-size: 15px;
			font-weight: bold;
			margin-top: 5px;
			margin-bottom: 20px;
			text-align: center;
		}


		.menuCols{
			list-style-position: outside;
			list-style-type: none;
			margin: 0;
			padding: 0;		
			margin-left: 30px;
		}

			.menuCols li{
				background: url(../../common/images/menudotindex.jpg) 6px 8px no-repeat #FFFFFF;	
				text-decoration: none;
				padding: 0px 0px 0px 18px;
				display: block;
			}


		.photoProf{
			border: 3px solid #CCCCCC;
		}


		.newItemButton {
			width:auto;
			background: url(../../main/images/addButton.png) 0px 0px no-repeat #FFFFFF;
			width: 155px;
			height: 32px;
			padding: 3px 0 0 5px;
		}

		.charItem {
			color: #69AC2D;
			text-decoration: none;
		}


		.divCaseUsers{
			border: 1px solid #9BD766;
			background-color: #EFFEDE;
			width: 180px;
			padding: 0px;
			font-size: 11px;
			margin-bottom: 10px;
			margin-left: 20px;
		}

			.divCaseUsersTitle{
				font-size: 12px;
				color: #FFFFFF;
				padding: 3px;
				background-color: #9BD766;
				text-align: center;
			}

			.photoCaseUser{
				width: 40px;
				border: 0px;
			}


		.optionButtonSelected {
			background: url(../../main/images/optionButtonSel.png) 0px 0px no-repeat #FFFFFF;
			width: 64px;
			height: 20px;
			text-align: center;
			font-size: 11px;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
		}

		.optionButtonUnselected {
			width: 64px;
			height: 20px;
			text-align: center;
			font-size: 11px;
			color: #9BD766;
			font-weight: bold;
			text-decoration: none;
		}


/*------------------------ TABLE --------------------*/
	.tableStandard{
		border-collapse: collapse;
		border: 1px solid #EEEEEE;
		font-size: 11px;
	}

		.tableStandard td{
			border-collapse: collapse;
			border: 1px solid #EEEEEE;
			height: 24px;
		}

		.trTableStandard td{
			height: 16px;		
			background-color: #EFFEDE;
			color: #444444;
			font-weight: bold;
		}

		.trTableStandard th{
			height: 16px;		
			background-color: #EFFEDE;
			color: #444444;
			font-weight: bold;
		}

/*------------------------ INDEX LOGGED --------------------*/
		.divItemBoxTop{
			border: 1px solid #9BD766;
			background-color: #EFFEDE;
			width: 740px;
			padding: 8px;
			font-size: 12px;
			margin-top: 10px;
			line-height: 20px;
			text-align: center;
		}

		.divItemBoxUp{
			border: 1px solid #DDDDDD;
			width: 576px;
			padding: 5px;
			font-size: 11px;
			float: left;
			margin-right: 5px;
			margin-bottom: 8px;
			overflow: hidden;
			height: 120px;
		}

		.divItemBoxLeft{
			border: 1px solid #DDDDDD;
			width: 280px;
			padding: 5px;
			font-size: 11px;
			float: left;
			margin-right: 5px;
			margin-bottom: 8px;
			overflow: hidden;
			height: 195px;
		}


		.divItemBox{
			border: 1px solid #DDDDDD;
			width: 280px;
			padding: 5px;
			font-size: 11px;
			float: left;
			margin-bottom: 8px;
			overflow: hidden;
			height: 195px;
		}

			.divItemBoxTitle{
				font-size: 12px;
			/*	height: 24px;*/
				color: #666666;
				padding-top: 4px;
				padding-bottom: 4px;
				background-color: #FFFFFF;
			}


		.linkMain,
		.linkMain:link,
		.linkMain:visited {
			color: #444444;
			text-decoration: none;
		}
		.linkMain:hover,
		.linkMain:active {
			color: #9BD766;
		}

		.colRightIndex{
			float: right;
			width: 160px;
			border-left: 1px solid #CCCCCC;
		}

			.colRightIndexTitle{
				font-size: 11px;
				color: #9BD766;
				padding: 6px;
				border-bottom: 1px dotted #DDDDDD;
				margin-bottom: 5px;
			}

				.colRightIndexTitle div{
					padding: 8px 0 4px 0;
					text-align: left;
					color: #666666;
				}

/*------------------------ VIEW MESSAGE --------------------*/
		.tableMsjComplete {
			width: 760px;
		}
		
			.photoMessage {
				height: 70px;
				border: 1px solid #CCCCCC;
			}

			.tdMessage {
				vertical-align: middle;
				padding: 7px 10px 7px 0px;
				border-bottom: 1px solid #CCCCCC;
			}

		.taMessage {
			border: 1px solid #CCCCCC;
			width: 640px;
			height: 65px;
			font-family: Arial;
			font-size: 12px;
		}

		.taMessage2 {
			border: 1px solid #999999;
			height: 50px;
			font-family: Arial;
			font-size: 12px;
			width: 600px;
		}

/*--------- NAVIGATOR -----------*/
.nav {
	width: 760px;
	background-color: #EEEEEE; 
	border-bottom: 1px solid #CCCCCC; 
	font-size: 10px;
	overflow: hidden;
	height: auto !important; 
	height: 1%; 
	color: #666; 
	line-height: 21px;
	padding: 0;
	margin: 0 0px 0 0px;

}
	.navItemsPerPage {
		float: right; 
		font-weight: bold;
		padding: 0 5px;
	}
		.navItemsPerPage select {
			font-size: 10px; 
			vertical-align: middle;
		}

	.navLinks {
		float: left;	
	}
		.navLinks a,
		.navLinks a:link,
		.navLinks a:visited {
			padding: 0 5px 0 !important; 	
			vertical-align: top;
			color: #666;
			float: left;
			text-decoration: none;
			line-height: 21px;
		}	
		.navLinks a:hover,
		.navLinks a:active {
			background-color: #FFFFFF; 
		}
		.navLinks .linkActual {
			background-color: #D2D5A9;
			color: #000; 
		}
		.navLinks b  {
			padding-right: 5px;
			padding-left: 5px;
		}
		.navLinks a.rBor {
			border-right: 1px solid #D2D5A9; 
		}



/*--------- FOOTER -----------*/
	.footer {
		clear: both; 
		font-size: 9px;
		text-align: center;
		border-top: 1px solid #9BD766;
		padding: 5px 0;
		color: #AAA;
		font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	}

