/*				*/
/*	Core Styles	*/
/*				*/

body
{
	font-family: Segoe UI, Arial, Helvetica;
	font-size: 14px;
	line-height: 1.166;
	
	margin: 0px;
	padding: 0px;
}

#content {
	padding: 0px 15px 15px 15px;
}

a:link, a:visited
{
	text-decoration: none;
	color: #830000;
}

a:hover
{
	text-decoration: underline;
	color: #d71515;
}

/*				*/
/*	Form Styles	*/
/*				*/

form
{
	margin: 0;
	padding: 0;
}

.inputstyle 
{
	font-family: Segoe UI, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
}

textarea
{
	font-family: Segoe UI, Arial, Helvetica;
}

.search_idle
{
	width: 150px;
	
	color: #797979;
	font-style: italic;
}

.search_focus
{
	width: 150px;
}

.formbar
{
	padding: 5px;
	
	text-align: right;
	
	background-color: #E2EEF7;
	border: 1px solid #A3C7E2;
}

.formbar:hover
{
	background-color: #d2e4f1;
	border: 1px solid #A3C7E2;
}

/*					*/
/*	Table Styles	*/
/*					*/

.tb_header
{
	background-color: #237098;
	color: white;
}

.tb_hlight
{
	background-color: #e8f2f7;
}

.tb_hlight:hover
{
	cursor: pointer;
	background-color: #b7d1df;
}

.tb_general
{
	background-color: #e8f2f7;
}

/*					*/
/*	Text Styles		*/
/*					*/

.header 
{
	font-size: 20px;
	color: #434343;
	font-weight: bold;
}

.italic
{
	font-style: italic;
	color: #7f7f7f;
}

.subheader 
{
	font-size: 14px;
	font-weight: bold;
	color: #434343;
}

.small_text 
{
	font-size: 10px;
}

.newsdate
{
	color: #7f7f7f;
	font-size: x-small;
}

.newsline
{
	border-bottom: 1px solid #d8d8d8;
	
	clear: both;
}

.selected
{
	background-color: #E2EEF7;
	border: 1px solid #A3C7E2;
}

.console
{
	font-family: "Courier New", Courier;
}

/*					*/
/*	Toolbar Styles	*/
/*					*/

.toolbarbutton
{
	border: 1px solid white;
	cursor: pointer;
}

.toolbarbutton:hover
{
	background: #FF96B6;
	border: 1px solid #5C0922;
	cursor: pointer;
}

/*				*/
/*	Menu Styles	*/
/*				*/

.MenuBlock
{
	color: #ffffff;
	font-size: small;
}

.Menu
{
	z-index: 1;
	
	position: absolute;
	top: 150px;
	left: 50px;
	
	border: 1px solid #3c3c3c;
	
	background: #eeeeee;
	background-repeat: no-repeat;
	cursor: pointer;
	
	visibility: hidden;
	
	color: black;
}

.MenuOver
{
	background: #434343;
	color: white;
}

	
/*						*/
/*	Resource Quick Bar	*/
/*						*/

.resourcecell
{
	color: #345c7b;
	cursor: pointer;
	
	background-image: url(images/editbar/eb_tile.gif);
	
	padding: 7px;
	height: 17px;
	
	float: left;
	
	font-size: small;
}

.resourcecell:hover
{
	background-position: 0 31px;
}

.resourceheader
{
	float: left;
}
	
/*						*/
/*	File Borwser Styles	*/
/*						*/

.lbrowser_table
{

}

.browser
{

}

.browser_highlight
{
	cursor: pointer;
	
	background-color: #ebebeb;
	border: 1px solid #9ac1df;
}

.tbrowser
{
	float: left;

	margin: 5px;
	width: 154px;
	height: 184px;
	
	overflow: hidden;
}

.tbrowser_over
{
	float: left;

	margin: 5px;
	width: 154px;
	height: 184px;
	
	cursor: pointer;
	
	background-image: url(images/browsing/thumbhover.png);
	
	overflow: hidden;
}

.tbrowser_imagecontainer
{
	position: relative;
	
	width: 128px;
	height: 128px;
	
	top: 10px;
	left: 12px;
		
	border: 1px solid #bcbcbc;
	background-color: white;
	
	background-repeat: no-repeat;
	background-position: center center;
}

.tbrowser_text
{
	position: relative;
	top: 20px;
	text-align: center;
}

.browser_tile
{
	float: left;
	
	width: 252px;
	height: 48px;
	
	margin: 5px;
	padding: 7px;

	overflow: hidden;
}

.browser_tile_hover
{
	float: left;
	
	width: 252px;
	height: 48px;
	
	margin: 5px;
	padding: 7px;
	
	background-image: url(images/browsing/tilehover.png);
	
	cursor: pointer;
	overflow: hidden;
}

/*							*/
/*	News & Feeds Styles 	*/
/*							*/

.news_image
{
	width: 128px;
	height: 128px;
	
	text-align: center;
	vertical-align: bottom;
	
	background-repeat: no-repeat;
	background-position: center center;
}

.news_thumb_container
{
	float: left;
	
	width: 128px;
	height: 128px;
	
	padding: 6px;
	margin-right: 10px;
	
	background-image: url(images/news/thumbnail_container.png);
}

.news_thumb_container:hover
{
	background-position: 140px 0px;
}

.newsarchive li
{
	padding: 5px;
}

/*						*/
/*	GUI: Icon Browser	*/
/*						*/

.icon_browser
{
	float: left;

	margin: 10px;
	width: 54px;
	height: 54px;
	
	border: 2px solid white;
}

.icon_browser:hover
{
	float: left;

	margin: 10px;
	width: 54px;
	height: 54px;
	
	text-align: center;
	
	border: 2px solid #2E55A0;
	background-color: #cce1f0;
}

.icon_container
{
	width: 48px;
	height: 48px;
	margin: 2px;
		
	border: 1px solid #bcbcbc;
	background-color: white;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	text-align: right;
}

.icon_browsersel
{
	float: left;

	margin: 10px;
	width: 54px;
	height: 54px;
	
	text-align: center;
	
	border: 2px solid #2E55A0;
	background-color: #cce1f0;
}

/*					*/
/*	GUI: Tree Style	*/
/*					*/

.tree a
{
	color: black;
	font-size: small;
}

.tree_head
{
	background-image: url(images/tree/trunk.gif);
}

.tree_branch
{
	background-image: url(images/tree/branch.gif);
}

.tree_node
{
	background-image: url(images/tree/branch_ext.gif);
}

.tree_endbranch
{
	background-image: url(images/tree/branchend.gif);
}

.tree_selected
{
	color: #2E55A0;
	font-size: small;
}

.optionslist li
{
	padding: 7px;
}

.optionslist a
{
	color: black;
}

.tiles
{
	float: left;
	
	width: 252px;
	height: 48px;
	
	margin: 5px;
	padding: 7px;
}

.tiles:hover
{
	background-image: url(images/browsing/tilehover.png);
	cursor: pointer;
}

.tiles img
{
	vertical-align: middle;
}

/*				*/
/*	GUI: Tabs	*/
/*				*/

.tabs ul
{
	height: 27px;

	margin: 0;
	padding-left: 6px;
	
	border-bottom: 1px solid #ccc;
}

.tabs li
{
	margin: 0;
	padding: 0;
	
	display: inline;
	list-style-type: none;
}

.tabs a:link,
.tabs a:visited
{
	float: left;
	padding: 6px 10px 6px 10px;
	margin-right: 4px;
	
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	
	line-height: 14px;
	
	font-size: 12px;
	text-decoration: none;
	
	color: black;
}

.tabs a:link.active,
.tabs a:visited.active
{
	border-bottom: 1px solid white;
	background-color: white;
}

.tabs a:hover
{
	background-color: #fff;
}

/*				*/
/*	Misc Styles	*/
/*				*/

.warning
{
	padding: 7px;
	margin: 10px 4px 4px 4px;
	
	background-color: #EEEEEE;
}

.warning img { padding-right: 7px; vertical-align: middle; }

.washout
{
	visibility: hidden; /* Invisible by default */
	cursor: wait;
	
	background-image: url(images/washout.png);
	position: fixed;
	
	top:	0px;
	left:	0px; 
	width:	100%;
	height:	100%;
	
	z-index: 1;
}

.locationbar
{
	font-size: small;
	background-color: #EEEEEE;
}

.locationbar .button:hover
{
	cursor: pointer;
	background-color: #f9b91d;
}

.toolbar_item
{
	margin: 0px;
	padding-right: 7px;
	
	float: left;
}

.toolbar_item img
{
	padding: 3px;
	border: 1px solid white;
}

.toolbar_item img:hover
{
	background-color: #e2f2ff;
	border: 1px solid #9ac1df;
	
	cursor: pointer;
}

.toolbar_seperator
{
	margin-right: 7px;
	margin-left: 0;
	margin-top: 3px;
	
	padding: 0;
	
	width: 1px;
	
	float: left;
	background-color: #afafaf;
}

.toolbar_pallet
{
	position: absolute;
	
	width: 180px;
	height: 113px;
	
	left: 630px;
	top: 200px;
	
	background-color: white;
	border: 1px solid #acacac;
}

.toolbar_pallet .stand_alone_colours div
{
	float: left;
	
	width: 12px;
	height: 12px;
	
	margin: 2px 2px 10px 2px;
	
	border: 1px solid #c5c5c5;
	
	cursor: pointer;
}

.toolbar_pallet .top_shade_colours div
{
	float: left;
	
	width: 12px;
	height: 12px;
	
	margin-left: 2px;
	margin-right: 2px;
	
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;

	cursor: pointer;
}

.toolbar_pallet .middle_shade_colours div
{
	float: left;
	
	width: 12px;
	height: 12px;
	
	margin-left: 2px;
	margin-right: 2px;
	
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;

	cursor: pointer;
}

.toolbar_pallet .standard_colours div
{
	float: left;
	
	width: 12px;
	height: 12px;
	
	margin: 10px 2px 2px 2px;
	
	border: 1px solid #c5c5c5;

	cursor: pointer;
}

/*					*/
/*	Forums Styles	*/
/*					*/

.forum_lastpost
{
	background-image: url(images/forums/title_lastpost.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.forum_threadcount
{
	background-image: url(images/forums/title_threadcount.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.forum_postcount
{
	background-image: url(images/forums/title_postcount.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.forum_replycount
{
	background-image: url(images/forums/title_replies.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.forum_viewcount
{
	background-image: url(images/forums/title_viewcount.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.forum_header
{
	font-size: x-small;
	background-color: #889cac;
	color: white;
}

.forum_darker
{
	background-color: #f0f0f0;
}

.forum_lighter
{
	background-color: #f6f6f6;
}

.forum_title
{
	font-family: Arial;
	font-size: 20px;
	color: #506677;
}

.forum_re
{
	padding-bottom: 5px;
	border-bottom: 1px solid #889cac;
	font-size: x-small;
	font-weight: bold;
	
	margin-bottom: 15px;
}