/*
	Client:		Prince Travel Agents
	Title:		Common/shared stylesheet for screen media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	16 January 2006
	Updated:	16 January 2006
*/

/* ----- Generic styles ------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: white;
	}

a img {
	border: 0;
	}

form input.text-field {
	border: 1px solid #5ea0d4;
	padding: 2px;
	color: #590031;
	background: white url("../images/input-bg.gif") repeat-x 0 0;
	}

form select {
	color: #590031;
	}
form textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #5ea0d4;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #590031;
	background: white url("../images/input-bg.gif") repeat-x 0 0;
	}
	
.Customlabel {
	font-size: 1.1em;
	color: #9e0f5f;
	}

#interior-content-wrapper hr {
	display: none;
	}

/*
hr {
	display: none;
	}
*/

hr.clear-hr {
	display: block;
	clear: both;
	visibility: hidden;
	}


/* ----- Generic classes -----------------------------*/
.alt { position: absolute; left: -9999px; }
.center { text-align: center; }
.required { font-weight: bold; }
.alert { padding-left: 22px; font-weight: bold; color: #cd0d0d; background: url("../images/icon-warning.gif") no-repeat 0 0; }
