/* CSS Stylesheet for the Hotellinx website at www.hotellinx.com */

/* Default styles. These styles are applied to any instance of the
   specified tag */

body
{
    background-color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    color: Black;
    margin: 0;
}

img
{
	border-width:0;
}

A:link, A:visited, A:active
{	
	text-decoration:	none;
	/*color:	#FF9A34;*/
	color: #E4892E;
}
		
A:hover
{
	text-decoration:	underline;
	/* color:	#FF9A34;*/
	color: #E4892E;
}

TABLE
{
	border-width: 0;
	margin: 0;
}

TD
{
    font-size: x-small;
	border-width: 0;
	margin: 0;
}

H1
{
	font-size:medium;
}

H2
{
	font-size: small;
}

H3
{
	font-size: xx-small;
	font-weight: bold;
}



/* Specific styles. These styles are only applied to those which
	use the CLASS attribute. */

/* Class used for an error label */

.error
{
	color:Maroon;
	font-size: x-small;
}


/* Used to increase the size of text */

.largeText
{
	font-size: medium;
}


/* Used in the menu bar at the top */

TD.menuEdgeSeparator
{
	background-image: url(./images/menuSeparator.gif) ;
	font-size: xx-small;
	height: 19px;
	width: 5px;
}

TD.menuMiddleSeparator
{
	background-image: url(./images/menuSeparator.gif) ;
	font-size: xx-small;
	height: 19px;
	width: 5px;
}

TD.menuMiddle
{
	background-image: url(./images/menuMiddle.gif);
	padding-left: 10px;
	padding-right: 10px;
	height: 19px;
	margin-left: auto; 
	margin-right: auto;
}

A.menuMiddle:link, A.menuMiddle:visited, A.menuMiddle:active, A.menuMiddle:hover
{	
	color:	#ffffff;
	font-weight: bold;
	text-decoration: none;
}


/* Class used for the vertical separator lines in the body section */

TD.leftVerticalSeparator
{
	background-image: url(./images/leftVerticalSeparator.gif) ;
	width: 10px;
}

TD.rightVerticalSeparator
{
	background-image: url(./images/rightVerticalSeparator.gif) ;
	width: 10px;
}


/* Class used for the "For . . ." items on the left on the front page. */

A.forList:link, A.forList:visited, A.forList:active
{	
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

A.forList:hover
{
	color:	#FAB167;
}


/* Class used for the floating text cell */

TD.floatingDiv
{
	background-color: #FAB167;
	padding: 10px, 10px, 10px, 10px;
}


TD.formTable
{	
	border:1px solid #aaaaaa;
}


