/* 
	Folha de Estilos CRS Hoteis
	"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

	Esquema de Cor: Vermelho

	Divisoes: 
		1. Body
		2. Fontes
		3. Tabelas
		4. Links
		5. Inputs
		6. Botoes
		7. Widths
*/



/* =============================================================
			1. Body 
============================================================= */

body {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

th {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}



/* =============================================================
			2. Fontes 
============================================================= */

.ff_Arial {
	font-family: Arial;
}



.fs_9 {
	font-size: 9px;
}

.fs_10 {
	font-size: 10px;
}

.fs_11 {
	font-size: 11px;
}

.fs_12 {
	font-size: 12px;
}

.fs_13 {
	font-size: 13px;
}

.fs_14 {
	font-size: 14px;
}

.fs_15 {
	font-size: 15px;
}

.fs_16 {
	font-size: 16px;
}



.fc_Black {
	color: #000000;
}

.fc_Dark_Blue {
	color: #0000CC;
}

.fc_Dark_Gray {
	color: #666666;
}

.fc_Dark_Green {
	color: #009900;
}

.fc_Dark_Red {
	color: #990000;
}

.fc_Gray {
	color: #CCCCCC;
}

.fc_Orange {
	color: #E96400;
}

.fc_Red {
	color: #990000;
}

.fc_White {
	color: #FFFFFF;
}



.fw_Bold {
	font-weight: bold;
}

.fw_Normal {
	font-weight: normal;
}



/* =============================================================
			3. Tabelas
============================================================= */

.edit_bg_nivel_1 {
	background-color: #999999;
}

.edit_bg_nivel_2 {
	background-color: #ADADAD;
}

.edit_bg_nivel_3 {
	background-color: #C2C2C2;
}

.edit_bg_nivel_4 {
	background-color: #CCCCCC;
}

.edit_bg_nivel_5 {
	background-color: #CFCFCF;
}

.edit_bg_nivel_6 {
	background-color: #F2F2F2;
}

.edit_bg_nivel_7 {
	background-color: #FFFFFF;
}



/* =============================================================
			4. Links
============================================================= */

A, A:Text, A:Active, A:Link, A:Visited {
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}



/* =============================================================
			5. Inputs
============================================================= */

.Input20 {
	height: 16px; 
	width: 20px; 
}

.Input30 {
	height: 16px; 
	width: 30px; 
}

.Input40 {
	height: 16px; 
	width: 40px; 
}

.Input50 {
	height: 16px; 
	width: 50px; 
}

.Input60 {
	height: 16px; 
	width: 60px; 
}

.Input70 {
	height: 16px; 
	width: 70px;
}

.Input80 {
	height: 16px; 
	width: 80px; 
}

.Input90 {
	height: 16px; 
	width: 90px; 
}

.Input100 {
	height: 16px; 
	width: 100px; 
}

.Input110 {
	height: 16px; 
	width: 110px; 
}

.Input120 {
	height: 16px; 
	width: 120px; 
}

.Input130 {
	height: 16px; 
	width: 130px; 
}

.Input140 {
	height: 16px; 
	width: 140px; 
}

.Input150 {
	height: 16px; 
	width: 150px; 
}

.Input160 {
	height: 16px; 
	width: 160px; 
}

.Input170 {
	height: 16px; 
	width: 170px; 
}

.Input180 {
	height: 16px; 
	width: 180px; 
}

.Input190 {
	height: 16px; 
	width: 190px; 
}

.Input200 {
	height: 16px; 
	width: 200px; 
}



/* =============================================================
			6. Botoes
============================================================= */

.White_Button {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	cursor: hand;
	padding: 0px 2px;
}



/* =============================================================
			7. Widths
============================================================= */

.w20 {
	width: 20px; 
}

.w30 {
	width: 30px; 
}

.w40 {
	width: 40px; 
}

.w50 {
	width: 50px; 
}

.w60 {
	width: 60px; 
}

.w70 {
	width: 70px;
}

.w80 {
	width: 80px; 
}

.w90 {
	width: 90px; 
}

.w100 {
	width: 100px; 
}

.w110 {
	width: 110px; 
}

.w120 {
	width: 120px; 
}

.w130 {
	width: 130px; 
}

.w140 {
	width: 140px; 
}

.w150 {
	width: 150px; 
}

.w160 {
	width: 160px; 
}

.w170 {
	width: 170px; 
}

.w180 {
	width: 180px; 
}

.w190 {
	width: 190px; 
}

.w200 {
	width: 200px; 
}

.w300 {
	width: 300px; 
}




/* Fim do Arquivo */

