/* The main CSS file, this should be the baseline for all CSS */
/* Country CSS files should only rewrite the minimum number of styles required */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}


/*************** Notifications ***************/

.notification {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
	height: 99.8%;
	overflow: auto;
}


.attention {
	background: #fffbcc url('/admin/resources/images/icons/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}

.information {
	background: #dbe3ff url('/admin/resources/images/icons/information.png');
	border-color: #a2b4ee;
	color: #585b66;
}

.success {
	background: #d5ffce url('/admin/resources/images/icons/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
}

.error {
	background: #ffcece url('/admin/resources/images/icons/cross_circle.png');
	border-color: #df8f8f;
	color: #665252;
}

.notification div {
	display:block;
	font-style:normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

.notification .close {
	color:#990000;
	font-size:9px;
	position:absolute;
	right:5px;
	top:5px;
}


/*************** CSS ***************/


html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal .80em 'trebuchet ms', arial, sans-serif;
  background: #fff;
  color: #000;
  }

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;}

.eventslist {
	line-height: 1.2em;
	}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font-family: 'century gothic', arial, sans-serif;

  margin: 0 0 15px 0;
  padding: 0 0 5px 0;}


hr {background-color: #cecece; margin: 10px 0 20px 0; border: 0px; }

h1 {font-size: 175%; 
  color: #43423F;
}


h2
{ font-size: 175%;
  color: #41ACA4;}
  
h3 {color: #8f181d;
font-size: 155%;
}

  
h4 {color: black;
font-size: 120%;
font-weight: bold;}

h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: normal 120% arial, sans-serif;
  color: #ccc;}

h6
{  padding: 0 0 15px 0;
font-size: 125%;
font-weight: bold;
  color: #fff;}


a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #8f181d;}

a:hover
{ text-decoration: none;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}
  
  
.box {width: 180px; 
text-align: right;}

.clear {clear: both;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

.margin {
	margin-right: 20px;}

.medcontent {
width: 580px;	
height: auto;}

.largecontent {
width: 600px;	}

.xlargecontent {
width: 640px;	}

blockquote
{ margin: 0; 
  padding: 10px;
  border: 1px solid #E5E5DB;
  color: white;
  background: #222223;}
  
  blockquote a
{ color: #cecece;}  

blockquote a:hover
{ color: white;}  

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{ background: #8f181d;
  height: 123px;
  }

#logo
{ width: 865px;
  position: relative;
  height: 123px;
}

#logo 
{ width: 865px;
  height: 123px;
}

#logoplace {  background: #8f181d url(/images/logos/global.png); position: relative; top: 20px;  background-repeat: no-repeat; width: 292px; height: 85px; }


#logo #logo_text 
{ position: absolute; 
  top: 80px;
  left: 320px;
  color: white;}

#logo h1, #logo h2
{ font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover 
{ padding: 22px 0 0 0;
  color: #FFF;
  letter-spacing: 0.1em;
  text-decoration: none;}

#logo_text h1 a .logo_colour
{ color: #fff;
margin-left: 285px;}

#logo_text h2
{ font-size: 100%;
  padding: 4px 0 0 0;
  color: #DDD;}

#menubarsurround
{ width: 100%;
  height: 29px;
  padding: 0;
  border-top: 1px solid #494949;
  background: #000 url(/images/gobal/menu.png) repeat-x;} 

#menubar
{ width: 865px;
  height: 29px;
  padding: 0;
  border-left: 1px solid #494949;
  background: #000 url(/images/gobal/menu.png) repeat-x;} 

ul#menu, ul#menu li
{ float: left;
  margin: 0; 
  padding: 0;}

ul#menu li
{ list-style: none;}

ul#menu li a
{ 
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  display: block; 
  float: left; 
  height: 17px;
  border-right: 1px solid #494949;
  padding: 6px 15px 6px 15px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;} 

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{ color: #FFF;
  background: #8f181d;}

#site_content
{ width: 865px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 0;
  background: #FFF;} 

.sidebar
{ float: right;
  width: 290px;
  padding: 0px 15px 20px 15px;}
  
  
.sidebarsmall
{ float: right;
  width: 200px;
  padding: 10px 15px 20px 15px;}  

.sidebar ul
{ width: 178px; 
  padding: 4px 0 0 0; 
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 40px;
  display: block;
  background: transparent url(/images/link.png) no-repeat left center;} 

.sidebar li a.selected
{ color: #444;
  text-decoration: none;} 

#content
{ text-align: left;
  width: 595px;
  padding: 0;}

#content ul
{ margin: 2px 0 22px 0px;}

#content ul li
{ list-style-type: none;
  background: url(/images/bullet.png) no-repeat;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 25px;
  line-height: 1.5em;}
  
  
  

#footer
{ width: 100%;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  height: 280px;
  padding: 15px 0 5px 0;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  }
  
  
#footercontents
{ width: 878px;
margin-left: auto; margin-right: auto;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  height: auto;
  background: #000;
  color: #FFF;
  }
  
#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: underline;}

#footer h1 h2 {color: white;
font-size: 120%;}


#buttonmain {width: 40px; height: 15px; padding: 10px; background-color: #cccccc; border: 1px solid white; font-size: 11px; color: white; float: right; margin-left: 20px; }

#button {background-image: url(../images/global/menu.png); background-repeat: repeat; font-size: 10px; float: right; padding: 6px; width: 160px; text-align: center;   cursor: pointer;  margin-bottom: 15px;}

#button a {color: white; text-decoration: none; font-size: 120%;}

.button {background-color: #cecece; border: 1px solid white; cursor: pointer;}
.button: hover {background-color: red; cursor: pointer;}

#buttonalt {background-image: url(../images/global/menu2.png); background-repeat: repeat; font-size: 10px; float: right; padding: 6px; width: 160px; text-align: center;   cursor: pointer;  margin-bottom: 15px;}

#buttonalt a {color: white; text-decoration: none; font-size: 120%;}

#buttonalt:hover {background-color: white; }




.search
{ color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 134px; 
  padding: 4px; 
  font: 100% arial, sans-serif;}

#colours
{ height: 0px;
  text-align: right;
  padding: 66px 16px 0px 300px;}
  



/* Edit Form */

form label {
    display: block;
	float: left;
    font-weight: bold;
    padding: 0 0 10px;
	width: 170px;
}

input, select { background: url("../images/bg-form-field.gif") repeat-x scroll left top #FFFFFF;
    border: 1px solid #D5D5D5;
    color: #333333;
    font-size: 13px;
	width: 250px;
    padding: 6px;
	border-radius: 4px 4px 4px 4px;}
	
	
	
form .small-input {
    width: 25% !important;
}


label.inputNotificationError, div.inputNotificationError {
	background: #ffcece url('/admin/resources/images/icons/cross_circle.png');
	border-color: #df8f8f;
	color: #665252;
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px;
	background-color: transparent;
	display: block;
}

input.text-input.inputNotificationError {
	border: solid 1px red;
}

textarea.text-input.inputNotificationError {
	border: solid 1px red;
}

.medium-input, .small-input, large-input {
	margin-right: 10px;
}

  
table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ background: #3B3B3B;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;}
  
table tr td
{ background: #F0EFE2;
  color: #47433F;
  border-top: 1px solid #FFF;}

.sliderimage {
	float: left; padding: 3px; margin: 0 10px 10px 10px ; border: 1px solid white;}


.eventsimage {
	margin: 0 10px 5px 10x ; border: 1px solid #cecece;}

.eventsimageright {
	margin: 0 0px 5px 10px ; border: 1px solid #cecece;}

.sliderlink {font-size: 120%; font-weight: bold; text-decoration: none;}

.testibox {background-color: #0F5954; padding: 20px; width: 480px;}
.testitext {color: white; font-size: 16px; line-height: 26px;}


#news {margin: 20px 0 0 0 ;  width: 500px;}

#news a {font-size: 16px; text-decoration: none;}

#news ul{ margin: 0 0 50px 0;
  }


#news li{ list-style-type: none;
	background-image: none;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 0px;
  line-height: 2em;
  border-bottom: 1px solid #cecece;
  }



#blog {margin-top: 30px; margin-bottom: 20px;	}
#blog h1, h2  {margin: 0 0 10px 0; padding: 0px;}

.eventsbox {
border-top: 1px solid #cecece;
border-right: 4px solid #cecece;
border-bottom: 4px solid #cecece;
border-left: 1px solid #cecece;
padding: 10px; width: 280px; height: 150px;
margin-bottom: 30px;}


.large {
width: 600px;
height: auto;


}

.medium {
width: 500px;
min-height: 300px;
height: auto;


}

.boxlarge {width: 640px; }


#homePageSingleEvent
 {width: 500px; border: 1px solid #cecece; padding: 10px; margin-top: 0px;}


.archive {color: #646464;
font-size: 160%;
margin-bottom: 20px;
text-decoration: none;
}

.archivesub {
font-size: 120%;
margin-bottom: 10px;
}

.eventsponsor {padding: 10px; width: 210px; border: 1px solid black; background: white;}
.sponsor {width: 100px; height: 40px; background-color: white; border: 1px solid #cecece; float: left; margin: 0 10px 10px 0; padding: 10px;}
.sponsorlogolarge {float: right; width: 220px; margin-left:20px; border:1px solid ##cecece;}

.refreshCaptcha {
	outline: none;
  text-decoration: none;
  color: #8f181d;	
	cursor: pointer;
	font-size: 10px;
}
