input, textarea, select {
    margin: 1px;
}

input.btn, input.icon_button {
	cursor: pointer;
	background-color: #E5E5E5;
	color: #222;
	border: 1px solid #999;
	height: 20px;
}
input.btn:hover, input.icon_button:hover {
	color: black;
	background-color: #AFDEF8;
	border-color: #3C7FB1;
}
input.icon_button {
	background-position: 1px 50%;
	padding: 1px 2px 0px 19px;
	padding-left: expression('14px');
	padding-right: expression('0px');
	background-repeat: no-repeat;
	background-image: url('../images/icons/lightning.png');
}
input.icon_button.save        { background-image: url('../images/icons/disk.png'); }
input.icon_button.login       { background-image: url('../images/icons/key.png'); }
input.icon_button.send        { background-image: url('../images/icons/email.png'); }
input.icon_button.delete      { background-image: url('../images/icons/delete.png'); }
input.icon_button.add         { background-image: url('../images/icons/add.png'); }
input.icon_button.user        { background-image: url('../images/icons/user.png'); }
input.icon_button.user.add    { background-image: url('../images/icons/user_add.png'); }
input.icon_button.user.delete { background-image: url('../images/icons/user_delete.png'); }
input.icon_button.permissions { background-image: url('../images/icons/key.png'); }
input.icon_button.select      { background-image: url('../images/icons/control_play.png'); }
input.icon_button.right       { background-image: url('../images/icons/arrow_right.png'); }
input.icon_button.left        { background-image: url('../images/icons/arrow_left.png'); }
input.icon_button.up          { background-image: url('../images/icons/arrow_up.png'); }
input.icon_button.down        { background-image: url('../images/icons/arrow_down.png'); }
input.icon_button.upload      { background-image: url('../images/icons/page_white_get.png'); }
input.icon_button.print       { background-image: url('../images/icons/printer.png'); }
input.icon_button.next        { background-image: url('../images/icons/control_fastforward.png'); }
input.icon_button.previous    { background-image: url('../images/icons/control_rewind.png'); }
input.icon_button.pdf         { background-image: url('../images/icons/page_white_acrobat.png'); }

input.btn.disabled,
input.icon_button.disabled,
input.btn.disabled:hover,
input.icon_button.disabled:hover {
	cursor: default;
	background-color: #CCC;
	color: #666;
}

input.search_box {
	background-image: url('../images/icons/magnifier.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	border: 1px solid #CCC;
}
input.search_box.populated {
	background-image: url('../images/icons/cancel.png');
}
input.date_picker {
	background-color: white;
	border: 1px solid #808080;
	padding-right: 18px;
	background-image: url('../images/calendar_text_background.gif');
	background-position: 98% 50%;
	background-repeat: no-repeat;
}

/* Main text properties */

body, p, table, td, th, input, select, textarea {
  	font-family: calibri, tahoma, verdana, arial;
  	font-size: 8.7pt;
	color: #333;
}

table th {
  	font-weight: bold;
  	text-align: left;
}

body {
  	background-color: #ddd;
	padding-bottom: 100px;
}

a {
  	text-decoration: none;
  	color: #009;
}

a:hover {
  	text-decoration: underline;
  	color: #00f;
}

img {
    border-width: 0px;
}

h1 {
  	font-size: 18px;
}

h2 {
  	font-size: 12px;
}

h3 {
  	font-size: 12px;
}

h1, h2, h3, h4 {
  	font-family: corbel, "trebuchet ms", verdana, tahoma, arial, sans-serif;
  	font-weight: bolder;
  	color: black;
}

#error, #success, #info {
  	background-color: #FCC;
  	border: 1px solid #C00;
  	padding: 10px 10px 10px 32px;
  	font-weight: bold;
  	color: #300;
	background-image: url('../images/icons/exclamation.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	margin: 10px auto;
}

#error p {
  	color: #300;  	
}

#success {
	background-image: url('../images/icons/tick.png');
  	background-color: #EFE;
  	border-color: #0C0;
}
#success p {
  	color: #030;
}
#info {
	background-image: url('../images/icons/information.png');
  	background-color: #DDD;
  	border-color: #999;
}

#info p {
  	color: #333;
}

#info.security {
	background-image: url('../images/icons/key.png');
	background-color: #FFC;
	border-color: #990;
}

#banner {
  	background-color: white;
}

#banner img {
  	float: left;
	display: block;
	padding: 3px;
	width: 20em;
}

#multitick {
    max-height: 250px;
    overflow: auto;
    border: 1px solid #999999;
    padding: 3px;
    margin: 1px;
}

/* Log in button */
#login {
	float: right;
	clear: right;
	padding: 3px;
}

#login a {
  	color: #666666;
  	font-weight: bolder;
  	font-family: trebuchet ms;
	text-decoration: none;
}

#login a:hover {
 	color: black;
}
#login.loggedout {
	background-image: url('../images/icons/key.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	margin-right: 3px;
}

/* Messages */

#messages {
	float: right;
	clear: right;
	padding: 3px;
}

#messages.nonew {
	font-size: 10px;
}

#messages.nonew a {
  	color: #999;
}

#messages.nonew a:hover {
  	color: #666;
  	text-decoration: none;
}

#messages.new {
 	font-size: 12px;
	font-weight: bold;
}

#messages.new a {
	background-image: url('../images/icons/email.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
  	color: black;
}

/* Site layout */

#page {	/* Main body pane */
  	margin-left: auto;
  	margin-right: auto;
  	background-color: #EEEEEE;
}



#content { /* Main page content */
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 10px;
	border-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}

/* Lists */

#tellist, .tellist  {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: none;
	color: black;
	font-size: 8.7pt;
	background-color: #999;
	border: 1px solid #B0B0B0;
	border-top: none;
}
#tellist th, .topbar, .f {
	color: black;
	background-color: white;
	font-weight: bold;
	font-size: 8.7pt;
	text-decoration: none;
	padding-left: 3px;
	text-align: left;
	height: 24px;
	background-image: url('../images/toolbar_back.png');
	background-position: top;
	background-repeat: repeat-x;
}
#tellist th {
	border-right: 1px solid #B0B0B0;
	margin-right: -1px;
}
#tellist th.sorted_up div, #tellist th.sorted_down div {
	background-position: right;
	background-repeat: no-repeat;
}
#tellist th.sorted_up   div { background-image: url('../images/icons/bullet_arrow_up.png');   }
#tellist th.sorted_down div { background-image: url('../images/icons/bullet_arrow_down.png'); }

#tellist td {
	padding-left: 3px;
	border-top: 1px solid #ccc;
}
#tellist th * {
  	background: none;
}
#tellist a, .d {
    color: black;
}
#tellist th a {
  	color: #333;
}
#tellist th a:hover {
  	color: black;
}
.r0 {
	background-color: #DDDDDD;
}
.r1 {
	background-color: #EEEEEE;
}

/* Tab pages: */
#tabdialog {
    margin-top: 10px;
    margin-bottom: 10px;    

}
#tabpage {
    border-collapse: collapse;
    overflow: hidden;
    width: 100%;
}
#tabpage th {
	font-weight: normal;
	font-family: "segoe ui", tahoma, verdana, arial, helvetica, sans-serif;
    margin: 0px;
    padding: 2px 4px 1px 4px;
	border: 1px solid #898C95;
	background-image: url('../images/tab_button_back.png');
    background-color: #CFCFCF;
	background-repeat: repeat-x;
	background-position: top;
}
#tabpage div.tabicon {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 18px;
	min-height: 16px;
}
#tabpage th a {
    color: #333;
    text-decoration: none;
}
#tabpage a:hover {
    color: black !important;
}
#tabpage th:hover {
	background-image: url('../images/tab_button_back_highlighted.png');
	background-color: #A7D9F5;
}
#tabpanel {
    width: 100%;
    border-collapse: collapse;
	border: 1px solid #898C95;
    border-top: none;
}
.tabselect {
    border-bottom-width: 0px !important;
    background-color: white !important;
	background-image: none !important;
}
.tabframe {
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    background-color: white !important;
	background-image: none !important;
}
.tabselect a {
    color: black !important;
}
.disabled {
	font-family : tahoma, verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	color : #808080;
	text-decoration : none;
}  

#designer_toolbar {
  	padding: 0px 0px 0px 5px;
	margin: 0px;
	border: none;
	vertical-align: middle;
	background-image: url('../images/toolbar_back.png');
	background-repeat: repeat-x;
	height: 27px;
	overflow: hidden;
}
#designer_toolbar table th {
  	padding: 0px 4px 0px 4px;
}
#designer_toolbar table td img {
  	padding-left: 4px;
}


#error_report {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	background-color: #ffc;
  	z-index: 999;
  	opacity: 0.5;
  	border: 1px solid #cc0;
  	padding: 10px;
  	width: 320px;
  	max-height: 240px;
  	overflow: auto;
}
#error_report:hover {
	opacity: 1.0;
}
#error_report h1 {
  	font-size: 14px;
}


div.quote_box {
    border-width: 1px;
    border-color: #99c;
    border-style: inset;
    background-color: #ccf;
    padding: 3px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    font-size: 11px;
}

table#tellist.forum td a {
  	color: blue !important;
}
div.appraisal_manager_comment {
	font-style: italic;
	background-color: #FFC;
	padding: 5px;
	border: 1px solid #CC9;
}

/* Breadcrumbs. */
div#breadcrumb {
	background-color: #FFD;
	border: 1px solid #CC9;
	padding: 0px 3px;
}
div#breadcrumb a {
	font-size: 8pt;
	color: black;
}
div#breadcrumb a:hover {
	color: #36F;
}

.sidebar {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
}

div#help_button {
	background-image: url('../images/icons/help.png');
	background-repeat: no-repeat;
	cursor: help;
	width: 16px;
	height: 16px;
	position: relative;
	top: -16px;
	margin-bottom: -16px;
	float: right;
}
div#help_button * {
	display: none;
}
div#help ul.tips {
	margin: 0;
	padding: 0 0 0 10px;
}
div#help ul.tips li {
	list-style: none;
	padding: 0 0 0 17px;
	margin: 0;
	background-image: url('../images/icons/bullet_star.png');
	background-position: 0 -2px;
	background-repeat: no-repeat;
	font-style: italic;
	margin-bottom: 10px;
}
div#help .example {
	margin-left: 20px;
	padding-left: 5px;
	border-left: 2px solid #CCF;
}
a.help_module_link {
	color: #060;
	background-image: url('../images/icons/bullet_go.png');
	background-position: top right;
	padding-right: 16px;
	background-repeat: no-repeat;
}
a.help_module_action {
	color: #669;
}
a.page_number {
	color: #66F;
}
a.page_number.current {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}

div.progress_block {
	width: 256px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #EEE;
}
div.progress_bar {
	height: 12px;
	background-color: #CCC;
	border: 1px solid #333;
}
div.progress_bar div {
	width: 100%;
	height: 12px;
}
div.progress_bar div.marquee {
	background-color: #CCC;
	background-image: url('../images/progress_marquee.gif');
	background-position: top;
	background-repeat: repeat-x;
}
div.progress_bar div.progress {
	background-color: #039;
	width: 0%;
}
div.progress_status {
	text-align: center;
	font-size: 95%;
	padding-top: 3px;
}
.drag_drop_top div,
.drag_drop_bottom div,
.drag_drop_left div,
.drag_drop_right div,
.drag_drop_swap div {
	position: absolute;
	background-image: url('../images/dither.gif');
}
.drag_drop_top div, .drag_drop_bottom div { 
	width: 100%;
	height: 4px;
}
.drag_drop_left div, .drag_drop_right div {
	width: 4px;
	height: 100%;
}
.drag_drop_swap div {
	width: 100%;
	height: 100%;
}
.drag_drop_top div { top: -4px; }
.drag_drop_bottom div { bottom: 0; }
.drag_drop_left div { left: -4px; }
.drag_drop_right div { right: 0; }

#copyright {
	font-size: 0.9em; background-color: #DDD; text-align: center;
}

table.valign_top td, table.valign_top th {
	vertical-align: top;
}
hr {
	border: none;
	background-color: #999;
	height: 1px;
}
div.appraisal > ol > li {
	font-weight: bold;
}
div.appraisal ol ol > li {
	font-weight: normal;
}
div.appraisal p.instructions {
	font-weight: bold;
	font-style: italic;
}
div.comments {
	background-image: url('../images/icons/comment.png');
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 4px 4px 4px 22px;
	background-color: #FFC;
	border: 1px solid #CC9;
}
div.comments h1 {
	color: #669;
	font-weight: bold;
	font-size: 8.7pt;
	margin: 0;
	padding: 0;
}
div.comments p {
	margin: 0; padding: 0;
}

input.validation_error,
textarea.validation_error,
select.validation_error {
	background-color: #FCC;
}

table.diff_merge {
	border-collapse: collapse;
	width: 100%;
}
table.diff_merge th, table.diff_merge td {
	border: 1px solid #CCC;
}
table.diff_merge td.diff_clear:hover {
	background-color: #DDD;
}
table.diff_merge td.diff_added {
	background-color: #DFD;
}
table.diff_merge td.diff_added:hover {
	background-color: #CFC;
}
table.diff_merge td.diff_removed {
	background-color: #FDD;
	text-decoration: line;
}
table.diff_merge td.diff_removed:hover {
	background-color: #FCC;
}

ul.checked_list {
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0;
}
ul.checked_list li {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 16px;
}
ul.checked_list li input {
	position: absolute;
	left: -18px;
}

p.auto-inline-binary {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}
p.auto-inline-binary a.auto-inline-binary-download {
	display: block;
	line-height: 24px;
	background: InfoBackground url('/images/icons/drive_down.png') no-repeat scroll 6px 50%;
	padding-left: 28px;
	border-bottom: 1px outset InfoBackground;
	color: InfoText;
	text-decoration: none;
}
p.auto-inline-binary a.auto-inline-binary-download:hover {
	background-color: Highlight;
	border-bottom-color: Highlight;
	color: HighlightText;
	text-decoration: none;
}
p.auto-inline-binary .auto-inline-binary-close {
	background: transparent url('/images/close.gif') no-repeat scroll center center;
	height: 24px;
	width: 24px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}