/* Global Attributes */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Arial", Verdana, Tahoma;
	background-color: #fdf3ed;
	font-size: 11px;
	color: #111;
}

/* Structural Elements */

#wrapper {
	width: 950px;
	margin: auto;
}

#loginbox {
background: #FDF3ED;
	padding-right: 10px;
padding-top:20px;
height: 20px;
	text-align: right;
	}
	
#loginbox a {
	text-decoration: none;
	color: #a4653b;
	}

#container {
	margin: 0 auto 0 auto;
	width: 950px;
	padding-bottom: 0px;
	height: auto;
	min-height: 100%;
		background-color: #a4653b;

}

#header {
	height: 150px;
	background-image: url('photo.jpg');
}

#content {
	overflow: hidden;
	text-align: justify;
	float: left;
	padding: 10px;
	width: 660px;
	margin-right: 5px;
	height: auto;
}

#content_admin {
	overflow: hidden;
	text-align: justify;
	float: left;
	padding: 10px;
	width: 90%;
	height: auto;
}

#gradholder {
	height: 30px;
	background-image: url('gradient.gif');
	}

#footer {
	background-color: #fdf3ed;

	clear: both;
	margin: auto;
	height: 25px;
	text-align: center;
	background-image: url('footer.gif');
}

#buttonholder {
	background-color: #a4653b;
	padding-left: 10px;
	overflow: hidden;
	float: left;
	width: 250px;
	text-align: center;

}

.notice {
	font-family: "Trebuchet MS";
	background: #eee;
	color: #808080;
	padding: 12px 8px;	
	margin: 0 0 3px 0;
}

#spacer {
	margin-top: 5px;
}

#endbox {
	background-color: #fdf3ed;
overflow: hidden;
	background-image: url('footer_bot.gif');
	height: 15px;
	margin: 10px auto 0 auto;
	clear: both;
	text-align: center;
	color: #666;
}

.small_top {
	background-image: url('small_top.gif');
	height: 15px;
	width: 250px;
}

.small_mid {
	text-align: left;
	background: #FDF3ED;
	padding: 0 10px 0 10px;
	}
	
.small_bot {
	background-image: url('small_bot.gif');
	height: 15px;
	}

	
.big_top {
	background-image: url('big_top.gif');
	height: 15px;
	width: 660px;
}

.big_mid {
	text-align: left;
	background: #FDF3ED;
		padding: 0 10px 0 10px;

	}
	
.big_bot {
	background-image: url('big_bot.gif');
	height: 15px;
	}
	
/* Menu */

#stickerbit {
	/*padding-top: 12px; */
	height: 51px;
	background-color: #8c014b;
	text-align: center;
	}
	
#stickerbitul , #stickerbit li{
	display: inline;
	padding: 7px;
	}
	
#stickerbit a {
	font-family: 'Trebuchet MS', Tahoma, Arial, Verdana;
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	margin-top: 15px;
	}
	
#stickerbit a:hover {
	color: #eee;
	}

#menu {
	background-color: #184e89;
	width: 100%;
	height: 33px;
	overflow: hidden;
}

#idList {
	margin-top: 9px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
}
 
 
#idList li {
	display: inline;
	padding: 9px 10px 11px 10px;
	width: 100px;
	background-color: #184e89;
	color: #fff;
}

#idList a {
	color: white;
}

#idList a:hover {
	text-decoration: none;
}

/* Miscellaneous Styling */

h1 {
	font-size: 2.2em;
	color: #8c014b;
	font-family: 'Trebuchet MS', Tahoma, Arial, Verdana;
	}
	
h2 {
	font-size: 1.6em;
	color: #8c014b;
	font-family: 'Trebuchet MS', Tahoma, Arial, Verdana;
}

h3 {
	font-size: 1.5em;
	color: #8c014b;
	font-family: 'Trebuchet MS', Tahoma, Arial, Verdana;
}

h4 {
	font-size: 1.3em;
	color: #8c014b;
	font-family: 'Trebuchet MS', Tahoma, Arial, Verdana;
}

.rightbox {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;	
	margin: 0 0 3px 0;
}

img {
	border: none;
	z-index: 50;
}

img.contentr {
	float: right;
}

img.contentl {
	float: left;
}

a {
	color: #3e6893;
	text-decoration: none;
}

a:hover {
	color: #578abe;
	text-decoration: underline;
}

a.endbox {
	color: #666;
	text-decoration: none;
}

a:hover.endbox {
	color: #444;
	text-decoration: underline;
}


ul {	
list-style-type: circle;	
}

li {
	margin-left: 10px;
	list-style-type: circle;	
}

#copyright_left {
	width: 50%;
	text-align: left;
	float: left;
	}
	
#copyright_right {
	width: 50%;
	text-align: right;
	float: right;
	}
	
.Head {
	color:#8C014B;
font-family:Trebuchet MS,Arial,Helvetica;
font-size:2.2em;
font-weight:normal;
}
	
p {
	line-height: 16px;
	margin-bottom: 8px;
	}
	
table.data td {	
background-color: #fff;
	padding: 5px;
	border: 1px solid #222;
	border-collapse: collapse;
	font-size: 11px;
	}
	
	table.staff td {	
background-color: #f8d7c3;
	padding: 5px;
	font-size: 11px;
	border-bottom: 1px solid #b18970;
	}
	
		.staff table {	
	border: 1px solid #b18970;
	}
	
	.Normal img {
	padding: 5px;
	}
	
.centerer {
	margin: auto;
	}
	
	/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	white-space: normal;
	height: auto;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	line-height: 12px;
	border: solid 0px #a30328;
	width: 100%;
	height: 39px;
	_height: 39px;
	background-color: transparent;
}

#houseMenuH li { /* all list items */
	width: 144px;
	height: 39px;
	border: 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 39px;
	_height: 39px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 148px;
	height: auto;
	white-space: normal;
	border-left: none;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	cursor: pointer;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.8em;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	padding: 8px 11px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 12px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	color: #8c014b;
	padding: 5px 5px;
	width: 148px;
	white-space: normal;
	font-size: 1.2em;
	font-weight: bold;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: auto;
	_height: 20px;
	/* end hack */
}

#houseMenuH li a:hover {
	color: #ead8e2;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 12px;
	/* end hack */
}

#houseMenuH li li a:hover {
	color: #fff;
	background-color: #8c014b;
	white-space: normal;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: auto;
	_height: 20px;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #6e0019;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #f3eef1;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #a30328;
	line-height: 12px;
	background-color: #f3eef1;
	height: auto;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuHParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	color: #bf1e2e; 
	text-decoration: none;
}

#houseMenuH a#houseMenuHParentLink
{ /* parent link itself */
	background-color: #8C014B; 
	color: #e1e4d1; 
	text-decoration: none;
}

#houseMenuH a#houseMenuHCurrentLink
{ /* current link itself */
	background-color: transparent; 

	text-decoration: none;
}

#houseMenuH #HouseMenuHItemHome {
	border-left: none;
}

#houseMenuH ul li#HouseMenuHCurrentItem {
	background-color: #f3eef1; 
	color: #8C014B; 
	width: auto;
}



#houseMenuH ul li li#HouseMenuHCurrentItem {
	background-color: #f3eef1; 
	color: #e1e4d1; 
	width: auto;
}

.catbox {
	background-image: url(http://epractice.provet.com.au/Portals/charlevillevet/catsill.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F8D7C3;
	}
	
	.horsebox {
	background-image: url(http://epractice.provet.com.au/Portals/charlevillevet/horsesill.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F8D7C3;
	}
	
	.cowbox {
	background-image: url(http://epractice.provet.com.au/Portals/charlevillevet/cowsill.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F8D7C3;
	}
	
	.wildbox {
	background-image: url(http://epractice.provet.com.au/Portals/charlevillevet/wildsill.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F8D7C3;
	}
	
	.MainMenu_MenuContainer{ background:transparent; width:100%; font-weight: normal;}

.MainMenu_MenuBar {
	font-weight: normal;
}

.MainMenu_SearchBar {
	background-position: top;
	text-align: right;
}

.MainMenu_MenuItem{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#8C014B;
	font-size:12px;
	font-weight:normal;
	padding:5px 15px 5px 10px;
	border:0px #000000 solid;
	border-width:0px 0px;
}

.MainMenu_MenuItemSel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	border: 0;	
}


.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }

/*---------Root Menu Separator---------------*/
.MainMenu_MenuBreak{ display: inherit; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
.ModuleTitle_MenuItemSel {background-color: transparent;}

/*---------Root Menu style---------------*/
.rootmenuitem TD{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 14px 10px 14px;
	height: 51px;
	font-size: 12px;
	color: #ffffff;
	padding: 0 15px;
}
.rootmenuitemselected TD{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 14px 10px 14px;
	font-size: 12px;
	height: 51px;
	color: #e1bfd2;
	padding: 0 15px;
	background-color: #8C014B;
}

.MainMenu_RootMenuItemActive TD{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0;	
	height: 51px;
	padding: 0 15px;
	}

.rootmenuitembreadcrumb TD{
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 0;
	height: 51px;
	padding: 0 15px;
	color: #e1bfd2;
	background-repeat: repeat-x;

}

/*---------Sub Menu style---------------*/

.submenu{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#8C014B;
	background: #F3EEF1;
	font-size:12px;
	font-weight:bold;
	border:0;
	padding:0px;
	margin-top: 0;
	margin-left: 0px;
	border-left: 1px solid #F3EEF1;
	border-right:  1px solid #F3EEF1;
}

.submenu TD {
	border-bottom: 1px solid #F3EEF1;
	font-weight: normal;
}

.submenuitembreadcrumb{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding:5px 15px 5px 10px;
	border:0px #000000 solid;
	border-width:0px 0px;
	color:#8C014B;
}

.submenuitemselected{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight: normal;
	padding:5px 15px 5px 10px;
	border:0px #000000 solid;
	background: #8C014B;
}

.submenuitemactive {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#8C014B;
	font-size:12px;
	font-weight:normal;
	padding:5px 15px 5px 10px;
	border:0px #000000 solid;
	border-width:0px 0px;
	color:#feaf30;
}