/* globals */

html, body { 
	margin:0; 
	padding:0;
	background: #FFF;
	font-family: Arial;
	color: #666;
} 

td {
	font-size: 12px;
	line-height: 16px;		
}

p {
	font-size: 12px;
	text-align: justify;
}

h1 {
	margin: 0 0 0 0;
	color: #EB1164;
	font-weight: bold;
	font-size: 17px;
}

h2 {
	margin: 0 0 0 0;
	color: #EB1164;
	font-size: 11px;
}

#header {
	margin: 0 0 0 0;
	color: #EB1164;
	font-size: 13px;
}

h3 {
	color: #CCCCCC;
	font-size: 13px;
}

.pdf {
	margin: 8px 0 20px 90px;
}

strong{
	color:#666;
}

.White {
	color: #FFF;
}

.Grey {
	color: #CCC;
	text-decoration:line-through;
}

.SmallPurple {
	color:#8B2E89;
	font-weight: bold;
	font-size: 11px;
}

.Purple {
	color:#8B2E89;
	font-weight: bold;
	font-size: 13px;
}

.Red {
	color:#EB1164;
	font-weight: bold;
	font-size: 13px;
}

.Gray {
	color:#666;
	font-weight: bold;
	font-size: 13px;
}

.PurpleSmall {
	color:#8B2E89;
	font-size: 11px;
	letter-spacing: -0.5px;
}

hr {
	margin: 5px 0 5px 0;
	width: 300px;
	border: 1px solid #CCC;
}

.Discount {
	color: #FF9F00;
}

a { 
	color: #CCC;
	font-size: 12px;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.Active {
	color: #990099;
	font-size: 11px;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
a.NotActive:hover {
	text-decoration: underline;
}

#Activity {
	margin: 0;
}

#Footer {
	margin: 15px 0 0 25px;
}

a.footer {
	text-align: right;
	color: #999999;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: -0.5px;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

.SmallRed {
	color: #C3168B;
}

a.smallRed {
	color: #C3168B;
	font-size: 10px;
	text-decoration: none;
}

a.smallRed:hover {
	text-decoration: underline;
}

a.smallWhite {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

a.smallWhite:hover {
	text-decoration: underline;
}

a.smallGrey {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

a.smallGrey:hover {
	text-decoration: underline;
}

.PurpleLink {
	color: #993399;
}

a.Pink {
	font-size: 11px;
	color: #EB1164;
	text-decoration: none;
}

a.Pink:hover {
	text-decoration: underline;
}

.floatRight {
	float: right;
	margin: 0 2px 0 10px;
}

.floatLink {
	float: right;
	margin: 20px 2px 0 10px;
}

.floatSearch {
	float: right;
	margin: 0 10px 0 0;
}

.Photos {
	margin: 5px 5px 5px 5px;
}

hr {
	border: 0;
	color: #043;
	background-color: #CCCCCC;
	height: 1px;
	margin: 5px 0 5px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
 
#mainContent {
	margin: 0 10px 10px 10px;
	font-size: 12px;
	line-height: 16px;		
}

#smallContent {
	margin: 0 10px 10px 10px;
	font-size: 11px;
	line-height: 16px;		
}

#purpleContent {
	padding: 5px;
	width: 180px;
	background: #831F81;
	color: #FFF;
	font-size: 11px;
}
/* forms */

#form {
	border: 1px solid #3F6A9D; 
	background: #333333;
	margin: 2px; 
	padding: 3px;
}

#Search {
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px; 
}

.input { 
	margin: 0; 
	padding: 0; 
	width: 89px; 
	height: 11px;
	font-size: 8px;
	border: none; 
	background: #FFF;
	color: #2F3F3C;	 
}

.input:hover { 
	background: #F4F4F4; 
}

.captcha { 
	margin: 0; 
	padding: 3px; 
	width: 206px; 
	border: 1px solid #3F6A9D; 
	background: #FFF;
	color: #2F3F3C;	 
}

.captcha:hover { 
	background: #F4F4F4; 
}


.keywords { 
	width: 550px; 
	height: 50px;
	padding: 3px; 
	border: 1px solid #3F6A9D; 
	background: #FFF;
	color: #2F3F3C;
}

.keywords:hover { 
	background: #F4F4F4; 
}

.description { 
	width: 550px; 
	height: 60px;
	padding: 3px; 
	border: 1px solid #3F6A9D; 
	background: #FFF;
	color: #2F3F3C;
}

.description:hover { 
	background: #F4F4F4; 
}

.information { 
	width: 550px; 
	height: 250px;
	border: 1px solid #3F6A9D;
	padding: 1px 5px 1px 5px;
	font-weight: normal;
	color: #2F3F3C;	 
	background: #FFF;  
}

.information:hover { 
	background-color: #F4F4F4;	 
}

.textarea { 
	width: 550px; 
	height: 300px;
	padding: 3px; 
	border: 1px solid #3F6A9D; 
	background: #FFF;
	color: #2F3F3C;
}

.textarea:hover { 
	background: #F4F4F4; 
}


.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #3F6A9D;
	color: #FFF; 
	background: #4B7DB9;	 
}