body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #111111; 
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 585px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*
	background: #33CC00;
	background-image: url(../images/080518.oakland.greek.fest.roof.gif);
	background-repeat: no-repeat;
	*/
	}

.oneColFixCtr #banner_area {
	/*
	padding: 0 0px;  remember that padding is the space inside the div box and margin is the space outside the div box 
	*/
	padding-left: 6px;

}	

.oneColFixCtr #mainContent {
	padding-top: 18px;
	padding-left: 24px;
}

.oneColFixCtr #mainContentIndent {
	padding-left: 12px;
}

.oneColFixCtr #mainContentPadRight {
	padding-right: 18px;
}

.oneColFixCtr #IndentLefRight {
	padding-right: 48px;
	padding-left: 48px;
}

td {
	font-size: 13px;
}

th {
	font-size: 13px;
}

.greeting {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold; 
	color: #FF0000;
}

.h1_style {
	font-size: 22px;
	font-weight: bold; 
}

.h1_style_subline
{
    font-family: Arial, Helvetica;
    font-size: 21px;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 1pt;
}

.h1_stylewhite {
	font-size: 22px;
	font-weight: bold; 
	color: #FFFFFF;
}

.h1_styleblue {
	font-size: 22px;
	font-weight: bold; 
	color: #1267CB;
}

.h1_stylenavy_underline {
	font-size: 22px;
	font-weight: bold; 
	color: #000088;
	text-decoration: underline;
}

.h2_style {
	font-size: 15px;
	font-weight: bold; 
}

.h2_stylewhite {
	font-size: 15px;
	font-weight: bold; 
	color: #FFFFFF;
}

.h2_styleblue {
	font-size: 15px;
	font-weight: bold;
	color: #1267CB;
}

.h2_stylered {
	font-size: 15px;
	font-weight: bold; 
	color: #FF0000;
}

.h3_style {
	font-size: 13px;
	font-weight: bold; 
}

.h3_stylenavy {
	font-size: 13px;
	font-weight: bold; 
	color: #000088;
}

.h3_stylewhite {
	font-size: 14px;
	font-weight: bold; 
	color: #FFFFFF;
}

.h3_styleblue {
	font-size: 14px;
	font-weight: bold; 
	color: #1267CB;
}

.h3_stylegray {
	font-size: 14px;
	font-weight: bold; 
	color: #777777;
}

.bodystyle {
	font-size: 14px;
}

.bodystylewhite {
	font-size: 14px;
	color: #FFFFFF;
}
.bodystylenavy {
	font-size: 14px;
	color: #000088;
}
.bodystyleblue {
	font-size: 14px;
	color: #1267CB;
}

.bodystylegray {
	font-size: 14px;
	color: #777777;
}

.bodystylered {
	font-size: 14px;
	color: #ff0000;
}

.body_brand_showandgo_blue {
	font-weight: bold;
	color: #1255AA;
}
.item_body {
	font-size:inherit;
}

.item_title {
	font-weight: bold;
	color: #1244CC;
}

.item_page_name {
	font-style: italic;
	color: #1244CC;
}

.item_page_name_bold {
	font-style: italic;
	font-weight: bold; 
	color: #1244CC;
}

.item_seperator{
	font-size: 12px;
	font-weight: normal; 
	color: #DDDDDD;
}

.item_author {
	font-size: 13px;
	font-weight: normal;
	color: #0053CC;
}

.item_shipping_time {
	font-size: 12px;
	font-weight: normal; 
	color: #339900;
}

.item_price {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold; 
	color: #660000;
}

.item_value {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal; 
	color: #660000;
}

.small {
	font-size: 10px;
}

.medium {
	font-size: 13px;
}

.mediumnavy {
	font-size: 13px;
	color: #000088;
}

.mediumbig {
	font-size: 15px;
}

.big 
{
	font-size: 18px;
}

.bigblue {
	font-size: 18px;
	color: #1267CB;
}

.bigred
{
    font-size: 18px;
    color: #ff0000;
}

.xbig {
	font-size: 24px;
}

.expanded {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-size: 11px;
	color: #666666; 
}

.rowSelected {
	color: #0033FF;
	font-weight: bold;
	background-color: #DDDDDD;
}

.rowHover {
	color: #0033FF;
	font-weight: bold;
	cursor: pointer;
}

a:link {
	text-decoration: none;
	color: #228822;
	font-weight: normal;
}
a:visited { 
	text-decoration: none;
	color: #228822;
	font-weight: normal; 
}
a:active {
	text-decoration: none;
	color: #228822;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #21DE21;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	background-color: #CCCCFF; 
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.shareplaza_requested {
    padding: 12px; 
    border-right: #88BBAA thin solid; 
    border-top: #AACCCC 1px solid; 
    border-left: #AACCCC 1px solid; 
    border-bottom: #88BBAA thin solid;
}

.shareplaza {
    padding: 0px; 
    border-right: #AACCCC 1px solid; 
    border-top: #AACCCC 1px solid; 
    border-left: #AACCCC 1px solid; 
    border-bottom: #AACCCC 1px solid;
}
.shareplaza_zoomedin {
    padding: 12px; 
    border-right: #88BBDA thin solid; 
    border-top: #AACCCC 1px solid; 
    border-left: #AACCCC 1px solid; 
    border-bottom: #88BBDA thin solid;
	background-color: #FFFBD6; 
}

.shareplaza_row_odd {
    padding: 6px; 
    border-right: #77aaee 0px solid; 
    border-top: #99ccff 0px solid; 
    border-left: #99ccff 0px solid; 
    border-bottom: #DDEE99 1px solid;
	background-color: #FFFBD6; 
}

.shareplaza_row_even {
    padding: 6px; 
    border-right: #77aaee 0px solid; 
    border-top: #99ccff 0px solid; 
    border-left: #99ccff 0px solid; 
    border-bottom: #AADDDD 1px solid;
	background-color: #EEFFFE; 
}
.CommentFrame
{
    background-color: #eaf3d3;
    border-right: #98b790 1px solid;
    border-top: #98b790 1px solid;
    border-left: #98b790 1px solid;
    border-bottom: #98b790 1px solid;
}
.CommentTitle
{
    background-color: #C9EF19; 
    padding-left: 12px; 
    padding-right: 12px; 
    color: #006964; 
    font-weight: bold; 
    font-family: Arial; 
    padding-bottom: 6px; 
    padding-top: 6px; 
    border-bottom: #a9d9b0 1px solid
}
.CommentWebPageSubject
{
    background-color: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px; 
    color: dodgerblue;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: #a9d9b0 1px solid;
}
.CommentSpecialNote
{
    color: #ff6c26;
    background-color: #ffffDD;
    border-right: #98b790 1px dashed;
    border-top: #98b790 1px dashed;
    border-left: #98b790 1px dashed;
    border-bottom: #98b790 1px dashed;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    margin: 3px 0px 6px;
}
.CommentSpecialNoteTitle
{
    color: #ff6c26;
    font-weight: bold;
    font-family: Arial;
}
.CommentViewRow
{
    background-color: #FFFFFF; 
    padding-bottom: 12px; 
    padding-top: 12px;
}
.CommentViewRowAlternating
{
    background-color: #eaf3d3;
    padding-bottom: 12px;
    padding-top: 12px;
}
.CommentAuthor
{
    color: #005372;
    font-weight: bold;
    font-family: Arial;
}
.CommentWebpage_Sub_Set_Name
{
    color: #005c64;
    font-weight: bold;
    font-family: Arial;
}

