/* Document colors (In order of lightest to darkest):
    #F6F2E1  -  Document Background
    #C6995B  -  Menu, Copyright Bar & Information Bar Background
    #8B7E6E  -  Menu Item Highlight Color and Information Bar Background
    #675A49  -  Menu Item Title/Border Color
    #795E38  -  Menu Item Title
*/


#System_Title {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  color: #FFF;
  background: #8B7E6E;
  font-size: 12px;
  font-family: verdana, sans-serif;
  font-weight: bold;
}

#System_User, #System_Role {
  display: block;
  clear: left;
  float: left;
  background: #8B7E6E;
  width: 50%;
  text-align: left;
}

#System_Name, #System_Time {
  display: block;
  float: left;
  width: 50%;
  height: 18px;
  background: #8B7E6E;
  text-align: right;
}

#System_Name p, #System_Time p {
  margin-top: 2px;
}

#System_Role, #System_Time {
  border-top: 1px solid #675A49;
  background: #C6995B;
}

#System_User table, #System_Role table {
  margin-left: 6px;
}

#System_User .td_title, #System_Role .td_title {
  width: 76px;
}

#Container {
  display: block;
  clear: both;
  float: left;
  width: 776px;
  background: url(../../images/Menu_Bar_Background.jpg) repeat-y 4px 4px;
  color: #FFF;
}


/* Menu Bar settings */
#Menu_Bar {
  display: block;
  float: left;
  width: 192px;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #FFF;
}

#Menu_Bar ul {
  list-style-type: none;
  margin: 0 6px 4px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #675A49 #675A49 #675A49 #675A49;
  background: #C6995B;
}

#Menu_Bar ul li.menu_title {
  height: 18px;
  padding: 2px 0 3px 0;
  font-family: "arial black", sans-serif;
  font-size: 14px;
  font-weight: normal;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000 #000 #8B7E6E #000;
  background: #8B7E6E url(../../images/Menu_Bar_Title.jpg) repeat-x;
  color: #795E38;
  text-align: center;
  cursor: default;
}

#Menu_Bar ul li.sub_title {
  height: 16px;
  padding: 2px 0 2px 0;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #433;
  color: #EED;
  text-align: center;
  cursor: default;
}

#Menu_Bar ul li.break {
	height: 2px;
	line-height: 2px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  background: url(../../images/Menu_Bar_Break.gif) repeat-x 0px;
}

#Menu_Bar ul li a {
  display: block;
  width: 174px;
  height: 18px;
  padding: 1px 0 1px 0;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  text-indent: 4px;
  text-decoration: none;
}

#Menu_Bar ul li a:hover {
  background: #8B7E6E;
  color: #FFF;
}


/* Rest of main page settings */
#Page_Title {
  float: left;
  width: 584px;
  height: 64px;
  margin-bottom: 8px;
  background: url(../../images/Page_Title_Small.jpg) no-repeat 0 0;
  cursor: default;
 }

#System_Action, #System_Request, #System_Inspector, #System_Status {
  display: inline;
  float: left;
  text-align: left;
  padding-top: 4px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

#System_Action {
  width: 100%;
  padding-top: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#System_Action_Full {
  width: 100%;
  padding-top: 18px;
  font-family: verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#System_Request {
  clear: left;
  width: 38%;
  text-indent: 90px;
}

#System_Inspector {
	width:24%;
	text-align:center;
}

#System_Status {
	float:right;
	text-align:right;
/*	width: 30%;*/
	padding-right:80px;
	text-indent: 0px;
}

#Page_Tabs {
  float: left;
  height: 24px;
  width: 572px;
  margin-left: 12px;
}

#Page_Tabs a {
  float: left;
  width: 111px;
  height: 19px;
  margin: 0 0 0 2px;
  padding-top: 5px;
  color: #FFF;
  background: url(../../images/Tab_Normal.gif) no-repeat 0 0;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

#Page_Tabs a.normal:hover {
  color: #FFF;
  background: url(../../images/Tab_Hilite.gif) no-repeat 0 0;
}

#Page_Tabs a.selected {
  font-weight: bold;
  color: #FFC;
  background: url(../../images/Tab_Selected.gif) no-repeat 0 0;
}

#Page_Main {
  float: right;
  height: auto;
  width: 546px;
  margin: 0 0 0 12px;
  padding: 12px 12px 12px 12px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #675A49 #675A49 #675A49 #675A49;
  color: #000;
  background: #FFF;
  font-family: verdana, sans-serif;
  font-size: 14px;
  font-weight: normal
}

#Page_Main p.Main_Title {
  width: 534px;
  height: 20px;
  margin-bottom: 12px;
  border-style: solid;
  padding: 2px 0 0 10px;
  border-width: 1px 1px 1px 1px;
  border-color: #675A49 #675A49 #675A49 #675A49;
  color: #FFF;
  background: #8B7E6E;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  cursor: default;
}

#Copyright_Bar {
  clear: both;
  float: left;
  height: 18px;
  width: 100%;
  text-align: center;
  text-indent: 128px;
  padding-top: 2px;
  margin-top: 10px;
  background: #8B7E6E;
  color: #FFF;
  font-size: 12px;
  font-family: verdana, sans-serif;
  font-weight: normal;
  cursor: default;
}

#Menu_Footer {
 position: relative;
 height: 1px;
 top: -58px;
}



fieldset.Message, fieldset.View {
  padding: 4px 8px 8px 8px;
  cursor: default;
}

fieldset.SP {
  margin-top: 8px;
}

fieldset.Message legend, fieldset.View legend {
  font-weight: bold;
  color: #8B7E6E;
}

a.Message_Link {
  display: block;
  text-align: center;
  margin-top: 8px;
  padding: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EEE #999 #999 #EEE;
  color: #000;
  background: #EEE;
  text-decoration: none;
  font-weight: bold;
}

a.Message_Link:hover {
  border-color: #BBB #EEE #EEE #BBB;
  background: #F4F4F4;
}

fieldset .indented p {
  margin-left:8px;
}
fieldset .note p {
  margin-top:8px;
}
fieldset .help p {
  font-size:12px;
}

/* Request management tables styles */
div.NotFound {
/*  width: 535px;*/
  font-size: 18px;
  font-weight: bold;
  color: #675A49;
  text-align: center;
}

table.tdata {
/*	margin:0 10px;*/
	width:100%;
	padding: 0 0 0 0;
	border:10px solid white;
}

table.tdata td {
  height: 30px;
/*  line-height:30px;*/
  font-size: 12px;
  font-family:Tahoma, Arial, sans-serif;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #C6995B #E6E0E8 #E6E0E8 #E6E0E8;
  cursor: default;
}

table.tdata tr.Empty,	
table.tdata tr.Empty td {background-color:white;border:none;height:10px;line-height:10px;padding:0;}

table.tdata td.Request_ID,
table.tdata td.Region_ID,
table.tdata td.Market_ID,
table.tdata td.Location_ID,
table.tdata td.User_ID,
table.tdata td.Title_ID,
table.tdata td.User_ID,
table.tdata td.Checkbox {
  width: 64px;
  text-align: center;
  border-left: 1px solid #E6E0E8;
}

table.tdata td.Checkbox {width: 24px; text-align: center; font-family:monospace;}
table.tdata td.Date_Added {width: 64px; text-align: center}
table.tdata td.Last_Change {width: 66px; text-align: center}
table.tdata td.Region_No, table.tdata td.Market_No, table.tdata td.Location_No
{width: 64px; text-align: center}

table.tdata td.Requestor     {width: 172px; text-indent: 4px;font-weight:normal;}
table.tdata td.Requestor a   {font-weight:normal;}
table.tdata td.Region_Name   {width: 215px; text-indent: 4px;}
table.tdata td.Market_Name   {width: 215px; text-indent: 4px;}
table.tdata td.Location_Name {width: 215px; text-indent: 4px;}
table.tdata td.Inspector     {width: 172px; text-indent: 4px;}
table.tdata td.Type          {width: 72px; text-align: center;}
table.tdata td.Cycle         {width: 47px; text-align: center;}
table.tdata td.Expired_Length{width: 75px; text-align: center;}
table.tdata td.Status        {width: 116px; text-align: center;padding:0 2px;}
table.tdata td.User_State    {width: 64px; text-align: center;}
table.tdata td.User_Zip      {width: 96px; text-align: center;}
table.tdata td.User_Area     {width: 48px; text-align: center}
table.tdata td.User_Status   {width: 64px; text-align: center}

table.tdata td.Markets       {width: 64px; text-align: center;}
table.tdata td.Locations     {width: 64px; text-align: center;}
table.tdata td.Requests      {width: 64px; text-align: center;}
table.tdata td.User_Name     {width: 148px; text-indent: 4px;}
table.tdata td.Calendar      {width: 15px; text-align: center;}
table.tdata td.User_Username {width: 196px; text-indent: 4px;}
table.tdata td.User_Location {width: 196px; text-align: center;}
table.tdata td.User_Type     {width: 84px; text-align: center;}
table.tdata td.Title_Abbr    {width: 48px; text-align: center;}
table.tdata td.Title_Full    {width: 217px; text-indent: 4px;}
table.tdata td.Title_Desc    {width: 217px; text-indent: 4px;}

table.tdata td a {display: block; width: 100%; color: #795E38; font-weight: bold; text-decoration: none}

table.tdata td.Region_Name a,
table.tdata td.Market_Name a,
table.tdata td.Location_Name a,
table.tdata td.User_Username a,
table.tdata td.Title_Full a {
  font-weight: normal;
}

table.tdata tr td.Title {
  height: 30px;
  line-height:30px;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  background: #6B5A45;
  text-align: left;
  text-indent: 4px;
  cursor: default;
  border-style: none;
}

table.tdata tr.legend {
  height: 16px;
  line-height:16px;
  /* image in background style below has been removed but may be brought back */
  background: #C6995B url('/images/legend_title.gif') repeat-x;
  color: #FFF;
  text-align: center;
  cursor: default;
}

table.tdata tr.legend a {
  display: block;
  width: 100%;
  color: #FFF;
  font-weight: bold;
}

table.tdata tr.legend a:hover {
  color: #FFE;
  background: #A7814D;
  border-color: #795E38 #E2E2DD #E2E2DD #795E38;
}

table.tdata td.legend {
  height: 16px;
  line-height:16px;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #D6B78B #795E38 #795E38 #D6B78B;
}

table.tdata tr.scheme1, table#requests tr.scheme2 {
  color: #483B22;
  cursor: default;
}

table.tdata tr.scheme1 {background: #FFF;color:black;/*color:#483B22;*/}
table.tdata tr.scheme1 a {color:black;/*color:#483B22;*/}
table.tdata tr.scheme2 {background: #F6F2E1;color:black;/*color:#483B22;*/}
table.tdata tr.scheme2 a {color:black;/*color:#483B22;*/}
table.tdata tr.alert {color: #F22700;}
table.tdata tr.alert a {color: #F22700;}

table.tdata td.User_Active a {line-height:30px;color: #FFF; background-color: #0B0}
table.tdata td.User_Inactive a {line-height:30px;color: #FFF; background-color: #C00}

table.tdata td.User_Active a:hover {color: #FFF; background-color: #00A}
table.tdata td.User_Inactive a:hover {color: #FFF; background-color: #00A}


div.helpfooter {
  width: 100%;
  text-align: center;
  font-size: 10px;
}

div.helpfooter a:hover {
  color: #F00;
}

div.ReportsList  {
	padding-left:20px;
	padding-right:20px;
}
div.ReportsList hr {
	margin:10px 0;
}
div.ReportsList a {
	display:block;
	background-color:#F6F2E1;
	border:1px solid #C6995B;
	margin-bottom:3px;
	font-weight:bold;
	font-size:12px;
	padding:3px 5px;
	text-decoration:none;
}
div.ReportsList a:hover {
	background-color:#DDE1DE;
}
/* Document colors (In order of lightest to darkest):
    #F6F2E1  -  Document Background
    #C6995B  -  Menu, Copyright Bar & Information Bar Background
    #8B7E6E  -  Menu Item Highlight Color and Information Bar Background
    #675A49  -  Menu Item Title/Border Color
    #795E38  -  Menu Item Title
*/