@import url("datePicker.css");
@import url("editInPlace.css");
@import url("style-custom.css");

/* General class for 'changed' settings */
.changed {
    font-style:italic;
}

body
{ margin: 0px;
	padding: 0px 0px 80px 0px;
}

#header
{ position:fixed;
  z-index:1000000;
  top:0px;
	height: 140px;
	width: 100%;
  background: url('./layout/header_bg.png');
  background-repeat: repeat-x;
  

}

#logo
{	margin: 0px;
  padding: 0px;
  margin-left: 30px;
}

#logo img
{	border: 0px;
}

tr.overview a
{ color: #0033CC;
}

tr.overview a:visited
{ color: #9f3727;
}

.highlight 
{ background-color: #EBE49B;	
}

span.highlight
{	font-weight: bold;
}

a span.highlight
{	text-decoration: underline;
}

#menu
{	position:absolute; 
	left:20px; 
	top:108px; 
	width: 1000px;
	z-index:1
}

#menu ul
{	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li
{	display: inline;
}

#menu li img
{	margin-bottom: -4px;
}

#menu a
{	float: left;
	background: url('./layout/menuitem_normal.png') top left no-repeat;
	background-color: #313435;
	margin-right: 5px;
	width: 133px;
	height: 28px;
	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	line-height: 22pt;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#menu a.selected
{	background: url('./layout/menuitem_selected.png') top left no-repeat;
}

#menu a:hover
{	background: url('./layout/menuitem_hover.png') top left no-repeat;
	line-height: 24pt;
}

#menu a.selected:hover
{	background: url('./layout/menuitem_selected_hover.png') top left no-repeat;
	line-height: 22pt;
}

#topbar
{	text-align: left;
	background: url('./layout/topbar_bg.png') #eeeeef bottom left repeat-x;
  z-index:1000000;
  height: 49px;
  margin: 140px 0px 20px 0px;
  padding: 0px 20px 0px 20px;
  position:fixed;
  width: 100%;
}

#topbar p
{	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	font-size: 8pt;
	line-height: 36pt;
}

#topbar p img
{	margin-bottom: -3px;
}

#topbar form
{	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
  font-size: 8pt;
}

#topbar form input
{	margin: 0px 6px 0px 0px;
	padding: 1px 1px 1px 1px;
	
	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
  font-size: 8pt;
  border: 1px solid #666;
  height: 18px;
}

#topbar form input.text
{	height: 14px;
}

select option.normal
{   margin-top: 3px;
}

select option.extra_spaced
{   margin-top: 8px;
}

select option.disabled
{  color: #000;  
   text-decoration: underline;
   margin-top: 8px;
}

#topbar h1
{	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
  font-size: 13pt;
  font-weight: bold;
  width: 240px;
  height: 23px;
  border-right: 1px solid #666;
  margin: 13px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #9f3727;
  text-align: left;
  float: left;
}

#topbar h2
{	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
  font-size: 13pt;
  font-weight: normal;
  height: 23px;
  border: 0px;
  margin: 13px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #9f3727;
  text-align: left;
  float: left;
}

#taskbar
{	width: 260px;
	height: 300px;
	position: absolute;
	border-right: 1px #dedede solid;
	padding: 20px 0px 0px 0px;
	margin: 200px 0px 0px 0px;
}

#taskbar img
{	border: 0px;
	float: left;
	margin: 2px 5px 2px 0px;
}

#taskbar ul
{	padding: 0px 20px 0px 20px;
	margin: 0px 0px 20px 0px;
	background: #fff;
}

#taskbar li
{	list-style: none;
	margin: 0px 0px 0px 0px;
	width: 220px;
	text-align: left;
}

#taskbar p
{	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px 20px 5px 20px;
	padding: 0px 0px 5px 12px; 
	border-bottom: 1px #ccc solid;
}

#taskbar p img
{	margin-top: -1px;
	margin-right: 10px;
}

#taskbar li a
{	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	font-size: 8pt;
	display: block;
	padding: 3px;
	height: 20px;
	line-height: 20px;
	border-left: 2px solid #efefef;
	border-top: 0px solid #efefef;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
	background: #FFFFFF;
	text-decoration: none;
	color: #000;
}

#taskbar li a:hover
{	border-color: #666;
	color: #000;
	background: #efefef;
}

#taskbar li a.selected
{	border-color: #9f3727;
	background: #f8f8f8;
	font-weight: bold;
}

#taskbar li a.selected:hover
{	border-color: #9f3727;
	background: #efefef;
}

#content
{	margin: 0px 0px 0px 0px;
	padding: 200px 40px 0px 280px;
}

#content p, #content ul
{	margin: 0px 0px 0px 0px;
	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	font-size: 9pt;
	line-height: 17pt;
	padding: 0px;
}

#content hr
{	color: #9f3727;
	
}

#content ul
{	border-bottom: 0px solid #9f3727;
	margin-left: 4px;
	list-style-type: none;
	font-size: 8pt;
	line-height: 20pt;
	
}

#content ul.horizontal
{	padding-bottom: 30px;
}

#content ul.horizontal li
{	margin-top: -8px;
	float: left;
	margin-right: 40px;
}

#content ul img
{	margin: 0px 6px -3px 0px;
}

#content h1
{	font-family: "Arial", sans-serif;
  font-size: 17pt;
  font-weight: bold;
}

#content h1 img
{  margin-bottom: -3px;
}

#content h2
{	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

#content h3
{	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

div.pageChooser
{	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	font-size: 8pt;  
	text-align: center;
	margin: 0px 0px 15px 0px;
	background-color: #efefef;
	padding: 10px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

#content a.button
{  font-family: "Verdana", "Tahoma", "Arial", sans-serif;
   font-size: 8pt;  
   background-color: #efefef;
   padding: 4px 8px 4px 8px;
   border-top: #dedede 1px solid;
   border-left: #dedede 1px solid;
   border-right: #a0a0a0 1px solid;
   border-bottom: #a0a0a0 1px solid;
   text-decoration: none;
   margin-top: 0px;
   margin-right: 25px;
   line-height: 14pt;

}

#content a.button img
{  margin: 0px 6px -4px 0px; 
   padding: 0px 0px 0px 0px;
}

#content a.button:hover
{  background-color: #ffffff;

}

#content a.button_rightaligned
{  font-family: "Verdana", "Tahoma", "Arial", sans-serif;
   font-size: 8pt;  
   background-color: #efefef;
   padding: 4px 8px 4px 8px;
   border-top: #dedede 1px solid;
   border-left: #dedede 1px solid;
   border-right: #a0a0a0 1px solid;
   border-bottom: #a0a0a0 1px solid;
   text-decoration: none;
   margin-top: 0px;
   margin-left: 25px;
   line-height: 14pt;

}

#content a.button_rightaligned img
{  margin: 0px 0px -4px 6px; 
   padding: 0px 0px 0px 0px;
}

#content a.button_rightaligned:hover
{  background-color: #ffffff;

}

#content a.button_disabled
{  font-family: "Verdana", "Tahoma", "Arial", sans-serif;
   font-size: 8pt;  
   background-color: #bbb;
   padding: 4px 8px 4px 8px;
   border-bottom: #dedede 1px solid;
   border-right: #dedede 1px solid;
   border-left: #a0a0a0 1px solid;
   border-top: #a0a0a0 1px solid;
   text-decoration: none;
   margin-top: -3px;
   margin-right: 25px;
   line-height: 14pt;
   color: #787878;

}

#content a.button_disabled img
{  margin: 0px 6px -4px 0px; 
   padding: 0px 0px 0px 0px;
}

#content a.button_disabled:hover
{  
}

#content a.button_rightaligned_disabled
{  font-family: "Verdana", "Tahoma", "Arial", sans-serif;
   font-size: 8pt;  
   background-color: #bbb;
   padding: 4px 8px 4px 8px;
   border-bottom: #dedede 1px solid;
   border-right: #dedede 1px solid;
   border-left: #a0a0a0 1px solid;
   border-top: #a0a0a0 1px solid;
   text-decoration: none;
   margin-top: -3px;
   margin-left: 25px;
   line-height: 14pt;
   color: #787878;
}

#content a.button_rightaligned_disabled img
{  margin: 0px 0px -4px 6px; 
   padding: 0px 0px 0px 0px;
}

#content a.button_rightaligned_disabled:hover
{
}
a img
{  border: 0px;
}

a.sort_button
{  background-color: #efefef;
   padding: 0px;
   border-top: #dedede 1px solid;
   border-left: #dedede 1px solid;
   border-right: #a0a0a0 1px solid;
   border-bottom: #a0a0a0 1px solid;
   margin: -5px 0px 0px 0px;
}

a.sort_button:hover
{  background-color: #ffffff;
}

a.sort_button img
{  margin-bottom: 0px;
}

a.top_button
{font-family: "Verdana", "Tahoma", "Arial", sans-serif;
  font-size: 8pt;  
	background-color: #efefef;
   padding: 4px 8px 4px 8px;
   border-top: #dedede 1px solid;
   border-left: #dedede 1px solid;
   border-right: #a0a0a0 1px solid;
   border-bottom: #a0a0a0 1px solid;
   text-decoration: none;
   margin-top: -3px;
   margin-right: 25px;
   line-height: 14pt;
}

a.top_button img
{  margin: 0px 6px -4px 0px; 
   padding: 0px 0px 0px 0px;
}

a.top_button:hover
{  background-color: #ffffff;
}


th, td
{ text-align: left;
  font-family: "Verdana", "Tahoma", "Arial", sans-serif;
  border-bottom: 1px #dedede solid;
  font-size: 8pt;
  line-height: 15pt;
  padding: 0px 6px 0px 6px;
  margin: 0px 0px 0px 0px;
}

th
{ font-weight: bold;
  border-bottom: 1px #666 solid;
  height: 30px;
}

td
{ line-height: 20pt;
  border-right: 1px #fff solid;
}

td img
{  margin: 5px 3px -3px 3px;
}

/** FORMS **/
#sqlobjecteditor, #sqlobjecteditor textarea
{	font-family: "Verdana", "Arial", sans-serif;
	font-size: 9pt;
	line-height: 18px;
}


#sqlobjecteditor fieldset
{
	display: block;
	margin: 20px 0px 40px 0px;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #9f3727;
	padding: 50px 30px 10px 30px;
	border-bottom: 0px #ddd solid;
}

#sqlobjecteditor fieldset legend
{	padding: 6px 15px 6px 15px;
	margin: 0px 0px 0px -15px;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 11pt;
	font-weight: bold;
	border: 1px #ddd solid;
	
	background-color: #f6f6f6;
}

#sqlobjecteditor fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0px solid #FFFFFF;
}

#sqlobjecteditor fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#sqlobjecteditor fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#sqlobjecteditor fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#sqlobjecteditor input
{	border: 1px #555 solid;
	padding: 2px;
	margin: 5px;
	position: relative;
	font-size: 9pt;
}

#sqlobjecteditor input.hidden
{	visibility: hidden;
	border: 0px;
	height: 0px;
	width:0px;
	padding:0px;
	margin:0px;
}

#sqlobjecteditor input.disabled
{	border: 0px;
	color: #444;
	background-color: #fff;
}

#sqlobjecteditor textarea
{	border: 1px #555 solid;
	padding: 2px;
	margin: 5px;
}

#sqlobjecteditor input.submit
{
	width: 250px;
	height: 40px;
	top: 0;
}

#sqlobjecteditor label
{	font-size: 9pt;
	font-weight: bold;
}

#sqlobjecteditor p
{	
}

#sqlobjecteditor select
{	border: 1px #555 solid;
	padding: 2px;
	margin: 5px;
}

#notice
{	padding: 5px 10px 5px 10px;
	border: 1px #AAA solid;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	background-color: #ddd;
}

#notice img
{	margin: 0px 10px -10px 10px;	
	padding-bottom: 0px;
}

#notice p
{	font-weight: bold;
	margin-bottom: 6px;
}

#notice p.normal
{	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 56px;
	margin-right: 56px;
}

#notice ul
{	list-style-type: disc;
	margin-left: 80px;
	margin-bottom: 5px;
}

#notice.ok
{	background-color: #b2e8ab;
}

#notice.error
{	background-color: #ffbfbf;
}

img.imageChooser
{	border: 1px #777 solid;
	padding: 2px;
	float: left;
	margin: 0px 10px 10px 0px;
}


#sqlobjecteditor span.radioLabel
{	border: 0px #555 solid;
	padding: 2px;
	font-weight: normal;
	margin-bottom: 0px;
}

#sqlobjecteditor p.imageChooser
{	border: 0px #777 dashed;
	width: 600px;
	margin: 5px;
	padding: 2px 2px 2px 2px;
	position: relative;
	font-size: 10pt;
	line-height: 22pt;
}

#sqlobjecteditor p.imageChooser ul
{	margin: 0px;
}

#sqlobjecteditor ul.dynamicInputList li input
{   margin-right:20px;
}  

