body.mceContentBody { 
	background: #FFFFFF; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Verdana, sans-serif;
	color: #000000;
    font-size:9pt;
}


/* CLASS STYLES */

/* A */



/* B */

.bigbutton, .bigbutton2 {
	color: #FFFFFF;
	font-family: "effra", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 40px;
        line-height: 40px;
	padding: 15px;
	border: 1px #dddddd solid;
	background-color: #FF3333;
	border-radius: 10px;
	cursor:pointer;
       margin-top: 20px;
        text-align: center;
}

.bigbutton a, .bigbutton a:link, .bigbutton a:visited, .bigbutton2 a, .bigbutton2 a:link, .bigbutton2 a:visited  {
	color: #FFFFFF !Important;
}
.bigbutton:hover {
	background-color: #666666;
}


.button_square {
	width: 100%;
	height: auto;
	margin: 5px;
	padding: 5px;
	background-color: #eeeeee;
	border: #dddddd solid 1px;
	border-radius: 4px;
	position: relative;
	cursor:pointer;
        font-size:16px;
        font-weight: bold;
}


.button_square:hover {
	-webkit-box-shadow:inset 0px 0px 0px 6px #FFEE4D;
    -moz-box-shadow:inset 0px 0px 0px 6px #FFEE4D;
    box-shadow:inset 0px 0px 0px 6px #FFEE4D;
	border: #fde600 solid 1px;
	background-color: #fde600;
	
	
}

/* C */

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}

/* D */

/* E */

/* F */

fieldset {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.formitem, .formfield, .formnote {
       text-align: left;
       margin-top: 5px;
}

/* G */

/* H */
ul, li {
	line-height: 21px;
	margin-bottom: 20px;
	margin-top: 18px;
}
p {
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 18px;
}
h1 {
	font-size: 38px;
	line-height: 43px;
	border-bottom: #dddddd solid 1px;
	font-weight: 300;
	color: #777777;
	padding-bottom: 5px;
	margin-bottom: 22px;
	margin-top: 25px;
}
h2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	color: #1d2962;
	margin-bottom: 14px;
}
h3 {
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	color: #1d2962;
	margin-bottom: 14px;
}
h4 {
	font-size: 19px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 14px;
}
h5 {
	font-size: large;
	color: #990033
}
h6 {  
	font-size: large; 
	color: #990033
}

hr {
	color: #eeeeee;
	margin-bottom: 10px;
	
}

/* I */

img {
	border: 0px;
}

.image_left_320px {
	width: 100%; 
	float: left; 
	margin-bottom: 10px; 
	margin-right: 30px; 
	max-width: 320px;
	border: 1px solid #dddddd;
}

.image_right_320px {
	width: 100%; 
	float: right; 
	margin-bottom: 10px; 
	margin-left: 30px; 
	max-width: 320px;
	border: 1px solid #dddddd;
}

input[type="text"] {
	color: #000000;
	vertical-align: middle;
	border: 1px #dddddd solid;
	height: 20px;
	background-color: #eeeeee;
	border-radius: 4px;
}

input[type="text"]:hover {
	background-color: #FFFFFF;
}

input[type="button"], input[type="submit"]  {
	color: #2391cf;
	font-family: "effra", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	padding: 10px;
	border: 1px #dddddd solid;
	background-color: #eeeeee;
	border-radius: 6px;
	cursor:pointer;
}

input[type="button"]:hover, input[type="submit"]:hover  {
	-webkit-box-shadow:inset 0px 0px 0px 6px #FFEE4D;
    -moz-box-shadow:inset 0px 0px 0px 6px #FFEE4D;
    box-shadow:inset 0px 0px 0px 6px #FFEE4D;
	border: #fde600 solid 1px;
	background-color: #fde600;
	color: #1d2962;
}

/* J */

/* K */

/* L */

/* M */

/* N */

.none {}

/* O */

/* P */

/* Q */

/* R */

.roundedbox {
      border: 1px #993300 solid;
      border-radius: 5px;
      background-color: #EDE2c6;
      padding:10px;
      margin-bottom: 10px;
}

/* S */

.shadowbox {
	 /* box-shadow: h-shadow v-shadow blur spread color inset; */
    -moz-box-shadow:    3px 3px 3px 0px #ccc;
    -webkit-box-shadow: 3px 3px 3px 0px #ccc;
    box-shadow:         3px 3px 3px 0px #ccc;
}

#sponsorlogos img {
    max-width: 200px;
    height: auto;
    max-height: 85px;
    width: auto;
	margin-right: 45px;
	
}

/* T */

.textbox   {
	color: #000000;
	vertical-align: middle;
	border: 1px #dddddd solid;
	height: 20px;
	background-color: #eeeeee;
	border-radius: 4px;
}
.textblock  {
	color: #000000;
	vertical-align: middle;
	border: 1px #dddddd solid;
	background-color: #eeeeee;
	border-radius: 4px;
}

textarea:hover {
	background-color: #FFFFFF;
}

/* U */

/* V */

/* W */

.whitetext {
      color: #FFFFFF;
}

/* X */

/* Y */

/* Z */


/* =================== for mobiles devices ================================================== */
/* rules that only apply for canvases narrower than 1000px ie mobiles*/

@media only screen and (max-width: 1100px) { 

body {
	/*margin: 10px;
	font-size: 20px;*/
	}
	
#logo_div {
	margin-left: 8px;
}


.Mainsmcontainer  {	
	margin-top: 10px !important;
	border-width: 1px;
	border-color: #1d2962;
	border-style: none solid solid solid;
		
}

#menu {
	margin-left: 146px;
	margin-right: 75px;
}
#menumobile {
	float:right;
	display: block;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	cursor:pointer;
	z-index: 99;
	
	
}
#menu_surround {
	padding-top: 0px;
	display: none;
}

#right_links{
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 152px;
	margin-bottom: 10px;
	float:left;
}
#title {
	margin-left: 149px;
}

#title_surround {
	z-index: 0;
	position:relative;
}
}
@media only screen and (max-width: 1000px) {
#fadeshow1 {
	height: 280px !important;
}
	 
}
@media only screen and (max-width: 900px) {
#fadeshow1 {
	height: 240px !important;
}
.EventCategory, .Event, .EventCategoryPrefix, .pers, .Eventsurfcompetition {
	 -webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
		-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit
    word-break: break-word; */
}
}
@media only screen and (max-width: 800px) {
#fadeshow1 {
	height: 200px !important;
}
	 
}
@media only screen and (max-width: 768px) {

#content_main {
	width: 94%;
}
#content_right {
	width: 94%;
}
#content_top {
	width: 94%;
}

#fadeshow1 {
	display:none;
}
#fadeshow_surround {
	display:none;
}

#Gallery_link {
	display:none;
}
.MainMenuContainer {
	clear:both;
	float:none !Important;
	display:block !Important;
	width: 100% !Important;
	
	
}
.MainMenuDivider {
	display:none !Important;
}
.MainMenu, .MainCurrentTab {
	float: none !Important;
	height: auto !important;
	width: 100% !important;
	font-size: 23px !Important;
	line-height: 28px !important;
	margin-bottom: 7px !Important;
	font-weight: 300 !important;
	/*display: inline;*/
	
}

.MainMenu:hover, .MainCurrentTab:hover {
	height: auto !important;
	width: 100% !important;
	font-size: 23px !Important;
	line-height: 28px !important;
	margin-bottom: 7px !Important;
	font-weight: 300 !important;
}
.Mainsmcontainer  {	
	margin-top: 10px !important;
	border-width: 1px;
	border-color: #1d2962;
	border-style: none solid solid solid;
		
}

.Mainsubmenu {
	
}

.MainsubmenuHover {
	
}

#menu_surround {
	margin-bottom: 10px;
}

.newsitemthumbnail {
	margin-bottom: 30px;
	
}


}
@media only screen and (max-width: 700px) {
	
#content_surround {
	margin-top: -2px;
}

#logo_div {
	width: 100%;
	max-width: 110px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	float:left;
}

#menu {
	margin-left: 124px;
}


#right_links{
	margin-top: 20px;
	margin-right: 12px;
	margin-left: 130px;
	float:left;
	
}

#title {
	margin-top: 14px;
	margin-left: 128px;
	margin-right: 10px;
	font-size: 30px;
	line-height: 35px;
}
}


@media only screen and (max-width: 580px) {



#fadeshow1 {
	display:block;
	height: auto !important;
	
}

#fadeshow_surround {
	width: 100%;
	float:left;
	display:block;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0px;
}
	
#logo_div {
	width: 100%;
	max-width: 95px;
	margin-top: 8px;
	margin-right: 8px;
	float:left;
}
#menu {
	margin-left: 107px;
}
#right_links{
	margin-top: 20px;
	margin-right: 12px;
	margin-left: 113px;
	float:left;
	
}

#title {
	margin-top: 11px;
	margin-left: 112px;
	margin-right: 15px;
	/*font-size: 25px;
	line-height: 30px;*/
}
}

@media only screen and (max-width: 400px) {

#content_surround {
	margin-top: 0px;
}
.EventPreviousMonth, .EventCurrentMonth, .EventNextMonth, .EventSMTWTFS, .EventS_td, .EventMTWTF_td, .EventCalendarToday, .EventCalendarOtherDays, .EventCalendarWeekend, .EventMonthDays {
	padding: 5px;
	font-size: 13px;
}
.EventList_td p {
	font-size: 13px;
}
.EventList_time {
	margin-bottom:0px;
}
.pers, .Eventsurf_competition, .Event {
	font-size: 13px;
	line-height: 19px;
}
#fadeshow1 {

}
#logo_div {
	margin-left: 22px;
}
#menu {
	margin-left: 22px;
}
#menumobile {
	padding-top: 20px;
}
.newspageitemthumbnail {
	width: 100%;
	margin-bottom: 10px;
	
}
.newspageitemlink {
	margin-bottom: 40px;
}
	
#right_links{
	margin-top: 20px;
	margin-left: auto;
	margin-right:auto;
	width: 85%;
	float:none;
	display:block;
	
}

#title {
	float:none;
	margin-left: 126px;
	margin-right: 42px;
	font-size: 28px;
	line-height: 32px;
	
}
}
@media only screen and (max-width: 370px) {
	
#title {
	margin-right: 13px;

}
}
	





























































