
body, h1, h2, h3, h4, p, ul, li, a {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

html, body { 
  background:#444;
}

form {margin: 0px 0px 0px 0px;}
	
input, textarea {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

img{border:none;}

.Clear_Both { clear: both; }
	
a{color:#125b9a;}
a:link{color:#125b9a;}

a:hover {
	text-decoration: underline;
}
	
/* site wide content formatting */
	
p {
	padding-top: 5px;
	padding-bottom: 10px;
}

#Busy_Notifier {
  position:absolute;
  left:600px;
  top:10px;
  width:100px;
  background:#D7451A;
  color:white;
  font-weight:bold;
  visibility:hidden;
  text-align:center;
}

/* ----------login styles-------- */
#Login_Container {
  width: 600px;
  padding:0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
} 

#Login_Banner {
  text-align:right;
  margin-top:100px;
}

#Login_Content {
  padding:10px;
  border: 6px solid #333;
  background:white;
  height:300px;
}

/* ----------container to center the layout-------- */
#Container {
  width: 960px;
  padding:0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
} 

/* ----------banner for logo-------------- */
#Banner {
  text-align:right;
  margin-top:3px;
}

#Account {
  float:right;
  margin-top:2px;
  color:#ddd;
  font-weight:bold;
}

#Dropdown
{
  margin: 0;
	padding: 0
}
	
#Dropdown li
{	
  float: left;
	list-style: none;
}

#Dropdown li a
{	
  display: block;
	background: #444;
	border: 1px solid #666;
	padding: 3px 8px;
	text-decoration: none;
	color: white;
	white-space: nowrap
}

#Dropdown li a:hover
{	
  background: #444;
}

#Dropdown li ul
{	
  margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #444;
}

#Dropdown li ul li
{	
  float: none;
	display: inline
}

#Dropdown li ul li a
{
  width: auto;
	background: url(../images/Top_Nav_Tabs_Shade.gif) center center repeat-x;
	color: #000;
	border-bottom:1px solid #999;
}

#Dropdown li ul li a:hover
{	
  background: #ddd;
}

/* ---------- Top navigation -------------------- */

#Top_Nav_Tabs{
  padding: 7px 0;
}

#Top_Nav_Tabs ul{
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#Top_Nav_Tabs li{
  display: inline;
  margin: 0;
}

#Top_Nav_Tabs li a{
  font-weight: bold;
  text-decoration: none;
  padding: 7px 16px;
  border: 1px solid #778;
  background: white url(../images/Top_Nav_Tabs_Shade.gif) top left repeat-x;
  color: #444;
}

#Top_Nav_Tabs li a:visited{
}

#Top_Nav_Tabs li a:hover{
  text-decoration: underline;
}

#Top_Nav_Tabs li.selected{
}

#Top_Nav_Tabs li a.selected{ /*selected main tab style */
  background-image: url(../images/Top_Nav_Tabs_No_Shade.gif);
  border-bottom-color: white;
  position: relative;
  padding-top: 8px;
  top: 1px;
}

#Top_Nav_Tabs li.selected a:hover{ /*selected main tab style */
  text-decoration: none;
}

/* Top nav tab content */
#Top_Nav_Tabs_Content{
  clear: both;
  padding:0;
  margin:0;
  border: 1px solid #778;
  background:white;
  min-height:550px;
}

/* Top nav tab inner content */
#Top_Nav_Tabs_Inner_Content{
  padding:6px;
}

/* ---------- Page navigation -------------------- */

#Page_Nav {
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
  margin-bottom: 10px;
}

#Page_Nav li{
  display: inline;
}

#Page_Nav li a{
  font-weight: bold;
  text-decoration: none;
  padding: 1px 10px;
}

#Page_Nav li a:hover{
  text-decoration: underline;
}

#Page_Nav li.selected{
}

#Page_Nav li a.selected{ /*selected main tab style */
  background: #ddd;
  border: 1px solid #ccc;
  padding: 1px 9px;
}

#Page_Nav li.selected a:hover{ /*selected main tab style */
  text-decoration: none;
}

#Page_Content{
  padding:5px;
  padding-top:0;
}

#Page_Content_Left{
  padding:0;
  margin-right:220px;
}

#Page_Content_Right{
  float:right;
  width:200px;
  background:#f0f0f0;
  border:1px solid #ccc;
  padding:5px;
}

/* ---------- footer -------------------- */

#Footer{
  text-align:center;
  color:#999;
}

/* ---------- details ------------------*/

.Details{
  width:340px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  float:right;
}

.Details_Message{
  float:right;
  font-size:22px;
  color:#D7451A;
  font-weight:bold;
}

.Details_Name{
  float:right;
  font-weight:normal;
  color:#666;
  clear:both;
}

/* ---------- misc -------------------- */

#Debug{
  background:white;
}

#Tooltip_Pointer{
  position:absolute;
  left: -300px;
  z-index: 101;
  visibility: hidden;
}

.Section_Header{
  text-align:right;
  font-size:24px;
  font-weight:bold;
  color: #D7451A;
  border-bottom:2px dotted #aaa;
  margin-bottom:5px;
  clear:both;
}

.Section_Quote{
  text-align:right;
  font-size:12px;
  font-weight:bold;
  font-style:italic;
  color: #125b9a;
  margin-bottom:15px;
  clear:both;
}

.Section_Sub_Header{
  color: #D7451A;
  font-size:16px;
  font-weight:bold;
}

a.Link_Button {
  display:inline-block;
  color:black;
  background:white url(../images/link_button_background.jpg) center center repeat-x;
  border:1px solid #aaa;
  padding:3px 10px;
  margin: 0;
  cursor:pointer;
}

a.Link_Button:hover {
  border:1px solid #000;
  text-decoration: none;
}

a.Big_Link_Button {
  display:inline-block;
  color:#333;
  background:white url(../images/link_button_background.jpg) center center repeat-x;
  border:2px solid #aaa;
  padding:16px 0;
  width:260px;
  margin: 5px;
  cursor:pointer;
  font:bold 14px Arial;
}

a.Big_Link_Button:hover {
  border:2px solid #000;
  text-decoration: none;
}

.Apply_Opacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.Apply_Opacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/* ---------- modal -------------------- */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:400px; width:600px; background-color:#fff; border:3px solid #666;}
#simplemodal-container a.modalCloseImg {background:url(../images/close_modal.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}


.Modal_Content{
  padding: 5px 0 0 10px;
  overflow:auto;
}

.Modal_Header{
  font-size:20px;
  font-weight:bold;
  color:white;
  background: black url(../images/modal_header_background.jpg) center center repeat-x;
  padding:5px 10px;
  border-bottom:2px solid #666;
  height:26px;
}

.Modal_Form_Div {
  margin:2px 0;
  font-size:13px;
}

.Modal_Form_Div label {
  font-size:13px;
  font-weight:bold;
  color:#D7451A;
  display:block;
  margin-top:5px;
}

.Modal_Form_Div input {
  font-size:14px;
  width:90%;
  padding:1px;
  border:1px solid #666;
}

a.Modal_Form_Button {
  display:inline-block;
  color:white;
  background:#125b9a;
  border:2px solid #888;
  padding:8px 40px;
  font-size:15px;
  font-weight:bold;
  margin: 6px 0;
  cursor:pointer;
}

a.Modal_Form_Button:hover {
  background:#0c426f;
  text-decoration: none;
}

/* Tables */
table.Grid_Table {
  width:100%;
  border: 1px solid #AAA;
  border-collapse: collapse;
  background:white;
  table-layout:fixed
}

table.Grid_Table tr {
}

table.Grid_Table td div.Single_Line {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

table.Grid_Table tbody th, table.Grid_Table tbody td {
  font-size: 9pt;
  color: #555;
  vertical-align:top;
  border-bottom:1px solid #AAA;
}

table.Grid_Table td {
  border-left: 1px solid #DDD;
  text-align: left;
  padding-left: 2px;
  padding-top:0; 
  padding-bottom:0
}

table.Grid_Table thead th {
  text-align: left;
  color: #555;
  font-weight: bold;
  background: #eee url(../images/chromebg2.gif) center repeat-x;
  height:17px;
  border-bottom: 1px solid #AAA;
}

table.Grid_Table th {
  font-weight: bold;
  text-align: left;
}

table.Grid_Table td {
  height:16px;
}

.Grid_Input {
  margin:2px;
  width:90%;
}

table.Grid_Table tfoot tr {
  background:#eee;
}

table.Grid_Table tfoot td {
  padding:2px;
  padding-left:6px;
}

table.Grid_Table tbody tr { padding-top:0; padding-bottom:0 }
table.Grid_Table tbody tr.odd { background: #F5F5F5; }
table.Grid_Table tr:hover {background-color: #EAECF2;}
table.Grid_Table tr.odd:hover {background-color: #EAECF2;}

table.Grid_Table tr.selected { background: #abcce8; }
table.Grid_Table tr.active { background: #cce8ab; }

table.Properties {
  width:98%;
  background:white;
  table-layout:fixed
}

table.Properties caption {
  text-align: left;
	text-indent: 2px;
	color:#D7451A;
	font-size:12pt;
	font-weight: bold;
	border-bottom:1px solid #ddd;
}

table.Properties tr {
}

table.Properties td div.Single_Line {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

table.Properties tbody th, table.Properties tbody td {
  font-size: 9pt;
  color: black;
  vertical-align:top;
  border-bottom:1px solid #ddd;
  padding:2px;
}

table.Properties td {
  border-left: 1px solid #DDD;
  text-align: left;
}

table.Properties th {
  font-weight: bold;
  text-align: left;
  width:150px;
}

table.Properties thead th {
  border-bottom:1px solid #ddd;
  padding:2px;
  width: auto;
}

table.Properties td {
  height:16px;
}

table.Properties tfoot tr {
  background:#eee;
}

table.Properties tfoot td {
  padding:2px;
  padding-left:6px;
}

table.Properties tbody tr { padding-top:0; padding-bottom:0 }
table.Properties tbody tr.odd { background: #F5F5F5; }
table.Properties tr:hover {background-color: #EAECF2;}
table.Properties tr.odd:hover {background-color: #EAECF2;}

table.Properties tr.selected { background: #abcce8; }
table.Properties tr.active { background: #cce8ab; }


.Slide_Thumbnail {
  width:200px;
  height:auto;
}

.Image_Highlight {
  float:left;
  margin-right:3px;
}

/* End of CSS */
