/**** :.:.:.:.:.:.====RESET: DO NOT EDIT====:.:.:.:.:.:. *****/
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0;	border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none; background: #ffff00;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;border-spacing: 0;}

/**** :.:.:.:.:.:.STYLE BELOW:.:.:.:.:.:. *****/

html{min-height:101%;font-size:62.5%; /*  DEFAULTS FONT SIZE TO 10PX, USE EM FOR HERE ON OUT, IT'S BASIC MATH. */ }

body
{
	background: #420000 url('images/tile-y.jpg') top center repeat-y;
	color:#747474;
	font-family: Tahoma, Arial, Sans-Serif;
	margin: 0 auto;     /* Centers website */
	text-align: center; /* Centers website IE FIX */
	font-size: 1.20em;   /* Defaults to 12px, 1.4em = 12px.*/
	line-height:1.70em;  /* Defaults to 6px between lines*/
}
/* THIS IS FOR THE TICKET IFRAME TO MAKE IT LARGER */
.background {
	width:620px !important;
}

h1,h2,h3,h4,h5,h6, span.Head {
	font-weight:bold;
	color: #f05033;
	margin: 5px 0 10px;
}

h1, span.Head{ font-size:1.83em !important;}
h2{ font-size: 1.50em; }
h3{ font-size: 1.30em;}
h4{ font-size: 1.2em; }
h5{ font-size: 1.17em;}
h6{ font-size: 1em; text-transform: uppercase; margin: 5px 0 0; }

span.Head {
	display:block;
}

p { margin-bottom: 20px; }

a, a:link, a:visited, a:hover, a:active{
	color: #C5463F;	font-weight:bold; 
}
a:hover{ color:#7F332F; text-decoration:underline !important; }
a:active { color:#FF0000; }

ul, ol { 
	list-style-position: inside; margin-left:20px; margin-bottom: 20px; 
}
ul li{	list-style-type:disc; margin-bottom: 20px;  }
ol li { margin-bottom: 20px;  }
hr {
height:1px;
width:80%;
margin:auto;
text-align:center;
border:0 none;
border-bottom:1px dashed #ccc;
color:#ccc;
}
#Form
{ width:960px;  text-align:center; margin:0 auto;}

#contentWrapper {
	background: url("images/content-tile.jpg") top center repeat-y;
	width:960px; text-align:left;
}

#dnn_dnnLOGO_hypLogo { overflow:visible; position:absolute; top:10px;left:27px;} 

#masthead,
#adminPane,
#leftContent,
#middleContent,
#rightContent,
#footer {
	float:left;
}

#masthead{
	width:960px;
	height: 129px;
	position:relative;
	background: url("images/masthead.jpg") top left no-repeat;
}

.BannerPane {
	position:absolute;
	top:14px;
	left:270px;
	width:450px;
	height:100px;
}

#adminPane {
	background:#fff;
	width:960px;
}

.navBump {
	margin-top:90px;
}

#leftContent {
	width:260px;
}

#middleContent {
	width:700px;
}

#rightContent, #RightPane {
	
}

/* 960 */

.ContentPane {width:680px;}
.LeftPane, .RightPane {width: 240px;}

/*900*/

#middleContent .inner,
#rightContent .inner{
	margin-top: 20px;
}

/* CONTAINER STYLES */
.borderedBlock
{
	background:#fff;
	border:1px solid #ccc;
	float:left;
	margin:15px 10px;
	width:218px;
}

.twoColumnPane{
	float:left;
	clear:both;
}

.upcomingBlock
{
	background: blue;
	float:left;	
	clear:right;
	width:200px;
	margin:10px 5px;
	font-size:.8em;
}

.upcomingBlock h3 {
	margin-top:-13px;
	font-size:1em;
}


#footer 
{
	width:960px;
	color: #fff;
	font-size:.8em;
}
#footer a{
	color: #fff;
}

#footerLeft {
	width: 330px;
	text-align:left;
	float:left;
}
#footerCenter {
	width: 300px;
	text-align:center;
	float:left;
}
#footerRight {
	width: 330px;
	text-align:right;
	float:left;
}

#footer_info 
{
	float:left;
}

#hoknik 
{
}

.inner, .PaneInner {
	margin: 10px;
	clear:both;
}

table.contact_form tr td table tr td label {
font-size:.9em;
color:#747474;
}

table.contact_form tr td table tr td input[type=submit] {
font-size:.9em;
color: #fff;
background:#EF5132;
}
table.contact_form tr td table tr td input {
width:150px ;
background:#fff;
padding: 5px;
border: 1px solid #ddd;
}
table.contact_form tr td table tr td input[type=checkbox],table.contact_form tr td table tr td input[type=radio] {
	width:auto;
}
table.contact_form tr td table tr td textarea{
width:250px;
height:100px;
padding: 5px;
border: 1px solid #ddd;
background:#fff;
overflow:auto;
}
table.contact_form tr td table tr td select{
width:157px;
background:#fff;
padding: 5px;
border: 1px solid #ddd;
}
table.contact_form tr td table tr td div{
margin-top:5px;
}


/* ********** Pane Style ************** */

.TopPane, .ContentPane, .BottomPane, .FullWidth
{ 
	float:left; 
	clear:both;
}

.LeftPane, .RightPane
{
	float:left;
}

.FullWidth {
background: #fff;
}
.FullPane
{
	padding:0px;
}


/* MENU STYLES */

.MainMenu_MenuBar {}
.MainMenu_MenuArrow,.MainMenu_RootMenuArrow,.MainMenu_MenuIcon {display: none;}
.MainMenu_MenuBreak {}

.MainMenu_MenuContainer {
	overflow:hidden;
    text-align:center;
	border:0 none !important;
	width: 259px;
}

.MainMenu_MenuContainer tr td table
{
	width: 259px;
	margin:5px 0px;
}

.MainMenu_MenuContainer tr td table tr td {
	padding:5px 0 5px 15px;
}

.MainMenu_MenuItem{
	border:0 none;
	color: #C5463F;
	padding: 5px;
}

.Submenu .MainMenu_MenuItem td, .Submenu .MainMenu_MenuItem .MainMenu_MenuIcon {
	padding: 5px;
}

.Submenu .MainMenu_MenuItem td:hover {
    background: #C5463F;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
}

.RootMenuItem td,
.RootMenuItemSel td,
.RootMenuItemHover td  {
	font-size:1.45em;
	font-family: Arial, "Myriad Pro", Sans-Serif;
	letter-spacing:.05em;
	padding:0px;
	margin:5px;
	color: #C5463F;
	text-align:left;
	font-weight:bold;
}

.RootMenuItemSel TD{/*HOVER*/
    background: #bbb;
	
}
.RootMenuItemHover TD {/*Active*/
    background: #bbb;
}

.Submenu {
	color: #C5463F;
}

.Submenu, .Submenuitemselected, .Submenuitembreadcrumb, .Submenu .MainMenu_MenuItem{
	margin: 0px;
	padding: 5px 0;
	min-width:130px;
	text-align:left;
    cursor:pointer;
    z-index: 1000;
    color: #C5463F;
    background: #D3D3D3;
}

.Submenuitemselected, .Submenuitembreadcrumb 
{
	color: #fff;
}

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* ********** Container Style ************** */
.Head, .SubHead, .SubSubHead, .Normal{font: inherit !important;}
.Head, .SubHead{font-weight:bold !important;}

/* ********** Control Panel Style ************** */
.ControlPanel{ background-color:#fff !important; color: #000 !important;border:#ADADAD solid; border-width:2px; width:960px;margin:10px 0;}
.ControlPanel IMG{ margin:15px 5px 0px; }
.ControlPanel .SubHead{ color:#000 !important; font-weight:bold; }
.ControlPanel input{ background:#fff; color:#000; font-weight:bold; padding-left:4px; }
.ControlPanel select{ background:#fff; color:#333;}
.ControlPanel A.CommandButton{ text-decoration:none;}
.ControlPanel A.CommandButton:link,.ControlPanel A.CommandButton:visited,.ControlPanel A.CommandButton:active{}
.ControlPanelA.CommandButton:hover{text-decoration:underline;}
.CommandButton,a.CommandButton:link,a.CommandButton:visited,a.CommandButton:hover,a.CommandButton:active{ text-decoration:none;}
a.CommandButton:hover{}

/* ********** Search Style ************** */
#SearchContainer input{color:#f2f3ef; width: 150px; height: 15px; background-color: #808080;}
.search,a.search:link,a.search:visited,a.search:active{ text-decoration:none;font-weight:normal;}
a.search:hover{ text-decoration:none;font-weight:bold;}
#dnn_dnnSEARCH_txtSearch{width: 165px;height:25px;border: 0 none;background-color: transparent;text-align: left;padding-top: 7px 0 0 13px;}

/* ********** Buttons Style ************** */
.StandardButton {color: #ffffff;font-weight: normal;background-color: #2b5bb8; height: 30px;width: 80px;}

/* ********** Login Style ************** */
.login,a.login:link,a.login:visited,a.login:hover,a.login:active{text-decoration:none;}
a.login:hover{text-decoration:underline;}
/* ********** User Style ************** */
.user,a.user:link,a.user:visited,a.user:hover,a.user:active{text-decoration:none; 

display:block;

}

a.user:hover{text-decoration:underline;}
/* ********** Date Style ************** */
.date,a.date:link,a.date:visited,a.date:hover,a.date:active{background: url(images/calendar_icon.png) center no-repeat;height:18px;}
a.date:hover{}
/* ********** Footer Style ************** */
.footer,a.footer:link,a.footer:visited,a.footer:hover,a.footer:active{text-decoration:none;font-style: italic;}
a.footer:hover{}
/* ********** Privacy/Terms Style ************** */
.terms,a.terms:link,a.terms:visited,a.terms:hover,a.terms:active{text-decoration:none;}
a.terms:hover{}
/* ********** Links Style ************** */
.links,a.links:link,a.links:visited,a.links:hover,a.links:active{text-decoration:none;font-weight: bold;background:url(images/arrow.jpg) left center no-repeat;}
a.links:hover{}
/* ********** Breadcrumb Style ************** */
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:visited,a.Breadcrumb:hover,a.Breadcrumb:active{text-decoration:none;}
a.Breadcrumb:hover{}

.WhiteTEXT{	color: #ffffff;}
.clear { clear:both; }
.logo { padding:10px; overflow:visible;}
.left { float:left;}
.right { float:right;}
#dnn_space { height:15px;}


