/* Common AusWeb tags */
/*
HTML
{
  margin: 0px;
  /*setting border: 0 hoses ie6 win window inner well border */
  padding: 0px;
}

BODY
/*,TD,DIV,TABLE*/
{
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: #555555;
  background-color: #;
}
*/
/*UL,LI,BODY,DIV,SPAN,TH,TD,DL,DD,DT,P,PRE,OPTION,TEXTAREA*/
BODY,DIV,SPAN,TH,TD,DL,DD,DT,P,PRE,OPTION,TEXTAREA
{
  font-style: normal; 
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  color: #555555;
  line-height: 120%;
}


H1
{
  font-size: 150%;
  font-family: Tahoma, Helvetica, Verdana, Sans-serif;
  font-weight: bold;
  color: #ff0044;
  background-color: transparent;
  line-height: 18px;
}

H2
{
  font-size: 120%;
  font-family: Tahoma, Helvetica, Verdana, Sans-serif;
  font-weight: bold;
  color: #F79910;
  background-color: transparent;
  margin-top: 12px;
  margin-bottom: 8px;
  line-height: 120%;
}

H3
{
  font-size: 110%;
  font-family: Tahoma, Helvetica, Verdana, Sans-serif;
  font-weight: bold;
  color: #324877;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 5px;
  
}

H4
{
  font-family: Tahoma, Helvetica, Verdana, Sans-serif;
  margin-top: 12px;
  margin-bottom: 5px;
}

HR
{
  height: 1px;
  border: 0px; 
  border-top: 1px dashed #888888;
}

P
{
  margin-top: 3px;
  margin-bottom: 8px;
}

P.half
{
  margin-top: 4px; 
  margin-bottom: 6px; 
}
P.none
{
  margin-top: 0px; 
  margin-bottom: 0px; 
}

RT
{
  font-size: 8px;
}

A:link
{
  cursor: hand;
  color: #003399;
  text-decoration: underline;
}
A:active
{
  cursor: hand;
  color: #b4b4b4;
  text-decoration: underline;
} 
A:visited
{
  cursor: hand;
  color: #003377;
  text-decoration: underline;
}
A:hover
{
  cursor: hand;
  color: #993300;
  text-decoration: underline;
}

UL
{
/*  margin-top: 12px; */ 
  list-style-type: square;
}

OL
{
  /*margin-top: 12px; */
}

LI
{
  margin-bottom: 4px; 
}

UL.noindent { 
  padding-left: 8px; 
  margin-left: 8px;
} 
UL.noindent LI
{
  padding-left: 0; 
  margin-left: 0;
}

OL.noindent
{
  padding-left: 8px; 
  margin-left: 18px;
} 

OL.noindent LI
{
  padding-left: 0; 
  margin-left: 0;
}

INPUT.go
{
  font-family: Tahoma, Helvetica, Verdana, Sans-serif;
  height:18px; 
  font-size:10px;
}

SELECT
{
  z-index: -1;
}

.rightpic
{
  background: #F5F5F5;
  border: 1px solid #000000;
  float: right;
  margin: 10px;
  padding: 10px;
  text-align: left;
 }

.rightnoframe
{
  float: right;
  margin: 0px;
  padding: 6px;
  text-align: left;
 }

.leftpic
{
  background: #F5F5F5;
  border: 1px solid #000000;
  float: left;
  margin: 10px;
  padding: 10px;
  text-align: left;
 }

.leftnoframe
{
  float: left;
  margin: 0px;
  padding: 6px;
  text-align: left;
 }

.pic
{
  background: #F5F5F5;
  border: 1px solid #000000;
  margin: 10px;
  padding: 10px;
  text-align: left;
 }

 .tb1-divider
{
  background-color: #F5F5F5;
  border-bottom-width: 0px;
  border-color: #FFFFFF #336699 #FFFFFF #336699;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 0px;
}

.tb1-featureheading{
  border-bottom: 1px groove #6666CC;
  color: #000099;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}


DIV.sizeable
{
  font-size: 12px;
}


.fixed
{
  font-size: 12px;
}

.comment
{
  color: #888888;
  line-height: 120%;
  font-size: 80%;
}

.smallcomment
{
  color: #888888;
  font-size: 80%;
  line-height: 120%;
}

.small
{
  font-size: 80%;
  line-height: 120%;
}

.imagecaption
{
  color: #888888;
  line-height: 120%;
  font-size: 80%;
  text-align: left;
}

.subsubmenu
{
  font-size: 80%;
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
}

.footer
{
  font-size: 80%;
  line-height: 120%;
  font-family: Arial, Helvetica, Verdana, Sans-serif;
}

.pressreleasecode
{
  color: #888888;
  font-size: 80%;
}

.visagreen
{
  color: #00a600;
}

.visagreenbkg
{
  background-color: #00a600;
}


A.textcolor:link
{
  cursor: hand;
  color: #555555;
  font-weight: bold;
  text-decoration: underline;
}
A.textcolor:active
{
  cursor: hand;
  color: #555555;
  font-weight: bold;
  text-decoration: underline;
} 
A.textcolor:visited
{
  cursor: hand;
  color: #555555;
  font-weight: bold;
  text-decoration: underline;
}
A.textcolor:hover
{
  cursor: hand;
  color: #993300;
  font-weight: bold;
  text-decoration: underline;
}

A.smallcomment:link
{
  cursor: hand;
  color: #888888;
  text-decoration: underline;
}
A.smallcomment:active
{
  cursor: hand;
  color: #888888;
  text-decoration: underline;
} 
A.smallcomment:visited
{
  cursor: hand;
  color: #888888;
  text-decoration: underline;
}
A.smallcomment:hover
{
  cursor: hand;
  color: #993300;
  text-decoration: underline;
}

A.imagecaption:link
{
  cursor: hand;
  color: #888888;
  text-decoration: underline;
}
A.imagecaption:active
{
  cursor: hand;
  color: #888888;
  text-decoration: underline;
} 
A.imagecaption:visited
{
  cursor: hand;
  color: #888888;
  text-decoration: underline;
}
A.imagecaption:hover
{
  cursor: hand;
  color: #993300;
  text-decoration: underline;
}

A.footer:link
{
  cursor: hand;
  text-decoration: underline;
}
A.footer:active
{
  cursor: hand;
  text-decoration: underline;
} 
A.footer:visited
{
  cursor: hand;
  text-decoration: underline;
}
A.footer:hover
{
  cursor: hand;
  text-decoration: underline;
}


/* Event related tags */

.event_genre
{
  color: #0056E9;
  font-size: 80%;
}

A.event_title_link
{
  cursor: hand;
  color: #FF9D1E;
  text-decoration: underline;
}
A.event_title_link:link
{
  cursor: hand;
  color: #FF9D1E;
  text-decoration: underline;
}
A.event_title_link:active
{
  cursor: hand;
  color: #aaaaaa;
  text-decoration: underline;
} 
A.event_title_link:visited
{
  cursor: hand;
  color: #FF9D1E;
  text-decoration: underline;
}
A.event_title_link:hover
{
  cursor: hand;
  color: #993300;
  text-decoration: underline;
}

A.event_title_link_e
{
  cursor: hand;
  color: #FF9D1E;
  font-weight: bold;
  text-decoration: underline;
}
A.event_title_link_e:link
{
  cursor: hand;
  color: #FF9D1E;
  font-weight: bold;
  text-decoration: underline;
}
A.event_title_link_e:active
{
  cursor: hand;
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: underline;
} 
A.event_title_link_e:visited
{
  cursor: hand;
  color: #FF9D1E;
  font-weight: bold;
  text-decoration: underline;
}
A.event_title_link_e:hover
{
  cursor: hand;
  color: #993300;
  font-weight: bold;
  text-decoration: underline;
}

A.event_title_small_link
{
  cursor: hand;
  color: #FF9D1E;
  text-decoration: underline;
  font-size: 80%;
}
A.event_title_small_link:link
{
  cursor: hand;
  color: #FF9D1E;
  text-decoration: underline;
  font-size: 80%;
}
A.event_title_small_link:active
{
  cursor: hand;
  color: #aaaaaa;
  text-decoration: underline;
  font-size: 80%;
} 
A.event_title_small_link:visited
{
  cursor: hand;
  color: #FF9D1E;
  text-decoration: underline;
  font-size: 80%;
}
A.event_title_small_link:hover
{
  cursor: hand;
  color: #993300;
  text-decoration: underline;
  font-size: 80%;
}

A.event_title_small_link_e
{
  cursor: hand;
  color: #FF9D1E;
  font-weight: bold;
  text-decoration: underline;
  font-size: 80%;
  line-height: 110%;
}
A.event_title_small_link_e:link
{
  cursor: hand;
  color: #FF9D1E;
  font-weight: bold;
  text-decoration: underline;
  font-size: 80%;
  line-height: 110%;
}
A.event_title_small_link_e:active
{
  cursor: hand;
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: underline;
  font-size: 80%;
  line-height: 110%;
} 
A.event_title_small_link_e:visited
{
  cursor: hand;
  color: #FF9D1E;
  font-weight: bold;
  text-decoration: underline;
  font-size: 80%;
  line-height: 110%;
}
A.event_title_small_link_e:hover
{
  cursor: hand;
  color: #993300;
  font-weight: bold;
  text-decoration: underline;
  font-size: 80%;
  line-height: 110%;
}

.event
{
  
}

.event_title
{
  color: #FF9D1E;
}

.event_title_small
{
  color: #FF9D1E;
  font-size: 80%;
  line-height: 110%;
}

.event_title_e
{
  color: #FF9D1E;
  font-weight: bold;
}

.event_text
{
  color: #555555;
}

.event_text_small
{
  color: #555555;
  font-size: 80%;
  line-height: 110%;
}

.titledate
{
  color: #e40000;
  font-size: 80%;
  line-height: 110%;
}

/* Body related tags */


.body_intro
{
  color: #F79910;
  font-weight: normal;
}

.body_intro_e
{
  color: #F79910;
  font-weight: bold;
}

.body_subtitle
{
  color: #666666;
  font-weight: normal;
}

.body_subtitle_e
{
  color: #666666;
  font-weight: bold;
}

TABLE.std_table
{
  border-collapse: collapse;
}

TABLE.std_table TD
{
  border: 1px solid #8DA3B5;
  padding: 5px;
}

TABLE.std_table TH
{
  border: 1px solid #8DA3B5;
  padding: 5px;
}

TABLE.std_frame TD
{
  border: 1px solid #8DA3B5;
  padding: 5px;
}


/* Right float */

.rfloat_bl
{
  background-color: #5A9FD8;
}

.rfloat_ge
{
  background-color: #00C33A;
}

.rfloat_gr
{
  background-color: #E6E6E6;
}


/* Top page menus */
div.floater
{
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #eeeeee;
  border: 1px dashed gray;
  padding: 4px;
}

div.dimmer   { visibility: hidden; position: absolute; left: 0px; top: 0px; font-family: 
               verdana; font-weight: bold; background-image: 
               url('../../Documents%20and%20Settings/tm/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/OZ3FMST1/honey.png'); 
               _background-image: none; _filter: 
               'progid DXImageTransform.Microsoft.AlphaImageLoader(enabled=true', 'sizingMethod=scale src='honey.png')'; 
               padding: 40px }
table.list{
width:560px;
border:solid 1px #999999;
margin-left:15px;
font-size:12px;
color:#464646;

}

td.list1{
border-bottom:solid 0px #999999;
border-right:solid 1px #999999;
padding:0px 0px 0px 0px;
width:25%;
height:25px;
background-image:url(image/tablebar.gif);
}

td.list2{
border-bottom:solid 0px #999999;
border-right:solid 1px #999999;
padding:3px 0px 3px 2px;
width:25%;
background-image:url(image/tablebar.gif);
}

td.list3{
border-bottom:solid 0px #999999;
border-right:solid 0px #999999;
padding:3px 0px 3px 2px;
width:50%;
background-image:url(image/tablebar.gif);
}

td.list4{
padding:3px 0px 3px 3px;
width:25%;
border-right:solid 1px #999999;
border-top:solid 1px #999999;
}

td.list5{
border-right:solid 1px #999999;
border-top:solid 1px #999999;
font-size:10px;
padding:3px 0px 3px 2px;
width:25%;
}

td.list6{
font-size:10px;
padding:3px 0px;
width:50%;
border-top:solid 1px #999999;
}

td.list a:link{
font-size:10px;
}
td.list a:visited{
font-size:10px;
}

td.list6 a:link{
font-size:10px;
}
td.list6 a:visited{
font-size:10px;
}
.search_results_contact{ margin-bottom:5px ; margin-left:200px; }
	.search_results_contact a{ color:#774077}
	.search_results_language{background-color:#D1E4F2 ; margin-bottom:5px ; font-size:14px ; padding:2px; text-align:center}
	.search_results_school{font-size:18px; color:#408AB9; font-weight:bold ; text-align:left;}
	.search_results_location{
		background-color:#408AB9; 
		font-size:14px; 
		font-weight:bold ; 
		height:20px;
		
		
	}
	.search_results_location_left{float:left ; color:#D1E4F2; margin:1px}
	.search_results_location_right{color:#FFFFFF ; margin:1px;}
	.search_results_detail{ }
	.search_results_nav{color:#000000}
	.search_results_nav a{ color:#408AB9 ; text-decoration:none}
	.search_results_nav a:hover {text-decoration:underline}	

