html
{
}

body
{
    font-size: 14px;
    font-family: arial, sans-serif;
    color: #61514a;
    margin: 0px;
	padding: 0px;
	background: white url("/images/background.jpg") no-repeat;
}



#layout_maincontainer
{
	width: 818px;
}

#layout_header
{
    width: 100%;
    height: 60px;
	margin-top: 15px;
}

#layout_navigation
{
	margin-left: 50px;
    width: 100%;
    height: 20px;
}

.layout_navigationtable
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
}

#layout_content
{
    padding: 0px;
}


#layout_footer
{
    
}

.divClear
{
    clear:both;
}

.simpletablefullwidth
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}



a:link, a:visited, a:active
{
	font-family: Courier New;
    font-weight:bold;
    font-size: 16px;
    color: #f15b47;
    text-decoration: none;
}

a:hover
{
	font-family: Courier New;
    font-weight:bold;
    font-size: 16px;
    color: #f15b47;
    text-decoration: underline;
}


a.NavLink:link, a.NavLink:visited, a.NavLink:active
{
	font-family: arial, sans-serif;
	font-size: 16px;
    color: #f15b47;
    text-decoration: none;
}

a.NavLink:hover
{
	font-family: arial, sans-serif;
	font-size: 16px;
    color: #f15b47;
    text-decoration: underline;
}


a.BigLink:link, a.BigLink:visited, a.BigLink:active
{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
    color: #75665c;
    text-decoration: none;
}

a.BigLink:hover
{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
    color: #75665c;
    text-decoration: underline;
}


h1
{
	font-family: Courier New;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

h2
{
	color: black;
	font-weight: normal;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

h3
{
	font-weight: normal;
	font-size: 14px;
	padding: 0px;
	margin: 0px;	
	display: inline;
	
}

h4
{
	color: black;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
h5
{

	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.events_row
{
	height: 25px;
}
.events_linkcolumn
{
	width: 130px;
	font-weight: bold;
	padding-left: 15px;
}

.events_datecolumn
{
	width: 145px;
	font-weight: bold;
}

.events_infocolumn
{
	font-weight: bold;
}

.eventbox
{
  padding-top: 4px;
  padding-left: 20px;	
  padding-bottom: 4px;
}

.dvdbox
{
    width: 390px;
    height: 190px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.dvdtrans 
{
  padding: 2px;
  width: 390px;
  /* border:solid 1px #555; */
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/75p_white.png');
}

/* IE ignores css styles with [attributes], so it will skip the following. */
.dvdtrans[class] {
  background-image:url('/images/75p_white.png');
}



.framebox
{
    width: 364px;
    height: 274px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}
.framebox
{
 padding: 0px; margin 0px:
 border: 0px;
}
.frametrans 
{
  padding: 2px;
  width: 364px;
  /* border:solid 1px #555; */
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/75p_white.png');
}

/* IE ignores css styles with [attributes], so it will skip the following. */
.frametrans[class] {
  background-image:url('/images/75p_white.png');
}


