﻿input, textarea, select
{
	font-size: 11px;
	font-family: 'Lucida Console', Courier New, Courier;
	color: #333;
}

select
{
	z-index: 1;
}

input.button,
input.Button
{
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-bottom: 2px solid #838383;
	border-right: 2px solid #838383;
	background-color: #F8F8F8;
	padding-left: 4px;
	padding-right: 4px;	
	font-size: 11px;
	font-weight: bold;
	color: #838383;
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	margin: 1px;
}

.error
{
	font-weight: bold;
	color: #DC241F;
	background: #FFC;
	margin: 0 5px 0 5px;
	padding: 2px 5px 2px 5px;
	border: solid 1px #C0AB71;
}


div.message
{
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	/*background: #89D300;*/
	/*background: #0B0;*/
	background: #DC241F;
	margin: 0 5px 0 5px;
	padding: 2px 5px 2px 5px;
	border: solid 1px #CCC;
	width: auto;
}

.nmb
{
	margin-bottom: 0;
}
.nmt
{
	margin-top: 0;
}

.b
{
	font-weight: bold;
}

div.message a
{
	color: #CCC;
}
div.message a:link
{
	color: #CCC;
}
div.message a:hover
{
	color: #333;
}
div.message a:active
{
	color: #CCC;
}
div.message a:visited
{
	color: #CCC;
}

/* =information - Informational message box
----------------------------------------------*/
div.information
{
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	background: #89D300;
	margin: 0 5px 0 5px;
	padding: 2px 5px 2px 5px;
	border: solid 1px #CCC;
}

.tipmenu
{
	border: 2px solid #00A994;
	padding: 5px;
	background-color: #FFF;
	
}
/* =links - Link Styles
----------------------------------------------*/
a.small,
a:link.small,
a:visited.small,
a:hover.small,
a:active.small
{
	font-size: 10px;
	font-weight:normal;
	text-decoration: underline;
}

a.large,
a:link.large,
a:visited.large,
a:hover.large,
a:active.large
{
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}

a.button,
a:link.button,
a:visited.button,
a:hover.button,
a:active.button
{
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
	padding: 5px;
	background-color: #ECD28A;
	border: 1px solid #C0AB71;
}

/*---------------------------------------------*/

.membershipcode
{
	border: 1px solid #333;
	padding: 5px;
	background-color: #EEE;
}
.comment
{
	font-size: 12px; 
	color: #ff3366; 
	font-weight:bold;
}

.centered
{
	text-align: center;
}

img.margined
{
	margin: 2px;
}

.highlight
{
	color: Blue;
	background-color: Yellow;
}

.bold
{
	font-weight: bold;
}

.notbold
{
	font-weight: normal;
}

.small
{
	font-size: 10px;
}
.disabled /* disabled items */
{
	background: #DDD;
}


.pdflink /* PDF Links */
{
	padding-left: 14px;
	background: transparent url(/images/icon_pdf_mini.gif) top left no-repeat;
}

span.hint /* Hints */
{
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin: 0 2px 0 2px;
}

.divinline /* Inline Divs */
{
	display: inline;
}

.block
{
	display: block;
}

.inline
{
	display: inline;
}

.materials
{
	border: solid 1px #DDD;
	background: #EEE;
	padding: 5px;
}
div.adobe
{
	border: solid 1px #DDD;
	background: #EEE;
	padding-right: 5px;	
}

div.adobe p
{
	font-size: 10px;
	line-height: 12px;
}

div.adobe li
{
	font-size: 10px;
	line-height: 12px;
}

div.admin
{
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #000;
	background-color: #EEE;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.giant
{
	font-size: 18px;
	font-weight: bold;
}

.big
{
	font-size: 13px;
	
}


.bb
{
	border-bottom: solid 1px #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bt
{
	border-top: solid 1px #CCC;
}


div.cataloglink
{
	font-weight: bold;
	font-size: 13px;
	color: #FF7200;
	margin: 0 5px 10px 5px;
	padding: 2px 5px 2px 5px;
	text-align: left;
	border: 0;
}
	div.cataloglink a,
	div.cataloglink a:link,
	div.cataloglink a:hover,
	div.cataloglink a:active,
	div.cataloglink a:visited
	{
		color: #FF7200;
	}

div#SearchResultsTopper
{
}

div#SearchResultsTopper p
{ 
	margin: 0;
}

/* =table - Table Styles
----------------------------------------------*/
.Grid
{
	border: 1px solid #333;
	background-color: #FFF;
	padding : 2px;
	margin: 2px;
	font-size : 11px;
}

.Grid td,
.Grid th
{
	padding: 1px;
}
.GridSmall
{
	border: 1px solid #333;
	background-color: #FFF;
	padding : 2px;
	margin: 2px;
	font-size: 10px;
}
.GridSmall td
{
	font-size: 10px;
}

.SubGrid
{
	border: 1px solid #333;
	background-color: #EEE;
	padding: 2px;
	font-size: 11px;
}

.SubSubGrid
{
	border: 1px solid #333;
	background-color: #DDD;
	padding: 2px;
	font-size : 11px;	
}

.GridTitleBar
{
	font-weight : bold;
	font-size : 11px;
	border-bottom-style : solid;
	border-bottom-color : #000000;
	border-bottom-width : 1px;
	color:#000000;
	background: #ECD289;
}

.GridTitleBar a
{
	color: #000;
}

.GridText
{
	font-size: 11px;
}

.NoDataMsg
{
	border:solid 1px #000000;
	background-color: #FFF;
	color : #DC241F;
	font-size: 11px;
	font-weight: bold;
}

table.email
{
	
}
	
	table.email th
	{
		font-weight: bold;
		text-align: center;
		padding: 5px;
		border-bottom: 1px solid #CCC;
		border-right: 1px solid #CCC;
		vertical-align: bottom;
	}
	
	table.email th.last,
	table.email td.last
	{
		border-right: 0;
	}
	
	table.email th.lastrow,
	table.email td.lastrow
	{
		border-bottom: 0;
	}
	table.email th.normal
	{
		font-weight: bold;
		text-align: left;		
	}
	
	table.email td
	{
		border-bottom: 1px solid #CCC;
		border-right: 1px solid #CCC;
		text-align: center;
		padding: 3px;
	}
	
table
{
}

table tr
{
}

table th
{
	font-size: 12px; 
}

table td
{
	font-size: 12px; 
}

	
#Print
{
	display: none;
	visibility: hidden;
}

.Print
{
	display: none;
	visibility: hidden;
}

/* =sr - Search REsult Classes
----------------------------------------------*/
.sr_type
{
	color: #999;
	font-size: 11px;
}

.sr_extra
{
	display: block;
	margin-top: 5px;
	font-size: 11px;
	padding-left: 10px;
}
	.sr_extra b
	{
		color: #666;
	}

.sr_small
{
	font-size: 10px;
}

/* =colors - Colors
----------------------------------------------*/
.green,
a.green,
a:link.green,
a:visited.green,
a:hover.green,
a:active.green
{
	color: #89D300;
}

.lightblue,
a.lightblue,
a:link.lightblue,
a:visited.lightblue,
a:hover.lightblue,
a:active.lightblue
{
	color: #36CCDa;
}

.blue,
a.blue,
a:link.blue,
a:visited.blue,
a:hover.blue,
a:active.blue
{
	color: #0092DD;
}

.yellow,
a.yellow,
a:link.yellow,
a:visited.yellow,
a:hover.yellow,
a:active.yellow
{
	color: #F7B100;
}

.orange,
a.orange,
a:link.orange,
a:visited.orange,
a:hover.orange,
a:active.orange
{
	color: #FF7200;
}

.red,
a.red,
a:link.red,
a:visited.red,
a:hover.red,
a:active.red
{
	color: #DC241F;
}


.turquoise,
a.turquoise,
a:link.turquoise,
a:visited.turquoise,
a:hover.turquoise,
a:active.turquoise
{
	color: #00A994;
}

.pink,
a.pink,
a:link.pink,
a:visited.pink,
a:hover.pink,
a:active.pink
{
	color: #F2558A;
}

.neutral_tan,
a.neutral_tan,
a:link.neutral_tan,
a:visited.neutral_tan,
a:hover.neutral_tan,
a:active.neutral_tan
{
	color: #A59687;
}

.neutral_blue,
a.neutral_blue,
a:link.neutral_blue,
a:visited.neutral_blue,
a:hover.neutral_blue,
a:active.neutral_blue
{
	color: #93B9DC;
}

.neutral_yellow,
a.neutral_yellow,
a:link.neutral_yellow,
a:visited.neutral_yellow,
a:hover.neutral_yellow,
a:active.neutral_yellow
{
	color: #EBCE7F;
}

.black,
a.black,
a:link.black,
a:visited.black,
a:hover.black,
a:active.black
{
	color: #000;
}

.purple,
a.purple,
a:link.purple,
a:visited.purple,
a:hover.purple,
a:active.purple
{
	color: #565173;
}

.custform
{
	font-family:Arial, Verdana, Sans-Serif, SansSerif;
	font-size:12px;
}

table.Signup
{
	
}
.Signup th
{
	font-weight: bold; 
	vertical-align: top;
	color: #fff;
	background-color: #484c69;
}
.Signup td
{
	vertical-align: top
}
.Signup th.prem
{
	width: 100px;
	color: #333;
	background-color: #98c1dd;
}

.Signup td.prem_ind
{
	background-color: #d5e6f0;
}
.Signup td.prem_site
{
	background-color: #eaf3f8;
}
.Signup th.enh
{
	width: 100px;
	color: #333;
	background-color: #eccf83;
}
.Signup td.enh_ind
{
	background-color: #f7ecce;
}
.Signup td.enh_site
{
	background-color: #fbf5e5;
}


#Ad
{
	width:200px;
}

#AdHeader
{
	width: 120px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.AdFloater120
{
	width: 120px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.AdFloater200
{
	width: 200px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


#Promotion
{
	width:200px;
}
