body
{
	font-size: 14px;
	color: black;
	font-family: 'Trebuchet MS' , Verdana, Arial, Sans-Serif;
	background-color: white;
}

/* heading styles section */
.HeadBg {
    background-color: #993399;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: white; 
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#cccc99;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#339999;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: white; 
}

/* style for separator between site links */
.Accent
{
    color: #cccc99;
    font-weight:    bold;
}

.SiteTitleBg 
{
	background-color: #339999;
}

.RinkTitleBg 
{
	background-image: url(images/RinkBackground2.gif);
}

.SiteTag
{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	font-family: Georgia, 'Times New Roman' , Serif;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: #cccc99;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #339999;
    border-color: #cccc99;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#339999;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: silver;
	text-decoration: none;
	font-weight: bold;
}
.OtherTabsTD 
{
	border-width:1px;border-style:solid;height:25px;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
	margin: 2px 0px 5px 10px;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.LeftSideHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
	margin: 15px 10px 2px 0px;
	border-bottom: 1px solid #999933;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	margin: 0px 15px 4px 0px;
}

/* style of item titles on edit and admin pages */
.NewsHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	margin-bottom: 0px;
}

p.eventdate 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	margin: 0px 15px 0px 0px;
	font-weight: bold;
}

p.eventname 
{    
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	margin: 0px 15px 0px 0px;
}

p.eventplace 
{    
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	margin: 0px 15px 10px 0px;
}

/* text style used for Club Notes on Left Hand Sidebar */
.ClubNotes
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	margin: 0px 15px 5px 0px;
}

/* text style used for most text rendered by modules */
.UpcomingEvents
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	margin: 15px 15px 15px 0px;
	border-top: 1px solid #999933;
	border-bottom: 1px solid #999933;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.footer {
font: 11px Verdana, Arial, sans-serif;
color: #ffffff;
margin-top: 10px;
margin-bottom: 10px;
}

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  22px;
    font-weight:    bold;
	margin: 5px 40px 0px 20px;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    bold;
    margin: 5px 40px 0px 20px;
	border-bottom: 1px solid #999933;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    margin: 5px 40px 0px 20px;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    margin: 20px 40px 0px 20px;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #660000;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    normal;
    color: #660000;
    margin: 0px 40px 0px 20px;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    color: #660000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #660000;
}

A:link  {
    text-decoration:    none;
    color:  #993399;
    font-weight:bold;
}

A:visited   {
    text-decoration:    none;
    color:  #339999;
}

A:active    {
    text-decoration:    none;
    color:  #339999;
}

A:hover {
    text-decoration:    underline;
    color:  #999933;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
        margin: 0px 40px 0px 20px;
        padding: 0px;

}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

UL.linklist
{
	list-style:    url("http://www.centralcarolinasc.com/images/quicklink.gif") disc ;
    margin:        0px 40px 15px 40px;
    padding:       0px;
  	font:          11px verdana, arial, sans-serif; 

}

UL.namelist
{
	list-style:    disc ;
    margin:        0px 20px 15px 15px;
    padding:       0px;
  	font:          11px verdana, arial, sans-serif; 

}

UL.itemlist
{
	list-style:    disc ;
    margin:        0px 20px 0px 40px;
    padding:       0px;
  	font:          11px verdana, arial, sans-serif; 

}

OL.stepslist
{
    list-style-type:    decimal;
    margin:				0px 20px 20px 40px;
    padding:			0px;
  	font:				11px verdana, arial, sans-serif; 

}

OL.stepslist LI
{
	margin-bottom: 5px;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR
{
	color: gray;
	height: 1pt;
	text-align: left;
}

p {
text-align: left;
font: 12px verdana, arial, sans-serif;
line-height: 1.2;
margin: 2px 20px 10px 20px;
}

p.deck {
text-align: left;
font: 11px verdana, arial, sans-serif;
line-height: 1.2;
margin: 2px 40px 10px 20px;
}

p.imagetext {
text-align: left;
font: 11px verdana, arial, sans-serif;
line-height: 1.2;
margin: 2px 40px 10px 10px;
}

p.image {
text-align: left;
font: 11px verdana, arial, sans-serif;
line-height: 1.2;
margin: 2px 40px 10px 20px;
}

p.contact {
text-align: left;
font: 12px verdana, arial, sans-serif;
line-height: 1.2;
margin: 2px 40px 10px 20px;
}

.SiteMapPage {
text-align: left;
font: 12px verdana, arial, sans-serif;
line-height: 1.2;
margin: 10px 40px 2px 20px;
}

.SiteMapSubPage {
text-align: left;
font: 12px verdana, arial, sans-serif;
line-height: 1.2;
margin: 0px 40px 2px 40px;
}

A.ReadMore {
	font:bold 11px verdana, arial, sans-serif; 
	color:#993399;
	padding: 1px; 
}
A.ReadMore:hover {
	font:bold 11px verdana, arial, sans-serif; 
	color:#999933;
	text-decoration: underline;
	padding: 1px; 
}
A.ReadMore:visited {
	font:bold 11px verdana, arial, sans-serif; 
	color:#339999;
	padding: 1px; 
}

.submitdate  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    normal;
    color: #660000;
    margin: 5px 40px 0px 20px;
}

.competitioninfo  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    normal;
    margin: 0px 0px 5px 20px;
}

.padded {
	margin-left: 20px;
    margin-right: 20px;
    padding: 2px;
}

.checkboxitem {
	vertical-align: middle;
    font-size:  12px;
	border-bottom: 1px #aaaaaa solid;
}

.centered {
	text-align: center;
	margin-left: 20px;
    margin-right: 20px;
}

.rightaligned {
	text-align: right;
	padding: 0px;
	margin: 5px;
}

.costright {
	text-align: right;
	padding-right: 5px;
	margin: 5px;
}

.leftaligned {
	text-align: left;
    FONT-SIZE: 12pt;
	background-color: #ffffff;
	color: #003366;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 5px 50px;
}

.datagrid_center {
	text-align: center;
	background-color: #cccc99;
	color: #003366;
	border-right: 1px #aaaaaa solid;
	border-left: 1px #aaaaaa solid;
	border-bottom: 1px #aaaaaa solid;
	padding: 5px 10px 8px 10px;
}

.datagrid_left {
    FONT-SIZE: 10pt;
	color: #003366;
	padding: 10px 0px 2px 0px;
}

.datagrid_right {
	text-align: right;
    FONT-SIZE: 11pt;
    font-weight: bold;
	color: #003366;
	padding: 10px 14px 3px 0px;
}

.clsLineItemLeftHeading {
    BACKGROUND-COLOR: #999933;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    color: White;
    font-weight: bold;
    text-align: left;
}
.clsLineItemHeading {
    BACKGROUND-COLOR: #999933;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    color: White;
    font-weight: bold;
}
.clsLineItemFooter {
    BACKGROUND-COLOR: #999933;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    color: White;
    font-weight: bold;
    text-align: right;
}
.clsLineItem1
{
    BACKGROUND-COLOR: #cccccc;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    font-weight: bold;
}
.clsLineItem0
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    font-weight: bold;
}
.clsLineItem3
{
    BACKGROUND-COLOR: #339999;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    font-weight: normal;
}
.clsLineItem4
{
    BACKGROUND-COLOR: #ffff00;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    font-weight: bold;
}

.header_left {
    FONT-SIZE: 10pt;
	color: #003366;
	padding: 0px 0px 2px 0px;
	margin-left: 20px;
}

.note {
	font-size: 10px;
}

.massagenote {
	font-size: 10px;
	margin: 5px;
}

/* text style for the site links (at extreme top-right of header) */
.WebmasterLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.WebmasterLink:link {
    text-decoration:    none;
    color: white; 
}

A.WebmasterLink:visited  {
    text-decoration:    none;
    color:#cccc99;
}

A.WebmasterLink:active   {
    text-decoration:    none;
    color:#339999;
}

A.WebmasterLink:hover    {
    text-decoration:    underline;
    color: white; 
}

.item  {
    BACKGROUND-COLOR: #999933;
    color: White;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    margin: 0px 40px 0px 20px;
    padding-bottom: 3px;
}

.description {
text-align: left;
font: 11px verdana, arial, sans-serif;
line-height: 1.2;
margin: 2px 40px 10px 20px;
padding-bottom: 10px;
}

/* alert style */
.alert 
{
    margin: 10px 0px 10px 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #cccc99;
    padding: 5px;
}

.alert 
{
    margin: 20px 20px 20px 20px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    border-top: 2px solid #cccc99;
    padding: 5px;
}

.teal {color: #339999}

.purple {color: #993399}

.red {font-weight: normal; color:Red}

.blue {color: Blue}

.menufooter {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 5px;
}

.announcement{
    background-color: #993399;
    color: White;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0px 20px 0px 20px;
}

.center 
{
	border-left: 2px solid #993399;
	border-right: 2px solid #993399;
	text-align: center;
	margin: 0px 20px 0px 20px;
	padding: 15px;
}

.alertit 
{
	border-width:5px;border-style:solid;border-color:#993399;
}

.dialog_header
{
	background-color: #cfd5e7;
	border-top: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;
	border-bottom: 1px #aaaaaa solid;
	border-left: 1px #aaaaaa solid;
}

.dialog_header_text
{
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 5px;
}

.filter_area_label
{
	color: #666666;
	text-align: right;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
	white-space: nowrap;	
}

.filter_area_label_25
{
	color: #666666;
	text-align: right;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
	white-space: nowrap;
	width:25%;
}

.nowrap
{
	white-space: nowrap;	
}

.popup {cursor: help;
	font-size: 12px;}

.formwords {
	font-size: 11px;
}

#navigation {
  background-color: #339999;
  margin: 0px 0px 5px 0px;
  padding: 4px 2px 4px 2px;
  font-size: 12px;
  color: #ffffff;
}

.headernav{
    margin: 2px 20px 2px 20px;
    padding: 2px;
	color: #ffffff;
}

.headernav a {
	color:#ffffff;
    background-color: #339999;
	text-decoration: none;
    font-weight: bold;
}

.headernav a:hover {
	color:#ffffff;
    font-style: italic;
    font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #993300;
}

.headernav a:link {
	color:#ffffff;
    font-weight: bold;
	text-decoration: none;
}

.headernav a:visited {
	color:#ffffff;
    font-weight: bold;
	text-decoration: none;
}

.classicheader {
	color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
	margin: 10px 0px 0px 20px;
}

.classicclub 
{
	color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
	margin: 0px 0px 0px 20px;
}

.classicsubheader {
	color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	margin: 10px 0px 0px 20px;
}

.classicevents 
{
	color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
	margin: 0px 0px 0px 40px;
}

.classicseparator
{
	margin: 20px;
}

.clsTestItemHeading {
    BACKGROUND-COLOR: #ffffc0;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 14pt;
    color: #000000;
    font-weight: bold;
    text-align: left;
}
.clsTestItem1
{
    BACKGROUND-COLOR: #cccccc;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    font-weight: bold;
}
.clsTestItem0
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    font-weight: bold;
}

.urgent
{
	border-style: dotted;
	border-color: Red;
	font-weight: bold;
	text-align: center;
	padding: 10pt;
}

.textbox
{
	border: 1px solid #660000;
	background-color: #cccccc;
	margin: 10px;
}

.gridview_Left {
	color: #003366;
	border: 1px #aaaaaa solid;
	margin: 5px 20px 8px 20px;
}

.gridview_Heading {
	background-color: #cccc99;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 14pt;
    color: #000000;
    font-weight: bold;
    text-align: left;
}
.gridview_Item1
{
    BACKGROUND-COLOR: #cccccc;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    font-weight: bold;
}
.gridview_Item0
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    font-weight: bold;
}

.gridview_Footer
{
    BACKGROUND-COLOR: #339999;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12pt;
    font-weight: bold;
    color: #ffffff;
}

.dropdownlist {
	text-align: left;
	background-color: #cccc99;
	color: #003366;
	font-weight: bold;
	font-size: 14px;
}

.smallgridview_Left {
	color: #003366;
	border: 1px #aaaaaa solid;
	margin: 5px 20px 8px 20px;
}

.smallgridview_Heading {
	background-color: #cccc99;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    color: #000000;
    font-weight: bold;
    text-align: left;
}
.smallgridview_Item1
{
    BACKGROUND-COLOR: #cccccc;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    font-weight: bold;
}
.smallgridview_Item0
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    font-weight: bold;
}
.smallgridview_Selected
{
    BACKGROUND-COLOR: #999999;
    FONT-FAMILY: Verdana;
    color: #ffffff;
    FONT-SIZE: 8pt;
    font-weight: bold;
    font-style: italic;
}

.smallgridview_Footer
{
    BACKGROUND-COLOR: #339999;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    font-weight: bold;
    color: #ffffff;
}

/* Style for Login Page */
.loginContainer {
	margin: 10px 20px;
}

.horizontalmenu 
{
	margin: 5px 20px 5px 20px;
}

.smalldetailsview_Left {
	color: #003366;
	margin: 5px 20px 8px 20px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.blog{
    background-color: #cccccc;
    border: solid 1px #000000;
    color: #000000;
    font-family: "Trebuchet MS", Times New Roman, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin: 5px 40px 5px 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

p.blogstyle {
text-align: left;
font: 14px "Trebuchet MS", verdana, arial, sans-serif;
line-height: 1.2;
margin: 2px 20px 10px 20px;
}

h3.blogstyle  {
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:  bold;
    margin: 5px 40px 0px 40px;
}

.smaller {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.FreezePaneOff
{
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}

.FreezePaneOn
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #666666;
	z-index: 999;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	padding-top: 20%;
}

.InnerFreezePane
{
	text-align: center;
	width: 66%;
	background-color:#171;
	color: White;
	font-size: large;
	border: dashed 2px #111;
	padding: 9px;
}

.cartGridview_Left {
	color: #003366;
	border: 1px #aaaaaa solid;
	margin: 5px 20px 8px 20px;
	padding: 2px 15px 2px 2px;
}

.cartGridview_Header {
	background-color: #339999;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12pt;
    color: #ffffff;
    font-weight: bold;
    text-align: left;    
}
.cartGridview_Item1
{
    BACKGROUND-COLOR: #cccccc;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    font-weight: bold;
}
.cartGridview_Item0
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    font-weight: bold;
}

.cartGridview_Footer
{
    BACKGROUND-COLOR: #666666;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    font-weight: bold;
    color: #ffffff;
}

.img_left {float:left; margin:10px 40px 15px 20px}

UL.imglinklist
{
	list-style:    url("http://www.centralcarolinasc.com/images/quicklink.gif") disc ;
    margin:        0px 40px 15px 240px;
    padding:       0px 0px 0px 60px;
  	font:          11px verdana, arial, sans-serif; 

}

dl {margin-bottom:10px}
dl dt {color:#000; font-size:14px; margin:0 0 0px 50px}
dl dd { margin:0 0 10px 50px}
dl dd a {color:#000; text-decoration:underline; font-weight:bold}
dl dd a:hover {text-decoration:none}

.pagereturn {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin: 0px 20px 0px 0px;
	padding: 5px;
}


.detailsview_Item1
{
    BACKGROUND-COLOR: #cccccc;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11pt;
    font-weight: bold;
}
.detailsview_Item0
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11pt;
    font-weight: bold;
}

.clear { clear:both; margin:0px; padding:0px;}

.img_right {float:right; margin:0px}
.img_center {text-align:center; margin:0px}

