* {
	border: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: white url('http://static.subscribe.realbuzz.com/images/background.png') fixed left bottom no-repeat;
	margin-bottom: 20px;
	font-size: 12px;
}

#noscript {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: yellow;
	border-top: 2px solid black;
	z-index: 50;
}

	#noscript img {
		float: left;
		margin-top: 16px;
		margin-right: 20px;
	}
	
#ie6warning {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: yellow;
	border-top: 2px solid black;
	z-index: 50;
}

	#ie6warning img {
		float: left;
		margin-top: 16px;
		margin-right: 20px;
	}

#topnav {
	position: absolute;
	background: black url('http://static.subscribe.realbuzz.com/images/top_bar_bg.png') repeat-x;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
}

	#topnav ul {
		padding: 0;
		margin: 0;
		margin-top: 6px;
		padding-right: 1px;
		float: right;
	}

	#topnav li {
		float: left;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
		#topnav li a {
			font-size: 10px;
			font-weight: bold;
			color: white;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 6px;
			padding-bottom: 6px;
			background: transparent url('http://static.subscribe.realbuzz.com/images/top_bar_sep.png') no-repeat top left;
		}

#header {
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	height: 110px;
	border-bottom: 2px solid #b7b7b7;
	width: 100%;
	background: #3f9041 url('http://static.subscribe.realbuzz.com/images/header_bg.png') top left repeat-x;
}

	#header .logo {
		margin-top: 35px;
		margin-left: 20px;
	}
	
	#header .headerbox {
		position: absolute;
		top: 20px;
		right: 24px;
		width: 200px;
		text-align: right;
	}
	
		#header .headerbox p {
			color: #ccc;
			font-size: 9px;
			margin: 0px;
			padding: 0px;
			margin-bottom: 2px;
		}

#tabs {
	position: absolute;
	top: 98px;
	right: 20px;
	margin-left: 22px;
	height: 30px;
	font-size: small;
}

	#tabs li {
		float: left;
		background: url('http://static.subscribe.realbuzz.com/images/tab.png') top left no-repeat;
		width: 100px;
		height: 30px;
		margin-right: 1px;
		list-style: none !important;
	}
	
		#tabs a {
			text-decoration: none !important;
			margin-top: 8px;
			display: block;
			width: 100px;
			text-align: center;
		}
	
			#tabs a span {
				padding: 12px;
			}

#crumb {
	position: absolute;
	top: 154px;
	left: 0px;
	right: 0px;
	margin-left: 22px;
	height: 30px;
	font-size: small;
}

#container {
	position: absolute;
	top: 150px;
	left: 0px;
	right: 0px;
}

#content {
	position: absolute;
	top: 0px;
	left: 20px;
	right: 260px;
}

#sidebartoggle {
	position: absolute;
	top: 154px;
	right: 22px;
	text-align: right;
	font-size: small;
	display: none;
}

#sidebar {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 180px;
	border: 1px solid #dddddd;
	padding: 20px;
	font-size: small;
}
	#sidebar ul {
		list-style: none;
		margin-left: 0px;
	}

	#sidebar h3 {
		font-size: small
	}
	
	#sidebar .actions .action {
		height: 40px;
		padding-left: 45px;
		padding-top: 8px;
	}
	
	#sidebar .actions .new {
		background: url('http://static.subscribe.realbuzz.com/images/icons/document-new.png') top left no-repeat;
	}
	
	#sidebar .actions .edit {
		background: url('http://static.subscribe.realbuzz.com/images/icons/edit-find-replace.png') top left no-repeat;
	}
	
	#sidebar .actions .delete {
		background: url('http://static.subscribe.realbuzz.com/images/icons/edit-delete.png') top left no-repeat;
	}
	
	#sidebar .users .user {
		height: 50px;
		padding-left: 45px;
		padding-top: 0px;
	}
		
	#sidebar .users .name {
		background: url('http://static.subscribe.realbuzz.com/images/icons/person-icon.png') top left no-repeat;
	}

	#sidebar .users .message {
		background: url('http://static.subscribe.realbuzz.com/images/icons/internet-mail.png') top left no-repeat;
	}
	
	#sidebar .users .date {
		background: url('http://static.subscribe.realbuzz.com/images/icons/office-calendar.png') top left no-repeat;
	}
	
	#sidebar .users .logout {
		background: url('http://static.subscribe.realbuzz.com/images/icons/system-log-out.png') top left no-repeat;
	}

th.options_cell,td.options_cell {
	width: 170px;
	text-align: center; 
}

/* Styles for hr.views.view_employee */

.box {
	padding: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	font-size: medium;
}

.row {
	border: 1px solid white;
	border-bottom: 1px solid #eee;
}

.row-selected {
	border: 1px solid #8CBD09 !important;	
}

.row-highlited {
	background-color: #eeffee;
}

.innerrow {
	padding: 5px;
	padding-left: 55px;
	background-position: 10px 22px !important;
}

.innerrow ul {
	margin-left: 20px;
}

.box h3 {
	margin-top: 22px;
}

.box .last
{
	border-bottom: none;
	border-bottom-style: none;
}

.box .about {
	background: url('http://static.subscribe.realbuzz.com/images/icons/contact-new.png') top left no-repeat;
}

.box .email {
	background: url('http://static.subscribe.realbuzz.com/images/icons/internet-mail.png') top left no-repeat;
}

.box .office {
	background: url('http://static.subscribe.realbuzz.com/images/icons/go-home.png') top left no-repeat;
}

.box .phone {
	background: url('http://static.subscribe.realbuzz.com/images/icons/internet-group-chat.png') top left no-repeat;
}

.box .employee {
	background: url('http://static.subscribe.realbuzz.com/images/icons/person-icon.png') top left no-repeat;
}

.box .position {
	background: url('http://static.subscribe.realbuzz.com/images/icons/preferences-desktop-theme.png') top left no-repeat;
}

.box .department {
	background: url('http://static.subscribe.realbuzz.com/images/icons/network-transmit-receive.png') top left no-repeat;
}

.box .address {
	background: url('http://static.subscribe.realbuzz.com/images/icons/internet-web-browser.png') top left no-repeat;
}

.box .development {
	background: url('http://static.subscribe.realbuzz.com/images/icons/applications-development.png') top left no-repeat;
}

.box .projects {
	background: url('http://static.subscribe.realbuzz.com/images/icons/applications-development.png') top left no-repeat;
}

.box .site {
	background: url('http://static.subscribe.realbuzz.com/images/icons/applications-internet.png') top left no-repeat;
}

.box .advertising {
	background: url('http://static.subscribe.realbuzz.com/images/icons/face-monkey.png') top left no-repeat;
}

.box .welcome {
	background: url('http://static.subscribe.realbuzz.com/images/icons/system-lock-screen.png') top left no-repeat;
}

.box .date {
	background: url('http://static.subscribe.realbuzz.com/images/icons/office-calendar.png') top left no-repeat;
}

.box .leave {
	background: url('http://static.subscribe.realbuzz.com/images/icons/edit-redo.png') top left no-repeat;
}

.box .section {
	background: url('http://static.subscribe.realbuzz.com/images/icons/folder-new.png') top left no-repeat;
}

.box .task {
	background: url('http://static.subscribe.realbuzz.com/images/icons/format-indent-more.png') top left no-repeat;
}

.box .sale {
	background: url('http://static.subscribe.realbuzz.com/images/icons/x-office-spreadsheet.png') top left no-repeat;
}

.box .size {
	background: url('http://static.subscribe.realbuzz.com/images/icons/view-fullscreen.png') top left no-repeat;
}

.box .creative {
	background: url('http://static.subscribe.realbuzz.com/images/icons/applications-graphics.png') top left no-repeat;
}

.box .package {
	background: url('http://static.subscribe.realbuzz.com/images/icons/package-x-generic.png') top left no-repeat;
}

.box .realbuzz {
	background: url('http://static.subscribe.realbuzz.com/images/icons/realbuzz.png') top left no-repeat;
}

.box .event {
	background: url('http://static.subscribe.realbuzz.com/images/icons/face-smile.png') top left no-repeat;
}

.box .data {
	background: url('http://static.subscribe.realbuzz.com/images/icons/system-file-manager.png') top left no-repeat;
}

.box .log {
	background: url('http://static.subscribe.realbuzz.com/images/icons/edit-paste.png') top left no-repeat;
}

.box .about {
	background: url('http://static.subscribe.realbuzz.com/images/icons/help-browser.png') top left no-repeat;
}

.box .dashboard {
	background: url('http://static.subscribe.realbuzz.com/images/icons/user-desktop.png') top left no-repeat;
}

.box .flm {
	background: url('http://static.subscribe.realbuzz.com/images/icons/flm-icon.png') top left no-repeat;
}

.box .expense {
	background: url('http://static.subscribe.realbuzz.com/images/icons/expense.png') top left no-repeat;
}


.box .selected {
/*	background-color: #ddd;*/
}

/* Styles for hr.views.delete_employee */

.box .warning { 
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid red;
	padding: 5px;
	color: #AA1010;
	background: url('http://static.subscribe.realbuzz.com/images/icons/process-stop.png') top right no-repeat;
}

.confirm {
	margin-top: 40px;
	margin-left: 140px;
}

.big {
	font-size: x-large;
	padding: 20px;
}

.big a {
	color: black;
}

.yes a:hover {
	color: red;
}

.no a:hover {
	color: #b7b7b7;
}

.employeelist {
	list-style: none;
}

.switch {
	position: absolute;
	top: -21px;
	height: 14px;
	padding: 3px;
	right: 10px;
	border: 1px solid #ccc;
	font-size: small;
	width: 100px;
	text-align: center;
}

.sizemock {
	position: relative;
	left: 50%;
	border: 2px solid #3787f1;
	background: #80a7ef;
	text-align: center;
	margin: 15px;
}

.longurl {
	width: 500px;
	height: 100px;
}

a {
	color: #444;
}

a:visited {
	color: #555;
}

.inputform input[type=checkbox] {
	width: auto;
}

.ordernumber {
	float: right;
	margin: 7px;
	border: 1px solid #ccc;
	font-size: large;
	text-align: center;
	padding: 0;
}

	.ordernumber .head {
		display: block;
		font-size: x-small;
		background: #eee;
		padding: 4px;
		margin: 0;
	}
	
	.ordernumber a {
		display: block;
		padding: 6px;
	}
	
#reportbug {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -240px;
	height: 480px;
	width: 500px;
	background: white;
	z-index: 10;
	border: 2px #ddd solid;
	padding-top: 20px;
	padding-right: 20px;
	display: none;
	overflow: auto;
}

	#reportbug .throbber {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 32px;
		height: 32px;
		margin-top: -16px;
		margin-left: 16px;
		display: none;
	}
	
	#reportbug p {
		text-align: center;
	}

.closebug {
	position: absolute;
	top: 4px;
	right: 4px;
}

.closesidebar {
	position: absolute;
	top: 4px;
	right: 4px;
}

#cancelled {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -150px;
}

#progress{
	display: none;
}

#error-image{
	vertical-align: bottom;
	padding-right: 5px;
}

.running-group, .not-running-group{
	margin: 0;
	padding: 0;
	width: auto;
	display: none;
}

.console-button {
	border: #89c7a2 solid 2px !important;	
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	cursor: pointer;
	text-align: center; 
}

a.console-button {
	display: block;
	width: 150px;
}

input.console-button {
	width: 150px !important;
}

.hidden {
	display: none;
}

.multiple-page-nav-icons {
	margin: 0;
	padding: 0;	
	vertical-align: middle;
}

.white_font {
	color: #fff;
}

#error{
	padding: 0;
	margin-left: 37px;
	color: white;	
}

#upload{
	padding: 0;
	margin: 0;
	width: 245px;
}

.instructions {
	list-style: square inside;
}

#multiple-page-box {	
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	width: auto;
	height: auto;
	text-align: center;	
}

#multiple-page-stat {
	margin: 0;
	padding: 0;
}

#view-mode-set,#view-mode-unset{
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
}

#view-mode-unset{	
}

#view-mode-set{
	border-bottom: 2px solid #AA1010;
}

#bar-error{
	cursor: pointer;
}

#pop-up-box .box{
	width: 600px !important;
}
