﻿/* General reset tweak
*************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
caption
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
}

/* Global font color */

body
{
	color: #111;
}


/* Standard HTML elements
*****************************************************************/

a:link, a
{
	color: #9F0000;
	text-decoration: underline;
}

a:visited
{
	color: #9F0000;
	text-decoration: none;
}

a:hover
{
	color: #3399FF;
}

img
{
	border: none;
}

hr
{
	margin: 1em 0;
}

input
{
	padding: 2px;
	margin-bottom: .5ex;
}

input[type=text], input[type=password]
{
	border: 1px solid #FF9900;
}

input[type=checkbox]
{
	vertical-align: middle;
	margin: 2px;
}

select
{
	padding: 2px;
	border: 1px solid #FF9900;
	margin-top: 1ex;
	margin-bottom: .5ex;
	text-transform: capitalize;
}

option
{
	margin-right: 2ex;
	text-transform: capitalize;
}

th
{
	padding: 0 .5ex;
}

td
{
	padding: 1px 2px;
}

h1
{
	font-size: 2em;
	margin-bottom: .2ex;
	color: #9D1F2A;
}

h2
{
	margin-top: 0;
	font-size: 1.5em;
	margin-bottom: .2ex;
	color: #9D1F2A;
}

h3
{
	margin-top: 0;
	font-size: 1.3em;
	margin-bottom: .2ex;
	color: #9D1F2A;
}


p
{
	line-height: 1.6em;
	margin: .5ex 0 2ex 0;
}


span.emphasis
{
	color: #9D1F2A;
	font-weight: bold;
}

#page a:link, a
{
	color: #9F0000;
	text-decoration: underline;
}

#page a:visited
{
	color: #9F0000;
}

#page a:hover
{
	color: #3399FF;
}

/* Navigation Strip */


#navstrip a:link, a
{
	color: #fff;
	text-decoration: none;
}

#navstrip a:visited
{
	color: #fff;
}

#navstrip a:hover
{
	color: #FFFF66;
	text-decoration: underline;
}

/* Rounded corner panels
************************************************/

.rounded
{
	background-color: #fff;	
	padding: 5px;
}

/* Tables & input table layout
************************************************/

.prezzyTable
{
	width: 98%;
	margin: 15px auto;
}

.clear
{
	background-color: #fff;
}

.prezzyTable h3
{
	margin-left: .5ex;
	height: 45px;
	font-size: 1.2em;
	font-weight: bold;
	/* color: #800000; */
	color: #000;
	padding-top: .5ex;
}

.prezzyTable tr th
{
	
	height: 25px;
	font-size: 1.0em;
	font-weight: bold;
	/*color: #800000;*/
	/*font-weight: normal;*/
	padding-top: .5ex;
	padding-bottom: .5ex;
	border-bottom: solid 1px #ccc;
}

.prezzyTable tr th a
{
	font-weight: bold;
	color: #800000;
	font-weight: normal;
	text-decoration: none;
}

.prezzyTable tr
{
	/*background-color: #FAE9B1;*/	
}

.prezzyTable tfoot
{
	/*background-color: #FAE9AF;*/
}

.prezzyTable img
{
	padding: 2px;
	margin-bottom: .5ex;
}

td.titleTd
{
	background-color: #BF0131;
	color: #fff;
	font-weight: bold;
	width: 20%;
}

.prezzyTable td
{
	vertical-align: top;
	border-bottom: dashed 1px #ccc;
	padding: 6px;
}

.prezzyTable td.listDescription
{
	font-size: 90%;
	white-space: normal;
}

.prezzyTable td p
{
	white-space: normal;
}

.prezzyTable td textarea
{
	width: 98%;
	margin: 0 1%;
}


td.highlight
{
	font-weight: bold;
}

tr.listItem td
{
	padding: 1ex;
	border-bottom: solid 1px #ccc;	
}

.listItem td a
{
	color: #700;
	text-decoration: none;
	float: left;
}

.listItem td a:visited
{
	color: #700;
	text-decoration: none;
	float: left;
}

.listItem td a:hover
{
	color: #C60005;
	text-decoration: underline;
	float: left;
}

.simpleClear
{
	clear: both;
}

.prezzy_list_name
{
	color: #000;
	font-size: 1.2em;
	text-transform: capitalize;	
}

.cell
{
	border-bottom: solid 1px #ccc;
	vertical-align: top;
	padding: 4px;
}


/******************************************************
    MemberSearch.ascx
******************************************************/

#MemberSearch
{
	margin: 1em 0 1em 1em;
	text-align: left;
	clear: both;
}

td.MemberSearchLink
{
	white-space: nowrap;
	font-size: .9em;
}

td.MemberSearchLink a
{
	color: #700;
	text-decoration: none;
}

td.MemberSearchLink a:hover
{
	color: #9D1F2A;
	text-decoration: underline;
}

td.MemberSearchLink a:visited
{
	color: #9D1F2A;
	text-decoration: underline;
}


.SearchImage
{
	padding: 0;
	vertical-align: top;
}

.SearchImageHover
{
	background-image: url(/images/search.jpg);
	background-position: 24px 0;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	padding: 0;
	margin-top: -2px;
	vertical-align: top;
}

/******************************************************
    /Friends/Controls/ManageFriends.ascx
******************************************************/

.friendName
{
	text-transform: capitalize;
}


/******************************************************
    ShowList.aspx
******************************************************/



p.listDescription
{
	font-size: 0.9em;
	text-indent: 1em;
}

.prezzy_list
{
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #ccc #9A9A9A #9A9A9A #ccc;
	background-color: #fff;
}

#message
{
	display: none;
	color: #000;
	background-color: #fff;
	padding: .5ex;
	border: solid 1px #ccc;
	margin: 0 -1em 1ex -1em;
	width: 98%;
	margin: auto;
}

#message p.infoError
{
	text-align: center;
	margin: .5ex;
	white-space: normal;
}

#message a
{
	text-decoration: underline;
}

.memberDetailElement
{
	text-transform: capitalize;
}

/* FAQ page */

ol.FAQ 
{
	
}

.question 
{
	font-weight: bold;
	font-size: 1.2em;
}

.answer 
{
 margin-bottom: 15px;
}

.secondary 
{
	opacity: .7;
}