﻿/***************************************************************/
/* Tennis Australia Event Accommodation Web-Site.              */
/* Copyright (c) 2011, Tennis Australia.                       */
/*                                                             */  
/* Content.css - Application style-sheet for site content.     */
/***************************************************************/


/* Class to display the login frame */
.login-frame
{
    width: 412px;
}


/* Class to display the terms and conditions */
.conditions
{
    margin: 5px 5px 5px 5px;
    height: 286px;
    width: 98%;
}


/* Class to display a faded image of a player outline */
.players-image
{
	border-style: none;	
}    


/* Class to display a faded image of a player outline */
img.players-image
{
    opacity: 0.50;
    filter: alpha(opacity=50);
}    


/* Class to display a bordered frame around a hotel logo/room photo */
.hotel-image
{
    background-color: #FFFFFF;
	border-style: solid;
	border-color: #AEAEEE;
}


/* Display a bordered frame around a hotel logo/room photo */
img.hotel-image
{
	background-image: url(../Images/Loading.gif);
    border-width: 1px!important;
    background-position: center;
    background-repeat: no-repeat;
}


/* Display a bordered frame around a hotel logo/room photo */
img.room-image
{
	height: 136px;
	width: 206px;
}


/* Class to display the hotel/room logo */
.room-logo
{
    height: 160px;
    width: 230px;
}


/* Class to display the details about a hotel */
.hotel-details
{
    width: 350px;
}


/* Class to display a scrollable list of booking-requests */
.booking-requests-list
{
    height: 200px;
    margin-bottom: 15px;
    overflow: auto;
}


/* Class to display a guests name in a column */
.guest-name-column
{
    float: left;
    text-align: left;
    width: 190px;
}


/* Class to display a hotel name in a column */
.hotel-name-column
{
    float: left;
    margin-left: 10px;
    width: 275px;
}


/* Class to display an applicants role in a column */
.room-name-column
{
    float: left;
    margin-left: 10px;
    width: 275px;
}


/* Class to display paging numbers/text in the footer bar */
.paging-footer-bar
{
	/*-webkit-border-top-left-radius: 0px!important;
	-webkit-border-top-right-radius: 0px!important;
	-moz-border-radius-topleft: 0px!important;
	-moz-border-radius-topright: 0px!important;
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-webkit-border-bottom-right-radius: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	border-bottom-left-radius: 5px!important;
	border-bottom-right-radius: 5px!important;*/
}


/* Class to display a paging number (in corporate colors) */
.paging-label
{
	color: #FFFFFF;
	display: block; 
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
    margin-left: 1px;
	vertical-align: middle;
}


.paging-label a
{
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}


/* Class to display "fine print" text */
.fine-print
{
    font-size: 12px;
    font-style: italic;
}


/* Class to display titles for a hotel-booking */
.booking-fields
{
    height: 20px;
}


/* Class to display the booking comments across a double-sized column */
.booking-comments
{
    width: 360px;
}


/* Class to display the booking guest list column */
.booking-guest-list
{
    width: 562px;
}


/* Class to display the booking request in columns */
.booking-column-single
{
    float: left;
    width: 180px;
    text-align: left;
}


/* Class to display the booking request in a double column */
.booking-column-double
{
    float: left;
    width: 360px;
    text-align: left;
}


/* Class to display the booking request guest names in columns */
.guest-column-title
{
    float: left;
    width: 65px;
    text-align: left;
}


/* Class to display the booking request guest names in columns */
.guest-column-name
{
    float: left;
    width: 170px;
    text-align: left;
}


/* Class to display the booking request guest categories in columns */
.guest-column-category
{
    float: left;
    width: 100px;
    text-align: left;
}


/* Class to display the summary information in a frame */
.summary-frame
{
    width: 445px;
}


/* Class to display a border around the summary field value */
.summary-field-value
{
    width: 280px;
    height: 18px;
    line-height: 18px;
    border-style: solid;
    border-color: #AEAEEE;
    border-width: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}        


/* Class to display a border around the summary field value */
.summary-field-memo
{
    margin-top: 1px;
    margin-bottom: 1px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 280px;
    height: 62px;
    line-height: 18px;
    border-style: solid;
    border-color: #AEAEEE;
    border-width: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}        


/* Class to display a credit-card expiry */
.credit-card-expiry
{
    float: left;
    width: 75px;
    text-align: left;
}

     

