/* CSS Document *//* CSS Document */

/*-------------General Class--------------------*/

html{
	color               : #666;
}


a:link, a:visited {
    color               : #006;
    text-decoration     : none;
	border-bottom		: 1px dashed #006;
}

a:hover {
    color               : #666;
	border-bottom		: 1px dashed #666;
}

/*------------Main Container-------------*/
#tbl_all_container td{
	background-color    : #C5C5C5;	
}

#openCont{
    background          : bottom transparent url(../images/contBTop.gif) no-repeat ;
}

#container{
    background          : top transparent url(../images/contBMid.gif) repeat-y ;
}
/***--- interno al container ---***/
	#containerGradient{
		background          : bottom transparent url(../images/contGradientBottom.jpg) no-repeat ;
	}
	
		/***--- interno al containerGradient ---***/
		#mainContent{
			width				: 100%;
			float				: left;
			clear               : both;
			margin              : 0px;
			height:100%;
		}

			/***--- interno al mainContent ---***/
			#left{
			}
			
			#right{
			background-color	: #F3F3F3;
			background          : right bottom #F3F3F3 url(../images/bgVela.gif) no-repeat;				
			}
				/***--- interno al containerGradient ---***/
				#header{
					background          : bottom transparent url(../images/head.gif) no-repeat;
				}
				
					/***--- interno al header ---***/
					#topHead{
						color				: #FFF;
						text-align			: right;
						font-size			: 11px;
					}
					
					#logo{
						background          : bottom transparent url(../images/logo.gif) no-repeat;			
					}
					
					#imgHead{
						background          : bottom transparent url(../images/head.jpg) no-repeat;						
					}
					
					#botHead{
						background-color	: #006;
					}
			
#closeCont{
    background          : top transparent url(../images/contBBot.gif) no-repeat ;
}

.btnBoxsel{
	border				: 2px solid #EEE;
	float				: left;
	background-color	: #EEE;
	color				: #006;
	display				: block;
	cursor				: pointer;
}

.btnBoxDesel{
	border				: 2px solid #FFF;
	border-bottom		: 2px solid #EEE;
	float				: left;
	background-color	: #CCC;
	color				: #FFF;
	display				: block;
	cursor				: pointer;
}
