/***********************************************************************************************************************************************************
general html styles - scroll bar styles only works on IE5 -> Firefox: Rediscover the Web, download FireFox at http://www.mozilla.org/
***********************************************************************************************************************************************************/
html {
	SCROLLBAR-FACE-COLOR: #B71212;
	SCROLLBAR-HIGHLIGHT-COLOR: #B71212;
	SCROLLBAR-SHADOW-COLOR: #B71212;
	SCROLLBAR-3DLIGHT-COLOR: #B71212;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #B71212;
}
body {
	background-color: #ffffff;
	margin: 5px;
	/* general text color if not specify */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #B71212;
	text-decoration: none;
}

/***********************************************************************************************************************************************************
delimiters and spacers 
***********************************************************************************************************************************************************/
.spacer2 {
	font-size: 2px;
	line-height: 2px;
}
.spacer5 {
	font-size: 5px;
	line-height: 5px;
}
.spacer10 {
	font-size: 10px;
	line-height: 10px;
}
.linea1 {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #B00000;
	border-left-color: #B00000;
	border-right-width: 1px;
	border-left-width: 1px;
}
.linea2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #B00000;
	border-left-color: #B00000;
	background-image: url(../images/bkreckrea.gif);
}
/***********************************************************************************************************************************************************
menu styles
***********************************************************************************************************************************************************/
.topMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	margin: 0px;
	color: #333333;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
a.topMenu:hover {
	background-color: #B71212;
	text-decoration: none;
	color: #FFFFFF;
}

.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainMenu:hover {
	color: #000000;
}
/***********************************************************************************************************************************************************
form styles
***********************************************************************************************************************************************************/
.formClass {
	padding: 0px;
	border: none;
	margin: 0px;
}

.searchTextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	width: 105px;
	height: 15px;
	padding-left: 2px;
	background-color: #E9E9E9;
}

.formButtonGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A40000;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

.formButtonBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FF4242;
	border: 1px solid #990000;
	text-align: center;
	vertical-align: middle;
}

.imputTextFieldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #A40000;
	padding-left: 2px;
	background-color: #FFB7B7;
}

.imputTextFieldBlue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #990000;
	text-decoration: none;
	border: 1px solid #A40000;
	padding-left: 2px;
	background-color: #E5E5E5;
	background-image: url(../web/calendar.gif);
}

/***********************************************************************************************************************************************************
footer styles
***********************************************************************************************************************************************************/
.footerContactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
}

.footerNavigationLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #343516;
	text-decoration: none;
}

a.footerNavigationLinks:hover {
	text-decoration: underline;
}

.footerSubnavigationLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

a.footerSubnavigationLinks:hover {
	text-decoration: none;
	background-color: #E9E9E9;
}

.footerTools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	height: 15px;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
}

a.footerTools:hover {
	color: #333333;
	background-color: #FFFFFF;
}

.footerRule {
	font-size: 5px;
	line-height: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5A7867;
	border-right-color: #5A7867;
	border-bottom-color: #5A7867;
	border-left-color: #5A7867;
}
/***********************************************************************************************************************************************************
container styles
***********************************************************************************************************************************************************/
.tableBoxBrown {
	border: 1px solid #999999;
}

.tableBoxGreen {
	border: 1px solid #013C10;
}

.tableBoxBlue {
	border: 1px solid #E1E6F0;
}

.contentBoxRight {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B00000;
	border-right-color: #B00000;
	border-bottom-color: #B00000;
	border-left-color: #B00000;
}

/***********************************************************************************************************************************************************
image styles
***********************************************************************************************************************************************************/

.imageLeft{
	border: none;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-left: 0px;
	float:left;
}

.imageBoxGreen{
	border: 1px solid #343516;
}

/***********************************************************************************************************************************************************
footer styles
***********************************************************************************************************************************************************/

.fontFileHeadBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-weight: bold;
}

a.fontFileHeadBlue:hover{
	color: #ffffff;
	background-color: #999999;
}

.fontFileHeadBlueBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
}
.fontFileHeadBlueSmall3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
}

.fontFileHeadBlueSmall2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
}

.fontFileHeadBlueSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
}

a.fontFileHeadBlueSmall:hover{
	color: #FFFFFF;
}

.fontFileHeadGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #CC0000;
	font-weight: bold;
}

a.fontFileHeadGreen:hover{
	color: #000000;
	background-color: #CCCCCC;
}


.fontFileHeadBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-weight: normal;
}

.fontViajesCRListen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #BB0000;
	font-weight: bold;
}

.fontFileTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	font-weight: bold;
}

.fontFileTextGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #2B2C12;
}

.fontFileBrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-weight: normal;
}
.topLineBlue {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E1E6F0;
	border-right-color: #E1E6F0;
	border-bottom-color: #E1E6F0;
	border-left-color: #E1E6F0;
}
.fontFileWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	font-weight: normal;
}

a.fontFileWhite:hover {
	color: #CCCCCC;
	font-weight: normal;
}
