/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

/*
Copyright (c) 2008, TwoSys Ltd. All rights reserved.
*/
html
{
	background: #e5e5e5 url('Images/Top.gif') repeat-x;
	color: #4273BD;
}

body
{
	background-image: url('Images/Logo.gif');
	background-repeat: no-repeat;
	min-height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}
a, a:visited
{
	color: #666666;
}
a:hover 
{
	color: #FF6633;
}

#main_content
{
	padding-top: 40px;
}
div#footer
{
	clear: both;
}

/* fix broken lines in tree view 
http://blogs.msdn.com/carloc/archive/2007/05/23/broken-line-in-asp-net-2-0-treeview-in-ie-7.aspx
*/
.tree td div
{
	height: 20px !important;
}
.tree td img
{
	vertical-align: bottom;
}

/* register page */
#register_container {
	text-align:center;
	width: 100%;
}
#register_area {
	text-align:left;
	margin: 0 auto;
	width:70%;
}
#register_container fieldset {
	float:left;
	margin-left:2em;
	border: 1px solid black;
	padding: 1em;
}
#register_container legend {
	font-size:1.4em;
	padding: 0 8px;
}
td.l {
	text-align: right;
	padding-right: 0.5em;
}
td.bold
{
	font-weight: bold;
}

/* Heading */
div#heading 
{
	text-align: right;
}

div#heading img.help
{
	float: right;
	margin-top: 11px;
}

/* Inner Content */
div#search_column
{
	float: left;
	border-right: 1px dashed #ccc;
}
div#inner_content 
{
	text-align: center;
	margin: 1em;
	position: fixed;
	top: 93px;
	right: 0;
}
#td_inner_content 
{
	width: 100%;
}
div.left
{
	text-align: left;
}
#inner_content hr
{
	height: 8px;
	width: 100%;
	color: #4273b9;
	background-color: #4273b9;
}
div#inner_content table td
{
	border: 1px solid #ccc;
	padding: 0.4em 0.8em;
	text-align: center;
}
div#inner_content table
{
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
}
span.tag 
{
	padding: 0.2em;
	margin-left: 1em;
	background-color: #CCC;
}
.x a, .x a:visited
{
	text-decoration: none;
	color: #F00;
}
.x a:hover 
{
	color: #000;
}
.warning 
{
	color: #F00;
}

h1, h2
{
	font-weight: bold;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
p#load { display: none; }
a.highlight, a.highlight:visited  { color: #00CED1; text-decoration: none }
a.highlight:hover { color: #000; }

div.piccy
{
}
div.piccy img 
{
	margin: 0;
}

.terms_link
{
	float: left;
	position: absolute;
	left: 366px;
}
/** help **/
div.help_page, div.help_page h1 a, div.help_page h2 a
{
	color: #4273BD;
}
div.help_page p
{
	margin: 1em 0;
}
div.help_page ul 
{
	margin-bottom: 1em;
}
div.help_page li a, div.help_page li a:visited
{
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
}
div.help_page ul
{
	padding-left: 40px;
}
div.help_page li
{
	list-style-type: circle;
}
/** receipt **/
#receipt
{
	width: 100%;
	text-align: center;
}
#inner_receipt
{
	margin: auto 0;
	width: 70%;
}
#receipt td
{
	text-align: left;
	vertical-align: top;
}
#receipt td.l 
{
	text-align: right;
}
#layout_hack
{
	width: 100%;
	border-collapse: collapse;
}
#layout_hack td
{
	vertical-align: top;
}
#layout_hack table td
{
	vertical-align: middle;
}
#layout_hack table td.no_pad, #layout_hack table th.no_pad
{
	padding: 1px;
}
#file_added
{
	color: green;
	font-size: 1.5em;
}
#file_added:hover
{
	color: orange;
	font-size: 1.6em;
}