/* events */

body {
	background-color: #000000;
}

/* font sizing */

h1#events_selectanevent {
	overflow: hidden;
	height: 20px !important; /* for most browsers */
	height /**/:19px; /* for IE5.5's bad box model */
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* header elements */

div#header_left {
}

/* layout elements */

div#title {
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:100px; /* for IE5.5's bad box model */
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div#full-column {
float: left;
width: 760px;
margin: 20px 0 0 20px;
display: inline;
}

div.product_row {
float: left;
width: 760px;
height: auto;
margin: 20px 0 0 0px;
display: inline;
}

img.border {
	border: 2px solid #EFECCA;
	margin-bottom: 10px;
}

div#border_bottom {
	float: left;
	width: 800px;
	padding: 20px 0 0px 0;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:20px; /* for IE5.5's bad box model */
	background-image: url(../images/bg/border_events_bottom_tan.gif);
	background-repeat: no-repeat;
}

/* header elements */

div#menu {
	float: left;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#events {
	border-collapse:collapse;
	width:340px;
	margin: 0;
	color: #002F2F;
}

#events tbody { margin: 0; }

#events th {
	background-color: #990000;
	padding: 6px 0.25em;
	font-weight: bold;
	font-size: 100%;
	color: #002F2F;
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #002F2F;
}

#events td, #events th {
	margin: 0;
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}

#events tr.titlerow {
	background: #999999;
	background-color: #999999;
}
#events tr td.eventNameTD {
    background-color: #f0f9fb;
    width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr td.locationTD {
    background-color: #f0f9fb;
    width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.eventNameTD {
    background-color: #d0eef4;
	 width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.locationTD {
    background-color: #d0eef4;
	 width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#apDiv1 {
	position:absolute;
	left:572px;
	top:299px;
	width:360px;
	height:160px;
	z-index:1;
}

#imgwrapper { height: 175px; }

.eventname {
	font-weight: bold;
	font-size: 12px;
}

.date {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

.location {
	color: #000;
	font-size: 10px;
}

.privacy {
	font-size: 12px;
	color: #002F2F;
}	

.rowHover {
	color: #FFFFFF;
	cursor: pointer;
}

#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {	
	width: 340px;	
	margin: 0px;
}
#sidebar {
	width:400px;
	margin-top: 0;
	margin-left: 20px;
	background-repeat: no-repeat;
	height: 505px;
	background-color:#990000;
}

#sidebar_brace {
	float: left;
	width:360px;
	height:505px;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	overflow: hidden;
	float: none;
	margin-top: 1px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #999999;
}

.AccordionPanelTabHover {
	color: #999999;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #999999;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #999999;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #999999;
}

.AccordionPanelTab {
	color: #999999;
	cursor: pointer;
	background: #999999;	
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background-image: url(../images/bg/arrow_events_open.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 70px;
	font-size: 110%;
	line-height: 110%;
} 
.AccordionPanelContentproject {
	overflow: auto;
	padding-bottom: 1.375em;
	font-size: 110%;
	line-height: 100%;
	margin-left: 6px;
	color: #000000;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 {
	border-bottom: solid 1px #efecca;
	background-image: url(../images/bg/arrow_events_closed.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
.AccordionPanelContent div { margin: 6px 8px; }

/* menu structure */

.art-menu
{
	padding: 12px 6px 0px 6px;
}

.art-nav
{
	position: relative;
	height: 41px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url(../images/nav.png);
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: -50px;
	width: 874px;
	clip: rect(auto, auto, auto, 874px);
}


/* end Menu */

.ubercolortabs{
	padding: 0;
	width: 100%;
	overflow: hidden;
    color: #FFFFFF;
	background-image: url(../../images/nav.png);
	background-repeat: no-repeat;
}

.ubercolortabs ul{
	font: bold 12px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	margin: 0;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.ubercolortabs li{
	display: inline;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 15px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ubercolortabs a{
	float: left;
	color: #FFFFFF;
	background: url(../images/nav.png);
	margin: 0 2px 0 0;
    padding: 0 0 3px 5px;
	text-decoration: none;
	letter-spacing: 1px;
}

.ubercolortabs a span{
	float: left;
	display: block;
	background: url(images/roundright.gif) no-repeat right top; /*right corner image*/
	padding: 9px 11px 5px 8px;
	cursor: pointer;
}

.ubercolortabs a span{
float: none;
}

.ubercolortabs a:link, .ubercolortabs a:visited, .ubercolortabs li.selected a{
background-color: #990000; 
color: #FFFFFF;
}

.ubercolortabs a:hover  a{
background-color: #000000; /*background color of tabs onMouseover*/
color: #999999;
}

.ubercolortabs a:hover span{
background-color: #000000;
color: #999999;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #000000; /*background color of horizontal line*/

}

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 2px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('video/images/BlockHeader.png');
}

.art-BlockHeader .l
{
	left:0;
	right:6px;
}

.art-BlockHeader .r
{ 
	width:894px;
	right:0;
	clip: rect(auto, auto, auto, 888px);
}





.art-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
	background-color: #F0F3FB;
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}



.art-BlockContent-body
{
	color:#21649C;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-BlockContent-body a:link
{
	color: #214183;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #398FD5;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #D6BA00;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #0C263B;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.art-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('Images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */
/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
	position:absolute;
	z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('Images/Block-s.png');
}

.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.art-Block-tc, .art-Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('Images/Block-h.png');
}

.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.art-Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('Images/Block-v.png');
}

.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.art-Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #E2EAF8;
}


.art-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 2px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('Images/BlockHeader.png');
}

.art-BlockHeader .l
{
	left:0;
	right:6px;
}

.art-BlockHeader .r
{ 
	width:894px;
	right:0;
	clip: rect(auto, auto, auto, 888px);
}





.art-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('Images/BlockHeaderIcon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

