/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff url(../images/bg.gif) repeat-x; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {
	font: bold 28px Arial, Sans-Serif; 
	padding: 8px 0 0 0; 
	margin: 0; 
	letter-spacing: -1px;
}

h2 { 
	margin: 0px; 
	padding: 0px; 
	font: bold 18px Arial, Sans-Serif; 
	letter-spacing: -1px;
}
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }

/* layout */
	#content { margin: 10px 5px 10px 15px; width: auto;}
	#content { margin: 15px auto; width: 960px;}
	#content_window { margin: 15px; width: 750px;}
	#logo {	
		margin: 4px 0 6px 0px;
		padding-left: 55px;
		background: url(../images/hd_logo.gif) no-repeat;
	}
	
	#logo h1 a{
		color:#888;
	}
	
	#logo h1 a:hover{
		color:#88d;
	}
	
	#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
	
	#top_info {
		line-height: 27px; 
		float: right;
		color: #808080; 
		background: #fff; 
		margin: 12px 5px 7px 0; 
		text-align: right; 
		height: 30px;
	}

/* round blue login button */
	#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(../images/logout.gif) no-repeat; color: #000; }
	#loginbutton a:hover{ background: #fff url(../images/logouth.gif) no-repeat; color: #000;}

/* main horizontal menu */

	#tablist{ padding: 3px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0;}
	#tablist li a{
		text-decoration: none;
		padding: 4px 8px;
		margin-right: 0px;
		background: #808080 url(../images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a.public{
		background-color: #CCCCFF;
		color: #2F637A;
	}
	#tablist li a.tab1{
		background-color: #bcf;
	}
	#tablist li a.tab2{
		background-color: #6d6;
	}
	#tablist li a.tab3{
		background-color: #ee8;
	}
	#tablist li a.tab4{
		background-color: #dad;
	}
	#tablist li a.tab5{
		background-color: #add;
	}
	#tablist li a.maint{
		background-color: #fcc;
		color: #2F637A;
	}
	#tablist li a:hover{
		background-color: #fff;
		color: #9FC7D8;
		padding: 6px 8px;
	}
	#tablist li a.current{
		background-color: #9FC7D8;
		color: #2F637A;
		padding: 6px 8px;
	}

/* main menu topics */
#topics {
	clear: left;
	width: auto;
	background: #9FC7D8 url(../images/topicsbg.gif) repeat-x left bottom;
	background: #9FC7D8;
	padding: 8px 5px;
	margin: 0 0 0px 0;
	color: #fff;
	height: 80px;
}
#topics li a { 
	background-image: url(../images/bullet.gif); 
	background-repeat: no-repeat; 
	background-position: center left;
	padding: 0 0 0 12px; 
}
#topicsw {
	clear: left;
	width: auto;
	background: #bcf;
	background: #9FC7D8 url(../images/topicsbg.gif) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 0px 0;
	height: 10px;
}
#statusline {
	margin: 0;
	padding: 9px 0px 5px 40px;
	background: #ffb;
	color: #f00;
	font-weight:bold;
	border: 1px solid #ccc;
	height:23px;
	vertical-align: middle;
}
.statusheader{
	font-weight:normal;
	color:#000;
	vertical-align: middle;
}
#statusline.warning {
	background: #ddf url(../images/icon_warning.gif) no-repeat;
	color: #00f;
}
#statusline.error {
	background: #ffb url(../images/icon_error.gif) no-repeat;
	color: #f00;
}
#statusline.success {
	background: #dfd url(../images/icon_success.gif) no-repeat;
	color: #00f;
}
.hidden{
	display: none;
}

/* left side */
#page {
	margin: 0 0 0 0;
}
	.header {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(../images/bgshade2.gif) repeat-x;
		color: #808080;
		border: 1px solid #ccc;
	}
	.article {
		margin: 0px 0 10px 0;
		background: #fff url(../images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
		border: 1px solid #ccc;
		border-top: 0px;
	}
	.float_left {
		float: left;
		width: 540px;
		margin-right: 5px;
	}
	.float_right {
		float: right;
		width: 350px;
		margin-left: 5px;
	}
	.float_none {
		width: 960px;
		/*float: none;*/
		margin-right: 10px;		
	}
	.favs {
		float: left;
		width: 300px;
		padding: 0 10px 0 15px;
	}

	.requests {
		float: left;
		width: 300px;
		padding: 0 10px 0 15px;
	}

p.celllist span {
	padding-right: 20px;
}
	
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #fff url(../images/bgshade.gif) repeat-x center left;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	
}
	#footer .right { float: right; }

div.owner{
	float:right;
	color:#aaa;
}

div.owner a {
	color:#aaa;
	font-weight: bold;
	text-decoration: none;
}
div.owner a:hover {
	color:#888;
	text-decoration: underline;
}
form#filter{
	margin:0px;
}
select#filter{
	border:1px solid #666;
	width: 100px;
	
}
div.filter{
	float:right;
	border-left: 1px solid #aaa;	
	margin: 2px 2px 2px 2px;
	padding: 0px 0px 0px 5px;
	width:680px;
	height: 70px;
	position:relative;
}
hr{
	height:2px;
	color:#ccc;
	text-align: left;
	width:100%;
}
a.sort:link{
	text-decoration: none;
	font-weight: normal;
}
a.sort:visited{
	text-decoration: none;
	font-weight: normal;
}
a.sort:hover{
	text-decoration: underline;
}
span.grey{
	color:#aaa;
}

div.icons{
		float:right;
		position:relative;
		top: -10px;
		right:-10px;
		margin: 0 0 0px 0;
		padding: 5px;
		padding-top:2px;
		background: #eef;
		/*background: #f4f4f4 url(../images/bgshade2.gif) repeat-x;*/
		color: #808080;
		border: 1px solid #ddf;
}
a.green{
	color:#080;
}

a.blue{
	color:#66f;
}

a.icons{
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

a.icons:hover{
	color:#f00;
	font-weight: bold;
}
div.NoOfAttach{
		float:right;
		position:relative;
		top: -10px;
		right:-10px;
}

img.image_left {
		float: left;
        margin-top: 10px;
        margin-right:10px;
	}
a.sort_d{
    background-image: url(../images/icon_sort_down.gif);
}
a.sort_d:hover{
    background-image: url(../images/icon_sort_down_h.gif);
}
a.sort_u{
    background-image: url(../images/icon_sort_up.gif);
}
a.sort_u:hover{
    background-image: url(../images/icon_sort_up_h.gif);
}