/* -- Re-defined html tags */
body
{ 
    margin: 0px;
    padding: 0px;
    font-size: 120%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #000;
    color: #FF0;
 }



table
{
	width: 100%;
	padding: 0px;
}
a
{
	color: #0FF;
}
a:active
{
	color: #0FF;
}
a:hover
{
	color: #0FF;
}
a:link
{
    text-decoration: none;
    color: #00FFFF;
}
a:visited 
{  
	text-decoration: none; 
}
a:hover 
{  
	text-decoration: underline; 
}
h1
{
	font-size: 125%;
	color: #FF0;
}
h2
{
	font-size: 115%;
	color: #FF0;
}
h3
{
	font-size: 105%;
	color: #FF0;
}
p 
{
	line-height: 140%;
}
img
{
	border: none;
}
label
{
	font-weight: bold;
	float: right;
}
strong
{
	color: #FF0;	
}
ul 
{ 
	list-style-type: disc; 
}
li
{ 
	margin-bottom: 10px;
}
ol 
{ 
	font-size: 1.4em;
}
td
{
	vertical-align: top;
}
acronym, abbr {
	border-bottom: 1px dotted #FF0;
	cursor: help;
}

/* -- Layout Structure */
#MainLayoutTable
{ 
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 990px;
    background-color: #000000;
 }
/* -- Header */

#Header
{
    padding: 0px;
    margin: 0px;
    position: relative;
}
 #TopBanner
{ 
    padding: 0px; margin: 0px; background-position: 0px 0px; background-image: url('../images/logobanner.jpg');
    background-repeat: no-repeat;
    height: 72px;
 }

#dinkdinks
{
    margin: 0px 0px 0px 0px;
    float: right;
    font-size: 80%;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 2;
    height: 30px;
    position: relative;
    top: -72px;
    background-color: #000000;
}


#RandomImage
{
    margin: 0px;
    padding: 0px;
    height: 150px;
    width: 990px;
    position: relative;
    top: -30px;
}
.tweet
{
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFF00;
}
#LeftColumn .tweet_list a
{ 
font-weight: bold;
color: #00FFFF;
 }


.tweet_list
{ 
    padding: 0px 5px 0px 5px;
    margin: 0px;
    list-style-type: none;
 }
 #PrimaryNav
{ 
    border-width: thin;
    border-color: #FFFFFF;
    border-style: solid none solid none;
    background-color: #6688BE;
    margin: 8px 0px 0px 0px;
    padding: 8px 0px 6px 0px;
    text-align: left;
    width: 990px;
    font-size: 130%;
    letter-spacing: -1px;
    color: #FFFFFF;
    position: relative;
 }

/* -- -------------Search Box-------------------------------- */
.search_box .box_header
{
    background-color: #FFF;
    color: #000;
    font-weight: bold;
    width: 222px;
}
.search_box .box_header h3
{
    font-size: 80%;
}
.search_box .box_table
{
    padding: 5px;
    background-color: #99AFD4;
    color: #000;
    float: right;
    padding-bottom: 10px;
     margin-bottom: 10px;
}

.search_box .box_body
{
    border: none;
}
.search_box .go
{
    position: relative;
    width: 20px;
    height: 22px;
    top: 6px;
}
.search_box .box_body input
{
    background-color: #FFF;
    color: #000;
}
/* -- -------------Top Navigation banner-------------------------------- */


div.primaryleft
{
   display: none; 
}
div.primaryright
{
    display: none; 
}



/* -- Centre Content */
#CentreColumn
{ 
    margin: 0px auto 0px auto;
    padding: 5px 5px 0px 5px;
    background-color: #000000;
    width: 602px;
 }
 div.panes div {
	display:none;		
	padding:15px 10px;
	border:none;
	border-top:0;
	background-color:#000000;

}
.SiteMap
{
	font-size: 160%;
}
#BasicPage img
{
	border: none;
    float: right;
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}
#BasicPage .image2 img
{
	float: left;
	padding: 10px;
	padding-left: 0px;
}
#BasicPage .image4 img
{
	float: left;
	padding: 10px;
	padding-left: 0px;
}
#BasicEvent img
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
#casestudy img
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
#general img
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
#news img
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
#UserAdmin img
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* -- Right Boxes */
#RightColumn
{
    width: 222px;
    padding: 0px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    background-color: #000000;
}
.hot_items .box_table
{ 
    width: 222px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    background-color: #000000;
 }
 #SeeAlso .box_table
{
    width: 222px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    background-color: #000000;
}
#basket .box_body
{
    background-color: #000000;
    padding-bottom: 10px;
}
.basket_viewer h1
{ 
    font-size: 130%;
    color: #FFFF00;
 }

 .admin_box .box_table
{
    border: 1px solid #000;
    background-color: #000000;
}
.admin_box .box_header
{
    background-color: #000000;
}
.admin_box .box_header h2
{
    color: #fff;
}
/* -- -------------Calendar------------------------------- */
#calendar
{
    border: 1px solid #000;
    background: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

#calendar th
{ 
    background: #003D6B;
    color: #FFFFFF;
    padding: 1px 1px;
    text-align: center;
    font-size: 100%;
 }



#calendar td
{ 
    background: #000000;
    color: #FFFF00;
    padding: 1px 0px;
    text-align: center;
 }


#calendar .monthname
{
    background: #b4a7bd;
    color: #000000;
    font-weight: bold;
    padding: 1px 1px;
    font-family: 'Lucida Sans Unicode';
    font-size: 1em;
    text-align: center;
    font-variant: small-caps;
}


#calendar .monthname a
{
    color: #000;
}

#calendar .previous
{
    background: #000;
    color: #fff;
}

#calendar .today
{
    border: 1px solid #003D6B;
}

#calendar .today a
{
    background: #003D6B;
    color: #ffffff;
}

#calendar .todayactive
{
    background: #003D6B;
    border: 1px solid #000;
}

#calendar .todayactive a
{ 
    color: #00FFFF;
 }


#calendar .futureactive
{
   background: #003D6B;
    color: #0FF;
}

#calendar .futureactive a
{
    color: #0FF;
}

#calendar .futureweekendactive
{
    background: #003D6B;
    color: #0FF;
}

#calendar .futureweekendactive a
{
    color: #0FF;
}
.box_table
{
	padding: 0px;
	margin: 0px;
}
.box_header
{
    background-color: #000;
    color: #FF0;
    background-image: none;
}
.box_header h2
{
	margin: 0px;
	font-size: 95%;
	padding-left: 3px;
}
.box_header h3
{
	margin: 0px;
	font-size: 95%;
	padding-left: 3px;
}
.box_body ul 
{
	margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
	padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
.box_body li 
{
	margin: 0px 0px 5px 0px; /*removes indent IE and Opera*/
	padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
.box_footer
{
	text-align: center;
}

.list_items .box_body ul 
{
	margin: 0px 0px 0px 25px; /*removes indent IE and Opera*/
	padding: 0px 0px 0px 25px; /*removes indent Mozilla and NN7*/
	list-style-type: disc; /*turns off display of bullet*/
}
.list_items .box_body li 
{
	margin: 0px 0px 5px 0px; /*removes indent IE and Opera*/
	padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
	list-style-type: disc; /*turns off display of bullet*/
}
#BasicPage .list_items .box_body img
{
	padding-right: 15px;
}
.RecordIcon
{
	width: 50px;
}
.list_items .box_footer
{
	text-align: center;
}
.box_table
{
	border: 1px solid #000;
	margin-bottom: 10px;
}
.box_table td
{
	padding: 2px;
}
/* -- Drop down box */
div.selectbox-wrapper
{ 
    position: absolute;
    background-color: #000000;
    border-top: 0px solid #002868;
    border-bottom: 2px solid #002868;
    border-right: 2px solid #002868;
    border-left: 2px solid #002868;
    margin: 0px;
    margin-top: -10px;
    padding: 0px;
    font-size: 100%;
    text-align: left;
    max-height: 200px;
    overflow: auto;
    border-color: #002868;
 }

div.selectbox-wrapper ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}
div.selectbox-wrapper ul li.selected { 
  background-color: #000;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  margin:0;
  padding:2px;
  cursor:pointer;
  background-color: #000;
}

label {
    display: block;
}
.selectbox
{
    margin: 0px 5px 10px 0px;
    display: block;
    padding-left: 2px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-align: left;
    background: url(/images/bg_accessselect.png) right; /*height:18px;*/
    cursor: pointer;
    border: 2px solid #002868;
    color: #FFFF00;
    background-color: #000000;
}
.filtertitle
{
    float: left;
    padding-right: 5px;
}
.filterleft
{
    float: left;
    padding-left: 5px;
}
.login_box
{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.login_box .box_header
{
	
	padding-bottom: 7px;
}
.login_box .field input
{
	width: 80px;
}



/* -- Footer */

#Footer
{
	text-align: center;
	padding-top: 50px;
	background-image: none;
}
#Footer img
{
    margin: 20px 20px 0px 20px;
}
/* -- Forms */
#EditorialComment strong
{
 	
}
#EditorialComment p
{
 	
}
.SeeAllComments
{
	float: right;
	
}
.SeeAllComments a
{
	float: right;
}
#ImageUpload strong
{
 
}
#NB 
{
	
}
#WebURL strong
{
 
	float: right;
}
#WebURL p
{
 	
}
#FileUpload
{
}
#FileUpload strong
{
 
	float: right;
}
#NBFileUpload
{
	float:none;
	font-weight: bold;
}
#AccessLevel strong
{
 	
}
#AccessLevel input
{
	width: 75px;
}
.date
{
	
}
.List strong
{
	
}
.topicheadingstitle strong 
{
	
}
#ScoreItem strong
{
	
}
#ScoreItem .Cancel a
{
	float: right;
}
#ScoreItem .Submit
{
	float: right;
}
#EditCategories label
{
	float: none;
}
/* -- Aural */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
