/*
  Copyright (c) 2008 Centre for Biological Information Technology
  University of Queensland
  All Rights Reserved
*/

body {
  background-color: white;
  margin: 0px;
}

a:link {
  text-decoration: none;
  color: #003366;
}
a:visited {
  text-decoration: none;
  color: #003366;
}
a:hover {
  text-decoration: underline;
  color: #ff0000;
}
a:active {
  text-decoration: none;
  color: #003366;
}

hr {
  color: #696969;
  height: 1pt;
  text-align: left;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background:#FFFFFF;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
.skinmaster {
	width: 1000px;
	height: 100%;
	background-color: transparent;
	BORDER-RIGHT: #000000 0px dotted; 
	BORDER-TOP: #F7F1C5 0px solid; 
	BORDER-LEFT: #000000 0px dotted;
	BORDER-BOTTOM: #F7F1C5 0px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.skinheader {
}
.skingradient {
}

.controlpanel {
	width: 100%;
	background-color: #ccd8e4;
}
.highlightpanel {
	width: 170px;
	height: 100%;
	background: #edf2f8;
	padding: 5px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.leftmenupane {
  width: 100px;
  height: 100%;
  background: #edf2f8;
  padding: 5px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 30px;
	background: transparent;
}
.rootmenuitem TD{
	cursor: pointer;
	cursor:hand;
	cursor: pointer; 
	cursor: hand;
	color: #00337b; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	background: url(menu_mid.gif) transparent left no-repeat;
	padding: 0px 5px;
	height: 30px;
}
.rootmenuitemselected TD { 	
	cursor: pointer; 
	cursor: hand;
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	background: #a0adb4;
	padding: 0px 5px;
	height: 30px;
}

.MainMenu_MenuItem {
	border-left: #034d92 0px solid; 
	border-bottom: #034d92 0px solid; 
	border-top: #034d92 0px solid; 
	border-right: #034d92 0px solid;
	cursor: pointer; 
	cursor: hand;
	color: #5f7581; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}

.MainMenu_MenuItemSel { 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
}

.MainMenu_MenuIcon {
	border-left: #a0adb4 0px solid; 
	border-bottom: #a0adb4 0px solid; 
	border-top: #a0adb4 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	background-color: transparent;
}
.MainMenu_SubMenu {
	background: url(submenu_bg.gif) #FFFFFF bottom repeat-x;
	border: #ECECEC 1px solid;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}


.MainMenu_MenuBreak {
	height: 0px;
}

.MainMenu_MenuArrow {
	bakdround-repeat: repeat-x;
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF1 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background-color: #1d45b8;
	color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 12px;
    font-weight: bold;
}
.TreeViewMenu {
	width: 175px;
	background-color: #333333;
	BORDER-RIGHT: #333333 1px solid; 
	BORDER-TOP: #3333331 1px solid; 
	BORDER-LEFT: #333333 1px solid; 
	BORDER-BOTTOM: #333333 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
}
.Head   {
    	font-family: Tahoma, Arial, Helvetica;
    	font-size:  12px;
    	font-weight:  bold;
    	color: #333333;
}

/* Custom Tags */

.logo {
	width: 109px;
	height: 92px;
	background: url(home_logo.gif) left no-repeat;
}

.menubg {
	height: 36px;
	background: url(menu_bg.gif) repeat-x;
}
.menuContainer {
  height: 34px;
  background: transparent;
}
.loginArea {
	height: 34px;
	padding-left: 10px;
	background: url(menu_bg.gif) repeat-x;	
}
.contentBG{
	background-color: #FFFFFF;
}

.EndDivider {
	height: 53px;
	padding: 0px;
	background: url(footer_bg.gif) repeat-x;
}

.skin_object {
	font-family: Tahoma, Arial, Helvetica;
  font-weight: bold;
  font-size: 8.5pt;
  color: #003366;
  text-decoration: none;
}
a.skin_object:link {
  text-decoration: none;
  color: #003366;
}
a.skin_object:visited {
  text-decoration: none;
  color: #003366;
}
a.skin_object:hover {
  text-decoration: none;
  color: #003366;
}
a.skin_object:active {
  text-decoration: none;
  color: #003366;
}

.media_tabs {
	color: #5c687b; 
	font-family: Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	font-style: normal;
  text-decoration: none;
  text-align:right;
	padding-top: 10px;
	padding-right: 10px;
}
a.media_tabs:link {
  text-decoration:none;
  color:#5c687b;
}
a.media_tabs:visited {
  text-decoration: none;
  color: #5c687b;
}
a.media_tabs:active {
  text-decoration: none;
  color: #5c687b;
}
a.media_tabs:hover {
  text-decoration: underline;
  color:#5c687b;
}

.command_button {
	font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
}
a.command_button:link {
  color: #003366;
  text-decoration: underline;
}
a.command_button:visited {
  color: #003366;
  text-decoration: underline;
}
a.command_button:hover {
  color: #FF0000;
  text-decoration: underline;
}
a.command_button:active {
  color: #003366;
  text-decoration: underline;
}

.key_object {
	font-family: Arial, Helvetica;
  font-size: 16px;
  font-weight: bold;
  color: #2F4E95;
}
a.key_object:link {
  color: #2F4E95;
  text-decoration: none;
}
a.key_object:visited {
  color: #2F4E95;
  text-decoration: none;
}
a.key_object:hover {
  color: #2F4E95;
  text-decoration: underline;
}
a.key_object:active {
  color: #2F4E95;
  text-decoration: none;
}

.key_icon {
	float: left;
	margin-right: 5px;
}

.key_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: none;
  font-weight: normal;
}

.key_attributes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: none;
  font-weight: normal;
  color: #AEAEAE;
}
.key_attributes a {
  color: #7B7B7B;
  text-decoration: underline;
  font-size: 11px;
}
.key_attributes .attribute {
  color: #7B7B7B;
}

.page_nav {
	padding: 5px 5px 10px 5px;
	text-align: right;
}
.page_nav a, .page_nav span {
	font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
	padding: 5px;
	border: 1px solid #AEAEAE;
	color: #7B7B7B;
}
.page_nav a {
	text-decoration: none;
}
.page_nav a.nextprev {
	font-weight: bold;
}
.page_nav span.current {
	border: 1px solid #7B7B7B;
	background: #7B7B7B;
	color: #FFFFFF;
	font-weight: bold;
}

.page_sort {
	padding: 5px 5px 10px 5px;
	text-align: right;
}
.page_sort a, .page_sort span {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  padding: 5px;
  color: #7B7B7B;
}
.page_sort a {
  text-decoration: none;
}
.page_sort span.current {
  font-weight: bold;
}

.side_menu {
	font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.side_menu a {
	font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  line-height: 150%;
  text-decoration: none;
  color: #003366;
  padding-left: 5px;
}
