/********************************************************************
* Website style														*
********************************************************************/

body
	{
		margin: 0px;
		padding: 0px;
		background: url('../gfx/gfx_bkg2.gif') 0 0 repeat-x;
		background-color: #001700;
		min-height: 101%;
	}

html {
		min-height: 101%;
}

#websiteOuterLimit
	{
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #F0F4F1;
	}

#mainBox a, #sideBox a
	{
		color: #F0F4F1;
		text-decoration: none;
		border-bottom: 1px solid #99CC00;
	}

#mainBox a:hover, #sideBox a:hover
	{
		border-bottom: 1px solid #FFFFFF;
	}



.smalltext
	{
		font-size: 10px;
	}

.redstar
	{
		font-size: 16px;
		color: #FF0000;
	}

#mainBox a.tmb, .pic a, #historyBox a, #galPics a
	{
		padding: 2px;
		border: 1px solid #99CC00;
		display: block;
	}

#mainBox a:hover.tmb, .pic a:hover, #historyBox a:hover, #galPics a:hover
	{
		padding: 2px;
		border: 1px solid #99CC00;
		border-bottom: 1px solid #FFFFFF;
		display: block;
	}

#galPics a
	{
		margin: 7px;
		float: left;
	}

input.charCount
	{
		width: 22px;
		border: none;
		background: none;
	}

#overrideText
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 140px;
		height: auto;
		margin-bottom: 20px;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
		background-color: #FF0000;
	}

#specialeventText
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 140px;
		height: auto;
		margin-bottom: 20px;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color: #000000;
		background-color: #FFD400;
	}

.divider
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 90%;
		height: 1px;
		margin: 10px 0px 0px 0px;
		font-size: 1%;
		border-top: 1px solid #5A833D;
	}









.clearence
    {
        clear: both;
    }

/* Def END *********************************************************/


/********************************************************************
* Outer Limit														*
********************************************************************/

#websiteOuterLimit
	{
		position: relative;
		top: 0px;
		left: 50%;
		width: 950px;
		height: auto;
		margin-left: -475px;
	}

/* Def END *********************************************************/


/********************************************************************
* Header Box														*
********************************************************************/

#headerBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 950px;
		height: 156px;
		background: url('../gfx/gfx_bannerGlow.png') 0 0 no-repeat;
	}

#headerBox .banner
	{
		position: relative;
		top: 0px;
		left: 50%;
		width: 880px;
		height: 156px;
		margin-left: -440px;
	}

/* Def END *********************************************************/


/********************************************************************
* Navigation Box													*
********************************************************************/

#navigationBox
	{
		position: relative;
		top: 0px;
		left: 50%;
		width: 880px;
		height: 33px;
		margin-left: -440px;
	}

ul.menu
	{
		position: relative;
		width: auto;
		height: 33px;
		margin: 0px;
		padding: 0px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		list-style-type: none;
		display: block;
		background: url(../gfx/navi/bg2.png) repeat-x top left;
		border-top: 1px solid #808080;
		border-bottom: 1px solid #000000;
		border-left: 1px solid #4A8523;
		border-right: 1px solid #4A8523;
	}

ul.menu li
	{
		margin: 0px;
		padding: 0px;
		display: block;
		float: left;
	}

ul.menu li a
	{
		height: 24px;
		padding: 9px 15px 0;
		color: #A79787;
		font-weight: normal;
		text-decoration: none;
		float: left;
	}

ul.menu li a:hover, .current
	{
		color: #FFFFFF;
		background: url(../gfx/navi/bg2.png) repeat-x top left;
		text-decoration: none;
	}

ul.menu .current a
	{
		color: #FFFFFF;
		font-weight: bold;
	}


/*GREEN*/
ul.menu.green
	{
		background-color:#629600;
	}

ul.menu.green li a:hover, .menu.green li.current
	{
		background-color: #98EA00;
	}

/*RED*/
ul.menu.red
	{
		background-color: #970400;
	}

ul.menu.red li a:hover, .menu.red li.current
	{
		background-color: #F00000;
	}

/* Def END *********************************************************/



/********************************************************************
* Content Box														*
********************************************************************/

#contentBox
	{
		position: relative;
		top: 0px;
		left: 50%;
		width: 878px;
		height: auto;
		margin-left: -440px;
		padding-bottom: 65px;
		background: url('../gfx/gfx_content_bkg.jpg') 0 0 no-repeat;
		background-color: #346D0E;
		border-left: 1px solid #4A8523;
		border-right: 1px solid #4A8523;
	}

#mainBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: auto;
		margin: 25px 50px 0px 30px;
		float: left;
	}

#sideBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 185px;
		height: auto;
		margin: 25px 0px 0px 0px;
		float: left;
	}

/* Def END *********************************************************/


/********************************************************************
* Footer Box														*
********************************************************************/

#footerBox
	{
		position: relative;
		top: 0px;
		left: 50%;
		width: 878px;
		height: 100px;
		margin-left: -440px;
		margin-bottom: 30px;
		background-color: #346D0E;
		border-left: 1px solid #4A8523;
		border-right: 1px solid #4A8523;
		border-bottom: 1px solid #4A8523;
	}

#footerBox .fader
	{
		position: absolute;
		top: -63px;
		left: 0px;
		width: 878px;
		height: 63px;
		z-index: 5;
	}

#footerBox .logo
	{
		position: absolute;
		top: -30px;
		left: 748px;
		width: 115px;
		height: 115px;
		z-index: 10;
	}

#footerBox .text
	{
		position: relative;
		top: 0px;
		left: 50%;
		width: 600px;
		height: auto;
		padding-top: 60px;
		margin-left: -300px;
		font-size: 10px;
		color: #4F8B28;
		text-align: center;
	}
	
#footerBox .text a
	{
		color: #4F8B28;
	}

/* Def END *********************************************************/


/********************************************************************
* Page nav															*
********************************************************************/

#navFooter
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 18px;
		font-size: 18px;
		margin: 30px 0px;
		text-align: center;
	}

#navFooter span
	{
		font-size: 18px;
		font-weight: bold;
	}

#navFooter span.linkdis
	{
		font-size: 18px;
		font-weight: normal;
	}

#navFooter .leftside
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 5%;
		height: 18px;
		text-align: left;
		float: left;
	}

#navFooter .rightside
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 5%;
		height: 18px;
		text-align: right;
		float: right;
	}

#navFooter .middle
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 80%;
		height: 18px;
		font-size: 12px;
		text-align: center;
		float: left;
	}

/* Def END *********************************************************/


/********************************************************************
* Email form														*
********************************************************************/

#emailForm input[type=text], textarea
	{
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #31660E;
		border: 1px solid #A1D54F;
	}

#emailForm input[type=submit]
	{
		height: 25px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #31660E;
		background-color: #A1D741;
		border: 1px solid #A1D54F;
	}

input[type=text], textarea
	{
		background-image: url('../gfx/gfx_mailline.png');
		background-repeat: repeat-x;
		background-color: #A1D741;
	}

input[type=text]:focus, textarea:focus
	{
		background-color: #D8EEAE;
	}

.focusClass
	{
		background-color: #D8EEAE;
	}

.blurClass
	{
		background-color: #A1D741;
	}

.errorClass
	{
		background-color: #FF5959;
	}

#emailForm textarea
	{

	}


#emailForm
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 400px;
		height: auto;
		padding: 10px 10px 40px 0px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #F0F4F1;
		background: url('../gfx/gfx_mailtext2.png') 15px 120px no-repeat;
		background-color: transparent;
	}


#emailForm .row
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 400px;
		height: auto;
		margin-bottom: 4px;
	}

#emailForm .col1
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100px;
		height: auto;
		float: left;
	}

#emailForm .col2
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 280px;
		height: auto;
		float: left;
	}

#emailForm .col2flex
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		float: left;
	}

#emailForm .req
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		margin-left:  3px;
		font-size: 12px;
		font-weight: bold;
		color: #FF0000;
		float: left;
	}

/* Def END *********************************************************/


/********************************************************************
* Presse Section													*
********************************************************************/

.thumbboxOuterLimit
	{
		position: relative;
		width: 78px;
		height: 78px;
		float: left;
	}

.thumbboxOuterLimit .pic
	{
		position: relative;
		width: 80px;
		height: 80px;
		float: left;
	}

#contentBox .thumbboxOuterLimit img
	{
		padding: 0px;
	}

#contentBox .thumbboxOuterLimit a
	{
		border: none;
	}

/* Def END *********************************************************/


/********************************************************************
* Band form															*
********************************************************************/

#bandForm input[type=text], textarea
	{
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #31660E;
		border: 1px solid #A1D54F;
	}

#bandForm input[type=submit]
	{
		height: 25px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #31660E;
		background-color: #A1D741;
		border: 1px solid #A1D54F;
	}

#bandForm input[type=text], textarea
	{
		background-image: url('../gfx/gfx_mailline.png');
		background-repeat: repeat-x;
		background-color: #A1D741;
	}

#bandForm input[type=text]:focus, textarea:focus
	{
		background-color: #D8EEAE;
	}

#bandForm textarea
	{

	}


#bandForm
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 400px;
		height: auto;
		padding: 10px 10px 40px 0px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #F0F4F1;
		background: url('../gfx/gfx_mailtext2.png') 15px 120px no-repeat;
		background-color: transparent;
	}

#bandForm .row
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 400px;
		height: auto;
		margin-bottom: 20px;
	}

#bandForm .col1
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
	}

#bandForm .col2
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		float: left;
	}

#bandForm .col2flex
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		float: left;
	}

#bandForm .req
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		margin-left:  3px;
		font-size: 16px;
		font-weight: bold;
		color: #FF0000;
		float: left;
	}

/* Def END *********************************************************/


/********************************************************************
* Guestbook styling													*
********************************************************************/

#gbCounter
	{
		position: relative;
		top: -20px;
		left: 0px;
		width: 95px;
		height: 40px;
		float: right;
	}

#gbCounter .text
	{
		position: absolute;
		top: 19px;
		left: 0px;
		z-index: 10;
	}

#gbCounter .number
	{
		position: absolute;
		top: -9px;
		left: 25px;
/*		font-family: Georgia, sans-serif;*/
		font-family: Arial, sans-serif;
		font-size: 45px;
		font-weight: bold;
		color: #86B56C;
		letter-spacing: -3px;
		z-index: 5;
	}


.gbOuterBoxVar1
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 580px;
		height: auto;
		padding: 10px;
		margin-bottom: 10px;
		background: transparent;
		background-color: #79AB54;
		opacity: .7;
	}

.gbOuterBoxVar2
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 580px;
		height: auto;
		padding: 10px;
		margin-bottom: 10px;
		background: transparent;
		background-color: #96BD79;
		opacity: .7;
	}

.datebox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: 40px;
		margin-bottom: 10px;

	}

.datebox .year
	{
		position: absolute;
		top: -10px;
		left: 0px;
		width: 120px;
/*		font-family: Georgia, sans-serif;*/
		font-family: Arial, sans-serif;
		font-size: 45px;
		font-weight: bold;
		color: #E4EEE3;
		letter-spacing: 0px;
		opacity: .4;
		z-index: 5;
	}

.datebox .monthday
	{
		position: absolute;
		top: 16px;
		left: 8px;
		color: #F2F7F2;
		font-size: 16px;
		font-weight: bold;
		z-index: 10;
	}

.datebox .timefrom
	{
		position: absolute;
		top: 18px;
		left: 120px;
		color: #F2F7F2;
		font-size: 14px;
		font-weight: normal;
		z-index: 10;
	}

.userbox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 375px;
		height: auto;
		float: left;
	}

.userbox .text
	{
		margin-left: 5px;
	}

.userbox .email
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		margin: 5px 0px 0px 8px;
		font-size: 11px;
	}

.userbox .ip
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		font-size: 10px;
		font-style: italic;
		text-align: right;
	}



.staffbox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 200px;
		height: auto;
		margin-top: 10px;
		font-size: 11px;
		float: right;
		border: 0px solid red;
	}

.staffbox .arrowbox
	{
		width: 14px;
		height: 30px;
		background: url('../gfx/gfx_staffcomment_arrow.png') 2px 0px no-repeat;
		float: left;
	}

.staffbox .text
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 170px;
		height: auto;
		padding: 2px 5px 5px 5px;
		font-size: 11px;
		color: #37750F;
		border-left: 6px solid #37750F;
		float: right;
	}

/* Def END *********************************************************/


/********************************************************************
* Newsbox															*
********************************************************************/

.newsboxOuterLimit
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 470px;
		height: auto;
		margin-bottom: 20px;

	}

.newsboxOuterLimit .datetitle
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 460px;
		height: 45px;
		margin-bottom: 4px;
	}

.newsboxOuterLimit .datetitle .date
	{
		position: absolute;
		top: -5px;
		left: 0px;
		width: 470px;
		height: 20px;
		color: #65975C;
		font-family: Georgia, sans-serif;
		font-size: 36px;
		font-weight: bold;
		letter-spacing: -4px;
		opacity: .3;
		z-index: 5;
	}

.newsboxOuterLimit .datetitle .arrow
	{
		position: absolute;
		top: 15px;
		left: 10px;
		width: 18px;
		height: 17px;
		z-index: 10;
	}

.newsboxOuterLimit .datetitle .title
	{
		position: absolute;
		top: 20px;
		left: 35px;
		width: auto;
		height: 20px;
		font-weight: bold;
		z-index: 10;
	}

.newsboxOuterLimit .text
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 460px;
		height: auto;
		margin-left: 10px;
		margin-bottom: 15px;
	}

.newsboxOuterLimit .newsPicBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 460px;
		height: auto;
		margin-left: 10px;
		margin-bottom: 15px;
	}

.newsboxOuterLimit .newsPicBox .pic
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 86px;
		height: 84px;
		margin-right: 10px;
		float: left;
	}

/* Def END *********************************************************/


/********************************************************************
* Gallery styling													*
********************************************************************/

#eventSelectionBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: auto;
		margin-top: 12px;
	}
/*
.galMainLink
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 470px;
		height: auto;
		padding: 3px 0px 3px 5px;
		margin-bottom: 8px;
		background-color: #157C03;
	}
*/
.galOuterBoxVar1
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: auto;
		padding: 3px 5px;
		margin-bottom: 8px;
		background: transparent;
		background-color: #79AB54;
		opacity: .7;
	}


.galOuterBoxVar2
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: auto;
		padding: 3px 5px;
		margin-bottom: 8px;
		background: transparent;
		background-color: #96BD79;
		opacity: .7;
	}


.galOuterBoxVar1 .leftside
	{
/*		font-family: Georgia, sans-serif;*/
		font-family: Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		float: left;
	}

.galOuterBoxVar1 .rightside
	{
		float: right;
	}

.galOuterBoxVar2 .leftside
	{
/*		font-family: Georgia, sans-serif;*/
		font-family: Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		float: left;
	}

.galOuterBoxVar2 .rightside
	{
		float: right;
	}

#eventSelectionBox .galOuterBoxVar1 a
	{
		text-decoration: none;
		border: none;
		display: block;
	}

#eventSelectionBox .galOuterBoxVar1 a:hover
	{
		color: #2E6327;
	}

#eventSelectionBox .galOuterBoxVar2 a
	{
		text-decoration: none;
		border: none;
		display: block;
	}

#eventSelectionBox .galOuterBoxVar2 a:hover
	{
		color: #2E6327;
	}

#galBox
	{
		margin-bottom: 20px;
	}

#categname .title
	{
		position: relative;
		margin-bottom: 0px;
/*		font-family: Georgia, sans-serif;*/
		font-family: Arial, sans-serif;
		font-size: 36px;
		font-weight: bold;
		background: transparent;
		color: #96BD79;
		opacity: .4;
	}


#categname .topLink
	{
		position: absolute;
		top: 20px;
		left: 530px;
	}



#galBox .eventRow1
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: auto;
		padding: 3px 5px;
		margin-bottom: 3px;
		background: transparent;
		background-color: #79AB54;
		opacity: .7;
	}

#galBox .eventRow2
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: auto;
		padding: 3px 5px;
		margin-bottom: 3px;
		background: transparent;
		background-color: #96BD79;
		opacity: .7;
	}

#galBox .eventRow1 .title
	{
		font-weight: bold;
		float: left;
	}

#galBox .eventRow1 .date
	{
		font-size: 11px;
		float: right;
	}

#galBox .eventRow2 .title
	{
		font-weight: bold;
		float: left;
	}

#galBox .eventRow2 .date
	{
		font-size: 11px;
		float: right;
	}

#galBox .eventRow1 a
	{
		text-decoration: none;
		border: none;
	}

#galBox .eventRow1 a:hover
	{
		color: #186D18;
	}

#galBox .eventRow2 a
	{
		text-decoration: none;
		border: none;
	}

#galBox .eventRow2 a:hover
	{
		color: #186D18;
	}


#datetitleBox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 470px;
		height: 40px;
		margin-bottom: 15px;
	}

#datetitleBox .date
	{
		position: absolute;
		top: 2px;
		left: 0px;
		width: 600px;
/*		font-family: Georgia, sans-serif;*/
		font-family: Arial, sans-serif;
		font-size: 28px;
		font-weight: bold;
		text-align: right;
		background: transparent;
		color: #96BD79;
		opacity: .4;
		z-index: 5;
	}

#datetitleBox .title
	{
		position: absolute;
		top: 15px;
		left: 0px;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		opacity: .8;
		z-index: 10;
	}

#galPics
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: auto;
	}

/* Def END *********************************************************/


/********************************************************************
* Event Box															*
********************************************************************/

#eventBoxOuterLimit
	{
		margin-top: 12px;
		color: #FFFFFF;
	}

#eventBoxOuterLimit .eventbox1
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: auto;
		padding: 5px 8px;
		margin-bottom: 3px;
		background: transparent;
		background-color: #49803C;
		opacity: .7;
	}

#eventBoxOuterLimit .eventbox2
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: auto;
		padding: 5px 8px;
		margin-bottom: 3px;
		background: transparent;
		background-color: #5FA34E;
		opacity: .7;
	}

#eventBoxOuterLimit .eventbox1 .top
	{

	}

#eventBoxOuterLimit .eventbox2 .top
	{

	}

#eventBoxOuterLimit .eventboxdepleted
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 474px;
		height: auto;
		padding: 5px 8px;
		margin-bottom: 3px;
		background: transparent;
		background-color: #FF5555;
		opacity: .7;
	}


#eventBoxOuterLimit .title
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 298px;
		margin-top: 0px;
		font-size: 14px;
		font-weight: bold;
		float: left;
	}

#eventBoxOuterLimit .date
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 170px;
		font-size: 14px;
		text-align: right;
		float: right;
	}

#eventBoxOuterLimit .musicstyle
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 250px;
		font-size: 11px;
	}

#eventBoxOuterLimit .desc
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 450px;
		font-size: 12px;
		float: left;
	}

#eventBoxOuterLimit .more
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 68px;
		font-size: 12px;
		float: left;
	}

#eventBoxOuterLimit .more a
	{
		color: #FFFFFF;
	}

#eventBoxOuterLimit .time
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 80px;
		margin-top: -15px;
		font-size: 14px;
		font-weight: normal;
		text-align: right;
		float: right;
	}

/* Def END *********************************************************/


/********************************************************************
* Event Detail Box													*
********************************************************************/

#eventDetailBox
	{

	}

#eventDetailBox .title
	{
		width: 310px;
		font-size: 18px;
		font-weight: bold;
		color: #E1F0E5;
		float: left;
	}

#eventDetailBox .date
	{
		font-size: 18px;
		color: #E1F0E5;
		float: right;
	}

#eventDetailBox .style
	{
		margin-top: 8px;
		font-size: 16px;
		color: #C6DFCD;
		float: left;
	}

/* 
		color: #C6DFCD;
*/
#eventDetailBox .time
	{
		font-size: 18px;
		font-weight: normal;
		color: #e1f0e5;
		float: right;
	}

#eventDetailBox .more
	{
		width: 400px;
		float: left;
	}


#eventDetailBox .mp3
	{
		position: relative;
		width: 84px;
		height: 21px;
		margin-left: 100px;
		float: left;
/*		background-color: red;*/
	}

#eventDetailBox img
	{
		border: none;
	}

#eventDetailBox .pricebox
	{
		margin-right: 100px;
		float: left;
	}

#eventDetailBox .pricebox .price
	{
		font-size: 30px;
		text-align: right;
		float: left;
	}

#eventDetailBox .pricebox .slash
	{
		position: relative;
		top: 7px;
		left: 0px;
		font-size: 24px;
		float: left;
	}

#eventDetailBox .pricebox .text
	{
		position: relative;
		top: 14px;
		left: 0px;
		font-size: 14px;
		float: left;
	}

#eventDetailBox .ticketbox
	{
		position: relative;
		top: -15px;
		left: 0px;
		width: 140px;
		height: 50px;
		text-align: center;
/*		background: url('../gfx/gfx_oeticket.png') 10px 0 no-repeat;*/
		float: left;
	}

#eventDetailBox .ticketbox .ticktext
	{
		position: relative;
		top: 45px;
		left: 0px;
		font-size: 18px;
		color: #EAF2EA;
	}

#eventDetailBox .tickettext2
    {
		position: relative;
		top: 0px;
		left: 0px;
		width: 310px;
		height: 70px;
		margin-top: 10px;
		font-size: 11px;
		color: #B6DFB5;
		float: left;
    }

#bandpicH
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 150px;
		height: 80px;
		margin-bottom: 4px;
	}

#bandpicV
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 80px;
		height: 150px;
		margin-left: 35px;
		margin-bottom: 4px;
	}

#bandname
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 150px;
		height: auto;
		margin-bottom: 4px;
		text-align: center;
	}

/* Def END *********************************************************/




