/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Aura Sport - layout' */
* {padding: 0; margin: 0;}

body {
	background: #bfb8b1 url(uploads/images/aura_template/container_bg.gif) top center repeat-y;
	font: 12px Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #555;
}

#container_wrapper {
	margin: 0 auto;
	overflow: auto;
	text-align: center;
	width: 820px;
	position: relative;
	background: url(uploads/images/aura_template/container_bg.gif) top center repeat-y;
}

#container {
	width: 800px;
	text-align: left;
	margin: 0 10px;
	background: #FFF;
}

#header {
	width: 100%;
	height: 120px;
	margin-bottom: 0;
	background: url(uploads/images/aura_template/header_bg.gif) top left repeat-x;
}

#branding ul {float: right;}
#branding li {display: inline; padding-left: 27px; font-size: 10px;}
#branding li a {color: #AAA;}
#branding li a:hover {color: #666; text-decoration: underline;}

#banner {
	width: 800px;
	height: 150px;
	background: url(uploads/images/aura_template/court.jpg) no-repeat center bottom;
}

#banner.home {height: 187px;}

h1 {
	background: url(uploads/images/aura_template/logo_white.png) no-repeat bottom center;
	height: 75px;
	width: 220px;
	text-indent: -9999px;
	float: left;
margin-bottom: 15px;
}

h1 a {
	display: block;
	height: 70px;
	width: 180px;
}

h2 {
	color: #ddd;
	font-size: 22px;
	font-family: Lucida Grande,  Corbel, "Trebuchet MS", Lucida Console, sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
text-transform: uppercase;
}

#main_content h3 {
	margin: 0 0 15px 0;
	color: #285caa;
	font-size: 17px;
}

#main_content h4 {
	color: #4c4839;
	font: 15px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 10px 0;
}

p {padding: 0 0 2em 0;}

#main_content p.first {font-weight: bold; color: #666; padding-top: 0;}

span.highlight {color: #285caa; font-weight: bold;}

dl {margin-top: 5px; text-align: left;}
dt {color: #a062ac; font-weight: bold; float: left;}
dd {padding: 0 0 1.3em 13em; font-weight: bold; color: #666;}

a {text-decoration: none; /*color: #666699*/ color: #285caa;}
#main_content a:hover {text-decoration: underline; /*color: #bc74d2*/ color: #214c8c;}
a.top {float: right;}

img {float: right; border:0; padding-left: 20px;}
img.floatleft {float: left; padding: 0 5px 0 0;}
table.suppliers img {padding: 5px 20px 5px 0; float: left;}
/*img.scale {float: left; padding: 0; margin-left: -30px; margin-top: 12px;}*/
img.scale {position: absolute; top: 425px; left: 220px;}

.highlight {color: #285caa;}

#content {
	/*background-color: #262b3d;*/
	background: #262b3d url(uploads/images/aura_template/content_bg.gif) top left repeat-y;
	padding: 0;
	float: left;
min-height: 425px;
}

#main_content {
	padding: 40px 32px;
	width: 506px;
	float: right;
	text-align: justify;
	line-height: 1.7em;
}

#main_content ul {margin-left: 15px;}
#main_content ol li {width: 22em; float: left;}
#side_content ul li {list-style: none;}

#main_content ul li {
	font-weight: bold;
	color: #666;
	padding: 0 4em 1em 1.5em;
	text-align: left;
}

#main_content.home {width: 100%; padding-right: 0;}

#quicklinks {
	background-color: #F3F3F3;
	overflow: auto;
	margin-top: -25px;
}

.about, .news, .tenders, .services {
	width: 21.2%;
	float: left;
	height: 16em;
	text-align: left;
	margin: 15px 0 10px 0;
	position: relative;
	padding-left: 15px;
	color: #663366;
}

.about, .news, .tenders {padding-right: 15px; border-right: 1px dotted #CCC;}

#main_content.home .tenders li, #main_content.home .services li {color: #663366; background: url(uploads/images/aura_template/sidelist_arrow.gif) left top no-repeat;}
#main_content.home ul li {padding-bottom: 2px; padding-right:0; font-weight: normal; }
#main_content.home ul {margin-left: 0;}	

.about h2, .news h2, .tenders h2, .services h2 {
	font-size: 12px;
	border: 0;
	margin-bottom: 5px;
	padding-top: 0;
	color: #bc74d2;
}

#main_content.home h2.welcome {
	clear: both; 
	margin-bottom: 8px;
	padding-top: 35px;
	border-top: 2px solid #DDD;
	border-right: none;
	/*font-size: 18px;
	font-weight: bold;*/
}

.socialbookmarks {
	width: 100%;
	clear: both;
text-align: right;
float: right;
color: #FFF;
}

.more {
	background: url(uploads/images/Aura Template/btn_more.gif) left center no-repeat;

	padding-left: 20px;
	position: absolute;
	bottom: 5px;
}

.relational-links {font-size: 10px;}

table {
	width: 100%;
	/*border-top: 1px dotted #c6d1cd;*/
	margin: 5px 0 30px 0;
	padding: 2px 0;
	text-align: left;
	border-collapse: collapse;
}

table.suppliers {border-top: 1px dotted #c6d1cd;}

tr.odd {background-color: #FEFEFE;}
tr.even {background-color: #F4F4F4;}
th {background-color: #c6d1cd; color: #FFF; padding: 0.6em 0.6em;}
table.sortable tr:hover {background-color: #e3e3e3;}
th.sortfirstdesc {width: 70%;}
td {padding: 0.6em 0.6em; border-bottom: 1px dotted #c6d1cd;}
table.sortable td {border-bottom: 1px solid #ddd;}
.roweven {background-color: #efefef;}
.rowodd {background-color: #fefefe;}

table.colours img, table.colours a img {float:none; text-align:center; padding-left: 0;}
table.colours td {text-align: center;}

#main_content table li {
font-weight: normal; 
padding-right: 0; 
padding-left: 10px;
list-style: square; 
color: #444;
}

/*div.contactform fieldset {width: 480px;}
div.contactform textarea {width: 480px;}*/

#content_colOne {float: left; width: 155px;}
#content_colTwo {float: right; width: 155px;}

#side_content ul li {border-bottom: dotted 1px #cebcd1; padding: 3px 0;}	
#side_content h3, #side_content a {font-size: 11px; color: #8c909a;}
#side_content a {display: block;}
#side_content h3 {border-bottom: 1px solid #cebcd1; font-family: "Trebuchet MS", Verdana, sans-serif; text-transform: uppercase; margin-bottom: 7px; background: none; padding-left: 0;}
#side_content a:hover {text-decoration: none; color: #bc74d2;}

#supp_content ol {padding-top: 25px;}

#supp_content ol li {
	background: url(uploads/images/aura_template/icon_page_acrobat.gif) right top no-repeat;
	list-style: none;
	padding-bottom: 8px;
	padding-right: 20px;
}

#supp_content ol li a {
	color: #d8812a;
font-size: 11px;

}

#supp_content ol li a:hover {
	font-weight: bold;
font-size: 12px;
}

#footer {
	padding: 25px 0 0 0;
	border-top: 1px solid #999;
	clear: both;
	font-size: 10px;
	line-height: normal;
	text-align: center;
	color: #BBB;
background: #81858c url(uploads/images/aura_template/footer_bg.gif) right top repeat-x;
}

#footer a {font-weight: bold; color: #CCC;}
#footer a:hover {text-decoration: underline;}
/* End of 'Aura Sport - layout' */

/* Start of CMSMS style sheet 'Aura Sport - form' */
* {padding: 0; margin: 0;}

form#m5moduleform_2 {margin: 1em 0; border: #c9c4b2 1px solid; float: left; width: 96%; padding-bottom: 1.75%; background: #e1ded3;}

form#m5moduleform_2 fieldset {border: none; background: #c9c4b2; margin: 1.75% 1.75% 0 1.75%; width: 91.5%; float: left; clear: both;}

form#m5moduleform_2 fieldset.submit {text-align: center;}

form#m5moduleform_2 label {float: left; clear: left; width: 30%;}

form#m5moduleform_2 input, form#m5moduleform_2 select, form#m5moduleform_2 textarea {width: 55%; border: #8c8877 2px solid;}

form#m5moduleform_2 label, form#m5moduleform_2 input, form#m5moduleform_2 select, form#m5moduleform_2 textarea {margin: 1.5%}

form#m5moduleform_2 div.submit input {width: 30%; background: #4c4839; border: #FFF 2px solid; cursor:pointer; color: #FFF;}

form#m5moduleform_2 div.submit {text-align: center;}

/* End of 'Aura Sport - form' */

