@charset "utf-8";

/*html, body, #container {
	height: 100%;
	margin: 0 0;
}
body > #container { height: auto; min-height: 100%; }*/

body {
	background-color: #FFF;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: center;
	background-color: #FFF;
	font-family: "Berlin Sans FB Demi", Cambria;
	font-size: 1em;
}

#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	min-width: 720px;
	z-index: 10;
	min-height: 600px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#container img  {
	float: left;

}
#header2 {
	height: 216px;
	position: relative;
	min-width: 720px;
	background-image: url(images/middlespacer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 20;
}
#logo2 {
	float: left;
	height: 190px;
	width: 349px;
	position: relative;
	z-index: 30;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#anim {
	float: right;
	height: 190px;
	width: 270px;
	position: relative;
	z-index: 40;
	overflow: hidden;
}
#right_decor {
	float: right;
	height: 190px;
	width: 100px;
	position: relative;
	z-index: 50;
	background-image: url(images/topR1.jpg);
	background-repeat: no-repeat;

}
#menu2 {
	clear: both;
	height: 26px;
	z-index: 60;
	background-image: url(images/menumiddle.jpg);
	background-repeat: repeat-x;
}
#menu_left {
	float: left;
	height: 26px;
	background-image: url(images/MenuL1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 180px;
}
#menu_right {
	float: right;
	height: 26px;
	background-image: url(images/MenuR1b.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 236px;
}

#Left_col {
	float: left;
	width: 100px;
	z-index: 70;
	background-color: #FFF;
	position: relative;
	background-image: url(images/bottomL2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 160px;
	top: -220px;
}
#right_col {
	float: right;
	width: 100px;
	z-index: 80;
	background-color: #FFF;
	background-image: url(images/bottomR2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	min-height: 160px;
	top: -220px;
}
#main_panel {
	background-color: #FFF;
	min-width: 520px;
	min-height: 384px;
	margin-right: 100px;
	margin-left: 100px;
	padding: 0 0;
	position: relative;
}
#right_bot_footer {
	float: right;
	height: 60px;
	width: 235px;
	background-image: url(images/bottomR1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 0px;
	right: 0px;
	position: absolute;
}
#Left_bot_footer {
	float: left;
	height: 60px;
	width: 235px;
	background-image: url(images/bottomL1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#copyright {
	left: 100px;
	right: 100px;
	z-index: 120;
	bottom: 0px;
}
#copyright p{
	height: 60px;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
	min-width: 130px;
}

#footer {
	height: 60px;
	min-width: 720px;
	background-color: #FFF;
	clear: both;
	z-index: 100;
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.panecss{padding:5px 8px 5px 8px;}

#logo {
	z-index:3; position:absolute; left:25px; width:228px; top:25px; height:60px
}
#user {
	z-index:3;
	position:absolute;
	right:8px;
	top:0px;
	height:26px;
	TEXT-ALIGN:right;
	line-height: 26px;
}
#header {
	z-index:2; position:absolute; width:100%; bottom:40px
}
#menu {
	z-index:1;
	position:absolute;
	background:transparent;
	width:auto;
	bottom:0px;
	height:26px
}


/*--------------------------------------------------------------------------------------------------------------------------*/

/* Title, Module Title */
.Head					{font-size:11px; color:#1f010b; font-weight:bold}
.SubHead				{font-size:11px; color:#1f010b}
.SubSubHead				{
	font-size:11px;
	color:#F00
}
.Normal 				{font-size:11px; color:#1f010b}

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{color:#000; TEXT-DECORATION:underline}
A.CommandButton:hover		{
	color:#03C;
	TEXT-DECORATION:none
}
 body copy link colour & controls
A,
A:link,
A:visited,
A:active					{
	color:#03C;
	TEXT-DECORATION:none
}
A:hover						{
	color:#C90;
	TEXT-DECORATION:underline
}

.topcss,
A.topcss:visited			{font-weight:bold; font-size:11px; color:#fff; TEXT-DECORATION:none}
A.topcss:link,
A.topcss:active,
A.topcss:hover				{
	font-weight:bold;
	font-size:11px;
	color:#006;
	TEXT-DECORATION:underline
}

.usercss,
A.usercss:link,
A.usercss:active,
A.usercss:visited			{
	font-weight:bold;
	font-size:1em;
	color:#FFF;
	TEXT-DECORATION:none;
	vertical-align: middle;
	text-align: left;
	line-height: 26px;
	height: 26px;
}
A.usercss:hover				{
	color:#C90;
	TEXT-DECORATION:none;
	font-size: 1em;
	line-height: 26px;
	height: 26px;
}


.searchcss,
A.searchcss:link,
A.searchcss:active,
A.searchcss:visited			{font-weight:bold; font-size:11px; color:#003366; TEXT-DECORATION:none}
A.searchcss:hover			{
	font-weight:bold;
	font-size:11px;
	color:#006;
	TEXT-DECORATION:underline
}

.links,
A.links:link,
A.links:active,
A.links:visited			{font-weight:bold; font-size:11px; color:#003366; TEXT-DECORATION:none}
A.links:hover			{
	font-weight:bold;
	font-size:11px;
	color:#C90;
	TEXT-DECORATION:underline
}

.bottomcss,
A.bottomcss:link,
A.bottomcss:active,
A.bottomcss:visited			{
	font-weight:normal;
	font-size:.8em;
	color:#999;
	TEXT-DECORATION:none
}
A.bottomcss:hover			{
	font-weight:normal;
	font-size:.8em;
	color:#006;
	TEXT-DECORATION:underline
}

/*--------------------------------------------------------------------------------------------------------------------------*/

/*--------------------   Horizontal   -----------------------*/
.MainMenu_MenuContainer {
	background-color: transparent;
	width:100%;
	margin: 0 0 0 0;
}

.MainMenu_MenuBar {
	height: 26px;
	cursor: pointer;
}

.MainMenu_MenuArrow {
	display: none
}

.MainMenu_RootMenuArrow {
	display: none
}

.MainMenu_MenuIcon {
	display: none
}

.MainMenu_MenuBreak {
   	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	
}

.MainMenu_MenuItem {
	border:0;
	font-size: 1em;
	height:26px;
	color: #3CF;
	font-weight: bold;
	line-height: 26px;
	cursor: pointer;
}


.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: pointer;
	color: #C90;
}

.RootMenuItem TD {
	padding:5px 0px 4px 0px;
	height:26px;
	font-size:13px;
	font-weight:bold;
	color:#fdfffe;
	text-align:center;
}
.NormalTextBox {
	font-family:Tahoma, Arial, Helvetica;
	font-size:0.9em;
	font-weight:bold;
	color: #000;
}

.RootMenuItemSel TD {
	padding:5px 0px 4px 0px;
	font-size:13px;
	font-weight:bold;
	color: #fdfffe;
	text-align:center;
	height:26px;
}

.RootMenuItemHover TD {
	padding:5px 0px 4px 0px;
	font-size:13px;
	font-weight:normal;
	color:#000;
	text-align:center;
	height:26px;
}

.Submenu {
	cursor:pointer;
	margin:0px 0px 0px 0px;
	z-index: 1000;
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	background-color: #06F;
}

.Submenuitemselected,Submenuitembreadcrumb {
	padding:	    0px 15px 0px 10px;
	border:0pt none;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	height:20px;
	background-color: #006;
}


.Eventday,.Eventweekenday{	background-color: #FFFFFF}
.Eventday,.Eventweekenday{	background-color: #FFFFFF}
.DataGrid_Item{				background-color: transparent;  color:#FFFFFF;   }
.DataGrid_AlternatingItem{	background-color: transparent;color:#FFFFFF;}
.rightpane				{padding:0px 5px 0px 5px}
.toppane				{padding:0px 5px 0px 5px}
.bottompane				{padding:0px 5px 0px 5px}

/* Pane Structure */
.leftpane				{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	top: 0px;
}
.contentpane			{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	width: 60%;
	position: relative;
	top: 0px;
	right: 0px;
}
.contentpane2 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 100%;
	position: relative;
	top: 0px;
	right: 0px;
}


.myleftpane				{padding:0px 0px 0px 0px}
.mycontentpane			{padding:0px 0px 0px 0px}
.myrightpane			{padding:0px 0px 0px 0px}
.mybottompane			{padding:0px 0px 0px 0px}
.logopane				{padding:0px 0px 0px 0px}
.showcasepane			{padding:0px 0px 0px 0px}
.bannerpane				{padding:0px 0px 0px 0px}
.vspacepane				{padding:5px 0px 5px 0px}
.hspacepane				{padding:0px 5px 0px 5px}
.allspacepane			{padding:5px 5px 5px 5px}

.test{
background-color:#000000;
filter:     	Alpha(Opacity=25); 
}

