/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/


.accordionTitulo{
	width:800px;
    height:30px;
	background-color:#D52B1E;
	color:#fff;
	padding-left:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	margin-left:10px;
	margin-top:-20px;

}

.accordionButton {
	width: 800px;
	height:27px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	background-color:#ebebeb;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	color:#D52B1E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
	font-size: 14px;
	display:block;
}
	
.accordionContent {
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	padding:5px;
	color: #666;
}


.accordionContent img{
	border:solid 1px #0EAFE5;
}



.accordionBold {
	font-weight:bold;
}

.accordionNotas {
	width: 100%;
	height:100px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	background-color:#F0F8FF;
	/*padding-top:10px;
	padding-left:10px;*/
	color:#2F73BA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*	margin-bottom:35px;*/
	font-size: 14px;
	/*margin-left:10px;*/
}

.accordionNotasAddFile {
	width: 800px;
	height:100px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	background-color:#ebebeb;
	/*padding-top:10px;
	padding-left:10px;
	color:#2F73BA;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:35px;
	font-size: 14px;
	/*margin-left:10px;*/
}
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background-color:#f7f6f6;
	
	}
	
.over {
	background-color:#dadada;
	}
	
.pdf{
	margin-left:10px;
	display:inline-block;
	border:0 !important;
}


/************************************/
	/** PERSONALIZACION **/
			.accordionButton {
				width: 100%;
				height: auto;
			}
		
			.on {
				background-color: #dadada;
				color: #fff;
			}
			.accordionTitulo {
				width: 100%;
				height: 50px;
				margin-top: 0;
				margin-left:0px;
				
			}
		
			.btnpaso4 {
				margin:0 0 !important;
			}
		
			.textoNoResponder {
				height: auto;
				margin-bottom: 10px;
				padding: 13px;
				vertical-align:top;
				color:#333;
	}
			
			.accordionButton {
   
				color: #545454;}

.btn-descarga { color:#31708f; text-decoration: underline;}
.nota-interna { background: #d9edf7;}

.c-user {padding-left:15%; text-align: right;}

.c-mod{padding-right:15%;text-align: left;}

.c-coment { padding-bottom: 50px;}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
	font-weight: normal; }

/************************************/

